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