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