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