| 1 | 2012-02-09 lttng-ust 1.9.6 |
| 2 | * Fix tracepoint.h multiple .o within module/core exec linkage bug |
| 3 | * tracepoint: name -> _name to fix possible namespace clash |
| 4 | * Add debug printout to tracepoint.c |
| 5 | * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper |
| 6 | * Update hardcoded loglevel |
| 7 | * Add "easy_ust" example |
| 8 | * Update gitignore |
| 9 | * Zero-initialize struct msghdr |
| 10 | * Add environment information |
| 11 | * Fix event-specific enabling |
| 12 | * Update static lib linking |
| 13 | * liblttng-ust-libc: fix linking |
| 14 | * liblttng-ust-libc: fix lib dependency |
| 15 | * Install README and ChangeLog into system doc |
| 16 | * Add hello-static-lib test |
| 17 | * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE |
| 18 | * Fix 32-bit type: allocated len is used |
| 19 | * Fix 32-bit type mismatch |
| 20 | |
| 21 | 2012-02-02 lttng-ust 1.9.5 |
| 22 | * UST comm ABI: Add padding, push version to 2.0 |
| 23 | * Update loglevel names |
| 24 | * Implement loglevels as event and wildcard attributes |
| 25 | * Update loglevel ABI: only loglevel value/enum is known by UST |
| 26 | * Pre-assign fixed loglevels |
| 27 | * Remove old (now unused) loglevel control code entirely |
| 28 | * Update loglevel selection ABI |
| 29 | * Use boot_id as monotonic clock uuid |
| 30 | * clock: add clock description to metadata |
| 31 | * Properly fix the timekeeping overflow detection |
| 32 | * Revert "Fix timestamps for slow-paced event rates" |
| 33 | * Revert "Force 64-bit timestamps" |
| 34 | * Declare struct lttng_ust_calibrate |
| 35 | * Force 64-bit timestamps |
| 36 | * demo program: ensure we don't link demo on useless libs |
| 37 | * ust comm: Receive second FD even if 1st receive failed |
| 38 | * ust consumer: close shm fd after mapping it |
| 39 | * Add a comment about which wait fd is closed early by UST. |
| 40 | * Remove leftover structure in ust-abi.h |
| 41 | * Close stream and channel file descriptors as soon as passed to |
| 42 | sessiond |
| 43 | * Fix AC_LANG_SOURCE usage: only takes one parameter |
| 44 | * Fix timestamps for slow-paced event rates |
| 45 | * configure.ac: Use AC_LANG_SOURCE for if else macros |
| 46 | * Add execution instructions to the demo test program |
| 47 | * Force the building of shared noinst libraries in the demo test |
| 48 | program. |
| 49 | * Only print the futex perror in debug mode |
| 50 | |
| 51 | 2011-12-23 lttng-ust 1.9.4 |
| 52 | * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs |
| 53 | * Comment the union field (only used in call_rcu scheme) |
| 54 | |
| 55 | 2011-12-21 lttng-ust 1.9.3 |
| 56 | * Fix clock source overflow on 32-bit archs |
| 57 | * Remove unused trace_clock_frequency |
| 58 | * check for negative wait() return value |
| 59 | * Add DBG message when registering a probe |
| 60 | * Only show futex warning "perror" in debug mode |
| 61 | |
| 62 | 2011-12-14 lttng-ust 1.9.2 |
| 63 | * Add missing ust_libc.h to Makefile.am |
| 64 | * Use DBG instead of WARN for futex_wake workaround message |
| 65 | * Make dlopen more robust by using the .0 target for the library |
| 66 | |
| 67 | 2011-12-13 lttng-ust 1.9.1 |
| 68 | * First LTTng-UST 2.0 prerelease. |