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