Cleanup: fix comment
[lttng-ust.git] / ChangeLog
CommitLineData
535d0408
MD
12013-11-12 lttng-ust 2.3.1
2 * Fix: application SIGBUS when starting in parallel with sessiond
3 * Fix: Minor corrections to the lttng-ust man page
4 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
5 * Warning cleanup: add missing padding initializer
6 * Fix: socket connect hang on heavy loads
7 * Cleanup: fix typo
8 * Fix: ust-comm recvmsg should handle partial receive
9 * gcc warning fix: -Wextra
10 * Add usage reference count for tracepoints
11 * tracepoint.c: Move add_callsite/remove_callsite further down in file
12 * Store the callsites into the library callsite list
13 * Fix linking warning
14
9f00ce32
MD
152013-09-03 lttng-ust 2.3.0
16 * No change
17
07d2f704
MD
182013-08-30 lttng-ust 2.3.0-rc2
19 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
20 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
21 * Fix: doc/examples cross-build
22 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
23 * Introduce configure --with-lttng-system-rundir
24 * examples: tracepoint probes don't need extern C
25 * Tracepoint probes don't need extern C
26 * Add trace support for memalign and posix_memalign
27 * malloc instrumentation: remove dependency on pthread
28 * Add trace support for calloc and realloc.
29 * Fix: allow make check to run in VPATH build
30 * Update .gitignore
31 * Update obsolete benchmark test
32 * Cleanup tests (2nd commit)
33 * Cleanup tests
34 * Fix: doc/examples VPATH build
35
0ff43c44
MD
362013-07-17 lttng-ust 2.3.0-rc1
37 * Fix: Unchecked asprintf/vasprintf return values
38 * Missing NULL pointer init in tap.c
39 * Disable doc/examples build
40 * Add python3 support to lttng-gen-tp
41 * Bump ABI major to 5
42 * callsite: add "ip" context
43 * Allow environment variable LTTNG_HOME to override HOME
44 * Fix: libs order in Makefile
45 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
46 * Introduce ustctl_write_one_packet_to_channel
47 * build: Fix out-of-tree build
48 * Fix: SWITCH_FLUSH new sub-buffer checks
49 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
50 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
51 * Fix: doc/examples: gen-tp path
52 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
53 * Fix: handle writes of length 0
54 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
55 * Fix: lttng-events VPATH build
56 * Allow #include in template (.tp) file
57 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
58 * doc/examples: build gen-tp example by default
59 * doc/examples: support BSD make
60 * Tracepoint.h: replace assertion by fprintf and abort()
61 * Remove unused assert.h from bitfield.h
62 * Clarify probe registration documentation/errors
63 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
64 * Add mising include in ust.h
65 * lttng-gen-tp: Fix include guard name with file using non valid characters
66 * Fix: segfault when print invalid command
67 * Fix: Add --no-as-needed to the demo example's Makefile
68 * zmalloc: attribute always_inline
69 * Fix: liblttng-ust process startup hang when sessiond is stopped
70 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
71 * Allow tracepoint providers to be compiled with g++
72 * Add parameter -f to rm in Makefile clean target
73 * Fix: missing dependency for liblttng-ust-tracepoint.so
74 * Remove 0.x TODO
75 * Add warning about default prefix and library paths to README
76 * Revert "Revert "Fix (another) linker library order""
77 * Revert "Revert "Fix linker library order""
78 * snprintf: play nice with static checker
79 * tracepoint.c: Add coverity alloc/free annotations
80 * Fix: "fields" leak on register
81 * Fix: memory leak for events without fields
82 * Fix: memory leak on connection reset
83 * Revert "Fix linker library order"
84 * Revert "Fix (another) linker library order"
85 * Fix: incorrect support for multi-context
86 * Fix (another) linker library order
87 * Fix typo in run script
88 * Fix linker library order
89 * Fix examples: add missing CPPFLAGS
90 * example Makefiles: standardize on $^ for linking
91 * Fix demo example Makefile
92 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
93
9ac8c212
MD
942013-05-09 lttng-ust 2.2.0-rc2
95 * manpage: Document probe provider compatibility
96 * Fix: add provider ABI compatibility check
97 * Cleanup: ignore mktemp return value
98 * Cleanup: documentation: argument vs field
99 * Documentation: document undefined behavior for NULL pointers
100 * Cleanup: silence cppcheck error
101 * Fix: add internal mutex for timer
102 * 32-bit warning fix for cyg profile fast
103 * Fix warnings for 32-bit in lttng-ust-cyg-profile
104 * Typo fix in README
105 * Fix: tracepoint.h incorrect assumption about constructor order
106 * Cleanup: comment mismatch with code
107 * Fix: ABI breakage between 2.1 and 2.2-rc1
108 * Documentation: document that sequence len field is unsigned
109 * connect: don't report EACCES
110 * connect: don't print error on EPERM
111 * Bump liblttng-ust-ctl lib version major number
112 * Optimisation: implement callsite hash table in tracepoint.c
113 * Optimisation: only update added library in tracepoint.c
114 * Optimisation: only fix pending events once per lazy update
115
9c915ee8
MD
1162013-03-28 lttng-ust 2.2.0-rc1
117 * Fix: tracepoint instrumentation constructor order issue
118 * Documentation: update 2.0 to 2.x
119 * Add demo test back as an example
120 * Don't rely on explicit context for filtering
121 * Implement per-context filtering
122 * Fix: filter string comparison should check for literal
123 * update tests/demo readme file
124 * Add man page for lttng-ust-cyg-profile
125 * Fix: filter string wildcard comparison
126 * Fix: Remove test runner script
127 * Fix: forwarding of call_site argument to field
128 * Add demo README
129 * Tests: Use Perl prove as the testsuite runner
130 * Remove tests depending on consumerd
131 * Convert hello.cxx test to a build test
132 * Clean-up of configure.ac and tests/Makefile.am
133 * Fix snprintf test and output result to TAP format
134 * Replace same_line_marker test with same_line_tracepoint
135 * Remove tests-libustinstr-malloc
136 * Remove exit-fast test
137 * Remove fork test
138 * Remove daemon test
139 * Remove demo test
140 * Remove outdated test-nevents test
141 * Remove outdated simple_include test
142 * Remove outdated register_test test
143 * Convert hello-static-lib test to a build test
144 * Convert hello test to a build test only
145 * Remove outdated libustctl_function_tests test
146 * Remove outdated test hello2
147 * Remove outdated dlopen test
148 * Remove outdated test basic long
149 * Remove outdated test basic
150 * cyg_profile: implement fast and verbose .so
151 * Performance: add unlikely to tracepoint dynamic linking test
152 * Fix: _LGPL_SOURCE rcu dereference fix
153 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
154 * Minor fix: libc wrapper internal run script
155 * Fix: ustctl_recv_register_event pointer mixup
156 * Fix: allow enabling same events for two channels
157 * Add channel ID field to attr
158 * Remove useless else clause
159 * tracepoint: move "probe" test outside of loop
160 * Fix uninitialized has_loglevel variable
161 * Fix clang warnings
162 * Cleanup: work-around clang unused result warning
163 * Cleanup compile warning
164 * Cleanup: remove unused variables
165 * tracepoint: Don't add NULL probes
166 * Remove mention of locking issues associated with dlopen usage
167 * Implement read timer (for RT)
168 * Only flush when there are readers active
169 * Add mutex for channel wakeup fd update
170 * Fix: fields should be initialized to NULL
171 * Implement ustctl_duplicate_ust_object_data
172 * Add channel wakeup fd to monitor close
173 * Fix: refcount issue in lttng-ust-abi.c
174 * Fix: only consumerd should print errors
175 * Implement ring buffer periodic buffer switch timer
176 * Fix: ensure all probe providers have their symbols
177 * Reactivate error printing
178 * Unregister tracepoint probes when not needed
179 * Cleanup: remove now unused metadata code from UST
180 * Fix: notification timeout logic
181 * Fix: don't print error in comm proto connect on ENOENT
182 * Fix: return expected error return values for sessiond
183 * Fix: set wait/wake fd to -1 before close
184 * Fix: Only notify socket should have timeout/nonblock
185 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
186 * Fix: Add timeout on notification socket
187 * Remove now unused metadata printf code
188 * Move metadata creation into lttng-sessiond and lttng-consumed
189 * Add write metadata API to ust-ctl.h
190 * Move UST registry into sessiond and implement notifiers
191 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
192 * Use tp rcu link test in provider
193 * Remove direct dependency of probes on urcu-bp
194 * Use urcu tls-compat.h
195 * Lazy provider registration
196 * Always use lttng_get_probe_list_head to get probe list
197 * Fix static build
198 * Move LTTng-UST buffer ownership from application to consumer
199 * Fix package: don't distribute generated headers
200 * Fix: don't cancel already exited threads
201 * Scalability fix: tracepoint.c hash table size increase
202 * Scalability fix for many events: event hash table size
203 * Speed up probe registration for large amount of events
204 * Add missing demo-trace shell script to dist tarball
205 * Documentation: add uuid package name for Fedora in README
206 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
207 * Add compilation support for Tile architectures
208 * Documentation: clarify debian package name for uuid in README
209 * Fix: comment in ust-ctl.h
210 * Fix I/O-related error values in ustctl
211 * Introduce hash table for lttng_create_event_if_missing()
212 * Fix: don't build C++ example if a C++ compiler isn't available
213 * Remove LIBFORMAT output in configure.
214 * Document dependency on libuuid
215
0c9ad44b
MD
2162012-12-20 (13th Baktun) lttng-ust 2.1.0
217 * Bump liblttng-ust-ctl lib version major number
218 * Bump UST proto version minor number
219 * Helper to debug: add object name
220 * Tests: Fix rundir not created in ust-basic-tracing
221 * ust test: add missing return -1
222 * Test: update ust tracing unit tests to 2.1 internal ABI
223 * Tests: Fix rundir not created in ust-multi-test
224 * Adapt internal files and examples to TRACEPOINT_INCLUDE
225 * Adapt tests to TRACEPOINT_INCLUDE
226 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
227 * Fix: don't do macro expansion in tracepoint file name
228 * Fix lttng-gen-tp: Template file must end in .tp
229 * Pack structures in comm protocol between UST and sessiond
230 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
231 * Cleanup lttng-gen-tp: remove leading underscore before include guard
232 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
233 * Update license text
234 * Fix: check if event enabled for bytecode-less events
235 * Fix: handle enablers without bytecode
236 * Print probe provider mismatch error even without -Wsystem-headers
237 * filter: Add missing padding
238
dd8b384a
MD
2392012-11-22 lttng-ust 2.1.0-rc2
240 * filter interpreter cleanup: use uint64_t for retval
241 * Fix: filter linking can dereference NULL pointer on alloc failure
242 * Cleanup: remove whitespaces and EOL in tests
243 * Filter: use only single lower bit of filter return value
244 * Fix: filter: var len array at end of external structure
245 * Fix: filter link fail handling
246 * Fix: add missing seqnum field to filter
247 * filters: perform union rather than intersection
248 * Implement support for overlapping wildcard/events
249 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
250 * filter: add seqnum field to filter command
251 * Filter iteration: iterate on list of filters
252 * document that tracepoint names should ideally not be re-used
253 * Remove LIBFORMAT config declaration, unused
254 * Add libc errno translation layer to UST error code
255 * Fix: add const qualifier for filter local void *
256 * Fix: re-allow non-lvalue string, sequence, array parameters
257 * Tear down handles associated with a closed sessiond socket
258 * Distinguish UST return codes from transport return codes
259 * Fix: Conditionally disable tests requiring shared libs support
260 * Cleanup: don't spawn per-user thread if HOME is not set
261 * Manpage: document supported UST contexts
262 * Fix: procname context semantic
263 * Fix: Fix self-assign warning on struct ustfork_clone_info init
264 * Fix: memcpy of string is larger than source
265 * Implement liblttng-ust-fork daemon() override test
266 * liblttng-ust-fork: override daemon() call
267 * ustfork: set errno to ENOSYS if symbol lookup fails
268 * Fix: be quiet on filter linker error
269 * Build out of src tree
270 * Fix: filter bytecode specializer stack leak
271 * Fix: reloc offset validation error out on filters with no reloc table
272 * Perform calculation on bit size in 64-bit
273 * Use uint64_t for packet header content size and packet size
274 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
275 * Fix: BSD getprogname null pointer dereference
276 * Add support for model.emf.uri event info
277 * Filter error message cleanup
278 * Manpage update: document use in daemons
279 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
280 * Fix: get_wait_shm() ust mutex deadlock
281 * Fix: add events with 0 field to field list
282
d8c99839
MD
2832012-09-10 lttng-ust 2.1.0-rc1
284 * Fix make dist: fix liblttng-ust-java dependencies
285 * Fix make dist: add missing filter header
286 * Fix: backward compatibility with UST 2.0 app probes
287 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
288 * Export "written" information about fields
289 * Fix filter: pointer to string, not string, should be on stack
290 * Fix: tracepoint float nowrite
291 * Fix: accept 65536 bytes long bytecodes
292 * Add hostname to env
293 * ABI change: bump internal version to 3.0.0
294 * Fix: threads should be created in DETACHED state
295 * Fix: 32-bit x86 strict-aliasing warnings
296 * Fix UST SIGPIPE handling
297 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
298 * Cleanup: filter: turn bytecode linking error msg into debug
299 * Make lttng-ust robust against -finstrument-functions.
300 * Filter: keep aliased ax and bx registers
301 * Filter: remove interpreter dynamic typing
302 * Filter: add missing specialized op names
303 * Filter: specialize double-s64 binary comparators
304 * Fix filter: fix stack leak on taken branch
305 * Filter: Implement stack-based interpreter
306 * Filter: double comparator produces s64
307 * Filter: use hash table to check merge points
308 * Filter: split passes into separate components
309 * Filter: cleanup macros
310 * Filter: validate range overflow with end of insn
311 * Filter: validate that field ref strings are non-NULL
312 * Filter: ensure logical operator merge is always s64
313 * Filter: we don't care if double/s64 are literals
314 * Filter: specialize 'and' and 'or' ops.
315 * Implement dispatch-table based interpretor
316 * Filter: Specialize unary operators
317 * Define switch use as macro in interpreter
318 * Filter interpreter: mark float test as unlikely
319 * Filter: fix bytecode validation typo
320 * Filter: specialize comparators
321 * Specialize load and unary ops
322 * Validate registers, no need to initialize to 0
323 * Filter: opcode for ref loads
324 * Remove redundant validation from interpreter
325 * filter: Add bytecode validation pass
326 * TRACEPOINT_EVENT: add *_nowrite fields for filter
327 * Only print filter errors if LTTNG_UST_DEBUG is set
328 * Cleanup: remove debug define
329 * Filter: add floating point support
330 * Remove filter test printouts
331 * Implement filter bytecode interpreter and linker
332 * Filter: receive, attach and link empty filter
333 * Filter: prepare filter stack data
334 * Wrap dynamic len array into stackvar union
335 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
336 * liblttng-ust/lttng-ust-comm.c: fixing typo.
337 * Fix: remove unused texinfo dep from configure.ac
338 * Fix C99 strict compatibility: don't use void * for function pointers
339 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
340 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
341 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
342 * Fix: perform TLS fixup of nest count outside of UST mutex
343 * Fix: liblttng-ust-fork deadlock
344 * Fix: handle pthread errors
345 * Fix: local apps allowed should disable local (not global) tracing
346 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
347 * Fix: support -std=c99 in tracepoint macros
348 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
349 * hello test: fail on old style definition
350 * Fix: tracepoint.h should not generate old-style definitions
351 * Fix: don't define variables in headers
352 * test "hello": add boolean test
353 * Fix: perform macro expansion on tracepoint signatures
354 * UST check pointer/de-reference order
355 * Fix list field: handle error
356 * Implement event fields listing
357 * Implement field listing command
358 * Fix: Block all signals in listener thread
359 * Add CodingStyle document to tarball
360 * Add coding style document
361 * endian.h: support cygwin
362 * align.h: support cygwin page size
363 * Add cygwin support to libringbuffer getcpu.h
364 * Add "2x int" and "2x long" types to the Java interface
365 * Add Integer and Long tracepoint types to the Java interface
366 * Fix: don't SIGBUS when filesystem is full
367 * tracepoint: include stdio.h for NULL definition
368 * manpage update: document that probes need gcc
369 * Fix: remove # in front on extern "C" {
370 * Cleanup: don't use GNU old-style field designator extension
371 * Fix: remove padding field after variable sized array
372 * Use unsigned long type for events discarded counter
373 * Fix: getcpu build with modern uClibc versions
374 * Fix: lttng-ust.pc needs to specify -ldl
375 * Fix: examples Makefiles should pass $(LIBS) at last
376 * Build a jar for the Java side of the JNI interface
377 * Fix: ustctl need to send the second fd upon error of 1st fd
378 * Fix: Add missing fork test program dependency library
379 * Fix: Make the JNI interface actually work
380 * Merge branch 'dev'
381 * Fix: stringify version description
382
1a94cf83
MD
3832012-03-29 lttng-ust 2.0.1
384 * Use bsd-compatible fcntl for close-on-exec on socket
385 * Fix multi-session wildcard support
386 * Fix event lost count when buffer is full
387 * Remove inappropriate \n from easy-ust sample
388
649282a8
MD
3892012-03-20 lttng-ust 2.0.0
390 * First STABLE version
391 * Add version name
392
68d9f89e
MD
3932012-03-20 lttng-ust 2.0.0-rc4
394 * Fix out-of-bound write in ltt-events.c
395 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
396 * Update COPYING
397 * Add exception handling to lttng-gen-tp io operations
398
8e2d61c8
MD
3992012-03-16 lttng-ust 2.0.0-rc3
400 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
401 * fix: ustcomm_close_unix_sock should close, not shutdown
402 * Fix: do not print EPIPE perror, as it is an expected error
403 * Ensure that multiplication of clock offset is done on 64-bit
404 * Add 2 missing licenses in deprecated tests
405 * Remove unbuild and unused (deprecated) make_shared_lib test
406 * License text standardization, add missing licenses
407 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
408 * Fix: power of 2 size check should apply to size_t type, not uint32_t
409 * Fix: recvmsg should handle EINTR
410 * Make lttng-gen-tp work on python 2.6
411 * Make lttng-gen-tp executable
412
bf1175c2
MD
4132012-03-02 lttng-ust 2.0.0-rc2
414 * Manpage fixes
415 * Fix: dmesg printout should not print metadata warnings
416 * Fix: use transport name as channel name
417 * Fix: Add signature check in tracepoint activation
418 * Fix: add tracepoint signature at tracepoint definition site
419 * Fix: keep event probe signature, for use by event probe signature check
420 * Fix ABI: add padding to structures shared between UST and consumer
421 * Fix ABI: add padding to tracepoint and ring buffer config public structu
422 * Fix ABI: Adding missing padding in tracepoint event structures
423 * Fix: Add include/lttng/ust-config.h to git ignore
424 * Fix effect: update README about dlopen()
425 * Fix: fixup vtid TLS
426 * Fix: fixup ringbuffer tls at constructor by forcing read
427 * Fix: fix deadlock with dlopen() lttng-ust
428 * Fix: only print event errors every 1048576 hits
429 * Fix: add missing debug printout to identify the cause of lost events
430 * fix: liblttng-ust-ctl should check for incorrect parameters
431 * fix: ust comm error handling segfault
432 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
433 * fix: on exit, leave thread/mmap reclaim to OS
434 * fix: Handle sys_futex with async cancel, add missing pthread_join
435 * fix: Only munmap the wait page when not exiting from process
436 * Use CPPFLAGS instead of CFLAGS for -I
437 * Fix type range comparison always false for 64-bit arch
438 * demo: remove useless libs
439 * tests: include missing headers
440 * Add missing limits.h include for NAME_MAX
441
1796af86
MD
4422012-02-20 lttng-ust 2.0.0-rc1
443 * Standardize version across toolchain
444 * Fix a typo in gen-tp Makefile
445 * Implement the .o file generation in lttng-gen-tp
446
58bfa9af
MD
4472012-02-16 lttng-ust 1.9.8
448 * Fix comment in tracepoint.h
449 * Add loglevel info to manpage
450 * Remove stale binary file
451 * Add lttng-ust(3)
452 * Add a man page for lttng-gen-tp
453 * Install easy-ust and gen-tp examples in doc/
454 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
455 * Add missing #define _GNU_SOURCE for sched_getcpu()
456 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
457 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
458 * Mark lib_ring_buffer_print_errors unused
459 * Cleanup: remove extra space from easy_ust example
460 * Add missing comma to tracepoint STAP_PROBEV call
461
43f76196
MD
4622012-02-13 lttng-ust 1.9.7
463 * liblttng-ust-java: add missing -classpath ./
464 * Only specify that sdt.h provides system integration for now
465 * Add STAP_PROBEV check ton configure.ac
466 * Add sdt.h integration
467 * Remove extern C around probe header
468 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
469 * Add a configure report at the end of the output
470 * Add sdt.h integration option
471 * Set default loglevel in metadata
472 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
473
94b6d0d1
MD
4742012-02-09 lttng-ust 1.9.6
475 * Fix tracepoint.h multiple .o within module/core exec linkage bug
476 * tracepoint: name -> _name to fix possible namespace clash
477 * Add debug printout to tracepoint.c
478 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
479 * Update hardcoded loglevel
480 * Add "easy_ust" example
481 * Update gitignore
482 * Zero-initialize struct msghdr
483 * Add environment information
484 * Fix event-specific enabling
485 * Update static lib linking
486 * liblttng-ust-libc: fix linking
487 * liblttng-ust-libc: fix lib dependency
488 * Install README and ChangeLog into system doc
489 * Add hello-static-lib test
490 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
491 * Fix 32-bit type: allocated len is used
492 * Fix 32-bit type mismatch
493
e4d66fb5
MD
4942012-02-02 lttng-ust 1.9.5
495 * UST comm ABI: Add padding, push version to 2.0
496 * Update loglevel names
497 * Implement loglevels as event and wildcard attributes
498 * Update loglevel ABI: only loglevel value/enum is known by UST
499 * Pre-assign fixed loglevels
500 * Remove old (now unused) loglevel control code entirely
501 * Update loglevel selection ABI
502 * Use boot_id as monotonic clock uuid
503 * clock: add clock description to metadata
504 * Properly fix the timekeeping overflow detection
505 * Revert "Fix timestamps for slow-paced event rates"
506 * Revert "Force 64-bit timestamps"
507 * Declare struct lttng_ust_calibrate
508 * Force 64-bit timestamps
509 * demo program: ensure we don't link demo on useless libs
510 * ust comm: Receive second FD even if 1st receive failed
511 * ust consumer: close shm fd after mapping it
512 * Add a comment about which wait fd is closed early by UST.
513 * Remove leftover structure in ust-abi.h
514 * Close stream and channel file descriptors as soon as passed to
515 sessiond
516 * Fix AC_LANG_SOURCE usage: only takes one parameter
517 * Fix timestamps for slow-paced event rates
518 * configure.ac: Use AC_LANG_SOURCE for if else macros
519 * Add execution instructions to the demo test program
520 * Force the building of shared noinst libraries in the demo test
521 program.
522 * Only print the futex perror in debug mode
523
54d2e210
MD
5242011-12-23 lttng-ust 1.9.4
525 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
526 * Comment the union field (only used in call_rcu scheme)
527
dddc9140
MD
5282011-12-21 lttng-ust 1.9.3
529 * Fix clock source overflow on 32-bit archs
530 * Remove unused trace_clock_frequency
531 * check for negative wait() return value
532 * Add DBG message when registering a probe
533 * Only show futex warning "perror" in debug mode
534
07a0da24
MD
5352011-12-14 lttng-ust 1.9.2
536 * Add missing ust_libc.h to Makefile.am
537 * Use DBG instead of WARN for futex_wake workaround message
538 * Make dlopen more robust by using the .0 target for the library
539
943be3a0
MD
5402011-12-13 lttng-ust 1.9.1
541 * First LTTng-UST 2.0 prerelease.
This page took 0.044338 seconds and 4 git commands to generate.