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