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