Commit | Line | Data |
---|---|---|
d8c99839 MD |
1 | 2012-09-10 lttng-ust 2.1.0-rc1 |
2 | * Fix make dist: fix liblttng-ust-java dependencies | |
3 | * Fix make dist: add missing filter header | |
4 | * Fix: backward compatibility with UST 2.0 app probes | |
5 | * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536) | |
6 | * Export "written" information about fields | |
7 | * Fix filter: pointer to string, not string, should be on stack | |
8 | * Fix: tracepoint float nowrite | |
9 | * Fix: accept 65536 bytes long bytecodes | |
10 | * Add hostname to env | |
11 | * ABI change: bump internal version to 3.0.0 | |
12 | * Fix: threads should be created in DETACHED state | |
13 | * Fix: 32-bit x86 strict-aliasing warnings | |
14 | * Fix UST SIGPIPE handling | |
15 | * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust | |
16 | * Cleanup: filter: turn bytecode linking error msg into debug | |
17 | * Make lttng-ust robust against -finstrument-functions. | |
18 | * Filter: keep aliased ax and bx registers | |
19 | * Filter: remove interpreter dynamic typing | |
20 | * Filter: add missing specialized op names | |
21 | * Filter: specialize double-s64 binary comparators | |
22 | * Fix filter: fix stack leak on taken branch | |
23 | * Filter: Implement stack-based interpreter | |
24 | * Filter: double comparator produces s64 | |
25 | * Filter: use hash table to check merge points | |
26 | * Filter: split passes into separate components | |
27 | * Filter: cleanup macros | |
28 | * Filter: validate range overflow with end of insn | |
29 | * Filter: validate that field ref strings are non-NULL | |
30 | * Filter: ensure logical operator merge is always s64 | |
31 | * Filter: we don't care if double/s64 are literals | |
32 | * Filter: specialize 'and' and 'or' ops. | |
33 | * Implement dispatch-table based interpretor | |
34 | * Filter: Specialize unary operators | |
35 | * Define switch use as macro in interpreter | |
36 | * Filter interpreter: mark float test as unlikely | |
37 | * Filter: fix bytecode validation typo | |
38 | * Filter: specialize comparators | |
39 | * Specialize load and unary ops | |
40 | * Validate registers, no need to initialize to 0 | |
41 | * Filter: opcode for ref loads | |
42 | * Remove redundant validation from interpreter | |
43 | * filter: Add bytecode validation pass | |
44 | * TRACEPOINT_EVENT: add *_nowrite fields for filter | |
45 | * Only print filter errors if LTTNG_UST_DEBUG is set | |
46 | * Cleanup: remove debug define | |
47 | * Filter: add floating point support | |
48 | * Remove filter test printouts | |
49 | * Implement filter bytecode interpreter and linker | |
50 | * Filter: receive, attach and link empty filter | |
51 | * Filter: prepare filter stack data | |
52 | * Wrap dynamic len array into stackvar union | |
53 | * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock() | |
54 | * liblttng-ust/lttng-ust-comm.c: fixing typo. | |
55 | * Fix: remove unused texinfo dep from configure.ac | |
56 | * Fix C99 strict compatibility: don't use void * for function pointers | |
57 | * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions | |
58 | * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions" | |
59 | * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions | |
60 | * Fix: perform TLS fixup of nest count outside of UST mutex | |
61 | * Fix: liblttng-ust-fork deadlock | |
62 | * Fix: handle pthread errors | |
63 | * Fix: local apps allowed should disable local (not global) tracing | |
64 | * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header | |
65 | * Fix: support -std=c99 in tracepoint macros | |
66 | * Fix c99 compatibility: use __typeof__ instead of typeof in public headers | |
67 | * hello test: fail on old style definition | |
68 | * Fix: tracepoint.h should not generate old-style definitions | |
69 | * Fix: don't define variables in headers | |
70 | * test "hello": add boolean test | |
71 | * Fix: perform macro expansion on tracepoint signatures | |
72 | * UST check pointer/de-reference order | |
73 | * Fix list field: handle error | |
74 | * Implement event fields listing | |
75 | * Implement field listing command | |
76 | * Fix: Block all signals in listener thread | |
77 | * Add CodingStyle document to tarball | |
78 | * Add coding style document | |
79 | * endian.h: support cygwin | |
80 | * align.h: support cygwin page size | |
81 | * Add cygwin support to libringbuffer getcpu.h | |
82 | * Add "2x int" and "2x long" types to the Java interface | |
83 | * Add Integer and Long tracepoint types to the Java interface | |
84 | * Fix: don't SIGBUS when filesystem is full | |
85 | * tracepoint: include stdio.h for NULL definition | |
86 | * manpage update: document that probes need gcc | |
87 | * Fix: remove # in front on extern "C" { | |
88 | * Cleanup: don't use GNU old-style field designator extension | |
89 | * Fix: remove padding field after variable sized array | |
90 | * Use unsigned long type for events discarded counter | |
91 | * Fix: getcpu build with modern uClibc versions | |
92 | * Fix: lttng-ust.pc needs to specify -ldl | |
93 | * Fix: examples Makefiles should pass $(LIBS) at last | |
94 | * Build a jar for the Java side of the JNI interface | |
95 | * Fix: ustctl need to send the second fd upon error of 1st fd | |
96 | * Fix: Add missing fork test program dependency library | |
97 | * Fix: Make the JNI interface actually work | |
98 | * Merge branch 'dev' | |
99 | * Fix: stringify version description | |
100 | ||
1a94cf83 MD |
101 | 2012-03-29 lttng-ust 2.0.1 |
102 | * Use bsd-compatible fcntl for close-on-exec on socket | |
103 | * Fix multi-session wildcard support | |
104 | * Fix event lost count when buffer is full | |
105 | * Remove inappropriate \n from easy-ust sample | |
106 | ||
649282a8 MD |
107 | 2012-03-20 lttng-ust 2.0.0 |
108 | * First STABLE version | |
109 | * Add version name | |
110 | ||
68d9f89e MD |
111 | 2012-03-20 lttng-ust 2.0.0-rc4 |
112 | * Fix out-of-bound write in ltt-events.c | |
113 | * Document LTTNG_UST_DEBUG_VALGRIND compilation flag | |
114 | * Update COPYING | |
115 | * Add exception handling to lttng-gen-tp io operations | |
116 | ||
8e2d61c8 MD |
117 | 2012-03-16 lttng-ust 2.0.0-rc3 |
118 | * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL | |
119 | * fix: ustcomm_close_unix_sock should close, not shutdown | |
120 | * Fix: do not print EPIPE perror, as it is an expected error | |
121 | * Ensure that multiplication of clock offset is done on 64-bit | |
122 | * Add 2 missing licenses in deprecated tests | |
123 | * Remove unbuild and unused (deprecated) make_shared_lib test | |
124 | * License text standardization, add missing licenses | |
125 | * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size | |
126 | * Fix: power of 2 size check should apply to size_t type, not uint32_t | |
127 | * Fix: recvmsg should handle EINTR | |
128 | * Make lttng-gen-tp work on python 2.6 | |
129 | * Make lttng-gen-tp executable | |
130 | ||
bf1175c2 MD |
131 | 2012-03-02 lttng-ust 2.0.0-rc2 |
132 | * Manpage fixes | |
133 | * Fix: dmesg printout should not print metadata warnings | |
134 | * Fix: use transport name as channel name | |
135 | * Fix: Add signature check in tracepoint activation | |
136 | * Fix: add tracepoint signature at tracepoint definition site | |
137 | * Fix: keep event probe signature, for use by event probe signature check | |
138 | * Fix ABI: add padding to structures shared between UST and consumer | |
139 | * Fix ABI: add padding to tracepoint and ring buffer config public structu | |
140 | * Fix ABI: Adding missing padding in tracepoint event structures | |
141 | * Fix: Add include/lttng/ust-config.h to git ignore | |
142 | * Fix effect: update README about dlopen() | |
143 | * Fix: fixup vtid TLS | |
144 | * Fix: fixup ringbuffer tls at constructor by forcing read | |
145 | * Fix: fix deadlock with dlopen() lttng-ust | |
146 | * Fix: only print event errors every 1048576 hits | |
147 | * Fix: add missing debug printout to identify the cause of lost events | |
148 | * fix: liblttng-ust-ctl should check for incorrect parameters | |
149 | * fix: ust comm error handling segfault | |
150 | * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_ | |
151 | * fix: on exit, leave thread/mmap reclaim to OS | |
152 | * fix: Handle sys_futex with async cancel, add missing pthread_join | |
153 | * fix: Only munmap the wait page when not exiting from process | |
154 | * Use CPPFLAGS instead of CFLAGS for -I | |
155 | * Fix type range comparison always false for 64-bit arch | |
156 | * demo: remove useless libs | |
157 | * tests: include missing headers | |
158 | * Add missing limits.h include for NAME_MAX | |
159 | ||
1796af86 MD |
160 | 2012-02-20 lttng-ust 2.0.0-rc1 |
161 | * Standardize version across toolchain | |
162 | * Fix a typo in gen-tp Makefile | |
163 | * Implement the .o file generation in lttng-gen-tp | |
164 | ||
58bfa9af MD |
165 | 2012-02-16 lttng-ust 1.9.8 |
166 | * Fix comment in tracepoint.h | |
167 | * Add loglevel info to manpage | |
168 | * Remove stale binary file | |
169 | * Add lttng-ust(3) | |
170 | * Add a man page for lttng-gen-tp | |
171 | * Install easy-ust and gen-tp examples in doc/ | |
172 | * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files | |
173 | * Add missing #define _GNU_SOURCE for sched_getcpu() | |
174 | * Define _GNU_SOURCE for all implementation files rather than getcpu.h | |
175 | * Add sched_getcpu and sysconf to AC_CHECK_FUNCS | |
176 | * Mark lib_ring_buffer_print_errors unused | |
177 | * Cleanup: remove extra space from easy_ust example | |
178 | * Add missing comma to tracepoint STAP_PROBEV call | |
179 | ||
43f76196 MD |
180 | 2012-02-13 lttng-ust 1.9.7 |
181 | * liblttng-ust-java: add missing -classpath ./ | |
182 | * Only specify that sdt.h provides system integration for now | |
183 | * Add STAP_PROBEV check ton configure.ac | |
184 | * Add sdt.h integration | |
185 | * Remove extern C around probe header | |
186 | * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace | |
187 | * Add a configure report at the end of the output | |
188 | * Add sdt.h integration option | |
189 | * Set default loglevel in metadata | |
190 | * Fix: LTTng-UST java jni wrapper does not build with OpenJDK | |
191 | ||
94b6d0d1 MD |
192 | 2012-02-09 lttng-ust 1.9.6 |
193 | * Fix tracepoint.h multiple .o within module/core exec linkage bug | |
194 | * tracepoint: name -> _name to fix possible namespace clash | |
195 | * Add debug printout to tracepoint.c | |
196 | * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper | |
197 | * Update hardcoded loglevel | |
198 | * Add "easy_ust" example | |
199 | * Update gitignore | |
200 | * Zero-initialize struct msghdr | |
201 | * Add environment information | |
202 | * Fix event-specific enabling | |
203 | * Update static lib linking | |
204 | * liblttng-ust-libc: fix linking | |
205 | * liblttng-ust-libc: fix lib dependency | |
206 | * Install README and ChangeLog into system doc | |
207 | * Add hello-static-lib test | |
208 | * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE | |
209 | * Fix 32-bit type: allocated len is used | |
210 | * Fix 32-bit type mismatch | |
211 | ||
e4d66fb5 MD |
212 | 2012-02-02 lttng-ust 1.9.5 |
213 | * UST comm ABI: Add padding, push version to 2.0 | |
214 | * Update loglevel names | |
215 | * Implement loglevels as event and wildcard attributes | |
216 | * Update loglevel ABI: only loglevel value/enum is known by UST | |
217 | * Pre-assign fixed loglevels | |
218 | * Remove old (now unused) loglevel control code entirely | |
219 | * Update loglevel selection ABI | |
220 | * Use boot_id as monotonic clock uuid | |
221 | * clock: add clock description to metadata | |
222 | * Properly fix the timekeeping overflow detection | |
223 | * Revert "Fix timestamps for slow-paced event rates" | |
224 | * Revert "Force 64-bit timestamps" | |
225 | * Declare struct lttng_ust_calibrate | |
226 | * Force 64-bit timestamps | |
227 | * demo program: ensure we don't link demo on useless libs | |
228 | * ust comm: Receive second FD even if 1st receive failed | |
229 | * ust consumer: close shm fd after mapping it | |
230 | * Add a comment about which wait fd is closed early by UST. | |
231 | * Remove leftover structure in ust-abi.h | |
232 | * Close stream and channel file descriptors as soon as passed to | |
233 | sessiond | |
234 | * Fix AC_LANG_SOURCE usage: only takes one parameter | |
235 | * Fix timestamps for slow-paced event rates | |
236 | * configure.ac: Use AC_LANG_SOURCE for if else macros | |
237 | * Add execution instructions to the demo test program | |
238 | * Force the building of shared noinst libraries in the demo test | |
239 | program. | |
240 | * Only print the futex perror in debug mode | |
241 | ||
54d2e210 MD |
242 | 2011-12-23 lttng-ust 1.9.4 |
243 | * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs | |
244 | * Comment the union field (only used in call_rcu scheme) | |
245 | ||
dddc9140 MD |
246 | 2011-12-21 lttng-ust 1.9.3 |
247 | * Fix clock source overflow on 32-bit archs | |
248 | * Remove unused trace_clock_frequency | |
249 | * check for negative wait() return value | |
250 | * Add DBG message when registering a probe | |
251 | * Only show futex warning "perror" in debug mode | |
252 | ||
07a0da24 MD |
253 | 2011-12-14 lttng-ust 1.9.2 |
254 | * Add missing ust_libc.h to Makefile.am | |
255 | * Use DBG instead of WARN for futex_wake workaround message | |
256 | * Make dlopen more robust by using the .0 target for the library | |
257 | ||
943be3a0 MD |
258 | 2011-12-13 lttng-ust 1.9.1 |
259 | * First LTTng-UST 2.0 prerelease. |