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