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