Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / ChangeLog
CommitLineData
b53fa121
MD
12013-07-11 lttng-ust 2.1.4
2 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
3 * Fix: SWITCH_FLUSH new sub-buffer checks
4 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
5 * Fix: handle writes of length 0
6
66cdd4c1
MD
72013-06-18 lttng-ust 2.1.3
8 * Tracepoint.h: replace assertion by fprintf and abort()
9 * Fix: tracepoint.h incorrect assumption about constructor order
10 * Fix: tracepoint instrumentation constructor order issue
11 * Performance: add unlikely to tracepoint dynamic linking test
12 * Fix: ensure all probe providers have their symbols
13 * Clarify probe registration documentation/errors
14 * Add mising include in ust.h
15 * lttng-gen-tp: Fix include guard name with file using non valid characters
16 * Fix: missing dependency for liblttng-ust-tracepoint.so
17 * manpage: Document probe provider compatibility
18 * Typo fix in README
19 * Safety-check: only call register_lib if found in liblttng-ust-tracepoint.so.0
20 * Fix: filter string comparison should check for literal
21 * Fix: filter string wildcard comparison
22 * Fix: _LGPL_SOURCE rcu dereference fix
23
3f7a0876
MD
242013-03-25 lttng-ust 2.1.2
25 * Fix uninitialized has_loglevel variable
26 * tracepoint: Don't add NULL probes
27 * Remove mention of locking issues associated with dlopen usage
28 * Fix: refcount issue in lttng-ust-abi.c
29 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
30 * Use tp rcu link test in provider
31 * Remove direct dependency of probes on urcu-bp
32 * Fix package: don't distribute generated headers
33 * Fix: don't cancel already exited threads
34 * Scalability fix: tracepoint.c hash table size increase
35 * Scalability fix for many events: event hash table size
36 * Speed up probe registration for large amount of events
37 * Add missing demo-trace shell script to dist tarball
38 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
39 * Documentation: clarify debian package name for uuid in README
40 * Document dependency on libuuid
41 * Fix: comment in ust-ctl.h
42 * Fix I/O-related error values in ustctl
43
05356aa2
MD
442013-01-18 lttng-ust 2.1.1
45 * Introduce hash table for lttng_create_event_if_missing()
46 * Fix: don't build C++ example if a C++ compiler isn't available
47
0c9ad44b
MD
482012-12-20 (13th Baktun) lttng-ust 2.1.0
49 * Bump liblttng-ust-ctl lib version major number
50 * Bump UST proto version minor number
51 * Helper to debug: add object name
52 * Tests: Fix rundir not created in ust-basic-tracing
53 * ust test: add missing return -1
54 * Test: update ust tracing unit tests to 2.1 internal ABI
55 * Tests: Fix rundir not created in ust-multi-test
56 * Adapt internal files and examples to TRACEPOINT_INCLUDE
57 * Adapt tests to TRACEPOINT_INCLUDE
58 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
59 * Fix: don't do macro expansion in tracepoint file name
60 * Fix lttng-gen-tp: Template file must end in .tp
61 * Pack structures in comm protocol between UST and sessiond
62 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
63 * Cleanup lttng-gen-tp: remove leading underscore before include guard
64 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
65 * Update license text
66 * Fix: check if event enabled for bytecode-less events
67 * Fix: handle enablers without bytecode
68 * Print probe provider mismatch error even without -Wsystem-headers
69 * filter: Add missing padding
70
dd8b384a
MD
712012-11-22 lttng-ust 2.1.0-rc2
72 * filter interpreter cleanup: use uint64_t for retval
73 * Fix: filter linking can dereference NULL pointer on alloc failure
74 * Cleanup: remove whitespaces and EOL in tests
75 * Filter: use only single lower bit of filter return value
76 * Fix: filter: var len array at end of external structure
77 * Fix: filter link fail handling
78 * Fix: add missing seqnum field to filter
79 * filters: perform union rather than intersection
80 * Implement support for overlapping wildcard/events
81 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
82 * filter: add seqnum field to filter command
83 * Filter iteration: iterate on list of filters
84 * document that tracepoint names should ideally not be re-used
85 * Remove LIBFORMAT config declaration, unused
86 * Add libc errno translation layer to UST error code
87 * Fix: add const qualifier for filter local void *
88 * Fix: re-allow non-lvalue string, sequence, array parameters
89 * Tear down handles associated with a closed sessiond socket
90 * Distinguish UST return codes from transport return codes
91 * Fix: Conditionally disable tests requiring shared libs support
92 * Cleanup: don't spawn per-user thread if HOME is not set
93 * Manpage: document supported UST contexts
94 * Fix: procname context semantic
95 * Fix: Fix self-assign warning on struct ustfork_clone_info init
96 * Fix: memcpy of string is larger than source
97 * Implement liblttng-ust-fork daemon() override test
98 * liblttng-ust-fork: override daemon() call
99 * ustfork: set errno to ENOSYS if symbol lookup fails
100 * Fix: be quiet on filter linker error
101 * Build out of src tree
102 * Fix: filter bytecode specializer stack leak
103 * Fix: reloc offset validation error out on filters with no reloc table
104 * Perform calculation on bit size in 64-bit
105 * Use uint64_t for packet header content size and packet size
106 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
107 * Fix: BSD getprogname null pointer dereference
108 * Add support for model.emf.uri event info
109 * Filter error message cleanup
110 * Manpage update: document use in daemons
111 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
112 * Fix: get_wait_shm() ust mutex deadlock
113 * Fix: add events with 0 field to field list
114
d8c99839
MD
1152012-09-10 lttng-ust 2.1.0-rc1
116 * Fix make dist: fix liblttng-ust-java dependencies
117 * Fix make dist: add missing filter header
118 * Fix: backward compatibility with UST 2.0 app probes
119 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
120 * Export "written" information about fields
121 * Fix filter: pointer to string, not string, should be on stack
122 * Fix: tracepoint float nowrite
123 * Fix: accept 65536 bytes long bytecodes
124 * Add hostname to env
125 * ABI change: bump internal version to 3.0.0
126 * Fix: threads should be created in DETACHED state
127 * Fix: 32-bit x86 strict-aliasing warnings
128 * Fix UST SIGPIPE handling
129 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
130 * Cleanup: filter: turn bytecode linking error msg into debug
131 * Make lttng-ust robust against -finstrument-functions.
132 * Filter: keep aliased ax and bx registers
133 * Filter: remove interpreter dynamic typing
134 * Filter: add missing specialized op names
135 * Filter: specialize double-s64 binary comparators
136 * Fix filter: fix stack leak on taken branch
137 * Filter: Implement stack-based interpreter
138 * Filter: double comparator produces s64
139 * Filter: use hash table to check merge points
140 * Filter: split passes into separate components
141 * Filter: cleanup macros
142 * Filter: validate range overflow with end of insn
143 * Filter: validate that field ref strings are non-NULL
144 * Filter: ensure logical operator merge is always s64
145 * Filter: we don't care if double/s64 are literals
146 * Filter: specialize 'and' and 'or' ops.
147 * Implement dispatch-table based interpretor
148 * Filter: Specialize unary operators
149 * Define switch use as macro in interpreter
150 * Filter interpreter: mark float test as unlikely
151 * Filter: fix bytecode validation typo
152 * Filter: specialize comparators
153 * Specialize load and unary ops
154 * Validate registers, no need to initialize to 0
155 * Filter: opcode for ref loads
156 * Remove redundant validation from interpreter
157 * filter: Add bytecode validation pass
158 * TRACEPOINT_EVENT: add *_nowrite fields for filter
159 * Only print filter errors if LTTNG_UST_DEBUG is set
160 * Cleanup: remove debug define
161 * Filter: add floating point support
162 * Remove filter test printouts
163 * Implement filter bytecode interpreter and linker
164 * Filter: receive, attach and link empty filter
165 * Filter: prepare filter stack data
166 * Wrap dynamic len array into stackvar union
167 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
168 * liblttng-ust/lttng-ust-comm.c: fixing typo.
169 * Fix: remove unused texinfo dep from configure.ac
170 * Fix C99 strict compatibility: don't use void * for function pointers
171 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
172 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
173 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
174 * Fix: perform TLS fixup of nest count outside of UST mutex
175 * Fix: liblttng-ust-fork deadlock
176 * Fix: handle pthread errors
177 * Fix: local apps allowed should disable local (not global) tracing
178 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
179 * Fix: support -std=c99 in tracepoint macros
180 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
181 * hello test: fail on old style definition
182 * Fix: tracepoint.h should not generate old-style definitions
183 * Fix: don't define variables in headers
184 * test "hello": add boolean test
185 * Fix: perform macro expansion on tracepoint signatures
186 * UST check pointer/de-reference order
187 * Fix list field: handle error
188 * Implement event fields listing
189 * Implement field listing command
190 * Fix: Block all signals in listener thread
191 * Add CodingStyle document to tarball
192 * Add coding style document
193 * endian.h: support cygwin
194 * align.h: support cygwin page size
195 * Add cygwin support to libringbuffer getcpu.h
196 * Add "2x int" and "2x long" types to the Java interface
197 * Add Integer and Long tracepoint types to the Java interface
198 * Fix: don't SIGBUS when filesystem is full
199 * tracepoint: include stdio.h for NULL definition
200 * manpage update: document that probes need gcc
201 * Fix: remove # in front on extern "C" {
202 * Cleanup: don't use GNU old-style field designator extension
203 * Fix: remove padding field after variable sized array
204 * Use unsigned long type for events discarded counter
205 * Fix: getcpu build with modern uClibc versions
206 * Fix: lttng-ust.pc needs to specify -ldl
207 * Fix: examples Makefiles should pass $(LIBS) at last
208 * Build a jar for the Java side of the JNI interface
209 * Fix: ustctl need to send the second fd upon error of 1st fd
210 * Fix: Add missing fork test program dependency library
211 * Fix: Make the JNI interface actually work
212 * Merge branch 'dev'
213 * Fix: stringify version description
214
1a94cf83
MD
2152012-03-29 lttng-ust 2.0.1
216 * Use bsd-compatible fcntl for close-on-exec on socket
217 * Fix multi-session wildcard support
218 * Fix event lost count when buffer is full
219 * Remove inappropriate \n from easy-ust sample
220
649282a8
MD
2212012-03-20 lttng-ust 2.0.0
222 * First STABLE version
223 * Add version name
224
68d9f89e
MD
2252012-03-20 lttng-ust 2.0.0-rc4
226 * Fix out-of-bound write in ltt-events.c
227 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
228 * Update COPYING
229 * Add exception handling to lttng-gen-tp io operations
230
8e2d61c8
MD
2312012-03-16 lttng-ust 2.0.0-rc3
232 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
233 * fix: ustcomm_close_unix_sock should close, not shutdown
234 * Fix: do not print EPIPE perror, as it is an expected error
235 * Ensure that multiplication of clock offset is done on 64-bit
236 * Add 2 missing licenses in deprecated tests
237 * Remove unbuild and unused (deprecated) make_shared_lib test
238 * License text standardization, add missing licenses
239 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
240 * Fix: power of 2 size check should apply to size_t type, not uint32_t
241 * Fix: recvmsg should handle EINTR
242 * Make lttng-gen-tp work on python 2.6
243 * Make lttng-gen-tp executable
244
bf1175c2
MD
2452012-03-02 lttng-ust 2.0.0-rc2
246 * Manpage fixes
247 * Fix: dmesg printout should not print metadata warnings
248 * Fix: use transport name as channel name
249 * Fix: Add signature check in tracepoint activation
250 * Fix: add tracepoint signature at tracepoint definition site
251 * Fix: keep event probe signature, for use by event probe signature check
252 * Fix ABI: add padding to structures shared between UST and consumer
253 * Fix ABI: add padding to tracepoint and ring buffer config public structu
254 * Fix ABI: Adding missing padding in tracepoint event structures
255 * Fix: Add include/lttng/ust-config.h to git ignore
256 * Fix effect: update README about dlopen()
257 * Fix: fixup vtid TLS
258 * Fix: fixup ringbuffer tls at constructor by forcing read
259 * Fix: fix deadlock with dlopen() lttng-ust
260 * Fix: only print event errors every 1048576 hits
261 * Fix: add missing debug printout to identify the cause of lost events
262 * fix: liblttng-ust-ctl should check for incorrect parameters
263 * fix: ust comm error handling segfault
264 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
265 * fix: on exit, leave thread/mmap reclaim to OS
266 * fix: Handle sys_futex with async cancel, add missing pthread_join
267 * fix: Only munmap the wait page when not exiting from process
268 * Use CPPFLAGS instead of CFLAGS for -I
269 * Fix type range comparison always false for 64-bit arch
270 * demo: remove useless libs
271 * tests: include missing headers
272 * Add missing limits.h include for NAME_MAX
273
1796af86
MD
2742012-02-20 lttng-ust 2.0.0-rc1
275 * Standardize version across toolchain
276 * Fix a typo in gen-tp Makefile
277 * Implement the .o file generation in lttng-gen-tp
278
58bfa9af
MD
2792012-02-16 lttng-ust 1.9.8
280 * Fix comment in tracepoint.h
281 * Add loglevel info to manpage
282 * Remove stale binary file
283 * Add lttng-ust(3)
284 * Add a man page for lttng-gen-tp
285 * Install easy-ust and gen-tp examples in doc/
286 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
287 * Add missing #define _GNU_SOURCE for sched_getcpu()
288 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
289 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
290 * Mark lib_ring_buffer_print_errors unused
291 * Cleanup: remove extra space from easy_ust example
292 * Add missing comma to tracepoint STAP_PROBEV call
293
43f76196
MD
2942012-02-13 lttng-ust 1.9.7
295 * liblttng-ust-java: add missing -classpath ./
296 * Only specify that sdt.h provides system integration for now
297 * Add STAP_PROBEV check ton configure.ac
298 * Add sdt.h integration
299 * Remove extern C around probe header
300 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
301 * Add a configure report at the end of the output
302 * Add sdt.h integration option
303 * Set default loglevel in metadata
304 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
305
94b6d0d1
MD
3062012-02-09 lttng-ust 1.9.6
307 * Fix tracepoint.h multiple .o within module/core exec linkage bug
308 * tracepoint: name -> _name to fix possible namespace clash
309 * Add debug printout to tracepoint.c
310 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
311 * Update hardcoded loglevel
312 * Add "easy_ust" example
313 * Update gitignore
314 * Zero-initialize struct msghdr
315 * Add environment information
316 * Fix event-specific enabling
317 * Update static lib linking
318 * liblttng-ust-libc: fix linking
319 * liblttng-ust-libc: fix lib dependency
320 * Install README and ChangeLog into system doc
321 * Add hello-static-lib test
322 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
323 * Fix 32-bit type: allocated len is used
324 * Fix 32-bit type mismatch
325
e4d66fb5
MD
3262012-02-02 lttng-ust 1.9.5
327 * UST comm ABI: Add padding, push version to 2.0
328 * Update loglevel names
329 * Implement loglevels as event and wildcard attributes
330 * Update loglevel ABI: only loglevel value/enum is known by UST
331 * Pre-assign fixed loglevels
332 * Remove old (now unused) loglevel control code entirely
333 * Update loglevel selection ABI
334 * Use boot_id as monotonic clock uuid
335 * clock: add clock description to metadata
336 * Properly fix the timekeeping overflow detection
337 * Revert "Fix timestamps for slow-paced event rates"
338 * Revert "Force 64-bit timestamps"
339 * Declare struct lttng_ust_calibrate
340 * Force 64-bit timestamps
341 * demo program: ensure we don't link demo on useless libs
342 * ust comm: Receive second FD even if 1st receive failed
343 * ust consumer: close shm fd after mapping it
344 * Add a comment about which wait fd is closed early by UST.
345 * Remove leftover structure in ust-abi.h
346 * Close stream and channel file descriptors as soon as passed to
347 sessiond
348 * Fix AC_LANG_SOURCE usage: only takes one parameter
349 * Fix timestamps for slow-paced event rates
350 * configure.ac: Use AC_LANG_SOURCE for if else macros
351 * Add execution instructions to the demo test program
352 * Force the building of shared noinst libraries in the demo test
353 program.
354 * Only print the futex perror in debug mode
355
54d2e210
MD
3562011-12-23 lttng-ust 1.9.4
357 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
358 * Comment the union field (only used in call_rcu scheme)
359
dddc9140
MD
3602011-12-21 lttng-ust 1.9.3
361 * Fix clock source overflow on 32-bit archs
362 * Remove unused trace_clock_frequency
363 * check for negative wait() return value
364 * Add DBG message when registering a probe
365 * Only show futex warning "perror" in debug mode
366
07a0da24
MD
3672011-12-14 lttng-ust 1.9.2
368 * Add missing ust_libc.h to Makefile.am
369 * Use DBG instead of WARN for futex_wake workaround message
370 * Make dlopen more robust by using the .0 target for the library
371
943be3a0
MD
3722011-12-13 lttng-ust 1.9.1
373 * First LTTng-UST 2.0 prerelease.
This page took 0.037342 seconds and 4 git commands to generate.