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