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