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