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