7d079dc1de137ba7bbe72b5e297f6742496d9f62
[lttng-ust.git] / ChangeLog
1 2012-03-16 lttng-ust 2.0.0-rc3
2 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
3 * fix: ustcomm_close_unix_sock should close, not shutdown
4 * Fix: do not print EPIPE perror, as it is an expected error
5 * Ensure that multiplication of clock offset is done on 64-bit
6 * Add 2 missing licenses in deprecated tests
7 * Remove unbuild and unused (deprecated) make_shared_lib test
8 * License text standardization, add missing licenses
9 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
10 * Fix: power of 2 size check should apply to size_t type, not uint32_t
11 * Fix: recvmsg should handle EINTR
12 * Make lttng-gen-tp work on python 2.6
13 * Make lttng-gen-tp executable
14
15 2012-03-02 lttng-ust 2.0.0-rc2
16 * Manpage fixes
17 * Fix: dmesg printout should not print metadata warnings
18 * Fix: use transport name as channel name
19 * Fix: Add signature check in tracepoint activation
20 * Fix: add tracepoint signature at tracepoint definition site
21 * Fix: keep event probe signature, for use by event probe signature check
22 * Fix ABI: add padding to structures shared between UST and consumer
23 * Fix ABI: add padding to tracepoint and ring buffer config public structu
24 * Fix ABI: Adding missing padding in tracepoint event structures
25 * Fix: Add include/lttng/ust-config.h to git ignore
26 * Fix effect: update README about dlopen()
27 * Fix: fixup vtid TLS
28 * Fix: fixup ringbuffer tls at constructor by forcing read
29 * Fix: fix deadlock with dlopen() lttng-ust
30 * Fix: only print event errors every 1048576 hits
31 * Fix: add missing debug printout to identify the cause of lost events
32 * fix: liblttng-ust-ctl should check for incorrect parameters
33 * fix: ust comm error handling segfault
34 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
35 * fix: on exit, leave thread/mmap reclaim to OS
36 * fix: Handle sys_futex with async cancel, add missing pthread_join
37 * fix: Only munmap the wait page when not exiting from process
38 * Use CPPFLAGS instead of CFLAGS for -I
39 * Fix type range comparison always false for 64-bit arch
40 * demo: remove useless libs
41 * tests: include missing headers
42 * Add missing limits.h include for NAME_MAX
43
44 2012-02-20 lttng-ust 2.0.0-rc1
45 * Standardize version across toolchain
46 * Fix a typo in gen-tp Makefile
47 * Implement the .o file generation in lttng-gen-tp
48
49 2012-02-16 lttng-ust 1.9.8
50 * Fix comment in tracepoint.h
51 * Add loglevel info to manpage
52 * Remove stale binary file
53 * Add lttng-ust(3)
54 * Add a man page for lttng-gen-tp
55 * Install easy-ust and gen-tp examples in doc/
56 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
57 * Add missing #define _GNU_SOURCE for sched_getcpu()
58 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
59 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
60 * Mark lib_ring_buffer_print_errors unused
61 * Cleanup: remove extra space from easy_ust example
62 * Add missing comma to tracepoint STAP_PROBEV call
63
64 2012-02-13 lttng-ust 1.9.7
65 * liblttng-ust-java: add missing -classpath ./
66 * Only specify that sdt.h provides system integration for now
67 * Add STAP_PROBEV check ton configure.ac
68 * Add sdt.h integration
69 * Remove extern C around probe header
70 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
71 * Add a configure report at the end of the output
72 * Add sdt.h integration option
73 * Set default loglevel in metadata
74 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
75
76 2012-02-09 lttng-ust 1.9.6
77 * Fix tracepoint.h multiple .o within module/core exec linkage bug
78 * tracepoint: name -> _name to fix possible namespace clash
79 * Add debug printout to tracepoint.c
80 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
81 * Update hardcoded loglevel
82 * Add "easy_ust" example
83 * Update gitignore
84 * Zero-initialize struct msghdr
85 * Add environment information
86 * Fix event-specific enabling
87 * Update static lib linking
88 * liblttng-ust-libc: fix linking
89 * liblttng-ust-libc: fix lib dependency
90 * Install README and ChangeLog into system doc
91 * Add hello-static-lib test
92 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
93 * Fix 32-bit type: allocated len is used
94 * Fix 32-bit type mismatch
95
96 2012-02-02 lttng-ust 1.9.5
97 * UST comm ABI: Add padding, push version to 2.0
98 * Update loglevel names
99 * Implement loglevels as event and wildcard attributes
100 * Update loglevel ABI: only loglevel value/enum is known by UST
101 * Pre-assign fixed loglevels
102 * Remove old (now unused) loglevel control code entirely
103 * Update loglevel selection ABI
104 * Use boot_id as monotonic clock uuid
105 * clock: add clock description to metadata
106 * Properly fix the timekeeping overflow detection
107 * Revert "Fix timestamps for slow-paced event rates"
108 * Revert "Force 64-bit timestamps"
109 * Declare struct lttng_ust_calibrate
110 * Force 64-bit timestamps
111 * demo program: ensure we don't link demo on useless libs
112 * ust comm: Receive second FD even if 1st receive failed
113 * ust consumer: close shm fd after mapping it
114 * Add a comment about which wait fd is closed early by UST.
115 * Remove leftover structure in ust-abi.h
116 * Close stream and channel file descriptors as soon as passed to
117 sessiond
118 * Fix AC_LANG_SOURCE usage: only takes one parameter
119 * Fix timestamps for slow-paced event rates
120 * configure.ac: Use AC_LANG_SOURCE for if else macros
121 * Add execution instructions to the demo test program
122 * Force the building of shared noinst libraries in the demo test
123 program.
124 * Only print the futex perror in debug mode
125
126 2011-12-23 lttng-ust 1.9.4
127 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
128 * Comment the union field (only used in call_rcu scheme)
129
130 2011-12-21 lttng-ust 1.9.3
131 * Fix clock source overflow on 32-bit archs
132 * Remove unused trace_clock_frequency
133 * check for negative wait() return value
134 * Add DBG message when registering a probe
135 * Only show futex warning "perror" in debug mode
136
137 2011-12-14 lttng-ust 1.9.2
138 * Add missing ust_libc.h to Makefile.am
139 * Use DBG instead of WARN for futex_wake workaround message
140 * Make dlopen more robust by using the .0 target for the library
141
142 2011-12-13 lttng-ust 1.9.1
143 * First LTTng-UST 2.0 prerelease.
This page took 0.03128 seconds and 3 git commands to generate.