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