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