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