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