Update version to v2.12.7
[lttng-tools.git] / ChangeLog
1 2021-12-17 lttng-tools 2.12.7 (National Ugly Christmas Sweater Day)
2 * Validate channel context mismatch across UST applications
3 * Fix: relayd: compare viewer chunks by ID rather than address
4 * Fix: relayd: live: erroneous message timestamp observed from live viewer
5 * Fix: relayd comm: improperly packed rotate streams command header
6 * test: snapshot after regenerate metadata
7 * Fix: ust-consumer: segfault on snapshot after regenerate metadata
8 * Tests: live kernel: no plan printed when non-root
9 * Fix: sessiond: snapshot: leak of trace chunk
10 * Fix: test: use BABELTRACE_BIN instead of babeltrace
11 * Fix: relayd: `!vsession->current_trace_chunk` assertion failed
12 * Fix: tests: fix unused-but-set warning in test_fd_tracker.c
13 * Fix: sessiond: fix possible buffer overflow warning
14 * Fix: lttng-ctl: tracing_group memory leaks
15 * Fix: Tests: unchecked `close()` return value
16 * Fix: relayd: live: mishandled initial null trace chunk
17 * Fix: configure.ac: reporting SDT uprobe as a UST feature
18 * Fix: Tests: leaking epoll fd
19
20 2021-10-18 lttng-tools 2.12.6 (National Chocolate Cupcake Day)
21 * Fix: sessiond: previously created channel cannot be enabled
22 * Fix: ust: app stuck on recv message during UST comm timeout scenario
23 * Fix: ust: UST communication can return -EAGAIN
24 * Fix: ust: segfault on lttng start on filter bytecode copy
25 * Build fix: Missing message in LTTNG_DEPRECATED invocation
26 * include: remove spurious spaces in condition/session-rotation.h
27 * tests: fix header of regression/ust/getcpu-override/run-getcpu-override
28 * fix: wrong define used for GCC version check
29 * Fix: userspace-probe: unreported error on string copy error
30 * Fix: userspace-probe: truncating binary path for SDT
31 * Fix: statements with side-effects in assert statements
32 * Fix: lttng_trace_archive_location_serialize is called on freed memory
33 * Fix: sessiond: ust session is inactive during ust_app_global_update
34 * Fix: Tests: race condition in test_ns_contexts_change
35 * Fix: Tests: race condition in test_event_tracker
36 * Fix: man: lttng-rotate: trace file count/size limitation does not apply
37
38 2021-08-06 lttng-tools 2.12.5 (International Beer Day)
39 * Fix: runas: less-than-zero comparison of an unsigned value
40 * Fix: runas: supplementary groups are ignored on lttng save
41 * Fix: lttng: free sessions in cmd_destroy
42 * Fix: lttng: free domains and channels in get_session_stats_str
43 * Fix: rotation client example: leak of handle on error
44 * .gitreview: Set default branch to 'stable-2.12'
45 * tests: Move tap-driver.sh out of the autotools aux directory
46 * Fix: use of uninitialised bytes valgrind warning
47 * Fix: bump minimal urcu dependency to 0.11
48 * Fix: consumer: unbalanced RCU read-side lock on error
49 * Fix: tests: missing LOG_DRIVER and LOG_DRIVER_FLAGS
50 * Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error
51
52 2021-05-18 lttng-tools 2.12.4 (No Dirty Dishes Day)
53 * Fix: snapshot path have domain subdir duplicate "ust/ust" or "kernel/kernel"
54 * Fix: relayd: failure to read index entry or stream packet after clear
55 * Fix: sessiond: leak of config_path on duplicate --config option
56 * Fix: relayd: live: data is missing between viewer attach and retry
57 * Fix: lttng-ctl: erroneous check if user is part of the tracing group
58 * Fix: kernel consumer: get next subbuffer EAGAIN handling
59 * Fix: kernel consumer: signal metadata ready condition variable
60 * Fix: consumerd: unbalanced subbuffer 'get' when checking operation availability
61 * Fix: tests: gen-ust-events-ns: Uninitialized argument value
62 * Fix: consumerd: strlen called on uninitialized path
63 * Fix: tests: health thread stall: only stop consumerd when required
64 * Fix: tests: quote variable in case it's not set
65 * Fix: sessiond: session destroy hang in per-uid when context cannot be added
66 * Fix: backward relayd: path contains a leading "ust" folder
67 * Fix: lttng_destroy_session_no_wait: return 0 on success
68 * config: fix typo in error message
69 * Tests: array expressions without contant index are invalid
70 * Fix: validate that array expression contains constant
71 * Fix: test: base-path tests are not run
72 * Fix: filter: memory leak in filter_parser_ctx
73 * Fix: sessiond: fix -Wshadow error in save.c
74 * Fix: utils: avoid strncpy overlap in utils_partial_realpath
75 * Clean-up: utils: make utils_partial_realpath static
76 * Fix: added missing test_channel and removed double defined test_syscall
77 * Fix: sessiond: kernel: invalid error code check
78 * Tests: fix: unchecked sscanf return value
79 * compiler warning cleanup: is_signed_type: compare -1 to 1
80
81 2021-02-22 lttng-tools 2.12.3 (National Margarita Day)
82 * Fix: ust-consumer: metadata thread not woken-up after version change
83 * Clean-up: ust-consumer: simplify metadata cache unlock on error path
84 * Fix: sessiond: timer: unitiliazed sigevent fields
85 * Fix: sessiond: ust-registry: dereference of NULL pointer on allocation failure
86 * Fix: ust-consumer: metadata cache lock not taken when sampling max offset
87 * Fix: use MT-safe strtok_r in multithreaded context
88 * Fix: liblttng-ctl: unreported truncations when copying strings
89 * Fix: configure: support Autoconf 2.70
90 * Fix: sessiond: metadata not created on app unregistration during start
91 * Cleanup: use `modprobe --remove` rather than `rmmod`
92 * Tests: Fix: 99% fill ratio for high buffer usage is too high for larger events
93 * Fix: common: poll: compat_poll_wait never finishes
94 * Build fix: implicit declaration of function 'PERROR' on Solaris
95 * Fix: PERROR spam when `tracing` group does not exist
96 * Fix: memcpy used on potentially overlapping regions
97
98 2020-08-03 lttng-tools 2.12.2 (National Watermelon Day)
99 * Tests: rework tracefile_count test to meet the tracefile count limit
100 * Fix: extraneous empty/inactive flush on rotation out of a trace chunk
101 * Fix: relayd: double unlock on viewer stream creation error
102 * Fix: relayd: live connection fails to open file during clear
103 * Fix: relayd: wrong stream type used in DBG statement
104 * Fix: lttng: leak of userspace probe path on listing
105 * Fix: uprobe: missing error code on allocation failure
106 * Fix: sessiond: don't negate error code on list error
107 * Fix: send/received actual size is overwritten by 'expected' size
108 * Fix: partial recv lead to client disconnect
109 * tests: return the proper TAP exit code
110 * Tests: live/test_{lttng_,}kernel: use lttng_test_filter_event instead of sched_switch
111 * Fix: consumer: Move sanity check within `consumer_subbuffer` functions
112 * Fix: sessiond: wrong variable checked for error code
113 * Fix: consumerd: double unlock on rotate channel error path
114 * Fix: consumerd: packet sent before channel rotation
115 * Fix: relayd: wrong specifier used in DBG format string
116 * Tests: add a "new metadata after clear" test
117 * Fix: relayd: send_viewer_streams sends stack data in padding
118 * Fix: stream intersection fails on snapshot of cleared session
119 * Fix: relayd: viewer metadata is not rotated after a session clear
120 * Fix: post-clear trace chunk has a late beginning packet
121 * Fix: kconsumer: missing wait for metadata thread in do_sync_metadata
122 * Fix: tests: interrupting get_next_notification causes test to fail
123 * Fix: consumer.c: wrong order of parameter in `DBG()` statement
124 * Fix: consumer: dangling chunk on buffer allocation failure
125 * Fix: consumerd: uninitialized written_bytes on no-data sleep
126 * Build fix: consumerd misnamed label
127 * consumerd: on_sleep not called on stream when no data is available
128 * Fix: invalid discarded events on start/stop without event production
129 * tests: truncate metadata file for regenerate metadata test
130 * Fix: consumerd: user space metadata not regenerated
131 * tests: gen-ust-events-ns/tp.h: Fix build with musl libc
132 * Fix: tests: output_dir contains the consumerd pipe
133 * Fix: unix: don't PERROR on EAGAIN for non-blocking sockets
134 * Fix: sessiond: sessiond and agent deadlock on destroy
135 * Fix: incorrect specifier %lu used with size_t argument
136 * Fix: consumerd: live client receives incomplete metadata
137 * consumerd: refactor: split read_subbuf into sub-operations
138 * consumerd: move rotation logic to domain-agnostic read path
139 * sessiond: enforce mmap output type for kernel metadata channel
140 * consumerd: tag metadata channel as being part of a live session
141 * consumerd: pass channel instance to stream creation function
142 * consumerd: cleanup: use buffer view interface for mmap read subbuf
143 * consumerd: move address computation from on_read_subbuffer_mmap
144 * consumerd: refactor: combine duplicated check_*_functions
145 * kerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK
146 * Add lttng_dynamic_buffer_append_view util
147 * Fix: lttng: Destroying session message repeated during destruction
148 * Fix: liblttng-ctl: leak of tracker handle in lttng_[un]track_pid
149 * Fix: common: fs_handle_seek returns negative value on success
150 * Fix: common: abort on rotation after time manipulation
151 * Tests: test_exclusion: exclusion after tracing active
152 * Tests: `gen-ust-nevents`: add syncpoints
153 * Tests: accept built-in kernel modules
154
155 2020-05-12 lttng-tools 2.12.1 (International Nurses' Day)
156 * API: missing includes in lttng.h
157 * API: missing clear and clear-handle includes in lttng.h
158 * API: sort lttng.h includes
159 * Fix: API: missing end brace for C++ linkage specification.
160 * Fix: tests: `-Wstringop-overflow` warning
161 * Fix: load: incomplete error handling for load_session_from_file
162
163 2020-04-07 lttng-tools 2.12.0 (National Beer Day)
164 * lttng-crash(1): document the command's positional argument
165 * lttng-sessiond(8): append missing argument to short options
166 * lttng-sessiond(8): sort the option list by long option name
167 * lttng-relayd(8): mention the `--config` option
168 * Fix: lttng-load: support legacy PID tracker specification
169 * Fix: sessiond: invalid session configuration on EXCLUDE_ALL policy
170 * Fix: relayd: unchecked allocation result of unlinked file pool
171 * Clean-up: trace-ust comment still refers to only PID trackers
172 * lttng-crash: use `spawn_viewer()` to launch trace viewer
173 * lttng-view: clean-up: move `--viewer` code to specific file
174 * lttng-crash: clean-up: fix alignment of format string
175 * lttng-view: clean-up: rename `parse_options()` -> `parse_viewer_option()`
176 * Fix: python: suppress -Wmissing-prototypes warning with SWIG 3.0.10
177 * lttng-view: clean-up: use singular form for type name
178 * lttng-view: clean-up: remove references to LTTv
179 * Fix: relayd: harmonize path format in backward-compat mode
180 * Bump session.xsd version to 2.12
181 * lttng-relayd(8): normalize style and add details
182 * doc/man: refer to Babeltrace 2 instead of Babeltrace 1
183 * lttng-clear(1): normalize style and add details
184 * Fix: filter-grammar-test: add dependencies between steps
185 * Fix: relayd: assertion fails on creation of session by peer < 2.11
186 * Fix: relayd: crash on creation of session by peer < 2.11
187 * Fix: consumer: fallback to flush when flush empty is unsupported
188 * Fix: consumerd: incorrect clear logging statement
189 * Fix: sessiond: error reported on session destruction for old modules
190 * Fix: sessiond: erroneous error code returned on rotation failure
191 * Fix: lttng-destroy: missing newline on session destruction message
192 * relayd: clean-up: reference is repeated in comment
193 * Typo: 'Descritptor' -> 'Descriptor'
194 * Typo: 'Accomodate' -> 'Accommodate'
195 * Fix: tracker: NULL pointer dereference after NULL check
196
197 2020-03-27 lttng-tools 2.12.0-rc3 (International Stay at Home Month)
198 * Fix: remove duplicated AC_INIT directive
199
200 2020-03-27 lttng-tools 2.12.0-rc2 (International Stay at Home Month)
201 * Fix: sessiond: NULL pointer dereference after NULL check
202 * Fix: sessiond: missing goto in error handler
203 * Fix: sessiond: user/group name can be leaked on malformed command
204 * configure: add -Wmissing-declarations, -Wmissing-prototypes, and more
205 * Fix: sessiond: make the --without-lttng-ust version of launch_application_notification_thread static
206 * Fix: tests: include callsites.h from callsites.c
207 * Fix: relayd: cast idigit argument to unsigned char
208 * Fix: tests: make some functions static
209 * Fix: tests: add `void` parameter to functions that take no parameters
210 * Fix: common: make lttng_trace_chunk_remove_subdirectory_recursive static
211 * Fix: common: add `void` parameter to log_add_time declaration
212 * CONTRIBUTING.md: harmonize list style with the rest of the docs
213 * CONTRIBUTING.md: clarify the guidelines for commit messages
214 * Fix: lttng-list: don't warn when the kernel domain has no channels
215 * Refactor: lttng-ctl: follow terminology of the tracker documentation
216 * lttng: list: replace domain headers with the official names
217 * lttng: list: print `per-user` and `per-process` buffer types
218 * Docs: overhaul of lttng-track(1) and lttng-untrack(1)
219 * Fix: MI: bump MI schema version to 4.0 in mi-lttng.c
220 * Fix: sessiond: occasional badfd error on repeated SIGTERM
221 * Fix: lttng: incorrect domain list printed when no domain is provided
222 * Fix all -Wdiscarded-qualifiers warning instances
223 * Remove part of last name to fit in a 80 character line
224 * Fix: Tests: trace path wildcards not expanded
225 * Fix: Tests: `gen-ust-events` doesn't error out on invalid option
226 * Fix: Tests: utils.sh: merge `validate_{directory,folder_is}_empty` functions
227 * Fix: Tests: undefined `NR_USEC_WAIT` bash variable
228 * directory-handle: print `errno` reason on `unlinkat()` error
229 * Fix: lttng-ctl: _handle can be NULL
230 * Fix: sessiond: domain subdirectory not deleted on empty clear
231 * Ignore -Wincomplete-setjmp-declaration warnings
232 * tests: put -no-pie in LDFLAGS instead of CFLAGS
233 * Silence `POSIX Yacc` warnings
234 * Fix -Wmissing-declarations warnings in filter-parser.y
235 * Include cmd-2-2.h in cmd-2-1.h
236 * Make create_file function static in gen-ust-tracef.c
237 * Make remove_file_from_hierarchy function static in test_directory_handle.c
238 * Make fd_count function static in test_fd_tracker.c
239 * Add declarations for exported functions in health_exit.c
240 * Add declarations for exported functions in health_fail.c
241 * Make functions in live_test.c static
242 * Add declarations for exported functions in consumer_testpoints.c
243 * Make parse_arguments static in base_client.c
244 * Fix all -Wmissing-declarations warning instances
245 * Fix: fd-tracker: mark symbols as hidden
246 * Fix: liblttng-ctl: hide new tracker config symbols
247 * configure: add --enable-Werror
248 * configure: use AX_APPEND_COMPILE_FLAGS to detect supported warning flags
249 * Tests: notification.c: remove extra space
250 * Tests: remove unused libhealthexit code
251 * Fix: remove broken health monitoring test `test_thread_exit`
252 * Fix: directory-handle: use of free'd handle on fstat() error
253 * Fix: relayd: use of relay_session ref count before initialization
254 * Fix: relayd: unchecked return value when opening relay socket
255 * tests: append to AM_CFLAGS instead of overriding it
256 * Tests: gen-ust-nevents: use options instead of arguments
257 * Tests: Cleanup: test_exclusion: more detailed output
258 * Fix: Tests: `test_exclusion` passing for the wrong reason
259 * Fix: trace-chunk: useless assignment to 'ret'
260 * Fix: lttng: track-untrack: error assigned to wrong variable
261 * Fix: relayd: live: unchecked poll set creation return value
262 * Fix: relayd: live: unchecked return value when opening relay socket
263 * Fix: relayd: unchecked poll set creation return value
264 * Fix: lttng: uninitialized pointer free'd when no sessiond is present
265 * Fix: tracker: inclusion of internal header in public header
266 * Tests: Fix: `wait_on_file()` returns too early
267 * Fix: Tests: utils.sh: fix unbound variable
268 * Tests: Fix typo: registerd -> registered
269 * Tests: Cleanup: remove unused bash variable
270 * Typo: 'toogle' -> 'toggle'
271 * Fix: lttng-sessiond: control reaches end of non-void function warning
272 * Fix: possible null dereference
273 * Fix: string might be uninitialized
274 * Fix: force the use of our _FORTIFY_SOURCE definition
275
276 2020-02-04 lttng-tools 2.12.0-rc1
277 * Tests: fix: test_relayd_working_directory fails as user
278 * Fix: sessiond: snapshot errors don't clear session's trace chunk
279 * Fix: sessiond: bounded snapshot record fails when no streams exist
280 * Tests: fix: test_relayd_working_directory fails as root
281 * Fix: trace-chunk: dereference after NULL check
282 * Clean-up: mi: remove logically dead code
283 * Fix: trace-chunk: dereference after null check of old_path
284 * Clean-up: unchecked return value
285 * Fix: unchecked return value of cds_lfht_destroy()
286 * Fix: relayd: return from function without unlocking session lock
287 * Clean-up: consumerd: remove unreachable code
288 * Clean-up: trace-chunk: remove unreachable code
289 * Fix: unchecked return value of lttng_directory_handle_create()
290 * Tests: fd-tracker: fix: leak of test paths
291 * session-descriptor: fix comment typos in session-descriptor.h
292 * Fix: directory-handle: typo in equals method breaks compat build
293 * Fix: potential use of uninitialized return value
294 * Clean-up: remove instances of loop initial declarations
295 * Fix: relayd: register listener threads as rcu readers
296 * relayd: track directory handles through the fd-tracker
297 * tests: Move to kernel style SPDX license identifiers
298 * Fix: include stdlib.h in compat/string.h
299 * Cleanup: remove superfluous tests.txt
300 * fix: add include guards to compat/path.h
301 * Move to kernel style SPDX license identifiers
302 * Sync ax_have_epoll.m4 with autoconf-archive
303 * .gitignore: ignore gen-kernel-test-events
304 * Fix: lttng: sanity check of `--probe` description
305 * lttng-view: make babeltrace2 the default viewer
306 * lttng-view: clean-up: remove unneeded empty line
307 * lttng-view: clean-up: static struct viewers array should be const
308 * lttng-view: clean-up: remove commented and unused references to lttv
309 * relayd: register fd tracker instance to all created trace chunks
310 * relayd: track relayd control connection sockets
311 * relayd: track relayd data connection sockets
312 * relayd: replace uses of block FDs by the fs_handle interface
313 * fd-tracker: restore suspended handles from their inode's path
314 * directory-handle: query if instance is backed by a file descriptor
315 * directory-handle: make lttng_directory_handle_stat public
316 * fd-tracker: replace custom optional implementation by LTTNG_OPTIONAL
317 * directory-handle: add an equals method
318 * trace chunk: allow associating an fd_tracker to a trace chunk
319 * fd-tracker: refactor: extract fs_handle interface from fd_tracker
320 * fd-tracker: remove use of VLA for unsuspendable_fd APIs
321 * relayd: share the same output directory handle accross sessions
322 * Fix: relayd: fail to create session when trace chunk is not found
323 * relayd: track the health unix socket with the fd-tracker
324 * relayd: track the health thread's poll fd with fd-tracker
325 * LTTNG-RELAYD(8): document the --fd-pool-size option
326 * relayd: rename fd-cap parameter to fd-pool-size
327 * relayd: track the live client connections socket
328 * relayd: track the control and data listener socket
329 * relayd: track the live listener socket
330 * relayd: track stdio output file descriptors
331 * relayd: track the live viewer worker thread's epoll fd
332 * relayd: track the live listener thread's epoll fd
333 * relayd: track the live_conn_pipe with the fd-tracker
334 * relayd: track listener's epoll fd using the fd-tracker
335 * relayd: track worker thread's epoll fd using the fd-tracker
336 * relayd: track clients of the health unix socket with the fd-tracker
337 * relayd: track the health quit pipe with the fd-tracker
338 * relayd: track the relay_conn_pipe with the fd-tracker
339 * relayd: track the quit pipe with the fd-tracker
340 * relayd: Don't bypass the fd tracker when closing file descriptors
341 * relayd: initialize the global fd tracker from fd_cap option
342 * relayd: clean-up: reduce the number of exit paths in main()
343 * relayd: add fd-cap option to limit the number of opened FDs
344 * Fix: use lttng_tracker_id_status enum values
345 * Fix: update context types for Python bindings
346 * Fix: lttng: placing probe on symbol starting with `_`
347 * Fix: build failure with -fno-common
348 * Fix: Tests: missing stream redirect causes test failure
349 * Fix: automatic enum value overwrites existing error code value
350 * doc: Fix bind address example for lttng-relayd
351 * Build fix: dist target builds fails due to missing header file
352 * Fix: track-untrack.c: regression of `--all --pid` option ordering
353 * track-untrack.c: error out on unknown CLI options
354 * Add test_event_tracker to the TESTS variable
355 * Add missing `test_event_tracker` to fast_regression
356 * Cleanup: track-untrack.c: declare all `int` on the same line
357 * Fix: relayd: hostname check is too restrictive
358 * Cleanup: remove extra whitespace from include directive
359 * Fix: skip start trace for app that are already started.
360 * Fix: keep active session state on redundant start command
361 * Fix: build failures when `--without-lttng-ust`
362 * Sync lttng-ust ABI version in ust-abi-internal.h
363 * Sync lttng-modules ABI version in internal kernel-ioctl.h
364 * Fix: lttng-clear: invalid free of session name
365 * Fix: initialize var_data to NULL
366 * tracker: update API documentation
367 * Cleanup: remove struct lttng_handle from tracker.h
368 * Refactoring: introduce lttng_tracker_ids_serialize
369 * Refactoring: move count to an output parameter
370 * Refactoring: introduce lttng_tracker_ids data structure
371 * Refactoring: use an opaque lttng_tracker_id type
372 * Fix: Initialize ret to zero
373 * Update track/untrack man page
374 * Error early on invalid tracker type for UST domain
375 * ust-app: remove dead code
376 * Fix: Skip uid registry when metadata key value is 0
377 * trackers: bump MI version to 4.0
378 * tests: test uid/gid/pid/vuid/vgid/vpid trackers
379 * trackers: update list/track/untrack commands
380 * trackers: support tracking feature
381 * trackers: add sessiond tracker list implementation
382 * trackers: update lttng-modules tracer ABI
383 * trackers: introduce new tracker types
384 * trackers: change error code from "pid" to "id"
385 * format: use AfterCaseLabel: true for switch case
386 * Fix: sessiond: check for lttng-modules ABI 2.1 rather than 2.8
387 * Doc: man page: lttng-relayd LTTNG_RELAYD_DISALLOW_CLEAR env. var.
388 * Doc: lttng-clear(8) man page
389 * tests: mi for clear command
390 * tests: lttng clear command
391 * tests: gen-ust-events: abort() on argument error
392 * tests: gen-ust-events: add touch and wait sync points before exit.
393 * tests: gen-ust-events: use options instead of arguments
394 * relayd: live: implement support for clear feature
395 * relayd: implement support for clear feature
396 * relayd: viewer-stream: introduce viewer_stream_close_files and viewer_stream_sync_tracefile_array_tail
397 * relayd: viewer_session: expose viewer_session_set_trace_chunk_copy symbol
398 * trace-chunk: implement no-op and delete release commands
399 * sessiond: document effect of rotated_after_last_stop on clear
400 * sessiond: snapshot: set trace chunk to NULL before closing it
401 * relayd: return invalid protocol error on close chunk disallowed clear
402 * relayd: set has rotated only for explicit rotations
403 * trace-chunk: Introduce chunk "path", relayd session "ongoing_rotation", sessiond session "rotated"
404 * consumer: add extra debug output
405 * relayd: add extra debug output
406 * sessiond: implement clear command
407 * sessiond: add clear notifier
408 * sessiond: introduce cleared_after_last_stop
409 * sessiond: implement ust app clear session
410 * sessiond: implement kernel clear session
411 * sessiond: implement consumer clear channel
412 * consumer: implement clear channel
413 * common trace-chunk: introduce lttng_trace_chunk_get_name_overridden
414 * common: trace-chunk: track all files within a chunk
415 * sessiond: cmd_rotate_session: introduce command argument
416 * sessiond: query relayd configuration for availability of clear feature
417 * relayd: Implement get_configuration relayd protocol command
418 * common: index and trace-chunk file creation/open API change
419 * common: index: remove redundant separator for empty channel string
420 * sessiond: refactoring: introduce start/stop_kernel_session
421 * sessiond-comm: add clear command support to consumer protocol
422 * sessiond-comm: Document feature branch specific commands range
423 * relayd: tracefile array: Allow head position to skip ahead
424 * relayd tracefile array: add tracefile_array_reset
425 * common dynamic-array: Introduce dynamic array clear
426 * relayd: environment variable to disable clear command
427 * lttng: Implement lttng clear session command
428 * lttng-ctl: Expose sessiond cmd_clear_session command
429 * common error: Add errors for clear feature
430 * ust-consumer: Expose user space clear buffer operation
431 * kernel-ctl: Expose kernel clear buffer operation
432 * Test: rotate_utils.sh: consider chunk archive with ust/ as empty
433 * Send ust and kernel domain directory handle to consumer
434 * Fix: consumer: do not flush on transition from NULL chunk
435 * Fix: consumer: honor "active" flush flag
436 * Fix: sessiond cmd.h: include missing lttng-sessiond.h
437 * Fix: sessiond: ust-app: per-pid buffers: Create empty ust/ directory
438 * Fix: utils: utils_stream_file_path separator
439 * Fix: consumerd: use packet sequence number for rotation position
440 * align.h: Implement ALIGN_FLOOR macro
441 * Fix: relayd: per-pid live: no new metadata vs close
442 * Fix: relayd: use packet sequence number for rotation position
443 * Fix: relayd stream.c: LTTNG_OPTIONAL_GET address confusion
444 * Fix: optional.h macro missing parentheses and guards
445 * Fix: use of strnlen breaks build on Solaris 10
446 * dynamic-array: fix documentation of lttng_dynamic_pointer_array_get_pointer
447 * Fix: make dist fails on sdt-probe test with autotools v1.16+
448 * Fix: tests: metadata presence on relayd is not deterministic
449 * Fix: move testpoint after state update
450 * Make lttng_directory_handle reference countable
451 * Clean-up: apply clang-format to the newly added fd-tracker
452 * Fix build: fd-tracker is not part of librelayd
453 * Add git-review config
454 * doc: fix typo in lttng-enable-event man page
455 * tests: make functions static in test_notification.c
456 * tests: make functions static in test_utils_compat_poll.c
457 * tests: make functions static in test_utils_expand_path.c
458 * tests: make functions static in test_session.c
459 * tests: make functions static in test_uri.c
460 * tests: include foo.h in foo.c
461 * compat: remove always true assertion in compat-poll.c
462 * Fix: sessiond: RCU read lock imbalance on get trace chunk id error
463 * tests: add declaration for test_function in userspace-probe-elf-binary.c
464 * tests: add declarations for functions in gen-syscall-events-callstack.c
465 * tests: make entry_handler static in ini_config test
466 * Format lists in src/common/Makefile.am
467 * sessiond: make functions static in ust-registry.c
468 * sessiond: make thread_consumer_management function static
469 * sessiond: make thread_rotation function static
470 * Fix: build: ust -> kernel mix-up in noinst_SCRIPTS
471 * Fix: relayd: missing metadata stream causes all traces to be skipped
472 * lttng-ctl: add local declarations for obsolete functions in lttng-ctl.c
473 * sessiond: remove unused log_job_destruction function
474 * sessiond: make disable_context static
475 * sessiond: make ltt_sessions_ht_alloc static
476 * relayd: make functions static in ctf-trace.c
477 * Make validate_url_option_combination static in create.c
478 * Make _utils_expand_path static
479 * Remove unused function uri_create
480 * uri: put `inline` at beginning of strpbrk_or_eos declaration
481 * tests: put `static` keyword at beginning of variable declaration
482 * common: make some functions static in mi-lttng.c
483 * consumerd: make lttng_consumer_close_all_metadata static
484 * README.md: libuuid is no longer a dependency
485 * Replace libuuid with internal implementation
486 * consumerd: remove unused function consumer_del_data_stream
487 * m4: sync ax_pthread.m4 with autoconf archive
488 * configure.ac: Remove duplicated CMD_DESCR_ROTATE definition
489 * Fix: tests: missing argument in test output print statement
490 * Silence bogus warning when building with old GCC versions
491 * Clean-up: open_pipe_cloexec() has useless boilerplate
492 * Clean-up: tests: unchecked closedir value in test_fd_tracker
493 * Fix: fd-tracker: dereference of lttng_inode after NULL check
494 * Fix: fd-tracker: error path lead to null dereference of handle
495 * Fix: fd-tracker: crash on close of partially initialized handle
496 * Tests: add fd-tracker tests for the unlink operation
497 * fd-tracker: use lttng_inode to store fs_handle's path
498 * fd-tracker: add the lttng-inode interface
499 * fd-tracker: add the unlink operation to fs handles
500 * Test: add a unit test for the fd tracker
501 * fd-tracker: add pipe management wrappers to fd-tracker
502 * fd-tracker: add epoll/poll management wrappers to fd-tracker
503 * fd-tracker: add an fd-tracker util to common
504 * relayd: close stdin on launch
505 * Fix: relayd: fully initialize viewer stream before publishing it
506 * Clean-up relayd: session_release can be marked as static
507 * Fix: relayd: don't send streams if there is no metadata
508 * Fix: update apps on untrack only when session is active
509 * Fix: consumerd: assert on null trace chunk on session restart
510 * Fix: sessiond: don't wait for a rotation from a null chunk to finish
511 * Fix: sessiond: duplicated rotation notification sent
512 * Fix: relayd: remove assert of non-null stream trace chunk on rotate
513 * Docs: verb/noun confusion in comment
514 * Fix: sessiond: no rotation performed from null chunk to new chunk
515 * Fix: invalid use of destructor in dynamic pointer array
516 * Fix: relayd: check for a trace chunk before writing a packet
517 * Fix: relayd: viewer session trace chunk not released on detach
518 * Require automake >= 1.12
519 * relayd: rename viewer_session_set_trace_chunk and hide it
520 * Fix: relayd: session trace chunk is copied too late
521 * Fix: overly restrictive datetime regexp rejects valid dates
522 * Fix: relayd: disallow 0-length session names for 2.4+ peers
523 * Docs: RELAYD(8): document the --group-output-by-session/host options
524 * Tests: unit testing for backward compatibility of group-output-by-session
525 * relayd: Add backward compatibility for --group-output-by-session
526 * Tests: regression testing for lttng-relayd --group-output-by-*
527 * Tests: lttng_snapshot_add_output_ok: allow specifying output type
528 * relayd: introduce --group-output-by-session
529 * Fix: sessiond: ust: deadlock with per-pid buffers
530 * relayd: close viewer stream trace chunk earlier on release
531 * Fix: relayd: put chunk reference when closing stream
532 * Fix: relayd: tracefile rotation: viewer opening missing index file
533 * Tests: fix shellcheck warning
534 * Tests: base path: lttng load for session configuration
535 * Cleanup: remove unused internal lttng_session_descriptor_get_base_path
536 * Refactor: Move set session path to own function
537 * Fix: move set base_path of session to URI configuration
538 * Fix: tests: re-add link to urcu-bp for _LGPL_SOURCE tests
539 * Fix: tests: use DL_LIBS variable in ust multi-lib test
540 * Fix: lttng: initialize sessions pointer to NULL
541 * Use pkgconfig to detect and configure liblttng-ust
542 * Fix: check for dtrace and sdt.h before enabling SDT uprobe tests
543 * Fix: consumerd: crash occurs when taking snapshot of ust channel
544 * Fix: trace-chunk: log the cause of file open failures
545 * Fix: relayd: live: crash when creating viewer streams
546 * Fix: relayd: live: crash on attach to a session without trace chunk
547 * Fix: relayd: live: some listed sessions are not attacheable
548 * Fix: relayd: don't put un-acquired trace chunk reference
549 * Fix: relayd: don't put un-acquired viewer trace chunk reference
550 * Fix: consumerd: NULL pointer dereference during metadata sync
551 * consumerd: clean-up: stream attribute accessed without locking stream
552 * Tests: namespace tests fail to build on older libc
553 * Fix: check for lttng-ust >= 2.11 at configure
554 * sessiond: build fails in --without-lttng-ust configuration
555 * Tests: use "kill -0" for app existence check in NS tests
556 * Tests: add kernel namespace context change tests
557 * Tests: add UST namespace context change tests
558 * Tests: add kernel namespace contexts tests
559 * Tests: add UST namespace contexts tests
560 * MI: add support for namespace and uid/gid contexts
561 * Add UST uid/gid contexts
562 * Add kernel uid/gid contexts
563 * Add UST namespace contexts
564 * Add kernel namespace contexts
565 * Update local copy of ust-abi.h to reflect addition of ns contexts
566 * Tests: fix: tmp dir can be a symlink
567 * Docs: relayd: document LTTNG_RELAYD_WORKING_DIRECTORY env variable
568 * Docs: relayd: document the --working-directory/-w option in man page
569 * Introduce LTTNG_RELAYD_WORKING_DIRECTORY environment variable
570 * Tests: add an lttng-relayd working directory test
571 * relayd: introduce --working-directory/-w options
572 * Fix: compile fails for x32 arch
573 * Typo: occured -> occurred
574 * Fix typo 'Attemp' -> 'Attempt'
575 * Fix: sessiond: use system LTTng-UST headers when available
576 * doc/man: use specific revision date for each manual page
577 * lttng-rotate.1.txt: update voice and document the `archives` subdir.
578 * Fix: sessiond: unbalanced health register/unregister on error
579 * Fix: sessiond: NULL thread_state provided to pthread_cleanup callback
580 * Fix: sessiond: leak of trace chunk on destruction error
581 * common: cleanup error message mentioning mkdir
582 * Fix: sessiond: session destruction errors are unreported
583 * Fix: consumer: double unlock of rcu read lock on error
584 * Fix: sessiond: application channel creation failure stops start cmd
585 * sessiond: clean-up: enhance logging on event allocation failure
586 * Fix: sessiond: don't assert on event creation error
587 * sessiond: clean-up: typo in ust-app.c comment
588 * .gitignore: ignore vscode files
589 * Fix: lttng-elf.c: dereferencing pointer before null check
590 * Fix: sessiond: unbounded elf section data size allocation
591 * Fix: sessiond: double socket close on allocation failure
592 * Fix: sessiond: TOCTOU error on save of session configuration
593 * Fix: tests: replace truncation-prone logging helper
594 * DIST OOT: use build_dir version.i file
595 * Introduce EXTRA_VERSION_PATCHES
596 * Use EXTRA_VERSION_NAME and EXTRA_VERSION_DESCRIPTION
597 * Introduce EXTRA_VERSION_NAME and EXTRA_VERSION_DESCRIPTION
598 * Fix: relayd: Dereference after null check
599 * Fix: sessiond: app sock and notif shm not created by the main thread
600 * Fix: sessiond: client socket not created by the main thread
601 * Fix: relayd: Dereference before null check
602 * Fix: relayd: unchecked return values
603 * Fix: ust-consumer.c: Double unlock of channel lock
604 * Fix: sessiond: Dereference before null check
605 * Fix: sessiond: Dereference after null check
606 * Fix: relayd: Explicit null dereferenced
607 * Cleanup: relayd: Logically dead code
608 * Fix: enable_events.c: typo in `WARN()` message
609 * Cleanup: enable_events.c: fix erroneous comment
610 * Cleanup: relayd: identical code for different branches
611 * Fix: common: Unchecked return value of `closedir()`
612 * Fix: relayd: Dereference after null check
613 * Fix: Tests: test_session.c: Structurally dead code
614 * Fix: session-descriptor.c: Dereference before null check
615 * Fix: common: Dereference after null check
616 * Fix: test_utils_compat_poll.c: Unchecked return value
617 * Fix: liblttng-ctl: wrong variable used during argument validation
618 * Fix: liblttng-ctl: ABI-breaking size change of lttng_session struct
619 * Fix: liblttng-ctl: config and mi strings inadvertantly exported
620 * Fix: liblttng-ctl: compat_sync_file_range inadvertantly exported
621 * Fix: liblttng-ctl: poll compatibility symbols inadvertently exported
622 * Fix: lttng-ctl: unvalidated session destruction handle API arguments
623 * Docs: document the session destruction handle API
624 * Fix: Tests: Segfault in `test_utils_expand_path()`
625 * Fix: lttng-ctl: missing __cplusplus closing brace
626 * Fix: trace chunk reported unknown before close command execution
627 * Fix: sessiond: leak of application socket on chmod failure
628 * sessiond: clean-up: silence warning that agent event is leaked
629 * Fix: tests: leak of prefix on error to register lttng namespace
630 * Fix: use newly created event filter for condition check
631 * Fix: lttng-crash: detect truncated files
632 * Fix: sessiond: fs.protected_regular sysctl breaks app registration
633 * relayd: clean-up: mix-up between LTTNG_PATH_MAX and LTTNG_NAME_MAX
634 * Fix: destroy command: put consumer output after destroy notifier
635 * Refactor: remove logically dead code
636 * Fix: Null check before destroying health_sessiond
637 * Fix: Move initialization of queue_pipe_fd after null check of handle
638 * Fix: release reference to new chunk on copy error
639 * Fix: Close socket handle on error
640 * Fix: lttng: out-of-bound copy of arguments in 'view' command handler
641 * Revert "lttng: fix: out-of-bounds copy of original 'view' command arguments"
642 * Fix: relayd: session destruction does not complete in live mode
643 * Add a copy method to the trace chunk interface
644 * relayd: move viewer stream chunk reference release to destroy
645 * relayd: move relay_session locking outside of make_viewer_streams
646 * Fix: release reference to trace chunk on index file creation failure
647 * trace-chunk: clean-up: mark close command properties as static const
648 * trace-chunk: clean-up: misleading label name
649 * ust-consumer: fix: metadata stream lock taken before destroy
650 * sessiond: fix: memory leak of section name in elf parser
651 * kconsumer: clean-up: initialize ctf_index before populating it
652 * sessiond: fix: strncpy called with source length
653 * sessiond: fix: possible unaligned access in packed structure
654 * relayd: clean-up: strncpy uses the length of the source as length
655 * lttng: fix: out-of-bounds copy of original 'view' command arguments
656 * lttng: clean-up: silence bogus string truncation warning
657 * sessiond: clean-up: mixed log levels enums used to look-up event
658 * sessiond: fix: possible unaligned access in packed structure
659 * sessiond: fix: possible unaligned access in packed structure
660 * sessiond: fix: possible unaligned access in packed structure
661 * sessiond: fix: possible unaligned access in packed structure
662 * lttng-ctl: fix: possible unaligned access in packed structure
663 * lttng-ctl rotate: fix: possible unaligned access in packed structure
664 * runas: fix: possible unaligned access in packed structure
665 * consumer: fix: possible unaligned access in packed structure
666 * inet: fix: possible unaligned access in packed structure (inet/inet6)
667 * consumer: fix: unaligned accesses to index fields
668 * lttng-sessiond: clean-up: set free'd pointer to NULL
669 * lttng: fix: potential 0-length allocation in pid list parsing
670 * Tests: fix: uninitialized session_id used on list_sessions failure
671 * Tests: fix: uninitialized values passed to close() on error
672 * Clean-up: assert that get_count_order() returns a positive value
673 * Clean-up: suppress bogus scan-build warning
674 * Tests: fix: leak caused by misuse of realloc in multi-lib-test
675 * sessiond: clean-up: init ret value of _session_set_trace_chunk_no_lock_check
676 * sessiond: fix: print_escaped_ctf_string mishandles empty string
677 * lttng-ctl: fix: lttng_data_pending confuses communication status
678 * relayd: fix: rotate_truncate_stream() assumes non-null next chunk
679 * Fix: dereference of NULL pointer in stream_write()
680 * Fix: report bytecode_push failure when pushing symbol
681 * Fix: only invoke PERROR() on failure to close sessiond_socket
682 * Clean-up: lttng: check status returned when checking rotation state
683 * Fix: communication error unreported in relay_rotate_session_streams
684 * Fix: unreported error in relay_close_trace_chunk
685 * Clean-up: remove dead assignment from ht cleanup thread launcher
686 * Clean-up: remove dead assignment from thread_rotation
687 * Clean-up: remove dead assignment in setup_channel_trace_path
688 * Clean-up: remove dead assignments while setting session trace chunk
689 * Fix: report path truncation on addition of local uri to consumer
690 * Clean-up: lttng: silence warning in regenerate command handler
691 * Clean-up: lttng: silence warning in metadata command handler
692 * Clean-up: remove NULL check on sesison_create mandatory arguments
693 * Fix: session may be NULL in relay_create_session error path
694 * Clean-up: silence erroneous leak warning
695 * Fix: leak of lttng_elf_shdr in lttng-elf.c
696 * Fix: leaked chunk reference in lttng_consumer_create_trace_chunk
697 * Clean-up: remove unused stream file creation and unlink functions
698 * Fix: use the trace chunk to truncate streams on late rotation
699 * Clean-up: format using remaining buffer len rather than total len
700 * Fix sessiond: report flush errors on session stop
701 * Fix: leak of trace_path on error in ust_app_snapshot_record
702 * Fix: uninitialized directory handle finalized on error path
703 * Fix: release reference to created chunk if it can't be published
704 * Fix: destroy chunk registry on element creation failure
705 * Fix: return NULL on trace chunk registry failure
706 * Fix: forward fatal error in evaluate_condition_for_client()
707 * Fix relayd: check for NULL in session_put
708 * Fix typo in regenerate statedump test util
709 * Fix: time constants already defined on macOS
710 * Fix: missing include strings.h for bcopy on Solaris 10/11
711 * Fix: strndup does not exist on Solaris 10
712 * Fix: strnlen is not defined on Solaris 10
713 * Fix: redefinition of USEC_PER_SEC macro on macOS
714 * Fix: sessiond does not build without lttng-ust support
715 * Fix: sessiond: handle NULL control output in session descriptor base path getter
716 * Tests: metadata env scope values
717 * Support LTTNG_KERNEL_SESSION_SET_CREATION_DATETIME of lttng-modules
718 * Support LTTNG_KERNEL_SESSION_SET_NAME of lttng-modules
719 * Metadata: add env fields to ease lttng path hierarchy creation for viewer
720 * Fix: lttng_directory_handle_init fails on opening base relayd output
721 * Fix: init_session_output_path is valid for peer >= 2.11 only
722 * Fix: chunk state is not set when relayd does not support trace chunks
723 * Fix: check validity of a stream before invoking ust flush command
724 * Fix: namespace our gettid wrapper
725 * pprint.m4: add missing copyright header
726 * Fix: reintroduce lazy kernel modules load, fix empty syscall list
727 * Fix: check for lttng modules presence before testing
728 * sessiond: use epoll()/poll() instead of select()
729 * lttng-ctl: notifications: use epoll()/poll() instead of select()
730 * epoll/poll compat: expose interruptible API
731 * tests: invoke full_cleanup from script trap handlers, use modprobe -r
732 * Cleanup: test: don't stop relayd twice
733 * Fix: test: utils.sh: exit from process on full_cleanup
734 * Fix: utils.sh: handle SIGPIPE
735 * Fix: tests: error handling in high throughput limits test (v2)
736 * Improve handling of test SIGTERM/SIGINT (v2)
737 * Fix: incorrect conversion specifier used with size and padding
738 * Fix: incorrect conversion specifier used with packet size
739 * Fix: mismatch of ust_app_get_size_one_more_packet_per_stream prototype
740 * Fix: mismatch of ust_app_snapshot_record prototype
741 * Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST
742 * Fix: kernel/ust snapshot backward compat for 2.10 relay
743 * relayd protocol: reply path for close chunk and create session 2.11
744 * Fix: streaming and snapshot backward compat for relayd < 2.11
745 * Fix: relayd: create_index_file error handling
746 * Fix: don't use newlines in logging message
747 * Fix: relayd outputs traces of legacy sessionds to home dir
748 * relayd comm: add base path to create session
749 * tests: add base-path tests
750 * test utils: support URI in lttng_snapshot_add_output
751 * Fix: close consumer sockets before waiting for them
752 * Fix: consumer: put each chunk on teardown
753 * Fix: validate that session, host and basepath are legal
754 * Fix: honor base path for network URIs
755 * Fix: bindings import segfaults on missing hash_key_u64
756 * Cleanup: typo: overriden -> overridden
757 * Fix: relay: relay_rotate_session_streams uninitialized return value
758 * Fix: test_kernel rotation: expect 60 rather than 64
759 * Save registration time for app
760 * Fix: tests: update rotation ust number of tests
761 * Clean-up: missing word `lock` in comment
762 * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
763 * Use case-scope error labels handling LTTNG_CONSUMER_PUSH_METADATA
764 * Use case-scope error labels when handling LTTNG_CONSUMER_GET_CHANNEL
765 * Use case-scope error labels handling LTTNG_CONSUMER_ROTATE_CHANNEL
766 * Use case-scope error labels handling LTTNG_CONSUMER_DESTROY_CHANNEL
767 * Use case-scope error labels handling LTTNG_CONSUMER_STREAMS_SENT
768 * Use case-scope error labels when handling LTTNG_CONSUMER_ADD_STREAM
769 * Clean-up: set stream's channel pointer to NULL after releasing ref
770 * Fix: mark consumer channels as logically deleted during deletion
771 * Cleanup: mark utils_get_home_dir as returning a const string
772 * Fix: use utils_get_home_dir for anonymous trace chunk path
773 * Fix: tests: typo in rotation util
774 * Fix: keep ust/kernel session items around for destroy notifier
775 * Tests: add a test for the "skip non-empy" rmdir flag
776 * Fix: rmdir recursive: skip non-empty directories with flag
777 * Fix: uninitialized variable returned by relay_rotate_session_streams
778 * Fix: allow quiet rotation at destroy of live session
779 * Fix: relayd: live: read index file header
780 * Fix: index: use parenthesis around define
781 * Fix: test_crash: don't kill first app twice
782 * Fix: perform a rotation to a null trace chunk on session destruction
783 * relayd: log destination trace chunk of ROTATE_STREAMS command
784 * Clean-up: declare dummy pipe payload as a char instead of a string
785 * Fix: consumer: assert that stream chunk != NULL (not channel)
786 * relayd fix: trace chunk is reclaimed before close command
787 * Fix: rotation of a stopped session hangs indifinitely
788 * Fix: initialize kernel stream max subbuffer size on creation
789 * Fix: use relay_id from ust_session or kernel_session consumer
790 * Fix: lttng-ctl: public session.h control API: restore 0 success return value
791 * Fix: remote kernel stream paths contain too much information
792 * Fix: destroy command: send credentials with command
793 * relayd: open live viewer files from the current stream's trace chunk
794 * Fix: don't perform an automatic session rotation in snapshot mode
795 * Fix: incorrect time unit used when waiting on destruction handle
796 * relayd: implement file and session rotation on top of trace chunks
797 * Fix: remove assertions of the existence of a trace chunk
798 * Fix: only create trace chunk if the output of a session supports it
799 * Fix: use stream's current tracefile count rather than the max
800 * relayd: use bool for is_metadata relay_stream attribute
801 * relayd: create stream files relative to a session's trace chunk
802 * Fix: leak of consumer_output when using an explicit snapshot output
803 * Fix: reception buffer of control connection is leaked
804 * Fix: ensure a newline is printed before exit on client destroy
805 * Send session creation time to relay daemon when supported
806 * relayd: remove unnecessary allocation in session path formatting
807 * relayd: add remote trace chunk close command
808 * Create userspace buffers using ua_sess effective credentials
809 * Use lttng_credentials instead of bespoke uid/gid members in ua_sess
810 * relayd: add remote trace chunk creation command
811 * Add .clang-format
812 * Don't allow slashes and dots in overriden trace chunk names
813 * relayd: Retrieve a relay_session's trace chunk on creation
814 * relayd: Transmit current trace chunk id in create_sesssion command
815 * Use a "comm" variant of the LTTNG_OPTIONAL helper in sessiond-comm
816 * Remove unused relay daemon commands
817 * relayd: create an implicit trace chunk on session creation
818 * relayd: create sessiond trace chunk registry on session creation
819 * Use directory handle to rename trace chunk directory
820 * Docs: add directory handle header documentation
821 * Add rmdirat and renameat to run-as commands
822 * Print the location of trace chunk produced at session destruction
823 * Docs: misleading documentation of compat_epoll_create
824 * Remove unused ust_sock member of command_ctx
825 * Tests: clarify the tap output of the kernel session rotation test
826 * Fix: wait for the completion of implicit session rotations
827 * Fix: don't hide EBADF error subbuffer write
828 * Tests: don't expect a UST directory after inactive per-PID rotation
829 * Tests: remove check for an empty chunk produced on destruction
830 * Fix: metadata stream is not marked as quiescent after packet commit
831 * Create stream files relative to a stream's current trace chunk
832 * Cleanup: remove duplicated code in snapshot record command
833 * Fix: run_as_mkdirat returns value of errno
834 * Fix: double close of directory fd in runas worker
835 * relayd: add the sessiond_trace_chunk_registry interface
836 * Move index initialization to ctf-index.h
837 * Export utils_stream_file_path outside of common/utils.c
838 * Add file creation/unlinking utils to directory handle
839 * relayd: send sessiond uuid and session id as part of create session
840 * Transmit sessiond uuid to consumerd on launch
841 * Add lttng_uuid_copy() util
842 * Add lttng_uuid_is_nil() util
843 * Add lttng_uuid_is_equal util to lttng_uuid
844 * Add a consumer daemon INIT command
845 * Generate a UUID on lttng-sessiond launch
846 * Remove unneeded creation of the UST domain sub-directory
847 * .gitignore: ignore ccls and clangd files
848 * Create an initial trace chunk on first start of an ltt_session
849 * Allow direct access to the dirfd of a directory handle
850 * Create a consumer daemon trace chunk registry on launch
851 * Add the trace chunk and trace chunk registry interfaces
852 * Add a time_to_iso8601_str() utility
853 * Add a method to create a directory handle relative to another one
854 * Maintain a channel-per-session_id hash table in the consumers
855 * Document lttng_directory_handle_init_from_dirfd
856 * Allow lttng_directory_handle to be moved
857 * Add a copy method to lttng_directory_handle
858 * Remove unused bitfield.h header
859 * Tests build fix: undefined MAGIC_VALUE macro
860 * Build fix: undeclared variable in poll compat
861 * Fix: error when listing sessions with no session
862 * Update base test for binding
863 * Fix: python binding: expose domain buffer type
864 * Clean-up: correct typo from epoll to poll
865 * Clean code base from redundant verification
866 * Change lttng_poll_wait behaviour of compat-poll to match compat-epoll
867 * Fix: hang in thread_rotation when using compat-poll
868 * Adapt poll layer behaviour to match the epoll layer
869 * Change LTTNG_POLL_GETNB behaviour for poll flavor
870 * Add Unit test to poll compatibility layer
871 * Fix: lttng_poll_mod calls compat_(e)poll_add
872 * Fix: getenv can return null
873 * Bump LTTNG_UST_ABI to 8.0
874 * Fix: directory handle credentials parameter is not const
875 * doc: Add reference to USDT probes
876 * Clean-up: Remove double buffer initialisation
877 * Fix: getgrnam is not MT-Safe, use getgrnam_r
878 * Fix: logging: log_add_time() save/restore errno
879 * Fix relayd: initialize beacon to -1ULL
880 * Fix: relayd: handling of lttng_read errors >= 0
881 * Harmonize pprint macro across projects
882 * Update the ac_define_dir macro from the autoconf archive
883 * Harmonize rw_prog_cxx_works macro across projects
884 * Namespace check_sdt_works custom macro
885 * Update macros from the autoconf archive
886 * Fix: relayd not spawned on default-url live session creation
887 * Clean-up: remove empty line in lttng create command
888 * Add mkdirat utils and runas wrappers
889 * Clean-up: remove commented code from test
890 * Fix tests: NULL pointer dereference in ltt_session unit tests
891 * Fix tests: NULL pointer dereference in ust channel unit tests
892 * Fix tests: NULL pointer dereference in ltt_ust_context unit tests
893 * Fix tests: NULL pointer dereference in ltt_session unit tests
894 * Log the wait-shm's path on shm_open failure
895 * Generate session name and default output on sessiond's end
896 * Move completed trace archive chunks to an "archives" sub-folder
897 * Fix: lttng_rotate_session does not handle socket close
898 * Fix: hide internal libcommon time utilities
899 * lttng: make the configuration file interface const correct
900 * Fix: command reply message is leaked for variable-len replies
901 * Fix: skip test when ust doesn't have perf support
902 * Tests: check for lttng-modules presence
903 * Fix: Properly sanitize input parameter
904 * Fix tests: link libpause_consumer on liblttng-ctl
905 * tap-driver.sh: flush stdout after each test result
906 * Fix tests: snapshot size validation failure runs too many test cases
907 * Fix tests: the tree origin can be a symlink itself
908 * Fix tests: skip test_getcpu_override on single core systems
909 * Enforce DL_LIBS value instead of hard coded -ldl
910 * Fix: Add POPT_CFLAGS to lttng_CFLAGS
911 * Fix: consumer snapshot: handle unsigned long overflow
912 * Clean-up: hide internal kernel_consumer_add_channel() symbol
913 * Fix: no-output sessions do not enforce snapshot constraints
914 * Fix: wrong error code returned by kernel_snapshot_record()
915 * Clarify incorrect channel output type logging message
916 * Mark lttng_kconsumer_snapshot_channel as static
917 * Docs: clarify the meaning of the snapshot_mode flag in ltt_session
918 * lttng: clean-up the printout of snapshot outputs
919 * lttng: clean-up printout of session output destination
920 * Docs: document the format of the lttng_session path member
921 * Docs: lttng-ctl has no default live timer period
922 * Fix: missing include can cause structures to not be packed
923 * Fix: check illegal combinations of ctrl-url/data-url/ouput/set-url
924 * Fix: lttng_uri structure must be packed as it is used for IPC
925 * Fix: missing mentions of tracing session rotation in basic help
926 * Fix: release reference to ltt_session on error instead of free()
927 * Fix relayd: session leaked on communication error during creation
928 * Prevent channel buffer allocation larger than memory
929 * Fix: destroy called twice on quit pipe
930 * Use uuid_to_str() when formatting metadata
931 * Add an internal uuid formatting utility
932 * Remove duplicate check for dlopen
933 * Tests: take multiple snapshots in streaming mode
934 * Fix: don't destroy the sockets if the snapshot was successful
935 * Fix: run-as thread deadlock on itself in restart error path
936 * Fix: session list lock must be held on session put operation
937 * Support minute and hour as time suffixes
938 * Test fix: passing bool argument to va_start is undefined
939 * Fix: missing rcu read locking in trigger "unregister all" command
940 * Fix: create_kernel_session asserts on failure
941 * Fix: only free trace_path when it is dynamically allocated
942 * Fix: wrong error check on kernel session creation
943 * Fix: don't put() thread on shutdown failure
944 * Fix: dereference on NULL pointer on allocation failure
945 * Fix: leak of filter bytecode and expression on agent event re-enable
946 * Test fix: python logging test spams its output
947 * Fix: leak of lttng-consumerd global HTs in run-as worker
948 * Fix: leak of sessiond configuration on launch of run-as worker
949 * Fix: leak of rundir config string
950 * Fix: only synchronize application configuration on tracing start
951 * Fix: run_command_wait() handle partial write
952 * Fix: do not repurpose iterator while it is being used
953 * Fix: handle_notification_thread_command: handle partial read
954 * Fix: notification thread: free session trigger list on error
955 * Fix: notification thread: RCU-safe reclaim of hash table nodes
956 * Fix: error logged on partial recvmsg() in MSG_DONTWAIT
957 * Print UTF-8 SI suffix only when allowed by the locale
958 * Cleanup: duplicate LDADD of libcommon for utils unit tests
959 * Move time utils to their own time.c file
960 * Fix: sessiond: don't allocate buffers and files for inactive sessions
961 * Cleanup: ust start/stop trace
962 * Fix: relayd: rotation pending off-by-one
963 * Fix: tests: test_crash should start sessions
964 * Fix: missing session reference release on kernel poll update
965 * Fix: set client socket permissions after launch of client thread
966 * Fix: use assignment-suppression for unused sscanf arguments
967 * Fix: report initialization error of app registration thread
968 * Fix: report initialization error of client thread
969 * Cleanup: consumer socket creation debug msg always prints fd:-1
970 * Cleanup: remove unused label
971 * Fix: may be used uninitialized warnings
972 * userspace-probe: tests: add testcase for unsupported instrumentation
973 * userspace-probe: Print error on binary not found
974 * userspace-probe: Print error for unsupported instrumentation mode
975 * Fix: use sys/types.h for ssize_t on Cygwin
976 * Add *.exe to gitignore for Cygwin
977 * Revert stubbing of runas functions
978 * Revert stubbing of unix socket functions
979 * Fix: warning 'fd' may be used uninitialized
980 * Fix: worker structure is leaked in run_as process
981 * Fix: ensure the ht clean pipe is empty before processing quit pipe
982 * Perform the clean-up of application notify sockets in main thread
983 * Clean-up: remove redundant exit labels from sessiond initialization
984 * Make the launch of the application registration thread blocking
985 * Stop the application registration thread before orphaned threads
986 * Rename ust-thread to notify-apps
987 * Teardown the notification thread after the sessiond clean-up
988 * Launch the consumer management thread using lttng_thread
989 * Stop sessions before destroying on teardown of session daemon
990 * Remove the sessiond "ready" counter mechanism
991 * Load session configurations from lttng-sessiond's main thread
992 * Launch the kernel management thread using lttng_thread
993 * Launch agent management thread using lttng_thread
994 * Mark lttng_pipe as const where possible
995 * Launch the application notification thread using lttng_thread
996 * Launch the application management thread with lttng_thread
997 * Launch application registration thread using lttng_thread
998 * Launch the ust registration dispatch thread using lttng_thread
999 * Launch the client management thread using lttng_thread
1000 * Launch the timer thread using lttng_thread
1001 * Launch the rotation thread using lttng_thread
1002 * Fix: flush the rotation thread's job queue on exit
1003 * Stop rotation pending check timer from the rotation thread
1004 * Launch the notification thread using lttng_thread
1005 * Launch the health management thread using lttng_thread
1006 * Launch the ht-cleanup thread using lttng_thread util
1007 * Add a thread utility class and thread list
1008 * Don't perform an implicit rotation on session stop
1009 * Wait for the destruction of sessions before tearing down main thread
1010 * Fix: rotation_unavailable returned on failure to read time
1011 * Fix: mark rotation pending check timer is never marked as disabled
1012 * Acquire a reference to a session when a timer is active
1013 * Reference count ltt_session objects
1014 * Fix: typo 'occured' -> 'occurred'
1015 * Fix: typo 'retrive' -> 'retrieve'
1016 * Fix: typo 'convet' -> 'convert'
1017 * Fix: typo 'leat' -> 'least'
1018 * Fix: max_t/min_t macros are missing cast on input
1019 * Fix: Connect timeout arithmetic in inet/inet6 (v4)
1020 * Fix: cmd_snapshot_record can return unexpected error codes
1021 * Docs: document why a negative socket may be passed
1022 * lttng-enable-event.1.txt: fix SDT acronym, add missing "are supported"
1023 * lttng-enable-rotation.1.txt: --timer option should be fairly precise
1024 * doc/man: remove AUTHORS section
1025 * lttng-enable-event.1.txt: uprobe: update style and content
1026 * doc/man: add links between man pages about session rotation
1027 * lttng-enable-event.1.txt: document dynamic user space probes
1028 * lttng-{enable,disable}-rotation.1.txt: both types can be specified
1029 * lttng-disable-rotation.1.txt: remove LIMITATIONS section
1030 * lttng-enable-rotation.1.txt: add that SIZE/PERIOD are approximations
1031 * lttng-rotate.1.txt: lttng-relayd(8) also has --output option
1032 * Fix: sessiond: ust_app_rotate_session error handling
1033 * Fix: sessiond: snapshot: handle consumer return codes
1034 * Fix: consumer: snapshot error return code
1035 * Fix: sessiond: consumer.c: rotation error handling
1036 * Fix: consumer: rotation error return codes
1037 * Fix: create_channel_per_pid: remove channel on error
1038 * Fix: channel errors on local stress-tests
1039 * Fix: channel_ust_create: remove channel on agent error
1040 * Fix: cmd_rotate_session() returns unexpected error codes
1041 * Fix: session rotation logging statement references snapshot
1042 * Clean-up: typo in logging message Totation -> Rotation
1043 * Fix: rotation error may leave session in "ONGOING" state
1044 * Fix: session_list lock must be held to launch a rotation
1045 * Add an ASSERT_LOCKED(lock) macro
1046 * Clean-up: move global sessiond symbols out of main.o
1047 * Fix: split index and data file rotation logic
1048 * Fix: trace_archive_id is not sent in add_stream command
1049 * Fix: condition unsubscription error leaves session locked
1050 * Fix: rotation thread does not unregister from RCU on init error
1051 * Remove unused nr_stream_rotate_pending from consumer channel
1052 * Fix: session destruction blocks indefinitely if rotation is ongoing
1053 * Clean-up: remove non-existent function's declaration
1054 * Always choose large event header for UST channels
1055 * Fix relayd: stream index file created in the wrong directory
1056 * relayd: add payload logging to session rotation commands
1057 * relayd: rename stream prev_seq to prev_data_seq
1058 * Fix: take index seq number into account for rotation pending check
1059 * Fix: take index sequence number into account for data pending check
1060 * relayd: keep track of prev_index_seq in relayd_stream
1061 * Fix: session conditions not evaluated at subscription/registration
1062 * Remove unnecessary check of output parameter
1063 * Allow get_next_notification to return when interrupted
1064 * Fix: register rotation thread as RCU thread
1065 * Docs: comment typo fix (accomodates -> accommodates)
1066 * Fix: uninitialized variable may be used in local rotation check
1067 * Rename sessiond-timer.[hc] to timer.[hc]
1068 * Fix: rotation may never complete in per-PID buffering mode
1069 * Fix: perform local data pending before checking data pending with relayd
1070 * Fix: missing header breaks the cygwin build
1071 * Fix: double put on error path
1072 * Fix: holding the stream lock does not equate to having data pending
1073 * Fix: skip uid registry when metadata key is 0
1074 * Docs: document the meaning of a ust app channel key set to 0
1075 * Fix: acquire stream lock during kernel metadata snapshot
1076 * Fix: skip closed session on viewer listing
1077 * Fix: use LTTNG_VIEWER_ATTACH_UNK to report a closed session
1078 * Doc: withinin -> within
1079 * Fix: cleanup relayd sockets on rotation command communication error
1080 * Fix: perform relayd socket pair cleanup on control socket error
1081 * Fix: relayd control socket mutex is not destroyed
1082 * Tests: do not bound test app iterations when in background mode
1083 * Tests: add missing rotation and autoload tests to check target
1084 * Tests: remove temporary folder
1085 * Tests: remove mi result files when done
1086 * Tests: Remove unused set +x
1087 * Tests: Kill relayd after sessiond to ensure a clean tear down
1088 * Tests: Remove unused variable
1089 * Tests: Use stop relayd from utils.sh
1090 * Tests: remove declaration already present in utils.sh
1091 * Tests: added test_autoload to noinst_SCRIPTS
1092 * Fix: Memory leak on run_as worker restart error path
1093 * Fix: non-zero return of open handled as error
1094 * Fix: global run_as worker lock released during restart
1095 * Fix: runas worker attempts to send invalid fd to master
1096 * Cleanup: remove superfluous empty line
1097 * Fix runas: don't attempt close negative fd
1098 * Fix: tests: missing frame pointer for callstack test on some compiler
1099 * Set version to 2.12.0-pre
1100 * Add release name and description to configure.ac
1101
1102 2018-08-31 lttng-tools 2.11.0-rc1 (National Trail Mix Day)
1103 * Missing kernel test files in dist target
1104 * elf: support dynamic symbol table lookup
1105 * Fix: leak of event attributes on copy failure
1106 * Test fix: check length of input string
1107 * Test cleanup: wrong indentation style in test_ust_data.c
1108 * Test fix: leak of exclusions on allocation error
1109 * Fix: runas check fd value before calling close()
1110 * Docs: multiple rotation schedules can be active
1111 * Docs: immadiate rotations can be performed with active schedules
1112 * Fix: ret variable is used instead of cmd_ret in disable-rotation
1113 * Cleanup: unused assignation on rotation error
1114 * Cleanup: unused assignation on rotation already pending
1115 * Fix: unchecked writer open element return value
1116 * Remove unused session current_archive_location accessor
1117 * Fix: incorrect error message on regenerate missing argument
1118 * Fix: incorrect error message on metadata missing argument
1119 * Fix: snapshot command mishandles missing arguments
1120 * Cleanup: improve readability of filter expression condition
1121 * Fix: potential use of NULL path in stat() use
1122 * Cleanup: unused assignment of curr_data_ptr in lttng_elf
1123 * Fix: uninitialized data/ret in runas offset commands
1124 * Fix: uninitialized fd value used in runas
1125 * Fix: report setegid()/seteuid() failure in runas
1126 * Fix: leak of binary path on location creation error
1127 * Fix: missing return value check in notification serialization
1128 * Fix: possible leak of path in _utils_expand_path
1129 * Fix: silent truncation in _utils_expand_path
1130 * Cleanup: unused assignment of ret_code in ROTATE_CHANNEL
1131 * Fix: passing null to closedir() on error
1132 * Fix: unchecked access to pids array
1133 * Fix: missing jump to error on allocation failure
1134 * Cleanup: unused assignation of ret value
1135 * Cleanup: unused assignation of ELF parsing error
1136 * Fix: leak of probe_locs on error
1137 * Fix: leak on agent event listing error
1138 * Fix: possible null dereference on communication error
1139 * Fix: returned pids may be uninitialized
1140 * Fix: invalid destruction of lookup_method
1141 * Fix: unused value in SDT probe description parsing
1142 * Fix: use of uninitialized variable in C++ userspace-probe testapp
1143 * Fix: use of uninitialized value in error path
1144 * Fix: leaking string by setting pointer to NULL before freeing it
1145 * Fix: passing negative param to dup(2) on error
1146 * Fix: use-after-free in UST test case
1147 * Fix: leak in error handling of userspace param parsing
1148 * Fix: Remove dead code in fd passing function
1149 * Cleanup: avoid duplicating userspace-probe desc twice
1150 * Fix: memory leak in userspace probe param parsing
1151 * Fix: missing error handling goto statement in runas
1152 * Fix: use-after-free on error of lttng_event creation and copy
1153 * Add function instrumentation type accessors to function location type
1154 * Docs fix: probe location description is erroneous
1155 * Fix: event leak during event load
1156 * Hide lttng_event_copy symbol
1157 * Docs: document new lttng_event methods
1158 * Fix: leak of lookup_method_name in uprobe load
1159 * Docs: distinction between function and tracepoint probe locations
1160 * Fix: abort on unknown location type in destructor
1161 * Clean-up: location lookup destroy can be type-agnostic
1162 * Fix: hide internal uprobe configuration symbols
1163 * Fix: event copy constructor frees original event on error
1164 * Fix: userspace probe accessors are not const-correct
1165 * Cleanup: use lttng_* string utility functions
1166 * Silence macro redefinition warnings on macOS
1167 * Fix: lttng-save command producing wrong XML fields
1168 * Error out if filter expression is attached to unsupported event types
1169 * Implement userspace-probe regression tests
1170 * Implement lttng-mi for userspace-probe
1171 * Implement lttng-save and lttng-load for userspace-probe
1172 * Implement lttng-list for userspace-probe
1173 * Add --userspace-probe kernel event type
1174 * Implement $PATH binary searching function for userspace-probe
1175 * Add userspace location in ltt_kernel_event structure
1176 * Implement userspace probe location extraction and registration
1177 * Implement 2-step registration of userspace probe events
1178 * Use lttng_event_{create, destroy} to manage lttng_event struct
1179 * Fix: remove unnecessary stderr output on expected behaviour
1180 * trace_ust_create_event() now returns an error code
1181 * trace_kernel_create_event() now returns an error code
1182 * run_as: add extract SDT probe offsets command
1183 * run_as: add extract ELF symbol offset command
1184 * run_as: adapt run_as implementation to support complex payloads
1185 * Add SDT userspace probe location
1186 * Add lttng_event copy constructor
1187 * Implement SDT probe description parsing function
1188 * Add lttng_userspace_probe_location copy constructor
1189 * Cleanup: move session saving of K(ret)probe and function tracing to dedicated functions
1190 * Implement ELF function offset extraction function
1191 * Add utils_expand_path_keep_symlink fonction
1192 * Fix: kernel adds creds on recv with SO_PASSCRED unix socket option
1193 * lttng-ctl: implement listing of userspace probe locations
1194 * Add invalid userspace probe location error
1195 * Fix: memory is not zeroed on first set_capacity
1196 * Add a util to create a buffer view from a raw buffer
1197 * Fix: dynamic buffer mishandles setting capacity to 0
1198 * lttng-ctl: send userspace probe location on enable_event
1199 * lttng-ctl: locate extended event attributes at reception
1200 * Add utils to send file descriptors to the sessiond
1201 * lttng-ctl: add accessors of userspace probe location to lttng_event
1202 * lttng-ctl: add userspace probe location interface
1203 * Add lttng_dynamic_buffer_get_capacity_left util
1204 * Add ALIGN_TO util to macros.h
1205 * lttng-ctl: add an lttng_event_extended distinct from communication structures
1206 * lttng-ctl: move lttng_event functions to a new file
1207 * Tests: possible NULL dereference in rotation notification test
1208 * Clean-up: remove dead code from rotation test
1209 * Fix: size of concrete class used in memcpy of base class
1210 * Tests: add a session rotation ongoing/completed notification test
1211 * Clean-up: remove useless check of event name
1212 * Fix: mix of lttng_error_code and cmd_error_code enums
1213 * Add notification session rotation hooks
1214 * Implement rotation command handlers in notification system
1215 * Fix: return 0 on successful location serialization
1216 * Fix: return size from location deserialization function
1217 * Add a trace archive location accessor to the session API
1218 * Fix: notification channel not released on error path
1219 * Implement rotation ongoing/completed commands
1220 * Fix: remove session_info from sessions_ht on destruction
1221 * Bind newly registered triggers to session or channel objects
1222 * Docs: clarify the contents of channel_infos_ht
1223 * Add a hashing function for session rotation conditions
1224 * Build a list of triggers applying to a given session on creation
1225 * Add a comment clarifying the ownership of triggers
1226 * Fix: use condition's type to compute its hash
1227 * Cleanup: enforce const-correctness in notification thread
1228 * Fix: add session_info object to sessions_ht
1229 * Add session rotation ongoing/completed notification commands
1230 * Add session rotation ongoing/completed conditions
1231 * Fix: use the correct condition type in logging statements
1232 * Add a by-address equality short-circuit to condition comparison
1233 * Fix: assume that conditions are valid before being compared
1234 * Cleanup: remove superfluous argument to consumed size create
1235 * Docs: prefer 'release' to 'free' in API documentation
1236 * Add trace archive location serialization/deserialization methods
1237 * Tests: add notap versions of start/stop tracing helpers
1238 * Tests: typo in notification test case description
1239 * Use the dynamic buffer to serialize notification objects
1240 * Fix: consumers don't honor protocol on rotate pending relay command
1241 * Fix: client_list_element leak on failure to evaluate a condition
1242 * Fix: possible NULL dereference in uri_parse_str_urls()
1243 * Typo fix in uri parsing error logging
1244 * Fix: unchecked return value of cds_lfht_destroy
1245 * Fix: clean-up sessiond condig structure on initialization error
1246 * Fix: unchecked return value in sessiond path configuration
1247 * Fix: path leak on formatting error
1248 * Fix: use of uninitialized 'nb_pipes_fd'
1249 * Clean-up: useless assert that unsigned value is >= 0
1250 * Test fix: size schedule leaked in a schedule API test case
1251 * Fix: unreported error on rotate timer stop failure
1252 * save/load: support session rotation schedule descriptors
1253 * mi: serialize relay rotation locations
1254 * Fix: use negative code for errors in enum
1255 * Add rotate-client to .gitignore
1256 * Docs: adapt the rotation client example to the API changes
1257 * Remove generic error reporting from the lttng client
1258 * Test: session rotation schedule API
1259 * rotation-api: introduce rotation schedule descriptors
1260 * rotation-api: pass session name explicitly
1261 * Set consumer's verbosity to the max level on --verbose-consumer
1262 * Fix: Tests: use -no-pie linker option only when available
1263 * Fix: check for removal of session's shm_path in destroy()
1264 * Document the contents of the shm_path fields of the ust session registry
1265 * Implement MI and save/load support for callstack contexts
1266 * Tests: Add callstack contexts tests
1267 * Add kernel and userspace callstack event context
1268 * Fix: missing context enum values in session xml schema
1269 * lttng-enable-event(1): update the Filter expression section
1270 * Filter: document ust app ctx limitation
1271 * Filter: add FILTER_OP_RETURN_S64 instruction
1272 * Filter: make bitwise and, or, xor higher prio than relational expressions
1273 * Filter: Update shifting tests
1274 * Add () for bitwise and comparator tests
1275 * Filter: Implement rshift, lshift, bit not operators
1276 * Filters: generate backward compatible "get field" and "get context" instructions
1277 * Filter: index array, sequences, implement bitwise binary operators
1278 * Implement support for brackets in filter expressions
1279 * Tests: add session auto-loading test cases
1280 * Replace deprecated readdir_r() with readdir()
1281 * Bash completion: ignore namespace for xmllint parsing
1282 * Use https in links to the lttng.org website
1283 * Log the session to which a ROTATE_PENDING command applies
1284 * Initialize relay_stream chunk_id to its session's current trace archive id
1285 * Pass the consumerd stream's trace archive id to the relayd
1286 * Fix: propagate archive id to the consumer daemon on stream creation
1287 * Typo in ust consumer log message (channek -> channel)
1288 * Use dynamic payload for the add stream realyd command
1289 * Dynamic payload for relayd create session command
1290 * Fix: backward relayd communication compatibility.
1291 * Add unused attribute to lttng_to_index_major param
1292 * Replace strncpy by lttng_strncpy in lttngctl session configuration API
1293 * Replace strncpy by lttng_strncpy in utils_stream_file_name()
1294 * Use dynamic buffer to build session configuration path
1295 * Replace strncpy by lttng_strncpy in session config
1296 * Silence strncpy warning emitted by GCC 8 in XSD path construction
1297 * Silence strncpy warning emitted by GCC 8 in lttng_strncpy()
1298 * Silence strncpy warning emitted by GCC 8 in ini parser
1299 * Fix: use signed variable for refcounting of consumer_relayd_sock_pair
1300 * Cleanup: sobjd is never used by reply_ust_register_channel()
1301 * Cleanup: chan is never used by save_agent_events()
1302 * Cleanup: open_memstream and close_memstream compat is never used
1303 * Remove unnecessary inclusions of version.h
1304 * Add multilib test files to .gitignore
1305 * Cleanup: ua_sess is never used create_ust_app_channel_context()
1306 * Cleanup: consumer_data is never used by update_kernel_stream()
1307 * Cleanup: app is never used by alloc_ust_app_session()
1308 * Cleanup: ust_session_id unused by buffer_reg_uid_consumer_channel_key
1309 * Cleanup: wpipe already contain kernel_tracer_fd
1310 * Cleanup: domain type is never used by send_consumer_relayd_socket()
1311 * Cleanup: uid and gid are never used by run_as_noworker()
1312 * Cleanup: sessiond_id is never used by relayd_create_session_2_*
1313 * Cleanup: sock is never used by ask_channel()
1314 * Cleanup: ctx is never used by monitor_timer()
1315 * Cleanup: signo is never used by metadata_switch_timer
1316 * Cleanup: channel is never used by metadata_cache_check_version()
1317 * Cleanup: relayd id is never used by write_relayd_metadata_id()
1318 * Cleanup: attr is not used by open_ust_stream_fd()
1319 * Cleanup: *_domain are never used by create_session
1320 * doc/man: update rotation man pages to follow API's terminology
1321 * Print consumerd32/64/kernel configuration
1322 * Test: change use of space for tabs in utils.sh
1323 * Tests: add duplicated providers tests
1324 * Tests: add function to validate the number of an event name in metadata
1325 * Tests: allow the use of regular expressions to match events
1326 * Fix: calling ht_{hash, match}_enum with wrong argument
1327 * Fix: probes should be compared strictly by events metadata
1328 * Test for lttng-logger
1329 * Test mi: rename sessiond load directory constant
1330 * mi: support "add-context --list"
1331 * Fix: test_ust-dl is generated at configure-time
1332 * Fix: cmd line options overwrite env variable config options
1333 * Fix: perform the initialization memory barrier out of loop body
1334 * Clean-up: explicit mb before decrementing lttng_sessiond_ready
1335 * Clean-up: use a define for support thread count
1336 * Port: fix format warnings on Cygwin
1337 * Add missing include for ssize_t on Cygwin
1338 * Fix: sessions with agent channels fail to load
1339 * Fix: don't wait for the load thread before serving client commands
1340 * Add test_utils_parse_time_suffix to .gitignore
1341 * Clean-up: kernel_consumer_add_stream() does not need to be public
1342 * Fix: sessiond fails to launch on --without-ust configuration
1343 * Fix: agent thread poll set creation failure results in deadlock
1344 * Fix: test uses sizeof() on the wrong operand of strncpy
1345 * Rename kernel_consumer_send_channel_stream()
1346 * Rename consumer_init_channel_comm_msg()
1347 * Cleanup: send_fds functions are not const-correct
1348 * Remove unused ltt_session look-up result
1349 * Clean-up: reduce indentation level of create_channel_per_uid()
1350 * Enforce locking assumptions during channel creation
1351 * Cleanup: misleading create_ust_app_session() name
1352 * Rename rotate_count to current_archive_id
1353 * Cleanup: name of send_sessiond_channel() is misleading
1354 * Print the git version used to build from a distribution tarball
1355 * Docs: lttng-version uses the intransitive form of "broke"
1356 * Fix: relayd streams can be leaked on connection error
1357 * Cleanup: fix typo in relayd comment
1358 * Fix: ret may be used uninitialized in sample_channel_positions()
1359 * Cleanup: ret is unused in relay_process_data_receive_header()
1360 * Fix build: in_git_repo is used before being set
1361 * Fix: partial writes of padding are not checked
1362 * Propagate whether a connection was closed cleanly or after an error
1363 * Fix: relayd protocol field present from minor 8 is not checked
1364 * Add DBG statement for TCP keep-alive options
1365 * Fix: relay_recv_metadata does not check for partial write
1366 * Use non-blocking recvmsg() for data/ctrl connections of lttng-relayd
1367 * Fix: unprivilieged sessiond agent port clashes with root sessiond
1368 * Fix: erroneous use of extern keyword
1369 * Fix: failure to launch agent thread is not reported
1370 * Fix: agent may not be ready on launch
1371 * Cleanup: misleading variable name
1372 * Fix: checking for existing session daemon is done after daemonizing
1373 * Fix: null pointer dereference in lttng_rotation_handle_destroy
1374 * sessiond: rename syscall.h so it does not conflict with system
1375 * Tests: Handle rotations happening on two separate days during testing
1376 * Tests: Clean trace_path after each subtest
1377 * Tests: Use for loop for identical validation
1378 * Tests: Count number of chunk using ls
1379 * Fix: quiet option is not set in sessiond-config
1380 * Fix: hold consumer socket lock for consumer_send_msg
1381 * Fix: use signed member to transport enum value
1382 * Fix: use off_t type for lseek function return value to avoid overflow
1383 * Extend the rotation API to provide network trace archive locations
1384 * Increase LTTNG_HOST_NAME_MAX from 64 to 255
1385 * Add lttng_trace_archive_location lttng-ctl API
1386 * Clarify notification channel info ht destruction error log
1387 * Fix: goto end after end label
1388 * Check return value of cds_lfht_destroy
1389 * Fix: destroy schedule attr
1390 * Tests: fix oot and dist for rotation tests
1391 * Tests: add rotation tests scripts to noinst_SCRIPTS and EXTRA_DIST
1392 * Tests: SESSION_NAME defined on each iteration of kernel rotation test
1393 * Tests: Reduce scope of TRACE_PATH to a function
1394 * Tests: PID_RELAYD is never used
1395 * Tests: use functions from utils.sh in rotation tests
1396 * Tests: consolidate session creation with a uri parameter in utils.sh
1397 * Tests: use modprobe to test for the presence of lttng-modules
1398 * Tests: missing license header in rotation utils
1399 * Tests: missing parenthesis in userspace rotation test
1400 * Tests: use enable_ust_lttng_channel_ok instead of a custom lttng invocation
1401 * Tests: remove TRACE_PATH at the end of the rotation test only
1402 * Tests: exit $out gets overridden by EXIT trap from tap/tap.sh
1403 * Tests: Use SIGTERM instead of SIGKILL
1404 * Add --post-script to tap-driver.sh
1405 * Tests: add rotation tests to the "check" target
1406 * Fix: fail on truncation of kernel channel path
1407 * Fix: fail on truncation of snapshot path
1408 * Dedicated error message when relay does not support rotations
1409 * Fix: add missing includes for embedded help
1410 * Document tracing session rotation features
1411 * Check for pending notification on notification channel activity
1412 * Clarify error logging statement of rotation thread
1413 * Fix: rotation state marked as completed before relayd has completed
1414 * Fix: cmd_rotate_set_schedule returns positive error codes
1415 * Fix: unchecked return value of domain_mkdir()
1416 * Add initial "no rotation" state to session rotation states
1417 * Fix: erroneous use of kernel consumer error codes
1418 * Fix: unhandled prev_seq initial value
1419 * Size-based rotation
1420 * Add lttng_notification_channel_has_pending_notification()
1421 * Fix: channel lock must be taken to check for pending notifications
1422 * Docs: typo in notification channel header
1423 * Fix: circular inclusion of lttng.h results in warning
1424 * Remove unneeded domain.h include
1425 * Docs: wrong enum value used in evaluation API description
1426 * Remove unneeded forward declaration in condition headers
1427 * Add the GMT offset in the rotated chunk path
1428 * Tests for the session rotation feature
1429 * Fix validate_trace_empty test check
1430 * Example client to use the session rotation API
1431 * Save, restore and list the rotation parameters
1432 * Session consumed size notification
1433 * Fix: previous channel total is not updated
1434 * Add likely/unlikely annotations on channel sample handling path
1435 * Separate session info from channel info in notification thread
1436 * Rotate timer
1437 * Simplify lock handling in enqueue_timer_rotate_job()
1438 * Use utils_parse_time_suffix in create and enable-channel command
1439 * Introduce utils_parse_time_suffix
1440 * Fix: use metadata key instead of fd for consumer rotation command
1441 * Fix: double similar condition
1442 * Fix: missing type definitions in mi-lttng-3.0.xsd
1443 * Fix: out of tree build fails on missing header
1444 * lttng rotate command
1445 * Relay rotate pending command
1446 * Rotate command
1447 * Sessiond timer thread
1448 * Fix: ret is uninitialized on standard path
1449 * Sessiond rotation thread
1450 * Consumer rotate a channel
1451 * Consumer perform the rotation when extracting a packet
1452 * Consumer rotate stream
1453 * Implement the RELAYD_ROTATE_PENDING relay daemon command
1454 * Implement the RELAYD_ROTATE_STREAM relay daemon command
1455 * Channel rotate pipe between sessiond and the consumers
1456 * Support to dump the kernel metadata cache from the beginning
1457 * Add ustctl_flush_buffer to the consumer API
1458 * Common consumer functions to read current positions
1459 * Dedicated function to wakeup the consumer metadata pipe
1460 * Keep read-only copies of fields from the channel to the stream
1461 * Cleanup: keep the number of pipes used by poll in a variable
1462 * Fix: kernel snapshot handling of EAGAIN
1463 * Command to rename a folder
1464 * Fix: create_output_path() relayd util is not const-correct
1465 * Fix: relayd send_command() util not logging on failure
1466 * Clean-up: relayd send_command() helper is not const-correct
1467 * Clean-up: remove unneeded cast
1468 * Create the session and domain directories on start
1469 * Command to make a directory on the consumer or relay
1470 * Use free running metadata channel key between sessiond and kernel consumer
1471 * Fix: leftover use of channel fd as identifier
1472 * Clean-up: use LTTNG_PATH_MAX rather than PATH_MAX
1473 * Keep the base directory of a relay session separate
1474 * Change trace_path to session_root_path and chunk_path
1475 * Make kernel tracer version global to the session daemon
1476 * Clean-up: typo fixes in notification thread comments
1477 * Bump minor notification protocol version
1478 * Clean-up: hash table utils are unnecessarily non-const
1479 * Fix: stream_per_chan_id_ht should allow duplicates
1480 * Fix: lttng logs nanoseconds
1481 * Fix: use a free running channel key between sessiond and kernel consumer
1482 * Tests: Fix: arm64 use sys_openat instead of sys_open
1483 * Fix: set errno with value from SO_ERROR on error.
1484 * Fix: missing value handling for lttng_event_context_type
1485 * Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
1486 * Fix: error out on leftover arguments
1487 * Load preemptirq lttng-modules probe
1488 * Fix: reply to version check even on protocol mismatch
1489 * Fix: error handling on relay version check
1490 * Document add-context limitation for started session
1491 * Fix: add-context cannot be performed after a session has been started
1492 * Fix: duplicated kernel consumer socket locking
1493 * Tests: Change syscall tests to use `gen-syscall-events` testapp
1494 * Tests: Add test app to generate syscalls
1495 * Tests: Move script synchronization functions to utils library
1496 * Fix: remove unused event types in MI XML schema
1497 * Updating lttng-ust-ctl header file
1498 * Tests: cleanly exit from test apps on reception of SIGTERM
1499 * Document consumer socket locking assumptions
1500 * Fix: consumer socket lock not held during snapshot record
1501 * Fix: set_relayd_for_snapshot does not acquire the consumer socket lock
1502 * Fix: send_channel_monitor_pipe does not take the consumer socket lock
1503 * Document the locking assumptions of consumerd-relayd socket passing
1504 * Assert that the consumer lock is held while sending FDs to consumerd
1505 * Assert that the consumer socket lock is taken during communication
1506 * Tests: refuse to run test suite if lttng processes are present
1507 * Fix: metadata channel leak when using the snapshot tracing mode
1508 * Fix: do not flag consumer as disabled on relayd comm failure
1509 * Fix: cleanup inactive FDs in the consumer polling thread
1510 * man: document dead-peer detection for lttng-relayd
1511 * lttng-relayd: use TCP keep-alive mechanism to detect dead-peer
1512 * Tests: add kernel notification tests to the root regression list
1513 * Docs: clarify which socket serves as the ust_app_ht_by_sock's key
1514 * Docs: refer to apps_notify_thread instead of 'the other thread'
1515 * Docs: describe the apps_thread's working in function header
1516 * Tests: race between consumer pause and trace start/stop
1517 * Clean-up: remove unneeded rcu_read_lock acquisition
1518 * Docs: document locking assumption of function
1519 * Fix: notification thread not notified of channel creation on app error
1520 * Clean-up: consumer_add_metadata_stream always returns 0
1521 * Fix: scope ownership of a stream for ust-consumer
1522 * Clean-up: reduce scope of dyanamically-allocated string
1523 * Fix: using putenv() and free()-ing the value is invalid
1524 * Clean-up: unnecessary duplicated call to exit()
1525 * Fix: unknown consumer type considered a libc error
1526 * Fix: consumerd(64/32)_lib_dir can be NULL
1527 * Fix: evaluate trigger condition on registration
1528 * Fix: nonsensical message printed by lttng track/untrack
1529 * Fix: O_CLOEXEC is erroneously used on pipe creation
1530 * Fix: wrong parameter to fcntl in pipe_set_flag
1531 * Fix: use lttng_clock_gettime instead of clock_gettime
1532 * Fix: close channel monitor pipe after killing the metadata_timer_thread
1533 * Fix: path of snapshots with a relay and default URI
1534 * Fix: use file based synchronization for python logging test
1535 * Test: add file based synchronization point for python test app
1536 * Fix: wrong use of the relay_streams_sent in snapshot
1537 * Fix: the return code of lttcomm_send_unix_sock is signed
1538 * Fix warning: src/bin/lttng/utils.c: cast incompatible pointer
1539 * Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
1540 * Fix: detect dlmopen() and disable corresponding tests if not available
1541 * Fix: Use tmpdir for intermediary files
1542 * Fix: include scripts for distribution
1543 * Fix: typo in lttng-consumerd file default
1544 * Fix: missing NULL checks in logging statements
1545 * Fix: kernel consumerd sock paths need rundir substitution
1546 * Test: kernel testing for notification
1547 * Fix: create lttng run dir regardless of user privilege
1548 * Fix: Make version.h generation work with dash
1549 * lttng-enable-event(1): filtering: specify that `$ctx.cpu_id` is available
1550 * centralize sessiond config option handling
1551 * Fix: buffer overflow warning in python bindings
1552 * Tests fix: BT2 does not output the metadata of a trace collection
1553 * Update version to 2.11.0-pre
1554 * Typo: occured -> occurred
1555 * Fix: ensure kernel context is in a list before trying to delete it
1556 * Harmonize return code conventions in context handling
1557 * Fix: uninitialized return value on error path
1558 * lttng enable-channel: disallow --overwrite and --blocking-timeout
1559 * lttng-enable-channel(1): reword --blocking-timeout, document in description
1560 * lttng enable-channel: --blocking-timeout opt.: use `inf` instead of -1
1561 * Cleanup: remove unused internal structure
1562 * Cleanup: remove unnecessary extern qualifier
1563 * Docs: document the trigger API
1564 * Docs: document the notification API
1565 * Docs: document the notification channel API
1566 * Docs: document the evaluation API
1567 * Docs: document the lttng_condition API
1568 * Docs: document the lttng_buffer_usage condition API
1569 * Docs: document the lttng_action_notify action type
1570 * Docs: document the lttng_action API
1571 * Fix: ambiguous ownership of kernel context by multiple channels
1572 * lttng-enable-channel(1): move --output description to maintain A-Z ordering
1573 * lttng-enable-channel(1): document --monitor-timer
1574 * Prettify channel listing
1575 * Use pipe instead of eventfd() for notification command queue
1576 * Cleanup: useless reset of ret to zero
1577 * Fix: ret is never used on error_open code path
1578 * Fix: use error code path instead of break when errors happen before execl
1579 * Cleanup: ignore useless check of execl() return value
1580 * Fix: wrong variable assignment on error
1581 * Cleanup: remove dead increment of pointer
1582 * Fix: missing error handling in use of print_tabs()
1583 * Cleanup: functions shall have a single exit point
1584 * Cleanup: remove dead assignment
1585 * Cleanup: remove dead assignment
1586 * Cleanup: remove dead assignment
1587 * Cleanup: remove dead assignment
1588 * Cleanup: remove dead assignment
1589 * Cleanup: remove dead assignment
1590 * Cleanup: remove dead assignment
1591 * Cleanup: remove dead assignment
1592 * Cleanup: remove dead assignment
1593 * Cleanup: dead assignment
1594 * Fix: ret is used instead or err to set an error code
1595 * Cleanup: remove dead assignment
1596 * Cleanup: remove dead assignment
1597 * Fix: report error using fd instead of ret
1598 * lttng-enable-channel(1): reword and fix style of --blocking-timeout description
1599 * Fix: doc/man: use a single XSL file and match local names
1600 * Tests: rework select_poll_epoll test to improve verbosity on failure
1601 * Only print relevant session statistics on stop
1602 * Fix: NULL passed to memcpy in error path
1603 * Only print relevant session statistics in channel listing
1604 * Uniformize the printing of units in session listing
1605 * Fix: lost packet accounting always lost on snapshot
1606 * Fix: report error on session listing
1607 * Tests: don't assume a 4K page size in test_notification
1608 * Fix live-comm: merge TCP socket write-write sequence in a single write
1609 * Docs: move notification thread documentation to header
1610 * Docs: grammar fix in comment
1611 * Fix: evaluate condition/trigger on subscription
1612 * Test: Trigger conditions is evaluated on subscription
1613 * save/load: add blocking_timeout attribute to channel
1614 * Introduce monitor_timer_interval to session configuration schema
1615 * Test: Reduce scope of variables used in multi app notification test
1616 * Hide internal buffer-view symbols
1617 * Hide internal session configuration symbols
1618 * Hide internal dynamic-buffer symbols
1619 * Hide internal string-utils symbols
1620 * Typo: occured -> occurred
1621 * Fix: join consumer timer thread
1622 * Cleanup: use CMM accessors for consumer_quit variable
1623 * Fix: test_utils_expand_path passes NULL to sprintf
1624 * Fix: reject triggers if they depend on an unavailable feature
1625 * Fix: check lttng-modules ABI version for RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS support
1626 * Fix: Send remove channel to notification thread only when necessary
1627 * Fix: notification test: resources leak and return handling
1628 * Fix: parse monitor timer parameter as an unsigned 64-bit integer
1629 * Introduce "--blocking-timeout" channel parameter
1630 * Fix: lttng list of channels should return errors
1631 * Fix: discard event/lost packet counters
1632 * Fix: test: proper redirection of stderr to stdout
1633 * Docs: notification comment refers to a structure by its former name
1634 * Fix: missing errno.h include in time.h compat header
1635 * Cleanup: remove stale file from .gitignore
1636 * Disable binaries on platforms where they are not supported
1637 * Cleanup: add silent rules support for docs
1638 * Cleanup: popt library detection
1639 * Cleanup: remove duplicated pthread detection code
1640 * Cleanup: remove unused m4/libxml.m4
1641 * Cleanup: bison and flex detection
1642 * Cleanup: merge two instances of AC_CHECK_FUNCS
1643 * Cleanup: lttng-ust library detection
1644 * Cleanup: kmod library detection
1645 * Cleanup: dlmopen detection
1646 * Cleanup: uuid library detection
1647 * Fix: Don't override user variables within the build system
1648 * Fix: registry can be null on lookup
1649 * Test: Replace test relying on pselect6(2) man page ambiguity
1650 * Tests: channel subbuffers must be larger or equal to PAGE_SIZE
1651 * Tests: regression testing for notification API
1652 * Tests: add consumer testpoint to pause data consumption
1653 * Fix: explicitly send client credentials during handshake
1654 * Test: utils: introduce LTTNG_SESSIOND_ENV_VARS
1655 * Test: utils.sh: use getconf to start either 32 or 64 consumerd
1656 * Optimization: remove unnecessary buffer resizes on partial recvs
1657 * Docs: improve the documentation of the dynamic buffer interface
1658 * Add comment to round_to_power_of_2()
1659 * Clean-up: simplify the implementation of dynamic buffer set_capacity
1660 * Fix: space left in buffer may be uninitilized on capacity increase
1661 * Assert that dynamic buffer size <= capacity
1662 * Clean-up: improve readability of dynamic buffer append condition
1663 * Fix: inbound buffer may be set too short on partial command reception
1664 * Clean-up: fix misleading code alignment
1665 * Clean-up: remove useless comment
1666 * Fix: return LTTNG_ERR_INVALID_TRIGGER on validation failure
1667 * Fix: missing includes in buffer-usage.h
1668 * Unit tests for notification api
1669 * Run unit tests before regression tests
1670 * Fix: semaphore semantics are expected from notification command eventfd
1671 * relay: use urcu_ref_get_unless_zero
1672 * Fix: use "flush empty" ioctl for snapshots
1673 * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command
1674 * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
1675 * Fix: lttng-sessiond: cpu hotplug stream number mismatch
1676 * Tests: use SIGKILL to shutdown daemons in test_thread_exit and test_tp_fail
1677 * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH
1678 * Revert "Fix: futex can be free'd while used by waker thread"
1679 * Fix: thread exit vs futex wait/wakeup race
1680 * Fix: use lttng_waiter instead of futex in notification thread
1681 * Add lttng_waiter utils
1682 * Fix: pthread_join on thread start error
1683 * Fix: missing check on notification thread join
1684 * Fix: status_loc argument of waitpid() is used on error
1685 * Fix: leak of deserialized trigger sent from client
1686 * Clean-up: missing static qualifier on internal function
1687 * Fix: duplicate values used in lttng_evaluation_status enum
1688 * Fix: missing header inclusions in buffer-usage.h
1689 * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28
1690 * Fix: skip empty revents in notificationthread
1691 * Clean-up: warning caused by unused label
1692 * Fix: futex can be free'd while used by waker thread
1693 * Fix: missing header causes build failure with --disable-epoll
1694 * Fix: return NULL pointer on memory allocation failure
1695 * Clean-up: unused variable warning in poll compat
1696 * doc: how to trace consumerd with valgrind
1697 * Cleanup: initialize kernel ioctl ABI structures to 0
1698 * Cleanup: initialize data to 0
1699 * Fix: consumer data lock deadlock caused by monitor timer
1700 * Fix: assert() on null index_file in lttng_index_file_write()
1701 * Fix: fail on relayd lookup when finding a relayd is expected
1702 * Clean-up: use lttng_read() wrapper instead of read()
1703 * Fix: NULL pointer dereference in lttng_condition_serialize
1704 * Fix: Exclusion check iterates multiple times on same array
1705 * Fix: return of free'd string on error in strutils_split()
1706 * Fix: free of uninitialized value on error path
1707 * Silence bogus Coverity warning of uninitialized value
1708 * Silence bogus Coverity warning of uninitialized value
1709 * Silence bogus Coverity warning of uninitialized value
1710 * Silence bogus Coverity warning of uninitialized value
1711 * Fix: dereference before null check of channel attributes
1712 * Fix: memory leak of client_list_element
1713 * Fix: unchecked lttng_dynamic_buffer_set_size return value
1714 * Add 2.10 release beer name and description
1715 * Build: missing includes for ssize_t definition on Cygwin
1716 * Fix: consumer-timer.c includes ust-ctl.h even --without-lttng-ust
1717 * Fix: missing header in Makefile breaks the dist build
1718 * Tests fix: tracefile-size tests assume PAGE_SIZE subbuffers
1719 * Fix: use of uninitialized channel attributes in client
1720 * Clean-up: only declare help_msg in embedded help case
1721 * Fix: use of session_name instead of channel_name in condition hash
1722 * Fix: lttng-live: send HUP reply when per-PID streams are gone
1723 * Test: use output_path instead of argument position
1724 * Bump default kernel, and UST per-uid/per-pid buffer size
1725 * Fix: syscall_table_nb_entry invalid value when no syscalls TPs are defined
1726 * Add string-utils to dist subdirs in libcommon
1727 * Tests fix: initialize kernel extended channel attributes
1728 * Tests fix: initialize UST extended channel attributes
1729 * lttng-enable-event(1): document globbing patterns in event names and filters
1730 * Tests: add globbing pattern tests to test_java_log4j
1731 * Tests: add globbing pattern tests to test_java_jul
1732 * Tests: add globbing pattern tests to test_python_logging
1733 * Tests: add globbing pattern tests to test_valid_filter
1734 * Tests: add globbing pattern tests to test_invalid_filter
1735 * Tests: add globbing pattern tests to test_event_wildcard
1736 * Tests: add globbing pattern tests to test_exclusion
1737 * Tests: utils: add gen-ust-nevents-str util
1738 * Tests: add string-utils library unit tests
1739 * Add support for "full" star globbing patterns in event names and filters
1740 * Add string-utils convenience library
1741 * doc: lttng-destroy(1): document --no-wait option
1742 * doc: lttng-stop(1): replace tabs with spaces
1743 * doc/man: add typical `$` and `#` prompts to command lines
1744 * bin/lttng: remove double "help" command and sort list
1745 * lttng help: use command's --help directly
1746 * Add --enable-embedded-help option to embed --help messages in binaries
1747 * Expose monitor timer interval to lttngctl and client
1748 * Tests: add placeholder symbol to allow unit tests to link
1749 * Implement consumer ring buffer position sampling
1750 * Add new snapshot ustctl API
1751 * Add kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
1752 * Handle trigger registration and unregistration in sessiond
1753 * Start notification subsystem thread in sessiond initialization
1754 * Clean-up: fix comment type in lttng-consumerd.c
1755 * Add the sessiond notification-handling subsystem
1756 * Clean-up: comment fix in agent_thread_manage_registration
1757 * Add client notification API
1758 * Add utils_get_count_order_u64 to utils
1759 * Implement poll mask modification support in poll wrappers
1760 * Add the container_of() macro to macro.h
1761 * Add pipe_release utils to the pipe wrapper
1762 * Add named pipe support to the pipe wrapper
1763 * Add non_block version of functions to UNIX socket wrapper
1764 * Add lttng_buffer_view util
1765 * Add lttng_dynamic_buffer util
1766 * Clean-up: fix typo in sessiond main.c comment
1767 * Docs: fix comment describing ust_cmd_queue
1768 * Port: Link with no-undefined on Windows
1769 * Port: win32 DLLs don't support hidden symbols
1770 * Port: add cygwin support to endian compat
1771 * Fix: Remove unused headers
1772 * Fix: tests: register thread for RCU operations.
1773 * Fix: Lazily initialize max poll set size in poll compat
1774 * Fix: null dereference on error path for create_ctx_type
1775 * Fix: test_ust_data dereference of null pointer
1776 * x is never reused, no need to shift it
1777 * Fix: test_kernel_data dereference of null pointer
1778 * Man: move [SESSION] before options
1779 * Fix: consumerd: add missing put_subbuf for ust and kernel errors
1780 * Fix: sessiond: only send streams to consumer once
1781 * Fix: consumerd main: needs to be a registered RCU thread
1782 * Fix: thread_dispatch_ust_registration needs to be a RCU thread
1783 * Fix: don't abort metadata push on closed metadata
1784 * lttng-tools: remove bogus interpreter line from utils shell library
1785 * Fix: consumerd: order of metadata cache vs stream lock
1786 * Fix: add missing rcu_barrier before daemon teardown
1787 * Fix: Add missing pthread.h include
1788 * Fix: support for older versions of Babeltrace in test script
1789 * Fix: reverse channel and metadata cache lock nesting order
1790 * Fix: only lock the metadata_cache in userspace consumers
1791 * Fix: lock nesting order reversed
1792 * Fix: lttng-relayd: forcefully close stream on relayd shutdown
1793 * Fix: protect the channel's metadata stream using the metadata cache lock
1794 * Fix: double unlock of metadata mutex on error
1795 * Fix: free previous instance of url (alloc_url) on default live url assignation
1796 * Fix: add element length check in lttng_index_file_open
1797 * Assert that index_file does not exist before setting a new one
1798 * Fix: relayd vs consumerd compatibility
1799 * tests: Implement tests for lttng-ust LTTNG_UST_BLOCKING_RETRY_TIMEOUT
1800 * lttng-add-context(1): add missing man: prefix
1801 * lttng-add-context(1): fix style
1802 * lttng-snapshot(1): fix style
1803 * lttng-metadata(1): fix style
1804 * doc/man: put short option's argument too
1805 * Remove `metadata` command from various help resources
1806 * List the `regenerate` command in various help resources
1807 * lttng-load(1): fix synopsis and style
1808 * Fix: truncate the metadata file in shm-path
1809 * Load: add message indication that a name override was carried out
1810 * Load: expose overrides elements in mi
1811 * Fix: assign values to path, ctrl and data uris during configuration load
1812 * Load: test that name override does not have side effects
1813 * Docs: remove invalid short option -U and move option descriptions
1814 * Fix: add missing refcount of loaded modules
1815 * Fix: only unload successfully loaded kernel modules
1816 * Fix: test cases now rely on explicit workloads
1817 * m4/pprint.m4: update with correct quoting
1818 * configure.ac: move warning to end of output for the end user
1819 * doc/man: only require asciidoc-attrs.conf when building the man pages
1820 * Test fix: increase test count in plan of test_perf_raw
1821 * Create a dedicated test suite for Perf
1822 * Tests: accommodate stricter mktemp implementations in tests
1823 * Add version info to lttng-relayd help
1824 * Fix: stop sessiond threads on health thread error
1825 * Fix: stop lttng-relayd threads on health thread error
1826 * Fix: report an error if unix socket address is too long
1827 * Remove unmaintained TODO file
1828 * Remove outdated comment about run_as open being broken
1829 * Remove run-as compat wrapper from internal code
1830 * Fix: save: leak of configuration file fd
1831 * Update master version to 2.10.0-pre
1832 * Fix: warn when a loaded session can't be set as the default
1833 * Warning fix: forward declare struct lttng_ust_calibrate
1834 * lttng-enable-channel(1): remove redundant --discard from synopsis
1835 * test: load --override-name
1836 * load: introduce --override-name
1837 * man: lttng-load fix up
1838 * Docs: grammar fix in load.h
1839 * lttng_ctl: add session_name to load override
1840 * Fix: test presence of override_attr before accessing its member
1841 * load: objects returned by getters do not need to be freed
1842 * Remove lttng_load_session_attr_get_override_path_url
1843 * Docs: change order of set functions in load.h to match get
1844 * Remove calibrate documentation
1845 * Remove calibrate from liblttng-ctl
1846 * Remove calibrate from lttng-sessiond
1847 * Remove calibrate from Python bindings
1848 * Remove calibrate from Bash completion script
1849 * Remove calibrate tests in Python bindings
1850 * Remove calibrate command from lttng CLI
1851 * Build fix: remove load-42-stream.lttng from dist target
1852 * Test: load --override-url
1853 * Add --override-url option to load command
1854 * Apply the overrides attributes during configuration load
1855 * Clean-up: remove copy-pasted comment from save.c
1856 * lttng-ctl: add override helper to load api
1857 * Rename override to overwrite for config_load_session
1858 * Fix: report truncation on snprintf
1859 * Fix: check for a session daemon before running load command
1860 * Fix: ignore SIGPIPE
1861 * Use lttng api for the load command
1862 * Fix: use ssize_type for the return value of uri_parse_str_urls
1863 * Docs: grammar fixes in load.h
1864 * Fix: wrong api comments for load.h
1865 * Fix: do not overwrite ret if already set and session found
1866 * lttng-sessiond: auto-load lttng-probe-i2c module
1867 * Bump lttng-modules ABI minor version
1868 * Fix: handle backward compatibility with lttng-modules 2.7
1869 * Clean-up: remove unnecessary autoconf variable substitution
1870 * Fix: honor negative (unlimited) app socket timeout
1871 * Build: Replace use of deprecated AM_PATH_XML2
1872 * Test fix: set app and network socket timeouts to unlimited
1873 * Test fix: test_fork can hang while waiting for child pids
1874 * Test fix: test_daemon can hang while waiting for child pids
1875 * Test fix: redirect python test subprocess output to /dev/null
1876 * Build fix: macOS Sierra provides clock_gettime
1877 * Fix: time redefinition warnings on macOS builds
1878 * Clean-up: remove unused variable user
1879 * Cleanup: Remove fun from code base
1880 * Fix: remove in-place backup suffix argument provided to sed
1881 * Fix: pass a valid length to accept() on unix domain sockets
1882 * Log signals received by run_as worker
1883 * Missing word in worker_sighandler() comment
1884 * Clean-up snapshot command error reporting
1885 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
1886 * Use -M parameter instead of --manpath when invoking man(1)
1887 * OOT Build fix: reference the source directory's Python test app
1888 * Fix: pass NULL to config_load_session instead of an empty string
1889 * Tests: don't copy test_python_logging explicitly
1890 * OOT build fix: Missing include of src directory
1891 * Accomodate BSD sed in version.h generation
1892 * Port: Detect platforms where librt is required
1893 * Port: Add OSX clock_gettime compat
1894 * Port: Add OSX support to socket compat
1895 * Port: Add OSX support to poll compat
1896 * Port: Add OSX support to fcntl compat
1897 * Port: Add OSX compat to sessiond-comm/unix.c
1898 * Port: Add OSX endian.h compat
1899 * Port: Add OSX libuuid compat
1900 * Fix: zero-initialize fd_set
1901 * Clean-up: missing cast to fd_set*
1902 * Fix: usage of FD_SET on fd_set > 1024 results in corruption
1903 * Fix: erroneous usage of addr parameter in mmap()
1904 * Clean-up: remove useless assignment
1905 * Fix: missing unmap in test error handling
1906 * Tests: unchecked pthread_join return value
1907 * Clean-up: remove negative check against unsigned value
1908 * Fix: unchecked init_pipe return value
1909 * Tests: Unchecked pthread_create return value
1910 * Clean-up: remove useless assignment
1911 * Tests: Add tracepoints to libbar, libfoo and libzzz
1912 * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
1913 * Test the parsing of perf raw context
1914 * Enable perf PMU counters by raw ID
1915 * Run userspace perf tests on non-x86 platforms
1916 * Tests: adjust ust-dl planned test count
1917 * Test library load/unload events
1918 * Add missing ust_app_regenerate_statedump_all stub
1919 * Clean-up: remove unused ust_app_regenerate_metadata_all
1920 * Add regenerate command to MI schema
1921 * Manpage for the regenerate statedump command
1922 * Tests for the regenerate statedump command
1923 * Allow regenerating the statedump of a running session
1924 * Kernel ioctl to regenerate the statedump
1925 * UST command to regenerate the statedump
1926 * Rename the "metadata regenerate" command to "regenerate metadata"
1927 * Typo fix: uninitializez ->uninitialized
1928 * Fix: handle negative (unlimited) system stack size limits
1929 * Tests: adjust type declaration test count
1930 * Fix: protocol mismatch between UST and tools
1931 * ust-ctl: use fixed-size integer rather than enum
1932 * Test UST's autoincrementing enumeration values
1933 * Add support for UST's autoincrementing enum entries
1934 * Tests: eliminate process timeouts from Python tests
1935 * Fix: English syntax errors in 'lttng status'
1936 * Test for select, poll and epoll syscall overrides
1937 * Tests: tap.sh spams tests' output when no plan is set
1938 * Fix: Set thread stack size to ulimit soft value
1939 * Fix: location of various standard headers
1940 * Fix: missing include ctype.h for isdigit()
1941 * Fix: strerror_r behavior is glibc specific
1942 * Fix: error.h -> common/error.h
1943 * Fix: snapshot del-output with name on musl
1944 * Fix: sessiond ht_match_event() check if filter is NULL
1945 * configure.ac: fix --enable/disable-kmod option
1946 * Tests: spawn ht_cleanup thread in unit tests
1947 * Lazily initialize max poll set size
1948 * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push"
1949 * tests: test ust snapshot with discard buffers
1950 * tests: test kernel snapshot with discard buffers
1951 * Allow channel mode override in snapshot sessions
1952 * Fix: validate number of subbuffers after tweaking properties
1953 * Use bool type for save command options
1954 * Clean-up: harmonize popt option declarations in save.c
1955 * Clean-up: move mi_writer declaration with other declarations
1956 * Add name omission and output omission on save to lttng-ctl
1957 * Express overwrite attribute as a byte in communication protocol
1958 * Assert that a valid clean-up pipe exists on ht_cleanup_push
1959 * Fix: do not refer to objects as .o
1960 * Fix: do not link against libtool .o objects
1961 * Fix: Define MANPATH in config.h
1962 * Tests: Make warn_processes.sh more portable
1963 * Fix: add missing script to dist
1964 * Fix: leak of UST app hash tables
1965 * Fix: leak of reply buffer on data pending check
1966 * Fix: call xmlCleanupParser to free global libxml2 allocations
1967 * Fix: missing "void" parameter of lib constructor and destructor
1968 * Docs: fix comment typos in lttng-sessiond's main.c
1969 * Fix: lttng-relayd allow binding of privileged ports for non-root users
1970 * relayd: optimize receive throughput
1971 * Clean-up: harmonize kernctl API error checking
1972 * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros
1973 * Fix: enforce assumption that lttng-modules ioctl() return <= 0
1974 * Fix: reduce scope of kconsumer consumed_pos and produced_pos
1975 * Docs: document safety of consumer_thread_is_ready access
1976 * Clean-up: unused ret values in thread_manage_health
1977 * Clean-up: remove dead code in sessiond's set_option()
1978 * Fix: set the logger level to prevent unexpected level inheritance
1979 * Typo: Stoping -> Stopping
1980 * Typo: occured -> occurred
1981 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
1982 * Make lttng_consumer_sync_trace_file static
1983 * Fix: don't negate posix_fadvise return value to check error
1984 * Fix Solaris 10 build: use lttng_strnlen() wrapper
1985 * Rename lttng_error_type to lttng_error_level
1986 * Cleanup error.h __lttng_print() used for message printing
1987 * Update coding style document for macro style
1988 * Fix: coding style document has erroneous semicolon at end of macro
1989 * Fix: add missing semicolons after MSG, DBG, ERR print macros
1990 * Tests: inverted condition in test_kernel_data
1991 * OOT build fix: asciidoc.conf is now a source file
1992 * lttng-create(1): use attributes for default ports
1993 * lttng-create(1): add xrefs to creation mode definitions
1994 * lttng-create(1): use the correct DATAPORT/CTRLPORT variables
1995 * lttng-create(1): use def list for net protocols
1996 * lttng-create(1): add relay mode
1997 * doc/man: put AsciiDoc attributes in their own file
1998 * test: UST tracing destroy flush behavior with tracefile rotation
1999 * test: kernel tracing destroy flush behavior with tracefile rotation
2000 * Add environment variable to allow abort on error
2001 * Fix: ust-consumer: flush empty packets on snapshot channel
2002 * Fix: WARN() should print as WARN level, not ERR
2003 * Fix: error.h: add missing parenthesis around macro parameter
2004 * Fix: bogus mask on error.h PRINT types
2005 * Fix: kernel tracing: flush after stop
2006 * Fix: UST should not generate packet at destroy after stop
2007 * Tests: remove flaky '*' kernel wildcard test
2008 * Fix: bad file descriptors on close after rotation error
2009 * Fix: configure.ac: allow --disable-python-bindings
2010 * Fix: merge tap tests stdout and stderr
2011 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
2012 * Fix: Double free in utils_partial_realpath error path
2013 * Fix: remove logically dead code in send_channel_uid_to_ust
2014 * Fix: unchecked return value in low throughput test
2015 * Tests: abort() exclusion test on allocation failure
2016 * Fix: unchecked posix_fadvise() return value
2017 * Fix: unchecked return value in relayd live.c
2018 * Fix: unchecked return value in trace_clock_read64_monotonic
2019 * Clean-up: remove unnecessary blank line
2020 * Fix: initialize the cur_event variable before using it
2021 * Fix: Dereference after NULL check in consumer
2022 * Tests: abort test on memory allocation failure
2023 * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
2024 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
2025 * Clean-up verbosity incrementation in set_option
2026 * Fix: Deference after null check in sessiond set_option
2027 * Docs: clarify comment in parse_pid_string()
2028 * Fix: Wrong sizeof argument in pid tracker
2029 * Fix: tests: incorrect uri index
2030 * Fix: Integer overflowed argument
2031 * Fix: macro compares unsigned to 0 (no effect)
2032 * Fix: Free variable before strdup() in process_event_node
2033 * Fix: Free variables before strdup()
2034 * Fix: Add missing free() in spawn_viewer
2035 * Fix: Add missing free() in utils_partial_realpath
2036 * Fix: Use distinct variables for ret and discarded_events
2037 * Fix: Don't try to show manpage when argv is null
2038 * Fix: Use secure_getenv() in get_man_bin_path
2039 * Fix: illegal memory access in test_create_ust_event_exclusion
2040 * Fix: illegal memory access in test_create_ust_event
2041 * Fix: illegal memory access in test_create_kernel_event
2042 * Fix: illegal memory access in test_create_ust_channel
2043 * Fix: illegal memory access in send_viewer_streams
2044 * Simplify rcu locking in viewer_list_sessions
2045 * Fix: illegal memory access in viewer_list_sessions
2046 * Fix: illegal memory access in relayd_add_stream
2047 * Fix: illegal memory access in relayd_create_session_2_4
2048 * Fix: illegal memory access in session_create
2049 * Fix: illegal memory access in consumer_set_subdir
2050 * Fix: illegal memory access in syscall_init_table
2051 * Fix: illegal memory access in write_pidfile
2052 * Fix: illegal memory access in list_lttng_channels
2053 * Fix: illegal memory access in cmd_snapshot_record
2054 * Fix: illegal memory access in output_init
2055 * Fix: illegal memory access in consumer_set_network_uri
2056 * Fix: illegal memory access in cmd_snapshot_list_outputs
2057 * Fix: illegal memory access in list_events
2058 * Fix: illegal memory access in disable_event
2059 * Fix: illegal memory access in enable_event
2060 * Fix: illegal memory access in add_uri_to_consumer
2061 * Fix: illegal memory access in init_ust_event_from_agent_event
2062 * Simplify free() of channel attribute
2063 * Fix: illegal memory access in _cmd_enable_event
2064 * Implement lttng_strncpy safe string copy
2065 * Add missing symbol to preserve ABI compatibility of liblttng-ctl
2066 * Fix: loading a session prints an error message but the load is successful
2067 * Snapshot warning if there are no events in one of the domains
2068 * Clarify kernel version check error messages
2069 * Tests: same event name with different descriptor on load
2070 * Fix: load event state (enabled/disabled) correctly
2071 * Fix: Error reported if no domain is provided for start/stop
2072 * Handle unknown domain in MI
2073 * Handle unknown domain on session start
2074 * Fix: loading of live session within userspace domains
2075 * Test: expose session url bug on load with multiple domains
2076 * OOT build fix: asciidoc.conf is now generated at configure
2077 * Snapshot: record: use same datetime for snapshot folder output
2078 * Refactor: move the snapshot type check into output type check
2079 * ust-metadata.c: nest/indent enumeration entries
2080 * lttng.c: show basic help when no arguments are provided
2081 * Define command short descriptions in configure.ac
2082 * lttng-relayd(8): $HOME -> $LTTNG_HOME
2083 * doc/man: use propagated default values in man pages
2084 * Propagate default values from configure.ac to asciidoc.conf
2085 * Define default values in configure.ac
2086 * lttng-load(1): use lists to explain the input path behaviour
2087 * lttng-sessiond(8): fix load directories and behaviour
2088 * lttng-load(1): specify default search order
2089 * doc/man: use configured directories in man pages
2090 * doc/man/asciidoc.conf: add doctype-manpage conditions
2091 * doc/man: linklttng macro -> man macro
2092 * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages
2093 * doc/man/Makefile.am: fix top comment
2094 * configure.ac: fix --enable-man-pages help string
2095 * Fix: standardize parser/lexer building
2096 * Fix: standardize man pages building/installing
2097 * configure.ac: check for an existing liburcu-cds symbol
2098 * configure.ac: use macro for wrong liburcu error message
2099 * Hide parse_application_context utility function
2100 * Re-add deprecated MI symbols to preserve ABI compatibility
2101 * Hide new MI symbols introduced as part of 2.8
2102 * Re-add default size symbols which were erroneously exposed
2103 * Hide config symbols introduced in 2.8
2104 * Hide internal _lttng_destroy_session symbol
2105 * Hide bytecode symbol iterator API symbols
2106 * Tests: wording of trace_matches is misleading
2107 * Test lttng-modules clock override plugin
2108 * Warning fix: uninitialized variable may be used
2109 * Tests: Replace prove by autotools tap runner
2110 * Drop installcheck target
2111 * Fix: distcheck requires that we clean version.h
2112 * Fix: configure: forbid Python bindings if shared libraries are disabled
2113 * Fix: tests: don't match command line arguments, match static build binary names
2114 * Fix: tests: skip tests on static build
2115 * Fix: tests: don't build dynamic lib tests if support disabled
2116 * bootstrap: Standardize on autoreconf -vi
2117 * Move unix.h wrapper from sessiond-comm to common
2118 * Fix: update tests following renaming of UST statedump event
2119 * Typo: catched -> caught
2120 * Add comment describing ioctl number duplication
2121 * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT
2122 * Docs: Remove unnecessary exclamation mark
2123 * Docs: fix wording of dependency
2124 * Docs: fix "daemon" typo in README.md
2125 * Fix: Use get_domain_str on add context
2126 * Warning fix: possible use of uninitialized variable
2127 * doc/man: add FILES section
2128 * Test: xsd validation of long path (length > 255)
2129 * Fix: xsd: urls and paths are not of type name_type but string
2130 * Refactor: embed mi in "add_output "to remove code duplication
2131 * Refactor: embed mi in "del_record" to remove code duplication
2132 * Refactor: embed mi in "record" to remove code duplication
2133 * Refactor: embed mi in "list_output" to remove code duplication
2134 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
2135 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
2136 * Fix: d_type validity is not guaranteed on all nfs versions
2137 * Fix: doc/man: lttng-add-context(1): add missing option macro
2138 * doc/man: common-footer.txt: add CI link
2139 * doc/man: common-footer.txt: add GH organization link
2140 * doc/man: lttng(1): clarify UST domain and add links to languages
2141 * doc/man: add escwc macro and use it
2142 * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section
2143 * doc/man: use linkgenoptions macro
2144 * doc/man: add linkgenoptions AsciiDoc macro
2145 * .gitignore: ignore all generated files in doc/man
2146 * doc/man: fix external links
2147 * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl
2148 * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
2149 * doc/man: xsl: add <URL> after ulink text
2150 * doc/man: xsl: add (internal) link template
2151 * doc/man: lttng-enable-channel(1): move limitations to own section
2152 * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8)
2153 * doc/man: add nloption and genoption AsciiDoc macros
2154 * doc/man: add [role="term"] to terminal callouts
2155 * Clean-up shm directory tree after freeing the channel
2156 * Fix: Build man pages if --enable-build-man-pages is used
2157 * Fix: convey enum value signedness into metadata
2158 * doc/man: add notes about shell escaping
2159 * Fix: doc/man/Makefile.am for OOT builds
2160 * Generate man pages by default
2161 * Update version to 2.9.0-pre
2162 * Bump minor kernel tracer ABI version
2163 * Quote brewery names in release codename description
2164 * Fix: metadata regenerate, error if too many args
2165 * Fix: add missing sys/types.h header
2166 * Fix: build failure when __GLIBC_PREREQ is missing
2167 * configure.ac: beautify report
2168 * Update version codename and description to 2.8.0 - Isseki Nicho
2169 * doc/man: lttng.1.txt: sort commands in categories
2170 * Data pending message is printed when unnecessary
2171 * README.md: add CI/Coverity status badges
2172 * README.md: add lttng-crash in package contents
2173 * Show lttng-metadata man page in command's --help
2174 * Add an lttng-metadata man page
2175 * Remove untrack reference from snapshot man page
2176 * README.md: add optional dependency on man
2177 * doc/man: install lttng-health-check.3
2178 * lttng-relayd: show man page with --help and remove usage
2179 * doc/man: convert lttng-relayd(8) to AsciiDoc
2180 * lttng-crash.c: show man page with --help and remove usage
2181 * doc/man: convert lttng-crash(1) to AsciiDoc
2182 * lttng-sessiond: show man page with --help and remove usage
2183 * doc/man: convert lttng-sessiond(8) to AsciiDoc
2184 * README.md: bolden all dependencies and versions
2185 * README.md: add asciidoc and xmlto build dependencies
2186 * lttng.c: sort commands to get a nice list output
2187 * doc/man: add README.md
2188 * lttng: add `help` command
2189 * lttng.c: show man page with --help and remove usage
2190 * lttng.c: CMD_UNDEFINED is used for invalid args too
2191 * lttng: remove usage strings from commands
2192 * lttng: show man page when using command's --help
2193 * lttng add-context: add --list option
2194 * doc/man: remove lttng.1 (built from lttng.1.txt)
2195 * doc/man: create lttng-disable-event(1) and update/fix content
2196 * doc/man: create lttng-enable-event(1) and update/fix content
2197 * doc/man: create lttng-snapshot(1) and update/fix content
2198 * doc/man: create lttng-help(1) and update/fix content
2199 * doc/man: create lttng-status(1) and update/fix content
2200 * doc/man: create lttng-untrack(1) and update/fix content
2201 * doc/man: create lttng-track(1) and update/fix content
2202 * doc/man: create lttng-calibrate(1) and update/fix content
2203 * doc/man: create lttng-list(1) and update/fix content
2204 * doc/man: create lttng-add-context(1) and update/fix content
2205 * doc/man: create lttng-disable-channel(1) and update/fix content
2206 * doc/man: create lttng-enable-channel(1) and update/fix content
2207 * doc/man: create lttng-view(1) and update/fix content
2208 * doc/man: create lttng-version(1) and update/fix content
2209 * doc/man: create lttng-stop(1) and update/fix content
2210 * doc/man: create lttng-start(1) and update/fix content
2211 * doc/man: create lttng-load(1) and update/fix content
2212 * doc/man: create lttng-save(1) and update/fix content
2213 * doc/man: create lttng-set-session(1) and update/fix content
2214 * doc/man: create lttng-destroy(1) and update/fix content
2215 * doc/man: create lttng-create(1) and update/fix content
2216 * doc/man: add common OPTIONS head for command man pages
2217 * doc/man: add Makefile.am for generating man pages
2218 * .gitignore: ignore generated man page artifacts
2219 * doc/man: add XSL files for man pages
2220 * doc/man: add asciidoc.conf
2221 * configure.ac: check for asciidoc and xmlto
2222 * doc/man: lttng(1): update and standardize content
2223 * doc/man: convert lttng(1) to AsciiDoc
2224 * Add builtin modules support to kmod modprobe
2225 * Add comments to kmod functions
2226 * Add libkmod rmmod support
2227 * Move libkmod ifdef to beginning of file
2228 * Drop optional control modules load and unload
2229 * Fix: live test header endianness
2230 * Document the live detach command
2231 * Test the viewer detach command
2232 * Use of bare attribute directives instead of LTTNG_PACKED
2233 * Live: command to detach a viewer session
2234 * Contexts for RT debugging
2235 * Optional test for the metadata regeneration
2236 * Add MI output to the metadata regenerate command
2237 * Tests for metadata regenerate
2238 * Add TAGS files to .gitignore
2239 * Fix: systematic overwrite of union values on add context
2240 * Mismatching signature of ust_metadata_session_statedump() stub
2241 * Fix: Initialize events discarded and packet lost counters to zero
2242 * Assert on unknown UST buffer type
2243 * Command metadata regenerate
2244 * Store the relay protocol version in the consumer_output
2245 * Store the version of the tracer in the UID registry
2246 * Store the instance id and packet_seq_num in indexes
2247 * kernctl commands to extract the stream instance id
2248 * Account the lost packets in snapshot mode
2249 * Test: Add the lttng-runas worker process to the sessiond pids
2250 * Limit the scope of IFS overwriting
2251 * Do not overwrite IFS globally but only locally
2252 * Display discarded and lost events at destroy and stop
2253 * Fix: tests: use SIGSTOP for crash extraction test
2254 * Test fix: ignore stderr at every step of randstring
2255 * Fix: session_find_by_id can return NULL legitimately
2256 * Fix: mark ltt_sessions_ht_destroy as static
2257 * Docs: Missing locking assumptions in function headers
2258 * Test fix: ignore stderr when generating random string
2259 * Fix: hold session list lock during delete_ust_app
2260 * Test: prevent the spawning of a daemonized sessiond
2261 * Missing void in function signature
2262 * CLI: Show filter expression associated to a syscall
2263 * Fix: missing dereference when computing extended info position
2264 * Fix: Only save kernel enablers in session configuration
2265 * Fix: Only list kernel enablers when listing events
2266 * Fix: syscalls hash table leaks when listing kernel events
2267 * Initialize command header to zero
2268 * Rename filter string to filter expression in liblttng-ctl
2269 * Fix: use of unsigned variable to check for negative return
2270 * Clean-up: remove unreachable goto
2271 * Fix: missing static inline breaks --without-lttng-ust build
2272 * lttng enable-channel memsets lttng_channel to -1
2273 * Change padding type from array to fixed-width integer
2274 * Clean-up: missing space between cast operator and operand
2275 * Ensure UST channel output mode is LTTNG_UST_MMAP
2276 * Extract the lost packets and discarded events counters
2277 * Send extended channel payload to client
2278 * Add channel discarded events and lost packets stats accessors
2279 * Add extended info to liblttng-ctl's struct lttng_channel
2280 * Reuse constant string instead of duplicate literal
2281 * Clean-up: simplify computation of string position
2282 * Optimization: lttng UI uses sprintf instead of strcpy
2283 * Fix: OOT build fails because of missing include path
2284 * Tests: Consider lttng mi namespace in test_load
2285 * MI: Remove boolean "exclusion" element
2286 * MI: add <exclusions> (event exclusion names)
2287 * CLI: show event exclusion names
2288 * Add new LTTNG_ERR_OVERFLOW error code
2289 * Add lttng_event_get_exclusion_name*() to liblttng-ctl
2290 * Tests: Consider lttng mi namespace in test_mi
2291 * MI: Implement event context schema change
2292 * MI: Add application context type to schema
2293 * MI: add schemaVersion attribute to command schema
2294 * MI: set machine interface XSD target namespace
2295 * Add schema information to XML MI output
2296 * Fix: libxml2 may return 0 because of buffering
2297 * Bump LTTng MI schema to 3.0
2298 * MI: add <filter_expression> (event filter expression)
2299 * Transfer UST exclusion names from sessiond to client
2300 * Fix: return negative error code in list_lttng_ust_global_events()
2301 * CLI: show agent event filter string
2302 * CLI: show event filter string
2303 * Add lttng_event_get_filter_string() to liblttng-ctl
2304 * Transfer filter strings from sessiond to client
2305 * Refactor setup_lttng_msg() to include cmd header
2306 * Add offset comments to struct lttng_event
2307 * Add command header to sessiond->client response msg
2308 * Add internal extended channel structure
2309 * Metadata for instance_id and packet_seq_num
2310 * Add a HT to lookup sessions by id
2311 * Explicitly stop the session on lttng destroy
2312 * Fix: per-pid ust buffers flush race with application unregister
2313 * Fix warning when building Python bindings
2314 * Add CONTRIBUTING.md
2315 * Revert "Python bindings: remove duplicate structure definitions"
2316 * Docs: clarify cross-version tracer compatibility
2317 * Cleanup: Remove unnecessary newline
2318 * Fix: Use ipv6 loopback adress in test_uri
2319 * Python bindings: remove duplicate structure definitions
2320 * Fix: test: handle env variables undefined
2321 * Fix: report already enabled event error to client
2322 * Docs: add comment to cmd_add_context()
2323 * Fix: application context leak when enabling context
2324 * Fix: string leak when processing of client message fails
2325 * Fix: missing return code initialization on error
2326 * Fix: unchecked return value in _lttng_variant_statedump()
2327 * Fix: Possible use-after-free in create_ctx_type()
2328 * Fix: filter tests now accept "." in identifiers
2329 * Fix: Don't notify agent of non-app context addition
2330 * Create agent on channel creation
2331 * Introduce application contexts to session configuration schema
2332 * Fix typos in error descriptions
2333 * Enable agent application contexts if filter has such dependencies
2334 * Compare provider and context names in trace_ust_match_context
2335 * Allow $app.provider:ctxname in filter, enum, variant identifiers
2336 * Add variant type support to ust registry and metadata
2337 * Notify java agent of enabled application contexts
2338 * Add app context support to lttng client
2339 * Enforce const-correctness in UNIX socket wrappers
2340 * Remove superflous domain check in context_ust_add
2341 * Remove superflous domain check in add_uctx_to_channel
2342 * Use lttng_domain_type enum instead of bare integer
2343 * Add application context support to lttng-ctl lttng_add_context
2344 * Cleanup comments in lttng-ctl.c
2345 * Tests fix: source utils.sh before using conf_proc_count
2346 * Tests: use configured processor count in getcpu override tests
2347 * Tests: use configured processor count in snapshot tests
2348 * Tests: Introduce conf_proc_count()
2349 * Tests: print a more precise test description in snapshot tests
2350 * clock offset: print negative value in metadata for lttng-ust metadata
2351 * Fix: handle negative clock offset for lttng-ust metadata
2352 * Fix: test: append to LD_LIBRARY_PATH
2353 * Fix: test: use load_path instead of $1
2354 * Bump lttng-ust protocol version to 6.1
2355 * Add CTF enum type support for UST registry
2356 * Cleanup __lttng_print macro indentation
2357 * Fix: do not print error and bug messages when quiet (-q) is present
2358 * Fix: test_ust-dl requires bash
2359 * Fix: test script requires bash
2360 * Fix: missing $ in SED variable
2361 * Tests: fix make targets using objcopy
2362 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
2363 * tests/unit: fix object files' location
2364 * configure.ac: fix static build
2365 * Tests: fix tracefile count when page_size is > 4k
2366 * configure.ac: use $withval with AC_ARG_WITH
2367 * Fix: close indexes when rotating the trace files in mmap mode
2368 * Fix: close indexes when rotating the trace files in splice mode
2369 * Clarify error message on "add context" failure
2370 * Fix: Don't spam session daemon logs on invalid UST context
2371 * Tests: getcpu_override: use event delay when launching with wrapper
2372 * Tests: getcpu: no events shall be emitted at the same timestamp
2373 * Tests: Switch test apps to use usleep_safe()
2374 * Tests: Add a test utils library
2375 * Fix: redefinition of _GNU_SOURCE
2376 * Tests: only call usleep if the test in configured to wait
2377 * Test: add UST dl helper test
2378 * Test: add UST baddr statedump test
2379 * lttng: add status command
2380 * lttng: factor out declaration of commands
2381 * make check: add warning when LTTng processes are running
2382 * Missing cpu id kernel context in the kernel tracer ABI
2383 * Use --without-lttng-ust in error message
2384 * Use --with/--without for lttng-ust support
2385 * Only compare "bison -y" to the basename of YACC variable
2386 * Tests: Add debug output to getcpu_override
2387 * Tests: Change description of clock-override test
2388 * Add event exclusion test for identical names
2389 * Warn when exclusion names are truncated
2390 * Truncate exclusion names to have a terminal '\0'
2391 * Ignore exclusion names order when matching events
2392 * sessiond-comm.h: fix whitespaces
2393 * Disallow duplicate event exclusion names
2394 * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2395 * Fix: lay out names in exclusion structure correctly
2396 * Fix: Check for NULL hash tables on relay daemon teardown
2397 * Fix: Verify directory's existence before calling mkdir
2398 * Clean-up: declare variables at beginning of scope
2399 * Load x86-exceptions lttng-modules probe
2400 * Load x86-irq-vectors lttng-modules probe
2401 * Agent: Make the agent protocol consistently network endian
2402 * Clean-up: Remove unused variables from default.c
2403 * Fix: Unchecked NULL string in logging statement
2404 * Fix: include the filter expression in agent events' primary key
2405 * Add the filter expression to the enable_event agent protocol message
2406 * Add some IDE project files to the gitignore
2407 * Fix live timer calculation error
2408 * Don't initialize defaults in library constructor
2409 * Initialize lttng_ht_seed on hashtable creation
2410 * Cleanup: Missing space after cast operator
2411 * Build: Switch from tar v7 to posix archive format
2412 * Fix: Retry poll on interruption
2413 * Port: Explicitly allocate realpath() resolved buffer
2414 * Select which binaries/extras to build at configure time
2415 * Move libconsumer under common/consumer/
2416 * Fix: There is more tests than the plan
2417 * Remove dead check from configure.ac
2418 * Fix: Silence warning by casting *sin_addr to *sockaddr
2419 * Port: fix 'ERR' conflict with Solaris regset.h
2420 * Relay protocol: check string lengths
2421 * Fix: Silence warning of function having no return value
2422 * Fix: Silence warnings when using uid_t and pid_t with printf
2423 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
2424 * Port: Add Solaris compat to sessiond-comm/unix.c
2425 * Port: Add Solaris compat for netdb
2426 * Fix: Silence warning formating pid_t as int
2427 * Port: Add Solaris dirent compat
2428 * Port: Add Solaris paths compat
2429 * Rename config.h to session-config.h
2430 * Port: Remove _GNU_SOURCE, defined in config.h
2431 * Port: cleanup and portability fix to configure.ac
2432 * Port: Don't use SIGUNUSED which is not defined on Solaris
2433 * Port: Implement prctl wrapper
2434 * Port: Replace flock with fnctl
2435 * Port: make bootstrap script work on most shells
2436 * Port: removed unused clone() compat
2437 * Port: Add macro for socket linking on solaris
2438 * Port: Add Solaris support to mman compat
2439 * Port: Replace dirent->d_type by stat
2440 * Add missing include for memset()
2441 * Port: Add Solaris support to socket compat
2442 * Port: name clash on Solaris, rename sun to s_un
2443 * Port: move memset of anc_buf inside ifdef
2444 * Port: Add Solaris fls compat
2445 * Port: Add Solaris string compat
2446 * Port: Use LTTNG_PATH_MAX instead of PATH_MAX
2447 * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2448 * Port: Use LTTNG_NAME_MAX instead of NAME_MAX
2449 * Port: Add Solaris support to socket compat
2450 * Port: Add Solaris support to poll compat
2451 * Port: Add Solaris support to fcntl compat
2452 * Port: Add Solaris endian.h compat
2453 * Fix: Use 'echo' in a portable way
2454 * Fix: Use result of AC_PROG_* when using sed / grep
2455 * Cleanup: Remove commented-out constant
2456 * Fix: use start and stop sessiond from utils.sh
2457 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
2458 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
2459 * Add logging to the run_as worker
2460 * Fix: Handle EINTR of waipid in run-as worker
2461 * Fix: Handle EINTR of waitpid when spawning a session daemon
2462 * Fix: tests: support systems where PAGE_SIZE is not 4096
2463 * Test: jul/log4j: use -a instead of '*' to disable all events
2464 * Reword warning on event disable
2465 * Clean-up: Remove unused test launchers
2466 * Help: add -j -l -p option to help string
2467 * man: update disable-event section
2468 * Use empty event name on disable -a for ust and agent domain
2469 * Fix: disable kernel event based on name and event type
2470 * Tests: Clean-up test-crash on SIGTERM and SIGINT
2471 * Fix: Possible dereference of null pointers
2472 * Fix: Break out of loop when searching for a domain's agent
2473 * Fix: int printed as uint
2474 * Fix: add subdir-objects to Makefile.am
2475 * Fix: tests: skip UST perf tests if not root
2476 * Fix: Check use_clone() instead of worker in run_as
2477 * Fix: Perform rcu barrier before tearing down the run-as worker
2478 * Fix: Handle hang-up gracefully in run-as
2479 * Fix: Only log app handle release on failure
2480 * Fix: shm-path: handling of snprintf return value
2481 * Fix: Wrong format specifier used in debug statement
2482 * Tests: Swap usages of pidof for pgrep --full
2483 * Tests: indefinitely wait for shm buffers to be unlinked
2484 * Fix: Hide run-as functions
2485 * Fix: Hide sessiond-comm functions
2486 * Cleanup: remove duplicated implementation of rculfhash
2487 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
2488 * Fix: libc internal mutex races with run_as
2489 * Fix: Hide readwrite symbols in common lib
2490 * Fix: Hide pipe symbols in common lib
2491 * Fix: Hide daemonize symbols in common lib
2492 * Fix: Hide RCU hashtable wrapper symbols
2493 * Clean-up: NULL free'd pointers in utils_partial_realpath
2494 * Fix: prevent dangling pointer in utils_partial_realpath
2495 * Fix: rcu_read_unlock without parentheses has no side-effect
2496 * Fix: add missing test file to EXTRA_DIST
2497 * Format utils.sh messages
2498 * Tests: use functions from utils.sh
2499 * Report error if any disable action fails
2500 * Fix: disable all ust events
2501 * Bring back event_ust_disable_all_tracepoints
2502 * Fix: sessiond: disable: match app event by name
2503 * lttng-crash: support symlink
2504 * Test: lttng-crash and ust shm path
2505 * Fix: dereferencing null index pointer
2506 * Fix: leaking memory from strdup in lttng-crash
2507 * Fix: memleak in utils_partial_realpath
2508 * Fix: double free on enable-event
2509 * Remove dead code from filter grammar test
2510 * Remove dead code from ir generation filter visitor
2511 * Remove dead code from session daemon
2512 * Remove dead code from view command
2513 * Remove dead code from disable-channel command
2514 * Remove dead code from disable-event command
2515 * Fix: error on no/multiple domain options
2516 * Fix: lttng-crash: segfault when parsing options
2517 * Remove dead code from the calibrate command
2518 * Remove dead code from add-context command
2519 * Print relayd stream indexes
2520 * Enhance relayd error reporting
2521 * Fix: relayd: handle consumerd crashes without leak
2522 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
2523 * Fix: double RCU unlock on event_agent_disable_all
2524 * Fix: unbalanced RCU read-side lock in enable event command
2525 * Add rcu_read_ongoing() assertions around process_client_msg
2526 * Clean-up and simplify event_agent_disable_all
2527 * Document locking assumption of agent_find_event()
2528 * Fix: disable agent events by name
2529 * sessiond: add loglevels_match()
2530 * Fix: include loglevel type in agent event's primary key
2531 * Fix: include loglevel type in UST event's primary key
2532 * sessiond: use `loglevel_value` and `loglevel_type` names
2533 * Tests: kernel wildcards
2534 * Tests: fix wildcard test path
2535 * doc: document untrack command in lttng(1)
2536 * doc: document track command in lttng(1)
2537 * Remove dot after enable-event message
2538 * Fix: don't print the default channel name when enabling agent events
2539 * Fix: fail gracefully on --exclude on unsupported domains
2540 * Fix: initialize live_timer to 0 for snapshot session
2541 * Fix: correct mismatched function signatures
2542 * Clearer error reporting when failing to launch session daemon
2543 * Daemonize sessiond on `lttng create`
2544 * Fix: consumer signal handling race
2545 * Fix: list_ust_events(): dangling pointer
2546 * Fix: MI: close domain when listing multiple agent domains
2547 * Tests: expand UST wildcard tests, move to regression/tools
2548 * Tests: kernel filtering
2549 * Fix: use pid element instead of process element
2550 * Fix: race between kconsumerd and sessiond on tear down
2551 * Fix: Buggy string comparison in ust registry ht_match_event
2552 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
2553 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
2554 * Fix: lttng-crash: remove tmp working directory
2555 * Clean up: Coding style conformance adjustments in lttng-crash.c
2556 * Fix: lttng-crash: DIR leak in delete_trace() on error
2557 * Fix: Possible passing of NULL pointer to memcpy()
2558 * Fix: Overwrite of ret in relay_recv_metadata
2559 * Silence undefined return value warning
2560 * Silence use-after-free static analysis warning
2561 * Fix: Wait for in-flight data before closing a stream
2562 * Fix: unpublish stream on close
2563 * Fix: lttng-crash: fd leak
2564 * Fix: Invalid parameter error reported when untracking PID
2565 * Fix: kernel track/untrack error handling
2566 * Fix: Python agent tests are always skipped
2567 * Tests: Fix flaky live test client
2568 * Fix: Announce empty streams on live attach
2569 * Fix: relayd: file rotation and live read
2570 * Fix: relay: viewer_get_next_index handle null vstream
2571 * Fix: relayd: make viewer streams consider metadata sent
2572 * Fix: don't expose empty streams
2573 * Fix: relayd: don't check new metadata on get packet
2574 * Fix: relayd: don't check for new streams in get packet
2575 * Fix: ask new streams HUP
2576 * Fix: reply error if get packet vstream fails
2577 * Fix: relayd reply error to client if cannot find viewer stream
2578 * Fix: relayd reply with error if cannot find metadata
2579 * Fix: ust-app: protect app socket protocol with lock
2580 * Cleanup: privatize consumer_allocate_relayd_sock_pair
2581 * Fix: add missing rcu_barrier at end of sessiond main
2582 * Fix: add missing rcu_barrier at end of consumer main
2583 * Fix: app cmd leak on sessiond exit
2584 * Fix: relayd live don't send incomplete stream list
2585 * Fix: consumer timer misses RCU thread registration
2586 * Fix: sessiond consumer thread should register as RCU thread
2587 * Fix: don't chain RCU free
2588 * Fix: free metadata cache after grace period in consumer
2589 * Fix: sessiond vs consumerd push/get metadata deadlock
2590 * Fix: streamline ret/errno of run_as()
2591 * Fix: Double unlock on error path
2592 * Data pending comment clarification in session daemon
2593 * Fix: Relay daemon ownership and reference counting
2594 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
2595 * Fix: reference counting of consumer output
2596 * Fix: sessiond add missing socket close
2597 * Fix: sessiond should not error on channel creation vs app exit
2598 * Fix: sessiond ust-app session teardown race
2599 * Only display agent loglevel if the loglevel type is not ALL
2600 * Initialize default log level of events on load
2601 * Don't assume that Log4j and JUL share the same log level mappings
2602 * Allow the creation of JUL, Log4j and Python channels
2603 * Fix: Save tracker as part of UST and Kernel domains only
2604 * Fix: Memory leak of agent
2605 * Fix: Memory leak of agent event internals
2606 * Save filter expression as part of agent events and save them
2607 * Fix: UTF-8 characters may be stored on up to 4 bytes
2608 * Remove unneeded hash table existence check in agent_destroy
2609 * Remove unnecessary RCU read lock
2610 * Use type directly in sizeof instead of a dereferenced pointer
2611 * Prevent the addition of UST events to agent channels
2612 * Don't save log level in session configuration when unneeded
2613 * Remove unneeded RCU lock
2614 * Remove unneeded RCU lock
2615 * Fix: Propagate filter status of kernel events to client
2616 * Fix: Save kernel event filter when saving session configuration
2617 * Docs: there is no need to SHOUT in comments
2618 * Fix: Mention Python as part of enable-event's usage()
2619 * Grammar fix in comment
2620 * Fix: typo in error message
2621 * Add agent domains to lttng enable-event usage()
2622 * Docs: Add documentation explaining the meaning of "internal" events
2623 * Report memory allocation failure when copying filter bytecode
2624 * Fix: cmd_enable_event must return positive error codes
2625 * Ensure that a filter is always passed with its filter expression
2626 * Save filter expressions as part of agent events
2627 * Add agent domains to the enable-event section of LTTNG(1)
2628 * Use lttng_domain_type enumeration instead of bare integers
2629 * Prevent disable event on internal UST events
2630 * Remove unneeded RCU read lock
2631 * Skip internal events when saving a session configuration
2632 * Clean-up: Coding-style conformance adjustments
2633 * Docs: Clarify ominous comment wording
2634 * Hide internal events from session daemon clients
2635 * Prevent the use of reserved UST event names
2636 * Tag events created as side-effect of agent events as internal
2637 * Remove unneeded RCU lock
2638 * Remove dead code in lttng-sessiond
2639 * Ensure event names are NULL terminated during validation
2640 * Fix: assert(0) when listing Python events with MI
2641 * Fix: set GLOBAL buffer type for kernel domain in list
2642 * Fix: take RCU read-side lock within hash table functions
2643 * Tests: Adapt MI test to change in track/untrack behaviour
2644 * Clean-up: Rename lib_func to cmd_func
2645 * Fix: Improve the error reporting of the track/untrack command
2646 * Tests: Fix flacky clock-plugin test
2647 * Build: look for python >= 3.0 when building python bindings
2648 * Build: rename use_python to python_binding
2649 * Fix: regression tests
2650 * Fix: tests: stderr not correctly redirected
2651 * Fix: TimeoutExpired in Python tests not defined globally
2652 * Tests: ust: clock override plugin
2653 * Cleanup: reuse tracker* element from config
2654 * Test: save/load: pid_tracker basic test
2655 * Clean-up: Remove statement which has no side-effect
2656 * Save/load: pid_tracker feature.
2657 * Test: mi: track/untrack feature
2658 * Util: xml_extract: add node_exist option
2659 * Mi: track/untrack: validation
2660 * Docs: Grammar fixes in mi_lttng.xsd
2661 * Fix: Ensure a valid command error code is returned by track/untrack
2662 * Clean-up: Remove java-doc annotations from function header
2663 * Mi: track/untrack/listing
2664 * Fix: intialization of ust_metadata_poll_pipe to garbage value
2665 * Fix "allocator sizeof operand mismatch" warning
2666 * Clean-up: Remove java-doc style function header from session.h
2667 * Clean-up: remove extra space in comment
2668 * Fix: test_mi test
2669 * Tests: Java agent: Add configure switches to enable tests
2670 * Fix: incorrect script name in python logging test
2671 * Docs: Document Agent reply codes
2672 * Docs: Remove Java-specific comments from agent.h
2673 * Docs: Grammar fix in agent header
2674 * Return "Unknown" error instead of "Fatal" on unhandled agent replies
2675 * Log agent reply in disable_event()
2676 * Log agent reply in enable_event()
2677 * Log agent reply in list_events()
2678 * Add agent reply code logging helpers
2679 * Add a LOG() macro which handles dynamic severity levels
2680 * Fix: Discard disable event command filter payload
2681 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
2682 * Send data pending status as part of payload instead of an invalid error
2683 * Log error code's value when sessiond replies to a client
2684 * Tests: Java agent: update after Java agent refactoring
2685 * Set registration done Agent command version back to 0
2686 * Fix: Don't send agent disable event command twice
2687 * Tests: Python agent: update after Python agent refactoring
2688 * Clean-up: Remove redundant variable initialization
2689 * Fix: incorrect variable being checked in libc-wrapper test
2690 * Rename Python agent event name to omit "user"
2691 * Consolidate agent event names regardless of user privilege
2692 * Clean-up: Move agent_apps_ht_by_sock definition to main.c
2693 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
2694 * Fix: set session should not set non-existent session
2695 * Fix: pids should be numbers only
2696 * Fix: Mishandled NULL short options in lttng-sessiond
2697 * Use popt "required_argument" and "no_argument" constants
2698 * Fix: Mishandled NULL short options in utils_generate_optstring()
2699 * Fix: only launch a new session daemon for the "create" command
2700 * Fix 'daemon' typo in lttng-ctl-pc.in description
2701 * Fix: clean-up agent app hash table from the main sessiond thread
2702 * Fix: Remove undocumented session daemon short options
2703 * Comment grammar correction
2704 * Log userspace application hash table allocation failure
2705 * Fix: RCU read-side lock released too early in destroy_agent_app
2706 * Fix: misleading logging statement in agent_find_event
2707 * Fix: Unhandled domain option condition in list_agent_events
2708 * Fix: Crash on lttng list -j/-l/-p when no events are present
2709 * Clean-up: spelling fix in a comment
2710 * Document relay_add_stream RCU locking
2711 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
2712 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
2713 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
2714 * Fix: Memory leak in relay_add_stream error path
2715 * Update master version to v2.8.0-pre
2716
2717 2015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
2718 * Update version to v2.7.0-rc1
2719 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
2720 * Tests: lttng-ust-getcpu-override coding-style adjustments
2721 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
2722 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
2723 * Tests: Ust getcpu override plugin
2724 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
2725 * Update comments regarding the power of 2 constraint on sub-buffer sizes
2726 * Build: add Flex version check
2727 * Build: add Bison version check
2728 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
2729 * Fix: metadata push -EPIPE should be recoverable
2730 * Fix: destroy session removes the default config file
2731 * Build: bump autoconf version requirement to 2.64
2732 * Fix: Memory leak in setup of relayd_path
2733 * Fix: update liburcu URL
2734 * Fix: test: use "$@" to pass and quote argument
2735 * Refactor: test: wrapper for lttng_snapshot_del_output
2736 * Refactor: test: wrapper for lttng_snapshot_add_output
2737 * Refactor: test: wrapper for destroy_lttng_session
2738 * Refactor: test: wrapper for stop_lttng_tracing
2739 * Refactor: test: wrapper for start_lttng_tracing
2740 * Refactor: test: wrapper for enable_ust_lttng_event
2741 * Refactor: test: wrapper for enable_ust_lttng_channel
2742 * Refactor: test: wrapper for create_lttng_session
2743 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
2744 * Save/load: add support for shared memory path
2745 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
2746 * Clean-up: Remove ifdef-ed out lttng list options
2747 * Test: mi: test for greater or equal to a minimum of events on ust listing.
2748 * Fix: update regression tests involving UST
2749 * Clean-up: Remove ifdef-ed out function:entry feature
2750 * Fix: Mark MI and Config string declarations as extern
2751 * Clean-up append_list_to_probes()
2752 * Fix: modprobe.c: fix tmp_list memory leak
2753 * Fix: append_list_to_probes(): increment index
2754 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
2755 * Fix: live_test regression on large number of cpus
2756 * Fix: set UST register timeout to -1 as test default
2757 * Man page: reference lttng-crash under --shm-path option
2758 * Tests: Don't rely on implicit scalar expression dereference
2759 * man pages: use standard NAME format
2760 * Fix python bindings' Makefile for out-of-tree builds
2761 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
2762 * Fix: Add missing -ldl when checking for lttng-ust
2763 * clock plugin: increase offset measurement accuracy
2764 * Implement UST clock override plugin support
2765 * Fix: ownership of filter and filter_expression
2766 * Fix: zero memory passed to create channel kernel ioctl
2767 * Fix: Check that lttng create --live's time is not zero
2768 * Fix: Validate lttng_create_session_live's timer is > 0
2769 * UI: Only show live timer when the session is in live mode
2770 * UI: Only show tracker PID state when enabled
2771 * Implement kernel filter support
2772 * syscall tracing: update tests
2773 * Support lttng-modules syscall wildcards
2774 * Implement lttng-modules tracepoint wildcard support
2775 * Fix build when configuring with --disable-lttng-ust
2776 * Fix: add missing function prototype to trace-ust.h header
2777 * Implement PID tracker content listing
2778 * Implement UST PID tracker
2779 * Cleanup: Remove unimplemented UST domains
2780 * Implement PID tracking for kernel tracing
2781 * Fix: leak on error in lttng-crash
2782 * Man page fixes: missing --version option and typo
2783 * Docs: add lttng-crash(1) man page
2784 * Docs: lttng-crash refers to "lttng"
2785 * Fix: possible use of uninitialized data in loglevel conversion funcs
2786 * Fix: possible evaluation of garbage values in fini_validation_ctx()
2787 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
2788 * Fix: Possible call to execvp with NULL argument on allocation failure
2789 * Fix: Possible call to strtoul() with NULL argument
2790 * Docs: clarify lttng.1 shm-path section
2791 * Fix: Missing return value check in extract_trace_recursive()
2792 * Fix: recursive_rmdir: empty all empty subdir
2793 * Move file creation/unlink from liblttng-ust-ctl to consumerd
2794 * lttng-crash: support recursive traces
2795 * shm-path: remove directory hierarchy on destroy
2796 * Implement --shm-path option for UST sessions (per-uid channels)
2797 * Cleanup: Reduce scope of connections in main relayd thread
2798 * Cleanup: Reduce scope of relayd connections in live thread
2799 * Docs: connection_find_by_sock() must be called with rcu_read_lock
2800 * Rename current release as 2.7.0-pre
2801 * Docs: grammar fix in Makefile
2802 * Change release name to master
2803 * configure: add type availability checking
2804 * configure: add check for compiler inline keyword support
2805 * configure: missing check for needed header
2806 * configure: missing check of functions
2807 * Fix: test: log4j: missing static test files for dist and out of tree build
2808 * Fix: test: java-jul:missing static test files for dist and out of tree build
2809 * Fix: out-of-tree build: missing xsd file for mi test execution
2810 * Fix: out-of-tree build: missing xsd file for save-load test execution
2811 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
2812 * Cleanup: Remove unused "end" label in push_metadata()
2813 * Tests: Run health check test_thread_ok as part of root_regression
2814 * Fix: deadlock between UST registry lock and consumer lock
2815 * Fix: uninitialized return value
2816 * Fix: build failure using disable-lttng-ust configure option
2817 * Cleanup: Remove unused variable
2818 * Fix: setuid/setgid daemons should not get sensitive env. var./args
2819 * Fix: grab more than one packet for snapshots
2820 * Fix: per-uid flush and ust registry locking
2821 * Docs: Missing optional dependency on lttng-ust in README.md
2822 * Docs: Grammar fixes in the lttng manpage
2823 * Fix: add missing UST perf counter support check
2824 * Fix: tests: integer too large for long type
2825 * Fix: undefined operation on last_relay_viewer_session_id
2826 * Fix: print format type mismatch
2827 * Fix: print format type mismatch
2828 * Fix: Remove structurally dead code from relayd
2829 * Cleanup: Remove logically dead code
2830 * Cleanup: Remove unused label
2831 * Fix: Remove unused argument in debug statement
2832 * Fix: exit threads not only on goto restart
2833 * Fix: poll: show the correct number of fds
2834 * Fix: call lttng_poll_set_max_size before start threads
2835 * Fix: compat poll: add missing empty revents checks
2836 * Fix: various compat poll/epoll issues
2837 * Add debugging output to ht-cleanup thread
2838 * Fix: mi: snapshot: missing error handling for session name
2839 * Fix: ust-app: per-PID app unregister vs tracing stop races
2840 * Fix: data pending: allow empty streams
2841 * Fix: ust snapshot: cleanup after error
2842 * Fix: Mismatching return type in ust_app_ht_alloc() stub
2843 * Cleanup: lock file already taken is error, not warning
2844 * Fix: ust-app null pointer check needed for main refactoring
2845 * Cleanup: relayd: centralize thread stopping function
2846 * Cleanup: Replace all perror() uses by the PERROR macro
2847 * Refactor relayd main/set_options/cleanup
2848 * Refactor consumerd main/cleanup
2849 * Refactor sessiond main/cleanup/ht-cleanup
2850 * Missing error handling: consumer_signal_init should return its error status
2851 * Cleanup: consumerd: lines over 80 columns
2852 * Cleanup: consumerd: use PERROR rather than perror
2853 * Cleanup: lttng-consumerd: remove stale TODO comment
2854 * Misleading error handling: utils_create_pid_file() should return 0 on success
2855 * Missing error handling: consumerd parse_args should return errors to caller
2856 * Missing error handling: ust_app_ht_alloc should return error status
2857 * Fix: ust app leak on UST buffer creation error
2858 * Fix: leak on UST buffer registry creation error
2859 * Fix: agents ht leaks on destroy session
2860 * Fix: add missing RCU read unlock
2861 * Fix: help message for Python agent mentions Java
2862 * Fix: don't destroy the sockets if the snapshot was successful
2863 * Fix: Missing RCU read locks in syscall_list_channel()
2864 * Fix: Missing RCU read lock in kernel_destroy_session()
2865 * Fix: channel names are not validated
2866 * Cleanup: Missing whitespace
2867 * Fix: Apply consumer URI changes to all domains
2868 * Cleanup: Fix a typo in the MI tests
2869 * Test fix: Don't invoke the system's lttng client
2870 * Tests: Add a test to check disabled events are loaded in the correct state
2871 * Fix: Don't leave events enabled if they were saved in a disabled state
2872 * Fix: "Any" loglevel's value is -1 and not 0
2873 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
2874 * Fix: Memory leak on error in alloc_argv_from_user_opts()
2875 * Cleanup: Unchecked close() return value in utils_create_lock_file()
2876 * Cleanup: No check of the return value of lttng_ht_del()
2877 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
2878 * Cleanup: Cast poll() return value to void
2879 * Fix: Unreachable error logging in set_option()
2880 * Fix: OOM leaks in sessiond modprobe.c
2881 * Cleanup: sessiond modprobe.c: coding style
2882 * Cleanup: test_utils_expand_path.c prototypes
2883 * Fix: test_utils_expand_path.c: out of memory error handling
2884 * Fix: test test_ust_data.c: check OOM
2885 * Fix: test libc-wrapper: check malloc OOM
2886 * Cleanup: test libc-wrapper: main parameters
2887 * Fix: lttng-ctl: use zmalloc(), missing OOM check
2888 * Fix: filter-parser.y: use zmalloc(), missing OOM check
2889 * Fix: utils.c: check str*dup OOM
2890 * Cleanup: implement zmalloc as static inline
2891 * Fix: rculfhash: use zmalloc()
2892 * Fix: ini.c: use zmalloc()
2893 * Fix: lttng lttng.c: check strdup OOM
2894 * Fix: lttng conf.c: use zmalloc()
2895 * Fix: lttng view.c missing strdup OOM check
2896 * Fix: use zmalloc() in lttng view.c
2897 * Fix: use zmalloc() in lttng list.c
2898 * Fix: oom error check, realloc oom leak
2899 * Fix: use zmalloc in lttng enable_events.c
2900 * Fix: missing strdup oom check in lttng create.c
2901 * Fix: lttng add_context.c: use zmalloc
2902 * Cleanup: add missing static to function modprobe_remove_lttng()
2903 * Fix: add missing str*dup oom check in sessiond main.c
2904 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
2905 * Fix: add missing strdup OOM check
2906 * Fix: add missing synchronization point for before app test case
2907 * Fix: tests: wait output hide Terminate errors
2908 * Fix: tests: remove killall, add missing SIGTERM handlers
2909 * Fix: high throughput test: reset bw limit on sigterm
2910 * Fix: tests: add missing wait, document missing synchro
2911 * Document test anti-patterns
2912 * Fix: test flaky sleep and wait patterns
2913 * Fix: tests: don't use pidof to wait for test apps
2914 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
2915 * Fix: Handle empty daemon configuration file lines
2916 * Docs: Add -f/--config option to lttng-sessiond man page
2917 * Cleanup: spaghetti function return path
2918 * Fix: relayd: unbalanced RCU read-side lock/unlock
2919 * Fix: relayd: unbalanced RCU read lock/unlock
2920 * Fix: lttng-relayd: unhandled out of memory error
2921 * Fix: relayd viewer stream: unhandled out of memory error
2922 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
2923 * Define _LGPL_SOURCE in test apps' tracepoint provider files
2924 * Define _LGPL_SOURCE in test applications
2925 * Fix: Missing rcu_read_lock in cmd_list_events()
2926 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
2927 * Fix: Missing rcu_read_lock in cmd_list_channels()
2928 * Fix: Missing rcu_read_locks in cmd_list_domains()
2929 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2930 * Fix: Missing rcu_read_lock in save_domains()
2931 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
2932 * Fix: UST subbuffers silently dropped on moderate trace traffic
2933 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
2934 * Fix: create/destroy a splice_pipe per stream
2935 * Note find_ust_app_context must be called with RCU read lock
2936 * Fix: empty indexes_ht before destroying it.
2937 * Fix: removed useless key from relay_index
2938 * Fix: Ambiguous agent event filter bytecode ownership
2939 * Fix: filter bytecode and string memory leak on error
2940 * Fix: define _LGPL_SOURCE in C files
2941 * Fix: HT must not be destroyed with a rcu_read_lock held
2942 * Fix: agent events HT should be destroyed from the cleanup thread
2943 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
2944 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
2945 * Fix: missing rcu_read_lock in cmd_start_trace()
2946 * Cleanup: remove "disabled" flag for new release cycle
2947 * Fix: filter attach vs event enable race
2948 * Fix: Mark libxml2 as a mandatory dependency
2949 * Fix: Warn the user when enabling an event in a new domain
2950 * Fix: Don't report an error when listing a session with no channels
2951 * Bypass 0 byte allocation when no domains are enabled
2952 * Fix: Add missing URCU_TLS access to error_log_time
2953 * Fix: check userspace perf counter name when looking up contexts
2954 * Update maintainer section of the man pages
2955 * Update maintainer section of README.md
2956 * Fix: add README.md to documentation files
2957 * Fix: UST consumer sync all available metadata
2958 * Test: remove bogus argument from prove invocation
2959 * Fix: typo in pythong test Makefile
2960 * Fix: memory leak in libconfig
2961 * Add Python agent support
2962 * Fix: return EINVAL if agent registration fails
2963 * Use lttng-modules ABI version ioctl
2964 * Fix: syscall list ioctl number conflict
2965 * Update master ChangeLog with 2.5.1 release
2966
2967 2014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
2968 * Machine Interface added to lttng command line (--mi)
2969 * Java Log4j agent support (--log4j)
2970 * Kernel per syscall tracing
2971 * Multiple fixes.
2972
2973 2014-10-20 lttng-tools 2.5.1
2974 * Fix: handle sysconf possible negative returned value
2975 * Fix: channel deref. after NULL check in kernel consumer
2976 * Fix: check for kernel session metadata during init
2977 * Fix: incorrect cast in ust consumer assert
2978 * Fix: bad handling of incoming data in consumer thread
2979 * Fix: disable event for JUL domain
2980 * Fix: send disable ALL command code if event is *
2981 * Fix: make sure no index is in flight before using inactivity beacons
2982 * Fix: Parenthesize previous statement when adding conditions to a filter
2983 * Fix: parse_prob_opts return the actual success of the function
2984 * Fix: Man page typos
2985 * Fix: disable JUL event on destroy
2986 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
2987
2988 2014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
2989 * Fix: validate file path creds in autoload mode
2990 * Fix: change session file loading order
2991 * Fix: add Loading Sessions section to lttng-sessiond.8
2992 * Fix: add default session conf. dir to manpage
2993 * Fix: on session load, add it to the .lttngrc
2994 * Fix: clarify session conf. directory in man
2995 * Fix: filter error path could free invalid ptr
2996 * Fix: Create a lock file to prevent multiple session daemons
2997 * Fix: relayd stream set close_flag on stream close
2998 * Fix: ustctl_get_stream_id without UST support
2999 * Fix: avoid freeing invalid ptr in filter bytecode
3000 * Fix: get the stream_id when generating live beacons
3001 * Fix: use biggest subbuffer size for snapshot max-size
3002 * Fix: Possible memory leak when multiple config files are loaded
3003 * Fix: Clamp verbosity value read from config file
3004 * Fix: Unchecked strdup return values in set_option
3005
3006 2014-06-27 lttng-tools 2.5.0-rc2
3007 * Test: add JUL disable event tests
3008 * Fix: disable JUL event on UST side
3009 * Fix: accept override flag even without a load path
3010 * Fix: bad error code path when loading session
3011 * Fix: set session in output mode if URL are set afterwards
3012 * Fix: add a kernel context list to the channel
3013 * Fix: Add vpid, vppid and vtid info in add-context help
3014 * Fix: wrong behavior of save command when no session name is provided
3015 * Fix: missing context type string in save for ust context
3016 * Fix: wrong casting of return value
3017 * Fix: add dependency to libcommon for python binding
3018 * Fix: remove the default GIT_VERSION
3019
3020 2014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
3021 * Save/load session feature
3022 * Daemon configuration file support
3023 * UST perf counter support with add-context
3024 * Kernel tracer probe user define list
3025 * Multiple fixes! The diff is just too big to put here.
3026
3027 2014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
3028 * Fix: Create a lock file to prevent multiple session daemons
3029 * Fix: relayd stream set close_flag on stream close
3030 * Fix: ustctl_get_stream_id without UST support
3031 * Fix: get the stream_id when generating live beacons
3032 * Fix: missing include for getpwuid()
3033 * Fix: add a get HOME dir fallback to getpwuid
3034 * Fix: don't set enabled flag is session start fails
3035 * Fix: logger name dropped from filter condition when loglevels are used
3036 * Fix: memory leak in lttng_enable_event_with_exclusions
3037 * Fix: check malloc return value
3038 * Fix: static array larger than necessary
3039 * Fix: set session in output mode if URL are set afterwards
3040 * Fix: Add vpid, vppid and vtid info in add-context help
3041 * Fix: alignment problems on targets not supporting unaligned access.
3042 * Fix: possible use after free in consumer
3043 * Fix: improve and update lttng.h comments
3044 * Fix: JUL filtering for event *
3045 * Fix: deny overwrite mode and num subbuf less than 2
3046 * Fix: remove bad option in enable channel --help
3047 * Fix: implicit conversion from enumeration
3048 * Fix: clarify man page lttng.1
3049 * Fix: Copy-pasted PERROR messages may be misleading
3050 * Fix: incorrect printf format
3051 * Fix: handle ENOENT when creating a kernel event
3052 * Fix: move JUL filter creation to a function
3053 * Fix: JUL filtering done on the UST level
3054 * Fix: Don't include the binary in the live test's EXTRA_DIST
3055 * Fix: add JUL filter to UST event on logger_name
3056 * Fix: Racy event validation in tests
3057 * Fix: rework utils_parse_size_suffix
3058
3059 2014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
3060 * Fix: don't delete stream from connection recv list
3061 * Fix: use after free of a relayd stream
3062 * Fix: don't print stream name in error message
3063 * Fix: take session list lock when listing tp
3064 * Fix: add consumer wake up pipe to avoid race
3065 * Fix: don't spawn relayd if URL is provided
3066 * Fix: don't ask data pending if session was not started
3067 * Fix: missing test file in EXTRA dist
3068 * Fix: allow empty URL for live session creation
3069 * Fix: missing valid return code when adding an URI to consumer
3070 * Fix: syntax error in lttng.1
3071 * Fix: check relayd fd leak in lttng cmdline
3072 * Fix: remove unused tp in high-throughput test
3073 * Use autoconf AM_MAINTAINER_MODE.
3074 * Fix: clang 'constant-out-of-range-compare' warning
3075 * Fix: Unchecked session pointer when destroying a connection in relayd
3076
3077 2014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
3078 * Fix: improve lttng with live by spawning relayd
3079 * Fix: relayd should listen for viewers on localhost only by default
3080 * Fix: handle loglevel range ALL in list command
3081 * Tests: add JUL test for multiple loglevel
3082 * Fix: index JUL event by name *and* loglevel
3083 * Fix: JUL to enable user and root tracepoints
3084 * Fix: handle the registration done command for JUL
3085 * Test fix: use temp file sync. of test app
3086 * Fix: keep metadata channel attr in UST session
3087 * Tests fix: Missing waitpid in fork test
3088 * Fix: add loglevel type to lttng list <name>
3089 * Fix: minor rephrasing of the lttng.1 man page
3090 * Fix: Warn user if JUL port is already being used
3091 * Fix: add some sane default values to --live opt
3092 * Fix: possible NULL deref. in sessiond error path
3093 * Fix: flag that kernel streams FDs has been sent
3094 * Fix: forbid session name creation if contains /
3095 * Fix: don't start session if no channel
3096 * Fix: add missing relayd option to man page
3097 * Fix: report error if consumer can't be spawned
3098 * Fix: lttng list -u <name> should only list UST
3099 * Fix: kernel channel destroy on consumer if sent
3100 * Fix: only create UST metadata on start trace
3101 * Revert "Fix: wrong condition on startup for low-activity streams"
3102 * Fix: missing big endian conversion for one index field
3103 * Fix: wrong condition on startup for low-activity streams
3104 * Fix: perror on index directory creation error
3105 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
3106 * Fix: consumerd errors on exit
3107 * Fix: scanf unbounded input
3108 * Fix: miscellaneous memory handling fixes
3109 * Fix: add missing VALGRIND ifdef checks and documentation
3110
3111 2014-02-14 lttng-tools 2.4.0-rc5
3112 * Fix: steal channel key in the consumer to avoid race
3113 * Fix: change ERR statement to DBG in kernel read subbuffer
3114 * Fix: handle snapshot ENODATA in live timer
3115 * Fix: relayd leak on error in consumer splice()
3116 * Fix: protect close_write_flag with the rotation lock
3117 * Man: clarify loglevel for JUL domain
3118 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
3119 * Fix: bad indentation of lttng list in man page
3120 * Fix: wrong data structure used in commit df41f83
3121 * Fix: add missing optional dependency to babeltrace in README
3122 * Fix: cleanup inconsistent use of spaces/tabs in README
3123 * Fix: only set the new_streams flag if a viewer is attached
3124 * Fix: lttng-live documentation
3125 * Fix: remove dead code in relayd live code
3126 * Fix: use after free error code path
3127 * Fix: wrong sizeof argument in live viewer create session
3128 * Fix: zero out the reply structure in viewer_connect
3129 * Fix: write index only if fd is valid
3130 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
3131 * Fix: memory/fd leak when cleaning streams in channel
3132 * Fix: destroy streams in consumer del channel
3133 * Fix: add missing urcu wfqueue headers in relayd
3134 * Fix: in lttng_read/write deny count bigger than the possible returned value
3135 * Fix: fd leak when closing metadata stream
3136 * Fix: read subbuffer mmap/splice signedness issue
3137 * Doc: live protocol clarifications
3138 * Fix: remove unused create_viewer_session option
3139 * Fix: don't sleep(1) on the consumer ready flag
3140 * Fix: free viewer session in connection_free()
3141 * Fix: add missing ctf trace delete before destroy
3142 * Fix: don't delete ctf trace while in snapshot mode
3143 * Fix: add flag to create session command and fix tests
3144 * Fix: cleanup indef guards following the rename
3145 * Fix: merge issue with thread quit pipe
3146 * Fix: use uint32_t for metadata_flag in viewer's ABI
3147 * Fix: check for new streams in all attached sessions
3148 * Fix: Move static functions up in the code
3149 * Fix: allow attach command to multiple sessions
3150 * Fix: handle session hang up in get_new_streams
3151 * Fix: force the client to create a viewer session before attaching
3152 * Fix: Namespace lttng-viewer-abi
3153 * Fix: relayd connection object refactor
3154 * Fix: big relayd cleanup and refactor
3155 * Fix: code refactoring of viewer streams in relayd
3156 * Fix: handle new streams in live mode in relayd
3157 * Fix: notify the viewer if new streams got added
3158 * Fix: send the streams sent message after metadata
3159 * Add extern C to the health-check header
3160 * Fix: memory leak in unit test
3161 * Man: add JUL DOMAIN section to lttng.1
3162 * Fix: handle invalid URL passed to lttng_create_session_live
3163 * Fix: add --jul-tcp-port to sessiond man page
3164 * Fix: measure UST clock offset with best sample (v2)
3165 * Fix: remove free in unit test not needed anymore
3166 * Fix: relay create session for version before 2.4
3167 * Fix: memory leak when UST events are enabled with exclusions
3168
3169 2014-01-29 lttng-tools 2.4.0-rc4
3170 * Fix: add -b, --background option
3171 * health check tests: test relayd and consumerd
3172 * tests: Add stop_lttng_relayd_nocheck
3173 * Fix: add missing JUL loglevel handling
3174 * relayd: add testpoints
3175 * relayd: use same pipe for live and main
3176 * Cleanup relayd live comment
3177 * Fix: relayd: add LPOLLERR to events
3178 * Fix: relayd: notify parent of readiness when all threads ready
3179 * Fix: tests: start relayd in background mode (-b)
3180 * lttng-relayd: implement background cmd line option
3181 * sessiond: add missing testpoints
3182 * tests: use --background for session daemon
3183 * sessiond: add --background argument
3184 * Use lib common daemonize
3185 * Fix: sessiond: wait for health check readiness
3186 * Fix: relayd: initialize lttcomm inet
3187 * Consumer: add testpoints
3188 * Fix: consumerd: HT init/teardown with program
3189 * Cleanup: lttng-ctl-health comment
3190 * Add daemonize() to libcommon
3191 * Fix: tests: wait for consumerd to complete
3192 * Fix: consumerd: use DBG rather than DBG2
3193 * Fix: consumerd: only return readiness when health is ready
3194 * Fix: consumerd should initialize lttcomm
3195 * Fix health check: signal parent before exit testpoint
3196 * Test health: add test_thread_ok
3197 * health check: change --relayd-path arg to --relayd-path=arg
3198 * relayd: add LTTNG_RELAYD_HEALTH env var
3199 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
3200 * Fix: zero out data structure before using it
3201 * Fix: delete metadata stream before destroying it
3202 * Fix: report to client when snapshot will be empty
3203
3204 2014-01-14 lttng-tools 2.4.0-rc3
3205 * Fix: metadata stream should be always flagged as ready
3206 * Fix: wrong check before destroying the viewer metadata stream
3207 * Fix: race with the viewer and readiness of streams
3208 * Fix: missing reset when listing UST fields for multiple PIDs
3209 * Fix: filter: check binary op nesting
3210 * Fix: relayd cmd line option for live port
3211 * Fix: remove break in epoll loop of apps. thread
3212 * Fix: wrong comment in snapshot public API
3213 * Fix: clear the CTF traces when all the streams are closed
3214
3215 2013-12-10 lttng-tools 2.4.0-rc2
3216 * Fix: close connection on incompatible version check
3217 * Fix: fields alignements in live protocol
3218 * Tests: add regression test for Java JUL support
3219 * Fix: possible use after free
3220 * Fix: remove unused code in session daemon
3221 * Fix: string format with unsigned value
3222 * Fix: remove useless assert
3223 * Fix: bad logical check of error codes
3224 * Fix: resource leak in enable-event command
3225 * Fix: unchecked return value in ust app delete
3226 * Fix: dereference after null check in UST registry
3227 * Fix: Resource leak in ust registry
3228 * Fix: backported from urcu commit 92af1a30
3229 * Tests: fix racy tests and misleading output messages
3230 * Tests: fix bad argument parsing in test app
3231 * Fix: remove assert on fd in the read/write layer
3232 * Fix: missing lock/unlock when sending index
3233 * Fix: update back the metadata len sent on failure
3234 * Fix: don't fail on push metadata if no channel
3235 * Rename LTTng index in CTF index
3236 * Fix: set the enable all event command type
3237 * Fix: implicit conversion of enum types in sessiond
3238 * Fix: implicit conversion of enum types in consumer
3239 * Fix: comparison of unsigned enum expression >= 0
3240 * Fix: comparison of unsigned value agains < 0
3241 * Fix: create a fast and a long UST snapshot test
3242 * Tests: fix racy UST snapshot post mortem test
3243 * Tests: remove useless sleep when spawning sessiond
3244 * Add travis-ci configuration file
3245 * Add libuuid as dependency in README
3246 * Tests: add valid test cases to test_utils_expand_path
3247 * Tests: add symlink tests for test_utils_expand_path
3248 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
3249 * Fix: comment indentation
3250 * Add missing copyright to utils.c
3251 * Fix: use non block waitpid to lookup child state
3252
3253 2013-11-15 lttng-tools 2.4.0-rc1
3254 * Live streaming support
3255 * Health check support in consumer and relayd
3256 * Event exclusion support
3257 * Java Util Logging support
3258 * Multiple fixes! The diff is just too big to put here.
3259
3260 2013-11-13 lttng-tools 2.3.1
3261 * Fix: typo in --sig-parent help
3262 * Fix: application SIGBUS when starting in parallel with sessiond
3263 * Fix: missing LTTNG_OK return value for snapshot
3264 * Fix: arguments in the wrong order for fd-limit
3265 * Fix: Some corrections to the lttng man page
3266 * Fix: recv creds comm should handle partial receive
3267 * Fix: set app socket timeout just after accept()
3268 * Fix typo in lttng snapshot add-output example of lttng(1)
3269
3270 2013-09-03 lttng-tools 2.3.0
3271 * Fix: remove periodical flush test from make check
3272
3273 2013-08-30 lttng-tools 2.3.0-rc3
3274 * Fix: hashtable: take split_count_order into account
3275 * Fix: remove wrong doing asserts in sessiond
3276 * Tests: fix periodical flush tests to stop app
3277 * Fix: correctly close metadata on sessiond thread shutdown
3278 * Fix: delete the trace directory used for the test
3279 * Fix: remove bad check after epoll wait in consumer
3280 * Fix: missing data pending signess conversion
3281 * Fix: consumer data pending for empty streams
3282 * Fix: hash table growth (for small tables) should be limited (v2)
3283 * Fix: run_as gid/uid test should return result to parent
3284 * Fix: missing check for metadata data pending
3285 * Tests: change buffers UID test to PID
3286 * Tests: fix health tests to use custom socket timeout
3287 * Fix: remove health test from fast regression
3288 * Use socket timeout value for tcp timeout if available
3289 * Fix: set the health delta tcp timeout aware
3290 * Get the maximum TCP timeout in sessiond
3291 * Fix: don't report error if UST app dies
3292 * Fix: support VPATH build for tests
3293 * Improve comments after review
3294 * Rename consumer socket fd to fd_ptr
3295 * Lock consumer data before fd check during destroy
3296 * Use single callsite for send/recv ops. for consumer in sessiond
3297 * Use consumer fd reference in consumer socket obj
3298 * Update bash completion
3299 * Add --list-commands option to the snapshot command
3300 * Reorder functions _lttng_cmd_* functions in bash completion
3301 * Use parse_size_suffix in snapshot
3302 * Fix: snapshot record error handling
3303 * Fix: improve error message when UST support is disabled
3304 * Fix: add missing short filter option in help
3305 * Fix: typo in configure.ac for version check
3306 * Fix: remove calibrate syscall option from code
3307 * Fix: snapshot should fail if no successful snapshot is taken
3308 * Fix: check UST float field mantissa length
3309 * Fix: add UST context in the same order the user enabled them
3310 * Introduce configure --with-lttng-system-rundir
3311 * Add .dirstamp to gitignore file
3312 * Fix: snapshot with multiple UIDs
3313 * Prepare for automake deprecation of missing subdir-objects
3314 * Fix: typos in --help and manpage
3315 * Fix: add-context without -c apply to all channels
3316 * Fix: channels can be _enabled_ after tracing is started, but not created
3317 * Fix filter parser segmentation fault with bison 3.0
3318 * Fix: typo in error msg
3319 * Fix: imprecise error message about root sessiond/tracing group
3320 * Fix: don't skip chmod if tracing group is not found
3321 * Tracepoint probes don't need extern C
3322 * Fix: Snapshot should be taken asap in core handler script
3323 * Fix: reset out_fd_offset when we rotate the trace file
3324 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
3325 * inet/inet6 sockets: apply timeout
3326 * Implement timeout for connect ipv4/ipv6
3327 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
3328 * bash completion: add calls to _lttng_complete_sessions
3329 * bash completion: Fix copy-paste typo
3330 * Extras: Remove deprecated consumer commands in bash completion
3331 * bash completion: Remove underscores in handler function names
3332 * bash completion: Remove --event for add-context
3333 * Update gitignore
3334 * relayd: use version macros from build rather than scanf
3335 * sessiond: use version major/minor from build for communication with relayd
3336 * build: export major/minor/patchlevel numbers
3337 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
3338 * Test: enable kernel events after start
3339 * Fix: kernel ctl error codes are based on errno
3340 * Fix: format string mismatch
3341 * test: test_periodical_metadata_flush shrink timer period, kill app
3342 * Fix: format string type mismatch
3343 * snapshot howto: update text
3344 * Add snapshot howto
3345
3346 2013-07-19 lttng-tools 2.3.0-rc2
3347 * Add core-handler README to dist tarball
3348 * extras: core-handler: simplify, allow usage from tracing group
3349 * Cleanup: add missing dot
3350 * Fix: documentation: create name and options
3351 * Add core dump snapshot handler script
3352 * Fix: sym name len (kernel)
3353 * Fix: tests: provide channel name when a non-default channel exists: per-pid
3354 * Fix: tests: provide channel name when a non-default channel exists
3355 * Fix: data pending race
3356 * Fix hang in make check snapshots/test_ust
3357 * Cleanup: ust-consumer: wrong indentation
3358 * Fix: print dots while waiting for data availability
3359 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
3360 * Fix: (slight UI change) refuse missing -c if non-default channel exists
3361 * Fix: push metadata on stop for per-UID buffers
3362 * README: update python documentation
3363 * Manpage: other layout cleanups
3364 * Manpage: cleanup layout of view
3365 * Manpage: cleanup layout of version
3366 * Manpage: cleanup layout of stop
3367 * Manpage: cleanup layout of start
3368 * Manpage: cleanup layout of snapshot
3369 * Manpage: cleanup layout of set-session
3370 * Manpage: cleanup layout of list
3371 * Manpage: cleanup layout of disable-event
3372 * Manpage: cleanup layout of disable-channel
3373 * Manpage: cleanup layout of enable-event
3374 * Manpage: cleanup layout of enable-channel
3375 * Manpage: cleanup layout of destroy
3376 * Manpage: cleanup layout of create
3377 * Manpage: cleanup layout of calibrate
3378 * Manpage: cleanup layout of add-context
3379 * Documentation: create --snapshot in manpage
3380
3381 2013-07-17 lttng-tools 2.3.0-rc1
3382 * Fix: add missing snapshot header to dist tarball
3383 * Documentation: fix thread quit pipe comment
3384 * Test for presence of bison and flex when building from git
3385 * Test UST snapshot with large metadata
3386 * Add test application with large metadata
3387 * Cleanup: remove redundant assignment
3388 * Fix: use per-uid buffer registry for UID buffer snapshots
3389 * cmd.c: fix typos in snapshot commands
3390 * Test snapshot per-uid post-mortem
3391 * Remove leftover fprintf
3392 * Fix deadlock: don't take channel lock in timer
3393 * Introduce channel timer lock
3394 * document lttng_ustconsumer_request_metadata locking constraints
3395 * consumer: remove unused lttng_ustconsumer_push_metadata
3396 * Document metadata_socket_lock nesting
3397 * lttng_ustconsumer_recv_metadata does not need all those locks
3398 * document metadata_switch_timer() deadlock
3399 * Fix: add missing metadata socket lock
3400 * document metadata_switch_timer() locking constraints
3401 * consumer: remove timeout for UST metadata
3402 * Introduce pipe for UST metadata cache and stream
3403 * consumer: replace DBG2() instances by DBG()
3404 * Introduce utils_create_pipe_cloexec_nonblock()
3405 * ust consumer: data_pending check is endpoint active
3406 * Fix: kernel consumer: data_pending check if endpoint active
3407 * consumer: explicitly set endpoint status to active at init
3408 * document consumer_metadata_cache_flushed use of consumer_data.lock
3409 * consumer: introduce channel lock
3410 * Merge branch 'master' of git://git.lttng.org/lttng-tools
3411 * Fix: update lttng snapshot help output
3412 * Man: fix part of snapshot documentation
3413 * Fix: set tracefile size test with PID buffers
3414 * Fix: Babelstats fail to parse output with no process name or pid
3415 * Missing NULL pointer init in tap.c
3416 * Fix: Unchecked asprintf/vasprintf return values
3417 * Add snapshots test to fast regression
3418 * Fix: kernel data unit test
3419 * Fix: snapshot returned valid LTTNG_ERR code
3420 * Add the number of snapshot taken to the output path
3421 * Fix: RCU read side lock unbalanced
3422 * Fix: zeroed snapshot output at init
3423 * Support del-output with an output name
3424 * Update man page with snapshot command
3425 * New UST default buffers is now per UID
3426 * Bump UST ABI major version for 2.3 release
3427 * Add snapshot mode to lttng list session
3428 * Fix: support temporary snapshot max size and name
3429 * Support snapshot max-size limitation
3430 * Tests: per-UID UST snapshot
3431 * Fix: snapshot support for UST and kernel in same session
3432 * Implement lttng create --snapshot command
3433 * Add create session snapshot API in lttng-sessiond
3434 * Add snapshot output init call that uses URIs
3435 * Fix: consumer err_sock cloexec
3436 * Callsite: add "ip" context
3437 * Fix: possible consumer sockets double close on cleanup
3438 * Automatically load kvm-x86 and kvm-x86-mmu probes.
3439 * Fix: consumer: use uint64_t for all sessiond_id
3440 * Fix: add gpl and lgpl files to tarball
3441 * Fix: don't install libtap system wide
3442 * Fix: close consumer sockets in sessiond cleanup
3443 * Fix: set globally visible flag to kernel stream
3444 * Fix: lttng: memory leak in snapshot record command
3445 * Fix: kernel-consumer: double-close
3446 * Fix: consumer: incorrect size zmalloc
3447 * Fix: don't try to send stream to relayd if not in streaming
3448 * Fix: relayd refcount updates for stream
3449 * Fix: don't send error to sessiond on orderly shutdown
3450 * Fix: bad pathname used when sending kernel stream to relayd
3451 * Fix: add globally visible flag in stream
3452 * Fix: destroy metadata stream on setup metadata error path
3453 * Fix: send kernel stream to relayd only if needed
3454 * Fix: destroy streams for kernel snapshot sessions as well
3455 * Fix: close and destroy metadata stream after a kernel snapshot
3456 * Fix: print errno message on connect() error
3457 * Fix: possible double-close on stream out_fd
3458 * Fix: session ID signess to uin64_t in sessiond
3459 * Tests: fix validation trace path in kernel snapshot
3460 * Tests: Add UST snapshot local and streaming
3461 * Add UST snapshot support
3462 * Fix: consumer_add_relayd_socket() report errors to sessiond
3463 * Fix: add missing enum lttcomm_return_code entries
3464 * Fix: UST per-UID channels persist across application teardown
3465 * Fix: kernel snapshot metadata handling and error paths
3466 * Fix: coding style and debug statement
3467 * Fix: put subbuffer back in kernel snapshot error path
3468 * Fix: overflow in uri_to_str_url
3469 * Fix: detect the correct version of LTTng-UST
3470 * Fix: sessiond: use uint64_t for all session ids
3471 * Tests: add kernel snapshot streaming to root regression
3472 * Tests: remove debug output from test
3473 * Tests: Add kernel snapshot streaming
3474 * Fix: use snapshot consumer output for kernel
3475 * Fix: periodical flush check trace before stop
3476 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
3477 * Fix UST channel/stream output assignation
3478 * Fix: send per-pid session id in channel creation
3479 * Fix: consumer double-close on error
3480 * Update URCU detection to correctly check for a 0.7 version
3481 * Fix: snapshot path
3482 * Add utils function to format current time as a string
3483 * Fix: set hidden attribute to utils_* calls
3484 * Fix: consumer handling of metadata for relayd
3485 * Add kernel snapshot support
3486 * Support flight recorder mode for a session
3487 * Implement snapshot commands in lttng-sessiond
3488 * Add snapshot command to lttng UI
3489 * Initial import of the snapshot ABI/API in lttng-ctl
3490 * Use the consumer stream API in consumer_del_stream()
3491 * Add consumer-stream.c/.h in libconsumer
3492 * Move multiple URLs parsing fct from lttng-ctl to uri.c
3493 * Add a lttng-ctl header to facilitate code separation
3494
3495 2013-06-25 lttng-tools 2.2.0 (National Catfish Day)
3496 * STABLE VERSION
3497 * Fix: if relayd is unreachable, disable consumer for the session
3498 * Fix: possible infinite loop in disable ust event
3499 * Fix: don't enable a channel if a session was already started
3500 * Fix: bad type for the relayd id
3501 * Fix: add debug statement in kernel flush metadata
3502 * Fix: destroy default created channel if add-context fails
3503 * Fix: clarify tracefile size/count in lttng.1 man
3504 * Fix: don't stop a session that was not previously started
3505 * Fix: update lttng.1 man page
3506 * Fix: bad protocol flow between sessiond and consumerd
3507 * Fix: kernel memory leak in error path
3508
3509 2013-06-20 lttng-tools 2.2.0-rc3
3510 * Multiple memory and fd leak fixes in sessiond and consumerd
3511 * Test: stress test added to the repository but not in make check
3512 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
3513 * Implement health check for app registration dispatch
3514 * Implement health check for app notification thread
3515 * Revert "Improve channel listing output format"
3516 * Fix: use lttng pipe to send new stream to thread
3517 * Change consumer_metadata_pipe to be a lttng_pipe
3518 * Change consumer_data_pipe to be a lttng_pipe
3519 * Add wrappers for pipe
3520 * Add --version command-line option to lttng.
3521 * Add --with-lttng-ust-prefix config option.
3522 * Fixes from coverity scan.
3523 * Stability fixes
3524 * RCU hash table are now destroyed in a seperate thread in sessiond
3525
3526 2013-05-09 lttng-tools 2.2.0-rc2
3527 * Fix: split UST per UID/PID default values
3528 * Fix: don't start the relayd with a wrong --output dir
3529 * Fix: Erroneous automatic session name when streaming
3530 * Fix: wrong data port when listing session's URI
3531 * Fix: don't create a channel on an enable channel
3532 * Tests: Add missing test_utils_parse_size_suffix to unit tests
3533 * Fix: print lttng strerror on enable event with filter
3534 * Fix: change relayd protocol version to 2.2
3535 * Fix: reset current size for tracefile rotation
3536 * Fix: remove extra -I for python bindings
3537 * lttng UI: round up trace file size to subbuf size if needed
3538 * Fix lttng UI: fix arg parsing, round size to next power of two
3539 * Fix: check errors in lttng command argument values
3540 * Implement get_count_order in lttng utils
3541 * lttng cli: Accept human readable sizes for --subbuf-size
3542 * Unit tests: don't rebuild units under test
3543 * Fix: consumerd metadata channel/cache/timer races
3544 * Fix: consumerd channel destroy race
3545 * Cleanup: document RCU read-side lock better
3546 * consumer relayd interaction: fix segfaults
3547 * Fix: change order of fd get to fix error path
3548 * Fix: fd leak when creating UST metadata channel
3549 * Fix: fd leak on error
3550 * Fix consumerd fd leak
3551 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
3552 * rculfhash: check for callers from RCU read-side C.S.
3553 * Fix: don't call hash table destroy under rcu read-side c.s.
3554 * Documentation: import updated comments from urcu
3555 * Fix: segfault in buffer_reg_channel_destroy()
3556 * Fix: add missing goto error in UST consumer
3557 * Fix: no need to use run_as_open in the relayd
3558 * Fix: typo in enable-channel man and help
3559 * Fix: add some missing hidden attribute
3560 * Fix: per-uid buffers should only be flushed once on stop
3561 * Cleanup: Use own mutex within timer setup/teardown
3562 * Fix: channel management thread should hold a refcount
3563 * Fix: move metadata cache setup before ownership passing
3564 * Fix: consumer metadata switch timer error handling
3565 * Fix: set ptr to NULL to suppress old gcc warnings
3566 * Fix: linking order of libraries
3567 * Fix: multiple type mismatch in debug statement
3568 * Fix: remove mention of trace directory layout in quickstart doc
3569 * Fix: remove unused path variables from session obj
3570 * Fix: update lttng.1 man and enable-channel help with read timer size
3571 * Fix: use channel per domain default values
3572 * Fix: typos in the code base
3573 * Fix: deny multiple event types with enable-event
3574 * Fix: deny the same port for data and control URL
3575 * Fix: reset consumer destination when changing URIs
3576 * Fix: don't allow different control and data destination
3577 * Fix: typos in error strings
3578 * Improve channel listing output format
3579 * Fix: enable-channel accepts mismatched option
3580 * Fix: validate buffer type for UST channel creation
3581
3582 2013-03-28 lttng-tools 2.2.0-rc1
3583 * Add UST per UID buffers support
3584 * UST metadata generation are created on the sessiond side
3585 * Move LTTng-UST buffer ownership from application to consumer
3586 * Add a UST registry of events and channel in the sessiond
3587 * UST periodical metadata flush
3588 * Refactor tests to use prove and tap
3589 * Support for trace file rotation for the relayd and on disk
3590 * Support per-context filtering
3591 * Add channel wakeup fd to monitor close
3592 * Deprecate enable/disable-consumer
3593 * Multiple fixes and memory leak fix.
3594
3595 2012-12-20 lttng-tools 2.1.0 (13th Baktun)
3596 * STABLE VERSION 2.1.0-stable - "Basse Messe"
3597 * Multiple minor fixes
3598 * Multiple memory and fd leaks
3599 * Fix: Off by one in seq num for data pending command
3600 * Fix: flag metadata stream on quiescent control cmd
3601 * Fix: prioritize control socket communication in relayd
3602 * Fix: poll and epoll fd set reallocation
3603 * Fix: add missing goto pending if data is inflight
3604 * Fix: remove ua_sess->started assert on stop trace
3605 * Set classes of traffic in high_throughput_limit
3606 * Fix: use the poll wait ret value when iterating on fd(s)
3607 * Fix: force the poll() return value to be nb_fd
3608 * Fix: Wrong check of node when cleaning up ht
3609 * Fix: set started flag of ust app after ustctl
3610 * Fix: memory leak in add relayd socket error path
3611 * Fix: add packed attribute to filter structure
3612 * Fix: Add missing health code update for consumer command
3613 * Add LTTNG_PACKED macro
3614 * Fix data pending for inflight streaming
3615 * Map session id of relayd and sessiond in consumer
3616 * Add the relayd create session command
3617 * Make the consumer sends a ACK after each command
3618 * Remove MSG_WAITALL on every recvmsg() socket typ
3619 * Fix: Add missing relayd ht cleanup and ht destroy
3620 * Fix: Relayd and sessiond version check
3621 * Fix: protect consumer_find_channel with rcu locking
3622 * Fix: don't steal key when adding a metadata stream
3623 * Consumer hold stream mutex for add stream
3624
3625 2012-12-03 lttng-tools 2.1.0-rc9
3626 * Fix: set the stream ht static in consumer file
3627 * Update sessiond man page with new env var
3628 * Update lttng.1 man page
3629 * Fix: enable-consumer for all domains missing dir
3630 * Fix: Add missing fct prototypes when disabling UST
3631 * Fix a typo in lttng-probe-module name
3632 * Assign values to enum lttcomm_sessiond_command
3633 * Fix: run health test only if root
3634 * Clarify empty string/NULL filter errors
3635 * Fix: add missing padding for UST filter
3636
3637 2012-11-22 lttng-tools 2.1.0-rc8
3638 * Fix: Uninit. variable in lttng view
3639 * Add already enabled UST event error code
3640 * lttng.h API update: set filter becomes enable event with filter
3641 * Change the UST event hash table match function
3642 * Pass lttng_event struct to the set_filter API call
3643 * Adding context to an event is no longer possible
3644 * Add UST overlap tests
3645 * Add filter sequence number to UST
3646 * Fix: Typo from a previous patch in an assert()
3647 * Fix: Warn if session is running with lttng view
3648 * Fix: Add bash requirement to README for make check
3649 * Fix: add the notion of domain to lttng.1 man page
3650 * Enable additional kernel probes
3651 * Update CodingStyle
3652 * Use the new functions for default subbuf sizes
3653 * Add default subbuf sizes getter functions
3654 * Add max() and min() macro in common
3655
3656 2012-11-13 lttng-tools 2.1.0-rc7
3657 * Fix: Add pointer check when freeing poll events
3658 * Fix: FD leak on thread error
3659 * Fix: Wrong fd used by kernel_wait_quiescent
3660 * Support new lttng-ust error code
3661 * Fix: Don't set filter if enable event fails
3662 * Fix: Wrong data port when listing session
3663 * Fix: Enable event after start command
3664 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
3665 * Add a timeout to UST application socket
3666 * Fix: Consumerd error socket connect race
3667 * Fix: Set CLOEXEC flag on every created sockets
3668 * Remove consumer poll timeout in data thread
3669 * Fix: RCU hash table seed
3670 * Fix: Do not install health tests helper libraries
3671 * Fix: Create default channel on add-context if none
3672 * Support new liblttng-ust-ctl error code
3673 * Fix: Add EPIPE error handling on buffer splice
3674 * Fix: Channel creation error return code was not set
3675 * Fix: Wrong poll events on UST application socket
3676 * Fix: Remove dependency to urcu-cds in tools tests
3677 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
3678 * Fix: Don't append datetime to default session name
3679 * Fix: Deny session creation name 'auto'
3680 * Fix: Add space for stream name CPU number
3681 * Fix: Add output option to enable-channel command
3682
3683 2012-11-02 lttng-tools 2.1.0-rc6
3684 * Tests: Add filtering tests for uncovered cases
3685 * Fix: Sync issue when deleting a data stream
3686 * Rename data_available to data_pending
3687 * Fix: consumer health state
3688 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
3689 * Fix: Bad return error code handling
3690 * Fix: Use after free() of the rundir string
3691 * Fix: Cleanup UST app session on ustctl create session error
3692 * Fix: add missing pthread_join in sessiond
3693 * Fix: free running directory string
3694 * Fix: UST app clean list node usage
3695 * Add liblttng-ctl destructor to cleanup memory
3696 * Fix: Cleanup URIs on teardown
3697 * Fix: relayd memleaks
3698 * Fix: Memory leaks of allocated URIs
3699 * Fix: consumer output memory leak on creation
3700 * Fix: missing addrlen initialization before accept(2)
3701 * Fix: relayd trace file padding memleak
3702 * Fix: Remove useless consumer subdir string concatenation
3703 * Fix: lttng create allocated path memleak
3704 * Fix: Cppcheck memleakOnRealloc mistake
3705 * Fix: Synchronization issue for data available command
3706 * Fix: consumer relayd cleanup on disconnect
3707 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
3708 * Fix: Possible memory leaks when creating filter IR root node
3709 * Fix: Delete stream on write error in consumer
3710 * Fix: Error handling when sending relayd sockets to consumer
3711 * Add stream lock comment for nesting
3712 * Fix: Mutex and RCU lock nesting in consumer
3713 * Fix: Uninitialized ret code
3714 * Fix: Remove bad condition and fix overflow issue
3715 * Fix: consumerd pthread error flow
3716 * Fix: Set a single return point and mutex unlock
3717 * Fix: Remove useless NULL and zero assignment
3718 * Fix: segfault on create session with two URLs
3719
3720 2012-10-22 lttng-tools 2.1.0-rc5
3721 * Fix: Remove network stream ID ABI calls
3722 * Tests: Add filtering tests
3723 * Wait for data availability when stopping a session
3724 * Relayd data available command support
3725 * Lib lttng-ctl data available command support
3726 * Consumer daemon data available command support
3727 * Add data structure for the data available command
3728 * Change the metadata hash table node
3729 * Make stream hash tables global to the consumer
3730 * Move add data stream to the data thread
3731 * Rename consumer threads and spawn them in daemon
3732 * Fix: relayd close stream command was not working
3733 * Fix: Relayd and consumerd socket leaks
3734 * Fix: Missing -ENODATA handling in the consumer
3735 * Fix: Empty metadata buffer(s) on HUP|ERR
3736 * ABI with support for compat 32/64 bits
3737 * Fix: Stream allocation and insertion consistency
3738 * Fix: output number of bytes written by relayd
3739 * Add hash table argument to helper functions
3740 * Fix: Add missing call rcu and read side lock
3741 * Tests: Fix LD_PRELOAD library lookup path for health tests
3742 * Fix: Add arbitrary wait period for kernel streaming test
3743 * Fix coding style and add/change debug statements
3744 * Fix: Build out of src tree
3745 * Tests: Add health check tests to configure
3746 * Tests: Add health check thread stall test
3747 * Tests: Add health check thread exit test
3748 * Tests: Add a health check utility program
3749 * Add testpoints in lttng-sessiond for each threads
3750 * New testpoint mechanism to instrument binaries for testing
3751 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
3752 * Fix: Metadata stream leak when received in consumer
3753 * Fix: consumer_allocate_stream error handling
3754 * Fix: consumer should await for initial streams
3755 * Fix: Missing rcu read side lock in consumer
3756
3757 2012-09-26 lttng-tools 2.1.0-rc4
3758 * Fix: Change sempahore to pthread conditions
3759 * Fix: relayd relay_send_version: handle sscanf return code
3760 * Fix relayd: NULL ptr deref
3761 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
3762 * Tests: add print bytecode to filter grammar test
3763 * Cleanup: assign values to bytecode opcodes
3764 * Fix: Filter: Fix allocation length error
3765 * Fix: Filter: add missing ast free
3766 * Tests: Add high throughput with bandwidth limits test
3767 * Fix: Returned code when listing kernel channel
3768 * Tests: Rename helper functions to have consistent names
3769 * Tests: Cleanup redundant code and use printing helper functions
3770 * Tests: Add helper functions for printing status and banner
3771 * Tests: Add a check for color support when printing status
3772 * Fix: Lib lttng-ctl on error returns lttng code
3773 * Fix: lttng_set_event_filter() was returning bad error code
3774 * Fix: printing [no write] on lttng list -uf
3775 * Fix: Disable event on filter error with lttng
3776 * Fix: Wrong returned error code on UST enable event
3777 * Add consumer commands to lttng.1 man page
3778 * Add lttng_health_check(3) man page
3779 * Fix: Remove LPOLLNVAL from consumer metadata revents
3780 * Fix: Mismatch of field name between ust and tools
3781 * Add the written value when listing fields
3782 * Fix: Consumer return value check after mmap/splice
3783 * Don't send the subbuffer padding for streaming
3784 * Fix: Returned error code in consumer on read buffer
3785
3786 2012-09-12 lttng-tools 2.1.0-rc3
3787 * Fix: Relayd fix ret value when adding a connection
3788 * Add new thread in consumer for metadata handling
3789 * Fix: consumer recv command error path
3790 * Fix filter: fix recent regressions
3791 * Update lttng-ust-abi.h from upstream lttng-ust
3792 * Fix: Accept bytecode of length 65536 bytes
3793 * Fix: Generation of bytecode longer than 32768 bytes fails
3794 * Fix: Filter bytecode alloc buffer size must be a power of 2
3795 * Add lttng-ctl SWIG python bindings
3796 * Add C++ support to API header files
3797 * Librarify filter in liblttng-ctl and hide symbols
3798 * Set hidden visibility for calls used in lttng-ctl
3799 * Notify the user if a filter is already enabled
3800 * Install lttng-error.h and include it in lttng.h
3801 * Add lttng-error.h containing every API err. code
3802 * Fix: missing hostname context
3803
3804 2012-08-22 lttng-tools 2.1.0-rc2
3805 * Fix: put back 2.0 output text for lttng create cmd
3806 * Fix: remove set subdir call that uses bad ptr
3807 * Filter: Handle the unary bitwise not operator (~) with an unsupported
3808 * Fix: missing mutex unlock on register consumer err
3809 * Remove underscore from ifndef of lttng.h
3810 * Remove unused define in lttng.h
3811 * Standardize lttng command line usage text
3812 * Merge duplicate code in consumer for destroy relayd
3813 * Merge duplicate code in consumer for add relayd
3814 * Fix: Possible buffer overflows in strncat() usage
3815 * Move code out of main.c and fix some issues
3816
3817 2012-08-17 lttng-tools 2.1.0-rc1
3818 * Feature: Network Streaming
3819 * Add the lttng-relayd binary for network streaming
3820 * Support user space tracer filtering
3821 * Multiple fixes
3822
3823 2012-04-19 lttng-tools 2.0.1
3824 * Fix: test script for kernel module validation
3825 * Fix: report error to client on consumerd error
3826 * Fix: add missing ht_destroy at consumer teardown
3827 * Fix: consumer fd recv thread should write into non-blocking pipe
3828 * Fix: work-around glibc __nptl_setxid vs clone hang
3829 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
3830 * Fix consumer lttng_consumer_poll_socket poll revents check bug
3831 * Fix: increase consumer open files limit
3832 * Update README: document dep on modprobe for kernel tracing
3833 * Fix: wait for sessiond to stop in tests
3834 * Fix: remove unused return variable
3835 * Don't report back error on syscalls fail for -a -k
3836 * Fix: destroy context hash table being NULL
3837 * Fix: make lttng expand path for trace output opt
3838 * Fix: return value signedness
3839 * Fix: man page environment variable name error
3840 * Fix: check return value on getenv USER
3841
3842 2012-03-20 lttng-tools 2.0.0
3843 * Fist STABLE version
3844 * Add version name: Annedd'ale
3845
3846 2012-03-20 lttng-tools 2.0.0-rc4
3847 * Fix: add small detail to enable-channel man page
3848 * Fix: warned of arbitrary time for ust-nprocesses test
3849 * Fix. add limitation to man page
3850 * Fix: minor changes to lttng.1
3851 * Fix: add exit values to lttng.1 man page
3852 * Fix: add delay before validating apps in test nproc
3853 * Fix: error handling in lttng enable-event
3854 * Fix: document structure init. to 0 in lttng.h
3855 * Fix: uninitialized variable
3856 * Keep track of FD used for UST applications (v2)
3857 * Fix: lttng view, error message and exit code
3858 * Small fixes to lttng man pages (v2)
3859 * Fix: handle EINTR for sendmsg syscall
3860 * Fix: lttng UI exit value and error message
3861 * Fix: session lock use after free
3862 * Fix kernel_list_events memleaks
3863 * Fix debug message use uninitialized variable
3864 * Fix: trace_ust_destroy_metadata should check for NULL pointer
3865 * Fix: various memleaks
3866 * Fix: hash table allocation out of order on error
3867 * fix: lttng_ht_destroy memleak
3868
3869 2012-03-16 lttng-tools 2.0.0-rc3
3870 * Fix: missing headers for make dist
3871 * Fix: install lttng-consumerd in lib/lttng/libexec/
3872 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
3873 * Fix: consumer CPU hotplug support
3874 * Fix: double PID registration race
3875 * Make libcompat independent not to confuse automake
3876 * Clarify the license of lttng-ust-abi.h
3877 * Fix: License header
3878 * Fix: wrong return value on consumer socket creation
3879 * Fix: test for UST invalid channel parameters at channel creation
3880 * Fix: recvmsg should handle EINTR
3881 * Fix: error.h non-static variables for liblttng-ctl
3882 * Fix: missing _GNU_SOURCE define
3883 * Fix: improve need root for kernel tracing error message
3884 * Fix: start/stop lttng message error
3885
3886 2012-03-02 lttng-tools 2.0.0-rc2
3887 * Fix: meaningful error message
3888 * Fix: UST consumer need to iterate on streams, just change their key
3889 * Fix: add missing rcu read lock across RCU HT iteration
3890 * Fix: kernel session closes fd 0 after create
3891 * Fix: sendmsg EPIPE should be quiet by default (expected)
3892 * Fix: thread_registration_apps should set its local sock to -1 when passing it
3893 * Fix: clock -> sock typo
3894 * Fix: consumer race: should allow reuse of FD key
3895 * Fix: Use PERROR all across lttng-tools, never make it quiet
3896 * Fix: test all close return values in sessiond
3897 * Fix: All perror turned into PERROR to show file and line number
3898 * Fix: large audit of close() use in sessiond main.c
3899 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
3900 * Fix: incorrect close of fd 0 for syscall kernel event destroy
3901 * Fix: sessiond has incorrect missing 0 value in FD check
3902 * Fix: sessiond app listening: use posix-compliant poll flags
3903 * Fix: consumer printf type should match ssize_t (%zd)
3904 * Fix: make ust consumer posix compliant for poll flags
3905 * Fix security permission on lttng run directory
3906 * Fix: Display right loglevel_type in error message
3907 * Fix documentation in lttng.h
3908 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
3909 * Fix: restart consumerd and sessiond when interrupted in poll()
3910 * Fix: handling bad channel when sending to consumer
3911 * Fix useless variable
3912 * Fix add-context returned error
3913 * fix: add missing break in command handling
3914 * fix: command handling: do not check domain for commands not requiring domain
3915 * fix: if tracing group does not exist, do not report a client error
3916 * Fix: run_as error handling
3917 * Fix usage note on -a
3918 * Revert FreeBSD compatibility layer
3919 * Fix: documented number of subbuffers is incorrect
3920 * Document that num-subbuf and subbuf-size need to be power of 2
3921 * Merge branch 'master' of git://git.lttng.org/lttng-tools
3922
3923 2012-02-20 lttng-tools 2.0.0-rc1
3924 * Fix lttcomm_close_unix_sock to actually close the socket
3925 * lttng-sessiond: Set group permissions explicitly
3926
3927 2012-02-16 lttng-tools 2.0-pre23
3928 * configure.ac: Fix consumerd64-libdir typo
3929 * Fix existing session daemon check
3930 * Fix missing session locks
3931 * Fix return value on ust app session create
3932 * Fix double start/stop trace
3933 * Fix ust app session started state on start trace
3934 * modprobe statedump, signal and timer lttng module
3935 * Fix hyphens in man pages
3936
3937 2012-02-14 lttng-tools 2.0-pre22
3938 * Add the bash-completion file to the dist tarball
3939 * Add the LICENSE file too
3940 * Package used for the Ubuntu LTS (feature freeze)
3941
3942 2012-02-13 lttng-tools 2.0-pre21
3943 * Fix licensing for hashtable/utils.c
3944 * Print loglevel value in list -u
3945 * Remove "<all> from MSG() when no loglevel is selected
3946 * Initial import of man lttng.1 and lttng-sessiond.8
3947 * Fix memory leak master
3948
3949 2012-02-09 lttng-tools 2.0-pre20
3950 * New lttng view command
3951 * Multiple loglevel fixes
3952 * Fix list command
3953 * Fix session syscall listing
3954 * Multiple fixes across the code base
3955
3956 2012-02-02 lttng-tools 2.0-pre19
3957 * Update lttng ust ABI/API copy
3958 * Implement UST calibrate and change default
3959 * Add MSG_WAITALL to recvmsg of sessiond-comm
3960 * Check kernel version for tests
3961 * Add a '--list-options' option to each command.
3962 * First import of extras/ with lttng bash completion
3963 * Remove default defines from lttng.h
3964 * Fix lttng sessiond spawn wait race
3965 * Add CMD_WARNING error code
3966 * Fix context mapping for UST and kernel
3967 * Add kernel work-around for boot_id
3968 * Rewrites lttng-ctl's set_session_daemon_path
3969 * Fix memory lean in all lttng cli commands
3970 * Update loglevel ABI
3971 * Add padding to all ABIs for future development.
3972 * Improve error handling of lttng cli
3973 * Multiple fixes across the code base (nothing critical)
3974
3975 2012-01-23 lttng-tools 2.0-pre18
3976 * Complete change of the source directory tree
3977 * Move compat to common and create an internal lib
3978 * Rename lttngerr.h to error.h
3979 * Add kernel module version validation
3980 * Add UST version validation
3981 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
3982 * Fix off-by-one and double list size instead of steady increment
3983
3984 2012-01-19 lttng-tools 2.0-pre17
3985 * Add and support the new hash table library
3986 * Add lttng hash table support to liblttng-consumer
3987 * RCU support for consumer's hash tables
3988 * UST consumer close shm fd after mapping it
3989 * Remove CLONE_VM flag for runas making gdb debugging impossible
3990 * Make MSG() print on stdout instead of stderr
3991 * Don't init kernel tracer if not root (UID=0)
3992 * Multiple fixes found when reaching max. number of open files
3993 * Add some UST tests
3994 * Multiple segfaults and assert error fixed
3995
3996 2011-12-23 lttng-tools 2.0-pre16
3997 * Per-user lttng-sessiond now fully functionnal
3998 * Fix nested double usage of hashtable iterators
3999 * Support creds passing between lttng and sessiond
4000 * Rename sessiond internal "uid" fields to "id"
4001 * Create all trace directories and files with client user credentials
4002 * Create output directory at session creation command
4003 * Only allow the user or group owning the session (or root) to control a session
4004 * Add disable kernel tracing option to sessiond
4005
4006 2011-12-13 lttng-tools 2.0-pre15
4007 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
4008 * UST consumer 32/64 bit support
4009 * Multiple bug fixes
4010 * Multiple segfault, race and double lock fixes
4011 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
4012 * UST loglevel support
4013 * ABIs now support 256 char event names
4014 * Dependency on libpopt >= 1.13
4015 * Dependency on URCU >= 0.6.7
4016 * Rename kernel-ctl.c/.h to kernel.c/.h
4017 * Change malloc to zmalloc in lttng-sessiond code
4018 * RCU hashtable support for all UST data structure
4019 * New libconsumer for UST, kernel and one generic
4020 * Change "--all" option from lttng command line
4021 * Remove function entry option to discourage its use
4022
4023 2011-09-30 lttng-tools 2.0-pre14
4024 * Syscall tracing support
4025 * Multiple bug fixes (nothing critical)
4026 * Add userspace RCU hash table to tree for dev
4027 * Update UST ABI
4028 * Fix epoll that did not handle EINTR
4029 * Liburcu >= 0.6.5 is needed from this release
4030 * Enabling all events also enable syscall tracing
4031 * Debug messages are now on stderr
4032 * Add basic data structure for UST support but not ready yet.
4033
4034 2011-08-25 lttng-tools 2.0-pre13
4035 * Memory leaks fixes and double lock list
4036 * Add UST registration with sychronisation
4037 * Use poll/epoll compatibility layer for the sessiond
4038 * Major code cleanup of ltt-sessiond/main.c
4039 * Increase listen() connexion limit
4040 * Fix bad enable-channel command
4041 * Rename trace.c/.h to trace-kernel
4042 * Multiple fixes on the poll management with the new epoll API
4043
4044 2011-08-25 lttng-tools 2.0-pre12
4045 * Multiple fixes
4046 * Fix kconsumerd handling custom channel output
4047 * Add lttng_register_consumer to register a custom consumer
4048 * Add multiples tests of the session daemon
4049 * Default kernel channel size/number changed
4050 * Support for UST application registration
4051 * Import LTTng UST 2.0 ABI
4052 * Send data to kconsumerd before tracing start
4053 * Export API of lib kernel consumer (liblttngkconsumerd)
4054
4055 2011-08-12 lttng-tools 2.0-pre11
4056 * New lttng API using the lttng_handle
4057 * Multiple fixes of kernel consumer
4058 * Register the consuming function and add a library context
4059 * Kernel consumer fix mmap/munmap
4060 * lttng-sessiond-comm header has been privatize
4061 * Kernel traces are written in the kernel/ directory
4062 * Add underscore to enable-channel command options
4063
4064 2011-07-29 lttng-tools 2.0-pre6
4065 * Fix enable multiple events
4066 * Add function entry feature
4067
4068 2011-07-28 lttng-tools 2.0-pre5
4069 * Fix Add context command
4070 * Fix auto session path creation
4071 * Fix bad strncmp at channel creation
4072
4073 2011-07-23 lttng-tools 2.0-pre4
4074 * Fix kprobe attributes
4075 * Fix channel creation when not found at event enable
4076 * Add safe list iteration
4077 * Add two tests into the git tree
4078 * Kernel consumer can be put in debug mode with -vv
4079 * Trace path is now created on the client side
4080
4081 2011-07-23 lttng-tools 2.0-pre3
4082 * Fix perf hw cache counter config values
4083
4084 2011-07-22 lttng-tools 2.0-pre2
4085 * Multiple fixes
4086 * New add-context options for perf counter and context
4087 * Using the install bin path from autotool for execl() call
4088 * Update quickstart guide
4089
4090 2011-07-20 lttng-tools 2.0-pre1
4091 * First prerelease of lttng-tools.
4092 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.162191 seconds and 4 git commands to generate.