Remove O_LARGEFILE from tests
[lttng-ust.git] / ChangeLog
CommitLineData
abcabd6a
MD
12012-11-26 lttng-ust 2.0.6
2 * Print probe provider mismatch error even without -Wsystem-headers
3 * Fix: Conditionally disable tests requiring shared libs support
4 * Cleanup: don't spawn per-user thread if HOME is not set
5 * Fix: Fix self-assign warning on struct ustfork_clone_info init
6 * Fix: memcpy of string is larger than source
7 * liblttng-ust-fork: override daemon() call
8 * Build out of src tree
9 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
10 * Manpage update: document use in daemons
11 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
12 * Fix: get_wait_shm() ust mutex deadlock
13
944cf5d5
MD
142012-08-27 lttng-ust 2.0.5
15 * Fix: threads should be created in DETACHED state
16 * Fix UST SIGPIPE handling
17 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
18 * Fix: remove unused texinfo dep from configure.ac
19 * Fix C99 strict compatibility: don't use void * for function pointers
20 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
21 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
22
f8b93413
MD
232012-06-14 lttng-ust 2.0.4
24 * Fix: perform TLS fixup of nest count outside of UST mutex
25 * Fix: liblttng-ust-fork deadlock
26 * Fix: handle pthread errors
27 * Fix: local apps allowed should disable local (not global) tracing
28 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
29 * Fix: support -std=c99 in tracepoint macros
30 * Fix: tracepoint.h should not generate old-style definitions
31 * Fix: don't define variables in headers
32 * test "hello": add boolean test
33 * Fix: perform macro expansion on tracepoint signatures
34 * UST check pointer/de-reference order
35
2e4acaa3
MD
362012-06-01 lttng-ust 2.0.3
37 * Fix: Block all signals in listener thread
38 * Remove jni support for configure
39 * Fix: don't SIGBUS when filesystem is full
40 * tracepoint: include stdio.h for NULL definition
41 * manpage update: document that probes need gcc
42 * Fix: remove # in front on extern "C" {
43 * Cleanup: don't use GNU old-style field designator extension
44 * Fix: remove padding field after variable sized array
45 * Fix: lttng-ust.pc needs to specify -ldl
46 * Update changelog after liblttng-ust-java removal
47 * Fix: drop unusable liblttng-ust-java.so
48
c5f621fe 492012-04-18 lttng-ust 2.0.2
a367ee66 50 * Fix: drop unusable liblttng-ust-java.so
c5f621fe
MD
51 * Fix: examples Makefiles should pass $(LIBS) at last
52 * Fix: ustctl need to send the second fd upon error of 1st fd
c5f621fe 53
1a94cf83
MD
542012-03-29 lttng-ust 2.0.1
55 * Use bsd-compatible fcntl for close-on-exec on socket
56 * Fix multi-session wildcard support
57 * Fix event lost count when buffer is full
58 * Remove inappropriate \n from easy-ust sample
59
649282a8
MD
602012-03-20 lttng-ust 2.0.0
61 * First STABLE version
62 * Add version name
63
68d9f89e
MD
642012-03-20 lttng-ust 2.0.0-rc4
65 * Fix out-of-bound write in ltt-events.c
66 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
67 * Update COPYING
68 * Add exception handling to lttng-gen-tp io operations
69
8e2d61c8
MD
702012-03-16 lttng-ust 2.0.0-rc3
71 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
72 * fix: ustcomm_close_unix_sock should close, not shutdown
73 * Fix: do not print EPIPE perror, as it is an expected error
74 * Ensure that multiplication of clock offset is done on 64-bit
75 * Add 2 missing licenses in deprecated tests
76 * Remove unbuild and unused (deprecated) make_shared_lib test
77 * License text standardization, add missing licenses
78 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
79 * Fix: power of 2 size check should apply to size_t type, not uint32_t
80 * Fix: recvmsg should handle EINTR
81 * Make lttng-gen-tp work on python 2.6
82 * Make lttng-gen-tp executable
83
bf1175c2
MD
842012-03-02 lttng-ust 2.0.0-rc2
85 * Manpage fixes
86 * Fix: dmesg printout should not print metadata warnings
87 * Fix: use transport name as channel name
88 * Fix: Add signature check in tracepoint activation
89 * Fix: add tracepoint signature at tracepoint definition site
90 * Fix: keep event probe signature, for use by event probe signature check
91 * Fix ABI: add padding to structures shared between UST and consumer
92 * Fix ABI: add padding to tracepoint and ring buffer config public structu
93 * Fix ABI: Adding missing padding in tracepoint event structures
94 * Fix: Add include/lttng/ust-config.h to git ignore
95 * Fix effect: update README about dlopen()
96 * Fix: fixup vtid TLS
97 * Fix: fixup ringbuffer tls at constructor by forcing read
98 * Fix: fix deadlock with dlopen() lttng-ust
99 * Fix: only print event errors every 1048576 hits
100 * Fix: add missing debug printout to identify the cause of lost events
101 * fix: liblttng-ust-ctl should check for incorrect parameters
102 * fix: ust comm error handling segfault
103 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
104 * fix: on exit, leave thread/mmap reclaim to OS
105 * fix: Handle sys_futex with async cancel, add missing pthread_join
106 * fix: Only munmap the wait page when not exiting from process
107 * Use CPPFLAGS instead of CFLAGS for -I
108 * Fix type range comparison always false for 64-bit arch
109 * demo: remove useless libs
110 * tests: include missing headers
111 * Add missing limits.h include for NAME_MAX
112
1796af86
MD
1132012-02-20 lttng-ust 2.0.0-rc1
114 * Standardize version across toolchain
115 * Fix a typo in gen-tp Makefile
116 * Implement the .o file generation in lttng-gen-tp
117
58bfa9af
MD
1182012-02-16 lttng-ust 1.9.8
119 * Fix comment in tracepoint.h
120 * Add loglevel info to manpage
121 * Remove stale binary file
122 * Add lttng-ust(3)
123 * Add a man page for lttng-gen-tp
124 * Install easy-ust and gen-tp examples in doc/
125 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
126 * Add missing #define _GNU_SOURCE for sched_getcpu()
127 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
128 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
129 * Mark lib_ring_buffer_print_errors unused
130 * Cleanup: remove extra space from easy_ust example
131 * Add missing comma to tracepoint STAP_PROBEV call
132
43f76196
MD
1332012-02-13 lttng-ust 1.9.7
134 * liblttng-ust-java: add missing -classpath ./
135 * Only specify that sdt.h provides system integration for now
136 * Add STAP_PROBEV check ton configure.ac
137 * Add sdt.h integration
138 * Remove extern C around probe header
139 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
140 * Add a configure report at the end of the output
141 * Add sdt.h integration option
142 * Set default loglevel in metadata
143 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
144
94b6d0d1
MD
1452012-02-09 lttng-ust 1.9.6
146 * Fix tracepoint.h multiple .o within module/core exec linkage bug
147 * tracepoint: name -> _name to fix possible namespace clash
148 * Add debug printout to tracepoint.c
149 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
150 * Update hardcoded loglevel
151 * Add "easy_ust" example
152 * Update gitignore
153 * Zero-initialize struct msghdr
154 * Add environment information
155 * Fix event-specific enabling
156 * Update static lib linking
157 * liblttng-ust-libc: fix linking
158 * liblttng-ust-libc: fix lib dependency
159 * Install README and ChangeLog into system doc
160 * Add hello-static-lib test
161 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
162 * Fix 32-bit type: allocated len is used
163 * Fix 32-bit type mismatch
164
e4d66fb5
MD
1652012-02-02 lttng-ust 1.9.5
166 * UST comm ABI: Add padding, push version to 2.0
167 * Update loglevel names
168 * Implement loglevels as event and wildcard attributes
169 * Update loglevel ABI: only loglevel value/enum is known by UST
170 * Pre-assign fixed loglevels
171 * Remove old (now unused) loglevel control code entirely
172 * Update loglevel selection ABI
173 * Use boot_id as monotonic clock uuid
174 * clock: add clock description to metadata
175 * Properly fix the timekeeping overflow detection
176 * Revert "Fix timestamps for slow-paced event rates"
177 * Revert "Force 64-bit timestamps"
178 * Declare struct lttng_ust_calibrate
179 * Force 64-bit timestamps
180 * demo program: ensure we don't link demo on useless libs
181 * ust comm: Receive second FD even if 1st receive failed
182 * ust consumer: close shm fd after mapping it
183 * Add a comment about which wait fd is closed early by UST.
184 * Remove leftover structure in ust-abi.h
185 * Close stream and channel file descriptors as soon as passed to
186 sessiond
187 * Fix AC_LANG_SOURCE usage: only takes one parameter
188 * Fix timestamps for slow-paced event rates
189 * configure.ac: Use AC_LANG_SOURCE for if else macros
190 * Add execution instructions to the demo test program
191 * Force the building of shared noinst libraries in the demo test
192 program.
193 * Only print the futex perror in debug mode
194
54d2e210
MD
1952011-12-23 lttng-ust 1.9.4
196 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
197 * Comment the union field (only used in call_rcu scheme)
198
dddc9140
MD
1992011-12-21 lttng-ust 1.9.3
200 * Fix clock source overflow on 32-bit archs
201 * Remove unused trace_clock_frequency
202 * check for negative wait() return value
203 * Add DBG message when registering a probe
204 * Only show futex warning "perror" in debug mode
205
07a0da24
MD
2062011-12-14 lttng-ust 1.9.2
207 * Add missing ust_libc.h to Makefile.am
208 * Use DBG instead of WARN for futex_wake workaround message
209 * Make dlopen more robust by using the .0 target for the library
210
943be3a0
MD
2112011-12-13 lttng-ust 1.9.1
212 * First LTTng-UST 2.0 prerelease.
This page took 0.031173 seconds and 4 git commands to generate.