Commit | Line | Data |
---|---|---|
54d2e210 MD |
1 | 2011-12-23 lttng-ust 1.9.4 |
2 | * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs | |
3 | * Comment the union field (only used in call_rcu scheme) | |
4 | ||
dddc9140 MD |
5 | 2011-12-21 lttng-ust 1.9.3 |
6 | * Fix clock source overflow on 32-bit archs | |
7 | * Remove unused trace_clock_frequency | |
8 | * check for negative wait() return value | |
9 | * Add DBG message when registering a probe | |
10 | * Only show futex warning "perror" in debug mode | |
11 | ||
07a0da24 MD |
12 | 2011-12-14 lttng-ust 1.9.2 |
13 | * Add missing ust_libc.h to Makefile.am | |
14 | * Use DBG instead of WARN for futex_wake workaround message | |
15 | * Make dlopen more robust by using the .0 target for the library | |
16 | ||
943be3a0 MD |
17 | 2011-12-13 lttng-ust 1.9.1 |
18 | * First LTTng-UST 2.0 prerelease. |