Version 2.2.3
[lttng-ust.git] / ChangeLog
1 2014-02-28 lttng-ust 2.2.3
2 * Fix: FD leak in liblttng-ust-ctl
3 * Fix: liblttng-ust-fork Makefile flags mismatch
4 * Fix: C++: incomplete extern C guard transition
5 * Cleanup gen-tp: add quotes around AM_CC
6 * Pass the CC variable to the example Makefiles
7 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
8 * doc/examples: error out when a subdir make fails
9 * Fix: check deliver now takes tsc argument
10 * Fix: eliminate timestamp overlap between packets
11 * Fix lttng-ust(3) manpage
12 * Fix: move va_end to outermost label
13 * Fix: add missing NULL check after allocation
14 * Add missing copyrights to test scripts
15 * Escape minus signs in lttng-ust-cyg-profile manpage
16 * Fix spelling mistake in lttng-ust manpage
17
18 2013-11-12 lttng-ust 2.2.2
19 * Fix: application SIGBUS when starting in parallel with sessiond
20 * Fix: Minor corrections to the lttng-ust man page
21 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
22 * Warning cleanup: add missing padding initializer
23 * Fix: socket connect hang on heavy loads
24 * Cleanup: fix typo
25 * Fix: ust-comm recvmsg should handle partial receive
26 * gcc warning fix: -Wextra
27 * Add usage reference count for tracepoints
28 * tracepoint.c: Move add_callsite/remove_callsite further down in file
29 * Store the callsites into the library callsite list
30 * Fix linking warning
31 * Fix: doc/examples cross-build
32 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
33 * examples: tracepoint probes don't need extern C
34 * Tracepoint probes don't need extern C
35 * Fix: doc/examples VPATH build
36 * Disable doc/examples build
37 * Fix: doc/examples: gen-tp path
38 * Revert "Disable doc/examples build"
39 * Fix: Unchecked asprintf/vasprintf return values
40 * Missing NULL pointer init in tap.c
41
42 2013-07-11 lttng-ust 2.2.1
43 * Fix: libs order in Makefile
44 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed"
45 * build: Fix out-of-tree build
46 * Fix: SWITCH_FLUSH new sub-buffer checks
47 * Fix: ring buffer: handle concurrent update in nested buffer wrap around
48 * Fix: handle writes of length 0
49 * Fix: incorrect release dates in Changelog
50
51 2013-06-25 lttng-ust 2.2.0
52 * Disable doc/examples build
53 * Fix: lttng-events VPATH build
54 * doc/examples: build gen-tp example by default
55 * doc/examples: support BSD make
56
57 2013-06-18 lttng-ust 2.2.0-rc3
58 * Tracepoint.h: replace assertion by fprintf and abort()
59 * Remove unused assert.h from bitfield.h
60 * Clarify probe registration documentation/errors
61 * Add mising include in ust.h
62 * lttng-gen-tp: Fix include guard name with file using non valid characters
63 * Fix: segfault when print invalid command
64 * Fix: Add --no-as-needed to the demo example's Makefile
65 * zmalloc: attribute always_inline
66 * Fix: liblttng-ust process startup hang when sessiond is stopped
67 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
68 * Add parameter -f to rm in Makefile clean target
69 * Fix: missing dependency for liblttng-ust-tracepoint.so
70 * Remove 0.x TODO
71 * Add warning about default prefix and library paths to README
72 * Revert "Revert "Fix (another) linker library order""
73 * Revert "Revert "Fix linker library order""
74 * snprintf: play nice with static checker
75 * tracepoint.c: Add coverity alloc/free annotations
76 * Fix: "fields" leak on register
77 * Fix: memory leak for events without fields
78 * Fix: memory leak on connection reset
79 * Revert "Fix linker library order"
80 * Revert "Fix (another) linker library order"
81 * Fix: incorrect support for multi-context
82 * Fix (another) linker library order
83 * Fix typo in run script
84 * Fix linker library order
85 * Fix examples: add missing CPPFLAGS
86 * example Makefiles: standardize on $^ for linking
87 * Fix demo example Makefile
88 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
89
90 2013-05-09 lttng-ust 2.2.0-rc2
91 * manpage: Document probe provider compatibility
92 * Fix: add provider ABI compatibility check
93 * Cleanup: ignore mktemp return value
94 * Cleanup: documentation: argument vs field
95 * Documentation: document undefined behavior for NULL pointers
96 * Cleanup: silence cppcheck error
97 * Fix: add internal mutex for timer
98 * 32-bit warning fix for cyg profile fast
99 * Fix warnings for 32-bit in lttng-ust-cyg-profile
100 * Typo fix in README
101 * Fix: tracepoint.h incorrect assumption about constructor order
102 * Cleanup: comment mismatch with code
103 * Fix: ABI breakage between 2.1 and 2.2-rc1
104 * Documentation: document that sequence len field is unsigned
105 * connect: don't report EACCES
106 * connect: don't print error on EPERM
107 * Bump liblttng-ust-ctl lib version major number
108 * Optimisation: implement callsite hash table in tracepoint.c
109 * Optimisation: only update added library in tracepoint.c
110 * Optimisation: only fix pending events once per lazy update
111
112 2013-03-28 lttng-ust 2.2.0-rc1
113 * Fix: tracepoint instrumentation constructor order issue
114 * Documentation: update 2.0 to 2.x
115 * Add demo test back as an example
116 * Don't rely on explicit context for filtering
117 * Implement per-context filtering
118 * Fix: filter string comparison should check for literal
119 * update tests/demo readme file
120 * Add man page for lttng-ust-cyg-profile
121 * Fix: filter string wildcard comparison
122 * Fix: Remove test runner script
123 * Fix: forwarding of call_site argument to field
124 * Add demo README
125 * Tests: Use Perl prove as the testsuite runner
126 * Remove tests depending on consumerd
127 * Convert hello.cxx test to a build test
128 * Clean-up of configure.ac and tests/Makefile.am
129 * Fix snprintf test and output result to TAP format
130 * Replace same_line_marker test with same_line_tracepoint
131 * Remove tests-libustinstr-malloc
132 * Remove exit-fast test
133 * Remove fork test
134 * Remove daemon test
135 * Remove demo test
136 * Remove outdated test-nevents test
137 * Remove outdated simple_include test
138 * Remove outdated register_test test
139 * Convert hello-static-lib test to a build test
140 * Convert hello test to a build test only
141 * Remove outdated libustctl_function_tests test
142 * Remove outdated test hello2
143 * Remove outdated dlopen test
144 * Remove outdated test basic long
145 * Remove outdated test basic
146 * cyg_profile: implement fast and verbose .so
147 * Performance: add unlikely to tracepoint dynamic linking test
148 * Fix: _LGPL_SOURCE rcu dereference fix
149 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
150 * Minor fix: libc wrapper internal run script
151 * Fix: ustctl_recv_register_event pointer mixup
152 * Fix: allow enabling same events for two channels
153 * Add channel ID field to attr
154 * Remove useless else clause
155 * tracepoint: move "probe" test outside of loop
156 * Fix uninitialized has_loglevel variable
157 * Fix clang warnings
158 * Cleanup: work-around clang unused result warning
159 * Cleanup compile warning
160 * Cleanup: remove unused variables
161 * tracepoint: Don't add NULL probes
162 * Remove mention of locking issues associated with dlopen usage
163 * Implement read timer (for RT)
164 * Only flush when there are readers active
165 * Add mutex for channel wakeup fd update
166 * Fix: fields should be initialized to NULL
167 * Implement ustctl_duplicate_ust_object_data
168 * Add channel wakeup fd to monitor close
169 * Fix: refcount issue in lttng-ust-abi.c
170 * Fix: only consumerd should print errors
171 * Implement ring buffer periodic buffer switch timer
172 * Fix: ensure all probe providers have their symbols
173 * Reactivate error printing
174 * Unregister tracepoint probes when not needed
175 * Cleanup: remove now unused metadata code from UST
176 * Fix: notification timeout logic
177 * Fix: don't print error in comm proto connect on ENOENT
178 * Fix: return expected error return values for sessiond
179 * Fix: set wait/wake fd to -1 before close
180 * Fix: Only notify socket should have timeout/nonblock
181 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
182 * Fix: Add timeout on notification socket
183 * Remove now unused metadata printf code
184 * Move metadata creation into lttng-sessiond and lttng-consumed
185 * Add write metadata API to ust-ctl.h
186 * Move UST registry into sessiond and implement notifiers
187 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
188 * Use tp rcu link test in provider
189 * Remove direct dependency of probes on urcu-bp
190 * Use urcu tls-compat.h
191 * Lazy provider registration
192 * Always use lttng_get_probe_list_head to get probe list
193 * Fix static build
194 * Move LTTng-UST buffer ownership from application to consumer
195 * Fix package: don't distribute generated headers
196 * Fix: don't cancel already exited threads
197 * Scalability fix: tracepoint.c hash table size increase
198 * Scalability fix for many events: event hash table size
199 * Speed up probe registration for large amount of events
200 * Add missing demo-trace shell script to dist tarball
201 * Documentation: add uuid package name for Fedora in README
202 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
203 * Add compilation support for Tile architectures
204 * Documentation: clarify debian package name for uuid in README
205 * Fix: comment in ust-ctl.h
206 * Fix I/O-related error values in ustctl
207 * Introduce hash table for lttng_create_event_if_missing()
208 * Fix: don't build C++ example if a C++ compiler isn't available
209 * Remove LIBFORMAT output in configure.
210 * Document dependency on libuuid
211
212 2012-12-20 (13th Baktun) lttng-ust 2.1.0
213 * Bump liblttng-ust-ctl lib version major number
214 * Bump UST proto version minor number
215 * Helper to debug: add object name
216 * Tests: Fix rundir not created in ust-basic-tracing
217 * ust test: add missing return -1
218 * Test: update ust tracing unit tests to 2.1 internal ABI
219 * Tests: Fix rundir not created in ust-multi-test
220 * Adapt internal files and examples to TRACEPOINT_INCLUDE
221 * Adapt tests to TRACEPOINT_INCLUDE
222 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
223 * Fix: don't do macro expansion in tracepoint file name
224 * Fix lttng-gen-tp: Template file must end in .tp
225 * Pack structures in comm protocol between UST and sessiond
226 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
227 * Cleanup lttng-gen-tp: remove leading underscore before include guard
228 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
229 * Update license text
230 * Fix: check if event enabled for bytecode-less events
231 * Fix: handle enablers without bytecode
232 * Print probe provider mismatch error even without -Wsystem-headers
233 * filter: Add missing padding
234
235 2012-11-22 lttng-ust 2.1.0-rc2
236 * filter interpreter cleanup: use uint64_t for retval
237 * Fix: filter linking can dereference NULL pointer on alloc failure
238 * Cleanup: remove whitespaces and EOL in tests
239 * Filter: use only single lower bit of filter return value
240 * Fix: filter: var len array at end of external structure
241 * Fix: filter link fail handling
242 * Fix: add missing seqnum field to filter
243 * filters: perform union rather than intersection
244 * Implement support for overlapping wildcard/events
245 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
246 * filter: add seqnum field to filter command
247 * Filter iteration: iterate on list of filters
248 * document that tracepoint names should ideally not be re-used
249 * Remove LIBFORMAT config declaration, unused
250 * Add libc errno translation layer to UST error code
251 * Fix: add const qualifier for filter local void *
252 * Fix: re-allow non-lvalue string, sequence, array parameters
253 * Tear down handles associated with a closed sessiond socket
254 * Distinguish UST return codes from transport return codes
255 * Fix: Conditionally disable tests requiring shared libs support
256 * Cleanup: don't spawn per-user thread if HOME is not set
257 * Manpage: document supported UST contexts
258 * Fix: procname context semantic
259 * Fix: Fix self-assign warning on struct ustfork_clone_info init
260 * Fix: memcpy of string is larger than source
261 * Implement liblttng-ust-fork daemon() override test
262 * liblttng-ust-fork: override daemon() call
263 * ustfork: set errno to ENOSYS if symbol lookup fails
264 * Fix: be quiet on filter linker error
265 * Build out of src tree
266 * Fix: filter bytecode specializer stack leak
267 * Fix: reloc offset validation error out on filters with no reloc table
268 * Perform calculation on bit size in 64-bit
269 * Use uint64_t for packet header content size and packet size
270 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
271 * Fix: BSD getprogname null pointer dereference
272 * Add support for model.emf.uri event info
273 * Filter error message cleanup
274 * Manpage update: document use in daemons
275 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
276 * Fix: get_wait_shm() ust mutex deadlock
277 * Fix: add events with 0 field to field list
278
279 2012-09-10 lttng-ust 2.1.0-rc1
280 * Fix make dist: fix liblttng-ust-java dependencies
281 * Fix make dist: add missing filter header
282 * Fix: backward compatibility with UST 2.0 app probes
283 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
284 * Export "written" information about fields
285 * Fix filter: pointer to string, not string, should be on stack
286 * Fix: tracepoint float nowrite
287 * Fix: accept 65536 bytes long bytecodes
288 * Add hostname to env
289 * ABI change: bump internal version to 3.0.0
290 * Fix: threads should be created in DETACHED state
291 * Fix: 32-bit x86 strict-aliasing warnings
292 * Fix UST SIGPIPE handling
293 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
294 * Cleanup: filter: turn bytecode linking error msg into debug
295 * Make lttng-ust robust against -finstrument-functions.
296 * Filter: keep aliased ax and bx registers
297 * Filter: remove interpreter dynamic typing
298 * Filter: add missing specialized op names
299 * Filter: specialize double-s64 binary comparators
300 * Fix filter: fix stack leak on taken branch
301 * Filter: Implement stack-based interpreter
302 * Filter: double comparator produces s64
303 * Filter: use hash table to check merge points
304 * Filter: split passes into separate components
305 * Filter: cleanup macros
306 * Filter: validate range overflow with end of insn
307 * Filter: validate that field ref strings are non-NULL
308 * Filter: ensure logical operator merge is always s64
309 * Filter: we don't care if double/s64 are literals
310 * Filter: specialize 'and' and 'or' ops.
311 * Implement dispatch-table based interpretor
312 * Filter: Specialize unary operators
313 * Define switch use as macro in interpreter
314 * Filter interpreter: mark float test as unlikely
315 * Filter: fix bytecode validation typo
316 * Filter: specialize comparators
317 * Specialize load and unary ops
318 * Validate registers, no need to initialize to 0
319 * Filter: opcode for ref loads
320 * Remove redundant validation from interpreter
321 * filter: Add bytecode validation pass
322 * TRACEPOINT_EVENT: add *_nowrite fields for filter
323 * Only print filter errors if LTTNG_UST_DEBUG is set
324 * Cleanup: remove debug define
325 * Filter: add floating point support
326 * Remove filter test printouts
327 * Implement filter bytecode interpreter and linker
328 * Filter: receive, attach and link empty filter
329 * Filter: prepare filter stack data
330 * Wrap dynamic len array into stackvar union
331 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
332 * liblttng-ust/lttng-ust-comm.c: fixing typo.
333 * Fix: remove unused texinfo dep from configure.ac
334 * Fix C99 strict compatibility: don't use void * for function pointers
335 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
336 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
337 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
338 * Fix: perform TLS fixup of nest count outside of UST mutex
339 * Fix: liblttng-ust-fork deadlock
340 * Fix: handle pthread errors
341 * Fix: local apps allowed should disable local (not global) tracing
342 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
343 * Fix: support -std=c99 in tracepoint macros
344 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
345 * hello test: fail on old style definition
346 * Fix: tracepoint.h should not generate old-style definitions
347 * Fix: don't define variables in headers
348 * test "hello": add boolean test
349 * Fix: perform macro expansion on tracepoint signatures
350 * UST check pointer/de-reference order
351 * Fix list field: handle error
352 * Implement event fields listing
353 * Implement field listing command
354 * Fix: Block all signals in listener thread
355 * Add CodingStyle document to tarball
356 * Add coding style document
357 * endian.h: support cygwin
358 * align.h: support cygwin page size
359 * Add cygwin support to libringbuffer getcpu.h
360 * Add "2x int" and "2x long" types to the Java interface
361 * Add Integer and Long tracepoint types to the Java interface
362 * Fix: don't SIGBUS when filesystem is full
363 * tracepoint: include stdio.h for NULL definition
364 * manpage update: document that probes need gcc
365 * Fix: remove # in front on extern "C" {
366 * Cleanup: don't use GNU old-style field designator extension
367 * Fix: remove padding field after variable sized array
368 * Use unsigned long type for events discarded counter
369 * Fix: getcpu build with modern uClibc versions
370 * Fix: lttng-ust.pc needs to specify -ldl
371 * Fix: examples Makefiles should pass $(LIBS) at last
372 * Build a jar for the Java side of the JNI interface
373 * Fix: ustctl need to send the second fd upon error of 1st fd
374 * Fix: Add missing fork test program dependency library
375 * Fix: Make the JNI interface actually work
376 * Merge branch 'dev'
377 * Fix: stringify version description
378
379 2012-03-29 lttng-ust 2.0.1
380 * Use bsd-compatible fcntl for close-on-exec on socket
381 * Fix multi-session wildcard support
382 * Fix event lost count when buffer is full
383 * Remove inappropriate \n from easy-ust sample
384
385 2012-03-20 lttng-ust 2.0.0
386 * First STABLE version
387 * Add version name
388
389 2012-03-20 lttng-ust 2.0.0-rc4
390 * Fix out-of-bound write in ltt-events.c
391 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
392 * Update COPYING
393 * Add exception handling to lttng-gen-tp io operations
394
395 2012-03-16 lttng-ust 2.0.0-rc3
396 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
397 * fix: ustcomm_close_unix_sock should close, not shutdown
398 * Fix: do not print EPIPE perror, as it is an expected error
399 * Ensure that multiplication of clock offset is done on 64-bit
400 * Add 2 missing licenses in deprecated tests
401 * Remove unbuild and unused (deprecated) make_shared_lib test
402 * License text standardization, add missing licenses
403 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
404 * Fix: power of 2 size check should apply to size_t type, not uint32_t
405 * Fix: recvmsg should handle EINTR
406 * Make lttng-gen-tp work on python 2.6
407 * Make lttng-gen-tp executable
408
409 2012-03-02 lttng-ust 2.0.0-rc2
410 * Manpage fixes
411 * Fix: dmesg printout should not print metadata warnings
412 * Fix: use transport name as channel name
413 * Fix: Add signature check in tracepoint activation
414 * Fix: add tracepoint signature at tracepoint definition site
415 * Fix: keep event probe signature, for use by event probe signature check
416 * Fix ABI: add padding to structures shared between UST and consumer
417 * Fix ABI: add padding to tracepoint and ring buffer config public structu
418 * Fix ABI: Adding missing padding in tracepoint event structures
419 * Fix: Add include/lttng/ust-config.h to git ignore
420 * Fix effect: update README about dlopen()
421 * Fix: fixup vtid TLS
422 * Fix: fixup ringbuffer tls at constructor by forcing read
423 * Fix: fix deadlock with dlopen() lttng-ust
424 * Fix: only print event errors every 1048576 hits
425 * Fix: add missing debug printout to identify the cause of lost events
426 * fix: liblttng-ust-ctl should check for incorrect parameters
427 * fix: ust comm error handling segfault
428 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
429 * fix: on exit, leave thread/mmap reclaim to OS
430 * fix: Handle sys_futex with async cancel, add missing pthread_join
431 * fix: Only munmap the wait page when not exiting from process
432 * Use CPPFLAGS instead of CFLAGS for -I
433 * Fix type range comparison always false for 64-bit arch
434 * demo: remove useless libs
435 * tests: include missing headers
436 * Add missing limits.h include for NAME_MAX
437
438 2012-02-20 lttng-ust 2.0.0-rc1
439 * Standardize version across toolchain
440 * Fix a typo in gen-tp Makefile
441 * Implement the .o file generation in lttng-gen-tp
442
443 2012-02-16 lttng-ust 1.9.8
444 * Fix comment in tracepoint.h
445 * Add loglevel info to manpage
446 * Remove stale binary file
447 * Add lttng-ust(3)
448 * Add a man page for lttng-gen-tp
449 * Install easy-ust and gen-tp examples in doc/
450 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
451 * Add missing #define _GNU_SOURCE for sched_getcpu()
452 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
453 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
454 * Mark lib_ring_buffer_print_errors unused
455 * Cleanup: remove extra space from easy_ust example
456 * Add missing comma to tracepoint STAP_PROBEV call
457
458 2012-02-13 lttng-ust 1.9.7
459 * liblttng-ust-java: add missing -classpath ./
460 * Only specify that sdt.h provides system integration for now
461 * Add STAP_PROBEV check ton configure.ac
462 * Add sdt.h integration
463 * Remove extern C around probe header
464 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
465 * Add a configure report at the end of the output
466 * Add sdt.h integration option
467 * Set default loglevel in metadata
468 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
469
470 2012-02-09 lttng-ust 1.9.6
471 * Fix tracepoint.h multiple .o within module/core exec linkage bug
472 * tracepoint: name -> _name to fix possible namespace clash
473 * Add debug printout to tracepoint.c
474 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
475 * Update hardcoded loglevel
476 * Add "easy_ust" example
477 * Update gitignore
478 * Zero-initialize struct msghdr
479 * Add environment information
480 * Fix event-specific enabling
481 * Update static lib linking
482 * liblttng-ust-libc: fix linking
483 * liblttng-ust-libc: fix lib dependency
484 * Install README and ChangeLog into system doc
485 * Add hello-static-lib test
486 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
487 * Fix 32-bit type: allocated len is used
488 * Fix 32-bit type mismatch
489
490 2012-02-02 lttng-ust 1.9.5
491 * UST comm ABI: Add padding, push version to 2.0
492 * Update loglevel names
493 * Implement loglevels as event and wildcard attributes
494 * Update loglevel ABI: only loglevel value/enum is known by UST
495 * Pre-assign fixed loglevels
496 * Remove old (now unused) loglevel control code entirely
497 * Update loglevel selection ABI
498 * Use boot_id as monotonic clock uuid
499 * clock: add clock description to metadata
500 * Properly fix the timekeeping overflow detection
501 * Revert "Fix timestamps for slow-paced event rates"
502 * Revert "Force 64-bit timestamps"
503 * Declare struct lttng_ust_calibrate
504 * Force 64-bit timestamps
505 * demo program: ensure we don't link demo on useless libs
506 * ust comm: Receive second FD even if 1st receive failed
507 * ust consumer: close shm fd after mapping it
508 * Add a comment about which wait fd is closed early by UST.
509 * Remove leftover structure in ust-abi.h
510 * Close stream and channel file descriptors as soon as passed to
511 sessiond
512 * Fix AC_LANG_SOURCE usage: only takes one parameter
513 * Fix timestamps for slow-paced event rates
514 * configure.ac: Use AC_LANG_SOURCE for if else macros
515 * Add execution instructions to the demo test program
516 * Force the building of shared noinst libraries in the demo test
517 program.
518 * Only print the futex perror in debug mode
519
520 2011-12-23 lttng-ust 1.9.4
521 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
522 * Comment the union field (only used in call_rcu scheme)
523
524 2011-12-21 lttng-ust 1.9.3
525 * Fix clock source overflow on 32-bit archs
526 * Remove unused trace_clock_frequency
527 * check for negative wait() return value
528 * Add DBG message when registering a probe
529 * Only show futex warning "perror" in debug mode
530
531 2011-12-14 lttng-ust 1.9.2
532 * Add missing ust_libc.h to Makefile.am
533 * Use DBG instead of WARN for futex_wake workaround message
534 * Make dlopen more robust by using the .0 target for the library
535
536 2011-12-13 lttng-ust 1.9.1
537 * First LTTng-UST 2.0 prerelease.
This page took 0.038982 seconds and 4 git commands to generate.