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