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