Commit | Line | Data |
---|---|---|
9f00ce32 MD |
1 | 2013-09-03 lttng-ust 2.3.0 |
2 | * No change | |
3 | ||
07d2f704 MD |
4 | 2013-08-30 lttng-ust 2.3.0-rc2 |
5 | * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS | |
6 | * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS | |
7 | * Fix: doc/examples cross-build | |
8 | * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la | |
9 | * Introduce configure --with-lttng-system-rundir | |
10 | * examples: tracepoint probes don't need extern C | |
11 | * Tracepoint probes don't need extern C | |
12 | * Add trace support for memalign and posix_memalign | |
13 | * malloc instrumentation: remove dependency on pthread | |
14 | * Add trace support for calloc and realloc. | |
15 | * Fix: allow make check to run in VPATH build | |
16 | * Update .gitignore | |
17 | * Update obsolete benchmark test | |
18 | * Cleanup tests (2nd commit) | |
19 | * Cleanup tests | |
20 | * Fix: doc/examples VPATH build | |
21 | ||
0ff43c44 MD |
22 | 2013-07-17 lttng-ust 2.3.0-rc1 |
23 | * Fix: Unchecked asprintf/vasprintf return values | |
24 | * Missing NULL pointer init in tap.c | |
25 | * Disable doc/examples build | |
26 | * Add python3 support to lttng-gen-tp | |
27 | * Bump ABI major to 5 | |
28 | * callsite: add "ip" context | |
29 | * Allow environment variable LTTNG_HOME to override HOME | |
30 | * Fix: libs order in Makefile | |
31 | * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter | |
32 | * Introduce ustctl_write_one_packet_to_channel | |
33 | * build: Fix out-of-tree build | |
34 | * Fix: SWITCH_FLUSH new sub-buffer checks | |
35 | * Fix: ring buffer: handle concurrent update in nested buffer wrap around check | |
36 | * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size() | |
37 | * Fix: doc/examples: gen-tp path | |
38 | * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()" | |
39 | * Fix: handle writes of length 0 | |
40 | * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end() | |
41 | * Fix: lttng-events VPATH build | |
42 | * Allow #include in template (.tp) file | |
43 | * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp | |
44 | * doc/examples: build gen-tp example by default | |
45 | * doc/examples: support BSD make | |
46 | * Tracepoint.h: replace assertion by fprintf and abort() | |
47 | * Remove unused assert.h from bitfield.h | |
48 | * Clarify probe registration documentation/errors | |
49 | * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test | |
50 | * Add mising include in ust.h | |
51 | * lttng-gen-tp: Fix include guard name with file using non valid characters | |
52 | * Fix: segfault when print invalid command | |
53 | * Fix: Add --no-as-needed to the demo example's Makefile | |
54 | * zmalloc: attribute always_inline | |
55 | * Fix: liblttng-ust process startup hang when sessiond is stopped | |
56 | * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles | |
57 | * Allow tracepoint providers to be compiled with g++ | |
58 | * Add parameter -f to rm in Makefile clean target | |
59 | * Fix: missing dependency for liblttng-ust-tracepoint.so | |
60 | * Remove 0.x TODO | |
61 | * Add warning about default prefix and library paths to README | |
62 | * Revert "Revert "Fix (another) linker library order"" | |
63 | * Revert "Revert "Fix linker library order"" | |
64 | * snprintf: play nice with static checker | |
65 | * tracepoint.c: Add coverity alloc/free annotations | |
66 | * Fix: "fields" leak on register | |
67 | * Fix: memory leak for events without fields | |
68 | * Fix: memory leak on connection reset | |
69 | * Revert "Fix linker library order" | |
70 | * Revert "Fix (another) linker library order" | |
71 | * Fix: incorrect support for multi-context | |
72 | * Fix (another) linker library order | |
73 | * Fix typo in run script | |
74 | * Fix linker library order | |
75 | * Fix examples: add missing CPPFLAGS | |
76 | * example Makefiles: standardize on $^ for linking | |
77 | * Fix demo example Makefile | |
78 | * Move "hello-static-lib" to doc/examples and add non-automake Makefiles | |
79 | ||
9ac8c212 MD |
80 | 2013-05-09 lttng-ust 2.2.0-rc2 |
81 | * manpage: Document probe provider compatibility | |
82 | * Fix: add provider ABI compatibility check | |
83 | * Cleanup: ignore mktemp return value | |
84 | * Cleanup: documentation: argument vs field | |
85 | * Documentation: document undefined behavior for NULL pointers | |
86 | * Cleanup: silence cppcheck error | |
87 | * Fix: add internal mutex for timer | |
88 | * 32-bit warning fix for cyg profile fast | |
89 | * Fix warnings for 32-bit in lttng-ust-cyg-profile | |
90 | * Typo fix in README | |
91 | * Fix: tracepoint.h incorrect assumption about constructor order | |
92 | * Cleanup: comment mismatch with code | |
93 | * Fix: ABI breakage between 2.1 and 2.2-rc1 | |
94 | * Documentation: document that sequence len field is unsigned | |
95 | * connect: don't report EACCES | |
96 | * connect: don't print error on EPERM | |
97 | * Bump liblttng-ust-ctl lib version major number | |
98 | * Optimisation: implement callsite hash table in tracepoint.c | |
99 | * Optimisation: only update added library in tracepoint.c | |
100 | * Optimisation: only fix pending events once per lazy update | |
101 | ||
9c915ee8 MD |
102 | 2013-03-28 lttng-ust 2.2.0-rc1 |
103 | * Fix: tracepoint instrumentation constructor order issue | |
104 | * Documentation: update 2.0 to 2.x | |
105 | * Add demo test back as an example | |
106 | * Don't rely on explicit context for filtering | |
107 | * Implement per-context filtering | |
108 | * Fix: filter string comparison should check for literal | |
109 | * update tests/demo readme file | |
110 | * Add man page for lttng-ust-cyg-profile | |
111 | * Fix: filter string wildcard comparison | |
112 | * Fix: Remove test runner script | |
113 | * Fix: forwarding of call_site argument to field | |
114 | * Add demo README | |
115 | * Tests: Use Perl prove as the testsuite runner | |
116 | * Remove tests depending on consumerd | |
117 | * Convert hello.cxx test to a build test | |
118 | * Clean-up of configure.ac and tests/Makefile.am | |
119 | * Fix snprintf test and output result to TAP format | |
120 | * Replace same_line_marker test with same_line_tracepoint | |
121 | * Remove tests-libustinstr-malloc | |
122 | * Remove exit-fast test | |
123 | * Remove fork test | |
124 | * Remove daemon test | |
125 | * Remove demo test | |
126 | * Remove outdated test-nevents test | |
127 | * Remove outdated simple_include test | |
128 | * Remove outdated register_test test | |
129 | * Convert hello-static-lib test to a build test | |
130 | * Convert hello test to a build test only | |
131 | * Remove outdated libustctl_function_tests test | |
132 | * Remove outdated test hello2 | |
133 | * Remove outdated dlopen test | |
134 | * Remove outdated test basic long | |
135 | * Remove outdated test basic | |
136 | * cyg_profile: implement fast and verbose .so | |
137 | * Performance: add unlikely to tracepoint dynamic linking test | |
138 | * Fix: _LGPL_SOURCE rcu dereference fix | |
139 | * Implement liblttng-ust-cyg-profile function entry/exit instrumentation | |
140 | * Minor fix: libc wrapper internal run script | |
141 | * Fix: ustctl_recv_register_event pointer mixup | |
142 | * Fix: allow enabling same events for two channels | |
143 | * Add channel ID field to attr | |
144 | * Remove useless else clause | |
145 | * tracepoint: move "probe" test outside of loop | |
146 | * Fix uninitialized has_loglevel variable | |
147 | * Fix clang warnings | |
148 | * Cleanup: work-around clang unused result warning | |
149 | * Cleanup compile warning | |
150 | * Cleanup: remove unused variables | |
151 | * tracepoint: Don't add NULL probes | |
152 | * Remove mention of locking issues associated with dlopen usage | |
153 | * Implement read timer (for RT) | |
154 | * Only flush when there are readers active | |
155 | * Add mutex for channel wakeup fd update | |
156 | * Fix: fields should be initialized to NULL | |
157 | * Implement ustctl_duplicate_ust_object_data | |
158 | * Add channel wakeup fd to monitor close | |
159 | * Fix: refcount issue in lttng-ust-abi.c | |
160 | * Fix: only consumerd should print errors | |
161 | * Implement ring buffer periodic buffer switch timer | |
162 | * Fix: ensure all probe providers have their symbols | |
163 | * Reactivate error printing | |
164 | * Unregister tracepoint probes when not needed | |
165 | * Cleanup: remove now unused metadata code from UST | |
166 | * Fix: notification timeout logic | |
167 | * Fix: don't print error in comm proto connect on ENOENT | |
168 | * Fix: return expected error return values for sessiond | |
169 | * Fix: set wait/wake fd to -1 before close | |
170 | * Fix: Only notify socket should have timeout/nonblock | |
171 | * Fix: ustctl: return -EPIPE to sessiond if connection is closed | |
172 | * Fix: Add timeout on notification socket | |
173 | * Remove now unused metadata printf code | |
174 | * Move metadata creation into lttng-sessiond and lttng-consumed | |
175 | * Add write metadata API to ust-ctl.h | |
176 | * Move UST registry into sessiond and implement notifiers | |
177 | * Fix: don't flush-final for offset 0 if reader is on sub-buffer | |
178 | * Use tp rcu link test in provider | |
179 | * Remove direct dependency of probes on urcu-bp | |
180 | * Use urcu tls-compat.h | |
181 | * Lazy provider registration | |
182 | * Always use lttng_get_probe_list_head to get probe list | |
183 | * Fix static build | |
184 | * Move LTTng-UST buffer ownership from application to consumer | |
185 | * Fix package: don't distribute generated headers | |
186 | * Fix: don't cancel already exited threads | |
187 | * Scalability fix: tracepoint.c hash table size increase | |
188 | * Scalability fix for many events: event hash table size | |
189 | * Speed up probe registration for large amount of events | |
190 | * Add missing demo-trace shell script to dist tarball | |
191 | * Documentation: add uuid package name for Fedora in README | |
192 | * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c | |
193 | * Add compilation support for Tile architectures | |
194 | * Documentation: clarify debian package name for uuid in README | |
195 | * Fix: comment in ust-ctl.h | |
196 | * Fix I/O-related error values in ustctl | |
197 | * Introduce hash table for lttng_create_event_if_missing() | |
198 | * Fix: don't build C++ example if a C++ compiler isn't available | |
199 | * Remove LIBFORMAT output in configure. | |
200 | * Document dependency on libuuid | |
201 | ||
0c9ad44b MD |
202 | 2012-12-20 (13th Baktun) lttng-ust 2.1.0 |
203 | * Bump liblttng-ust-ctl lib version major number | |
204 | * Bump UST proto version minor number | |
205 | * Helper to debug: add object name | |
206 | * Tests: Fix rundir not created in ust-basic-tracing | |
207 | * ust test: add missing return -1 | |
208 | * Test: update ust tracing unit tests to 2.1 internal ABI | |
209 | * Tests: Fix rundir not created in ust-multi-test | |
210 | * Adapt internal files and examples to TRACEPOINT_INCLUDE | |
211 | * Adapt tests to TRACEPOINT_INCLUDE | |
212 | * Cleanup: tests remove hello.cxx/ust_tests_demo.h | |
213 | * Fix: don't do macro expansion in tracepoint file name | |
214 | * Fix lttng-gen-tp: Template file must end in .tp | |
215 | * Pack structures in comm protocol between UST and sessiond | |
216 | * Cleanup lttng-gen-tp: Help not showing when using -h,--help | |
217 | * Cleanup lttng-gen-tp: remove leading underscore before include guard | |
218 | * fix memleak: ustctl free shadow chan on ustctl_unmap_channel() | |
219 | * Update license text | |
220 | * Fix: check if event enabled for bytecode-less events | |
221 | * Fix: handle enablers without bytecode | |
222 | * Print probe provider mismatch error even without -Wsystem-headers | |
223 | * filter: Add missing padding | |
224 | ||
dd8b384a MD |
225 | 2012-11-22 lttng-ust 2.1.0-rc2 |
226 | * filter interpreter cleanup: use uint64_t for retval | |
227 | * Fix: filter linking can dereference NULL pointer on alloc failure | |
228 | * Cleanup: remove whitespaces and EOL in tests | |
229 | * Filter: use only single lower bit of filter return value | |
230 | * Fix: filter: var len array at end of external structure | |
231 | * Fix: filter link fail handling | |
232 | * Fix: add missing seqnum field to filter | |
233 | * filters: perform union rather than intersection | |
234 | * Implement support for overlapping wildcard/events | |
235 | * Cleanup: add lttng_/lttng-/LTTNG_ prefixes | |
236 | * filter: add seqnum field to filter command | |
237 | * Filter iteration: iterate on list of filters | |
238 | * document that tracepoint names should ideally not be re-used | |
239 | * Remove LIBFORMAT config declaration, unused | |
240 | * Add libc errno translation layer to UST error code | |
241 | * Fix: add const qualifier for filter local void * | |
242 | * Fix: re-allow non-lvalue string, sequence, array parameters | |
243 | * Tear down handles associated with a closed sessiond socket | |
244 | * Distinguish UST return codes from transport return codes | |
245 | * Fix: Conditionally disable tests requiring shared libs support | |
246 | * Cleanup: don't spawn per-user thread if HOME is not set | |
247 | * Manpage: document supported UST contexts | |
248 | * Fix: procname context semantic | |
249 | * Fix: Fix self-assign warning on struct ustfork_clone_info init | |
250 | * Fix: memcpy of string is larger than source | |
251 | * Implement liblttng-ust-fork daemon() override test | |
252 | * liblttng-ust-fork: override daemon() call | |
253 | * ustfork: set errno to ENOSYS if symbol lookup fails | |
254 | * Fix: be quiet on filter linker error | |
255 | * Build out of src tree | |
256 | * Fix: filter bytecode specializer stack leak | |
257 | * Fix: reloc offset validation error out on filters with no reloc table | |
258 | * Perform calculation on bit size in 64-bit | |
259 | * Use uint64_t for packet header content size and packet size | |
260 | * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust" | |
261 | * Fix: BSD getprogname null pointer dereference | |
262 | * Add support for model.emf.uri event info | |
263 | * Filter error message cleanup | |
264 | * Manpage update: document use in daemons | |
265 | * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls) | |
266 | * Fix: get_wait_shm() ust mutex deadlock | |
267 | * Fix: add events with 0 field to field list | |
268 | ||
d8c99839 MD |
269 | 2012-09-10 lttng-ust 2.1.0-rc1 |
270 | * Fix make dist: fix liblttng-ust-java dependencies | |
271 | * Fix make dist: add missing filter header | |
272 | * Fix: backward compatibility with UST 2.0 app probes | |
273 | * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536) | |
274 | * Export "written" information about fields | |
275 | * Fix filter: pointer to string, not string, should be on stack | |
276 | * Fix: tracepoint float nowrite | |
277 | * Fix: accept 65536 bytes long bytecodes | |
278 | * Add hostname to env | |
279 | * ABI change: bump internal version to 3.0.0 | |
280 | * Fix: threads should be created in DETACHED state | |
281 | * Fix: 32-bit x86 strict-aliasing warnings | |
282 | * Fix UST SIGPIPE handling | |
283 | * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust | |
284 | * Cleanup: filter: turn bytecode linking error msg into debug | |
285 | * Make lttng-ust robust against -finstrument-functions. | |
286 | * Filter: keep aliased ax and bx registers | |
287 | * Filter: remove interpreter dynamic typing | |
288 | * Filter: add missing specialized op names | |
289 | * Filter: specialize double-s64 binary comparators | |
290 | * Fix filter: fix stack leak on taken branch | |
291 | * Filter: Implement stack-based interpreter | |
292 | * Filter: double comparator produces s64 | |
293 | * Filter: use hash table to check merge points | |
294 | * Filter: split passes into separate components | |
295 | * Filter: cleanup macros | |
296 | * Filter: validate range overflow with end of insn | |
297 | * Filter: validate that field ref strings are non-NULL | |
298 | * Filter: ensure logical operator merge is always s64 | |
299 | * Filter: we don't care if double/s64 are literals | |
300 | * Filter: specialize 'and' and 'or' ops. | |
301 | * Implement dispatch-table based interpretor | |
302 | * Filter: Specialize unary operators | |
303 | * Define switch use as macro in interpreter | |
304 | * Filter interpreter: mark float test as unlikely | |
305 | * Filter: fix bytecode validation typo | |
306 | * Filter: specialize comparators | |
307 | * Specialize load and unary ops | |
308 | * Validate registers, no need to initialize to 0 | |
309 | * Filter: opcode for ref loads | |
310 | * Remove redundant validation from interpreter | |
311 | * filter: Add bytecode validation pass | |
312 | * TRACEPOINT_EVENT: add *_nowrite fields for filter | |
313 | * Only print filter errors if LTTNG_UST_DEBUG is set | |
314 | * Cleanup: remove debug define | |
315 | * Filter: add floating point support | |
316 | * Remove filter test printouts | |
317 | * Implement filter bytecode interpreter and linker | |
318 | * Filter: receive, attach and link empty filter | |
319 | * Filter: prepare filter stack data | |
320 | * Wrap dynamic len array into stackvar union | |
321 | * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock() | |
322 | * liblttng-ust/lttng-ust-comm.c: fixing typo. | |
323 | * Fix: remove unused texinfo dep from configure.ac | |
324 | * Fix C99 strict compatibility: don't use void * for function pointers | |
325 | * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions | |
326 | * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions" | |
327 | * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions | |
328 | * Fix: perform TLS fixup of nest count outside of UST mutex | |
329 | * Fix: liblttng-ust-fork deadlock | |
330 | * Fix: handle pthread errors | |
331 | * Fix: local apps allowed should disable local (not global) tracing | |
332 | * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header | |
333 | * Fix: support -std=c99 in tracepoint macros | |
334 | * Fix c99 compatibility: use __typeof__ instead of typeof in public headers | |
335 | * hello test: fail on old style definition | |
336 | * Fix: tracepoint.h should not generate old-style definitions | |
337 | * Fix: don't define variables in headers | |
338 | * test "hello": add boolean test | |
339 | * Fix: perform macro expansion on tracepoint signatures | |
340 | * UST check pointer/de-reference order | |
341 | * Fix list field: handle error | |
342 | * Implement event fields listing | |
343 | * Implement field listing command | |
344 | * Fix: Block all signals in listener thread | |
345 | * Add CodingStyle document to tarball | |
346 | * Add coding style document | |
347 | * endian.h: support cygwin | |
348 | * align.h: support cygwin page size | |
349 | * Add cygwin support to libringbuffer getcpu.h | |
350 | * Add "2x int" and "2x long" types to the Java interface | |
351 | * Add Integer and Long tracepoint types to the Java interface | |
352 | * Fix: don't SIGBUS when filesystem is full | |
353 | * tracepoint: include stdio.h for NULL definition | |
354 | * manpage update: document that probes need gcc | |
355 | * Fix: remove # in front on extern "C" { | |
356 | * Cleanup: don't use GNU old-style field designator extension | |
357 | * Fix: remove padding field after variable sized array | |
358 | * Use unsigned long type for events discarded counter | |
359 | * Fix: getcpu build with modern uClibc versions | |
360 | * Fix: lttng-ust.pc needs to specify -ldl | |
361 | * Fix: examples Makefiles should pass $(LIBS) at last | |
362 | * Build a jar for the Java side of the JNI interface | |
363 | * Fix: ustctl need to send the second fd upon error of 1st fd | |
364 | * Fix: Add missing fork test program dependency library | |
365 | * Fix: Make the JNI interface actually work | |
366 | * Merge branch 'dev' | |
367 | * Fix: stringify version description | |
368 | ||
1a94cf83 MD |
369 | 2012-03-29 lttng-ust 2.0.1 |
370 | * Use bsd-compatible fcntl for close-on-exec on socket | |
371 | * Fix multi-session wildcard support | |
372 | * Fix event lost count when buffer is full | |
373 | * Remove inappropriate \n from easy-ust sample | |
374 | ||
649282a8 MD |
375 | 2012-03-20 lttng-ust 2.0.0 |
376 | * First STABLE version | |
377 | * Add version name | |
378 | ||
68d9f89e MD |
379 | 2012-03-20 lttng-ust 2.0.0-rc4 |
380 | * Fix out-of-bound write in ltt-events.c | |
381 | * Document LTTNG_UST_DEBUG_VALGRIND compilation flag | |
382 | * Update COPYING | |
383 | * Add exception handling to lttng-gen-tp io operations | |
384 | ||
8e2d61c8 MD |
385 | 2012-03-16 lttng-ust 2.0.0-rc3 |
386 | * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL | |
387 | * fix: ustcomm_close_unix_sock should close, not shutdown | |
388 | * Fix: do not print EPIPE perror, as it is an expected error | |
389 | * Ensure that multiplication of clock offset is done on 64-bit | |
390 | * Add 2 missing licenses in deprecated tests | |
391 | * Remove unbuild and unused (deprecated) make_shared_lib test | |
392 | * License text standardization, add missing licenses | |
393 | * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size | |
394 | * Fix: power of 2 size check should apply to size_t type, not uint32_t | |
395 | * Fix: recvmsg should handle EINTR | |
396 | * Make lttng-gen-tp work on python 2.6 | |
397 | * Make lttng-gen-tp executable | |
398 | ||
bf1175c2 MD |
399 | 2012-03-02 lttng-ust 2.0.0-rc2 |
400 | * Manpage fixes | |
401 | * Fix: dmesg printout should not print metadata warnings | |
402 | * Fix: use transport name as channel name | |
403 | * Fix: Add signature check in tracepoint activation | |
404 | * Fix: add tracepoint signature at tracepoint definition site | |
405 | * Fix: keep event probe signature, for use by event probe signature check | |
406 | * Fix ABI: add padding to structures shared between UST and consumer | |
407 | * Fix ABI: add padding to tracepoint and ring buffer config public structu | |
408 | * Fix ABI: Adding missing padding in tracepoint event structures | |
409 | * Fix: Add include/lttng/ust-config.h to git ignore | |
410 | * Fix effect: update README about dlopen() | |
411 | * Fix: fixup vtid TLS | |
412 | * Fix: fixup ringbuffer tls at constructor by forcing read | |
413 | * Fix: fix deadlock with dlopen() lttng-ust | |
414 | * Fix: only print event errors every 1048576 hits | |
415 | * Fix: add missing debug printout to identify the cause of lost events | |
416 | * fix: liblttng-ust-ctl should check for incorrect parameters | |
417 | * fix: ust comm error handling segfault | |
418 | * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_ | |
419 | * fix: on exit, leave thread/mmap reclaim to OS | |
420 | * fix: Handle sys_futex with async cancel, add missing pthread_join | |
421 | * fix: Only munmap the wait page when not exiting from process | |
422 | * Use CPPFLAGS instead of CFLAGS for -I | |
423 | * Fix type range comparison always false for 64-bit arch | |
424 | * demo: remove useless libs | |
425 | * tests: include missing headers | |
426 | * Add missing limits.h include for NAME_MAX | |
427 | ||
1796af86 MD |
428 | 2012-02-20 lttng-ust 2.0.0-rc1 |
429 | * Standardize version across toolchain | |
430 | * Fix a typo in gen-tp Makefile | |
431 | * Implement the .o file generation in lttng-gen-tp | |
432 | ||
58bfa9af MD |
433 | 2012-02-16 lttng-ust 1.9.8 |
434 | * Fix comment in tracepoint.h | |
435 | * Add loglevel info to manpage | |
436 | * Remove stale binary file | |
437 | * Add lttng-ust(3) | |
438 | * Add a man page for lttng-gen-tp | |
439 | * Install easy-ust and gen-tp examples in doc/ | |
440 | * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files | |
441 | * Add missing #define _GNU_SOURCE for sched_getcpu() | |
442 | * Define _GNU_SOURCE for all implementation files rather than getcpu.h | |
443 | * Add sched_getcpu and sysconf to AC_CHECK_FUNCS | |
444 | * Mark lib_ring_buffer_print_errors unused | |
445 | * Cleanup: remove extra space from easy_ust example | |
446 | * Add missing comma to tracepoint STAP_PROBEV call | |
447 | ||
43f76196 MD |
448 | 2012-02-13 lttng-ust 1.9.7 |
449 | * liblttng-ust-java: add missing -classpath ./ | |
450 | * Only specify that sdt.h provides system integration for now | |
451 | * Add STAP_PROBEV check ton configure.ac | |
452 | * Add sdt.h integration | |
453 | * Remove extern C around probe header | |
454 | * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace | |
455 | * Add a configure report at the end of the output | |
456 | * Add sdt.h integration option | |
457 | * Set default loglevel in metadata | |
458 | * Fix: LTTng-UST java jni wrapper does not build with OpenJDK | |
459 | ||
94b6d0d1 MD |
460 | 2012-02-09 lttng-ust 1.9.6 |
461 | * Fix tracepoint.h multiple .o within module/core exec linkage bug | |
462 | * tracepoint: name -> _name to fix possible namespace clash | |
463 | * Add debug printout to tracepoint.c | |
464 | * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper | |
465 | * Update hardcoded loglevel | |
466 | * Add "easy_ust" example | |
467 | * Update gitignore | |
468 | * Zero-initialize struct msghdr | |
469 | * Add environment information | |
470 | * Fix event-specific enabling | |
471 | * Update static lib linking | |
472 | * liblttng-ust-libc: fix linking | |
473 | * liblttng-ust-libc: fix lib dependency | |
474 | * Install README and ChangeLog into system doc | |
475 | * Add hello-static-lib test | |
476 | * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE | |
477 | * Fix 32-bit type: allocated len is used | |
478 | * Fix 32-bit type mismatch | |
479 | ||
e4d66fb5 MD |
480 | 2012-02-02 lttng-ust 1.9.5 |
481 | * UST comm ABI: Add padding, push version to 2.0 | |
482 | * Update loglevel names | |
483 | * Implement loglevels as event and wildcard attributes | |
484 | * Update loglevel ABI: only loglevel value/enum is known by UST | |
485 | * Pre-assign fixed loglevels | |
486 | * Remove old (now unused) loglevel control code entirely | |
487 | * Update loglevel selection ABI | |
488 | * Use boot_id as monotonic clock uuid | |
489 | * clock: add clock description to metadata | |
490 | * Properly fix the timekeeping overflow detection | |
491 | * Revert "Fix timestamps for slow-paced event rates" | |
492 | * Revert "Force 64-bit timestamps" | |
493 | * Declare struct lttng_ust_calibrate | |
494 | * Force 64-bit timestamps | |
495 | * demo program: ensure we don't link demo on useless libs | |
496 | * ust comm: Receive second FD even if 1st receive failed | |
497 | * ust consumer: close shm fd after mapping it | |
498 | * Add a comment about which wait fd is closed early by UST. | |
499 | * Remove leftover structure in ust-abi.h | |
500 | * Close stream and channel file descriptors as soon as passed to | |
501 | sessiond | |
502 | * Fix AC_LANG_SOURCE usage: only takes one parameter | |
503 | * Fix timestamps for slow-paced event rates | |
504 | * configure.ac: Use AC_LANG_SOURCE for if else macros | |
505 | * Add execution instructions to the demo test program | |
506 | * Force the building of shared noinst libraries in the demo test | |
507 | program. | |
508 | * Only print the futex perror in debug mode | |
509 | ||
54d2e210 MD |
510 | 2011-12-23 lttng-ust 1.9.4 |
511 | * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs | |
512 | * Comment the union field (only used in call_rcu scheme) | |
513 | ||
dddc9140 MD |
514 | 2011-12-21 lttng-ust 1.9.3 |
515 | * Fix clock source overflow on 32-bit archs | |
516 | * Remove unused trace_clock_frequency | |
517 | * check for negative wait() return value | |
518 | * Add DBG message when registering a probe | |
519 | * Only show futex warning "perror" in debug mode | |
520 | ||
07a0da24 MD |
521 | 2011-12-14 lttng-ust 1.9.2 |
522 | * Add missing ust_libc.h to Makefile.am | |
523 | * Use DBG instead of WARN for futex_wake workaround message | |
524 | * Make dlopen more robust by using the .0 target for the library | |
525 | ||
943be3a0 MD |
526 | 2011-12-13 lttng-ust 1.9.1 |
527 | * First LTTng-UST 2.0 prerelease. |