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