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