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