Update version to v2.9.11
[lttng-tools.git] / ChangeLog
1 2019-01-22 lttng-tools 2.9.11 (Blonde Brownie Day)
2 * Fix: worker structure is leaked in run_as process
3 * Fix: leak of filter bytecode and expression on agent event re-enable
4 * Fix: only free trace_path when it is dynamically allocated
5 * Fix: tests: test_crash should start sessions
6 * Add *.exe to gitignore for Cygwin
7 * Fix: warning 'fd' may be used uninitialized
8 * Fix: max_t/min_t macros are missing cast on input
9 * Fix: Connect timeout arithmetic in inet/inet6 (v4)
10 * Fix: channel_ust_create: remove channel on agent error
11 * Always choose large event header for UST channels
12 * Fix: perform local data pending before checking data pending with relayd
13 * Fix: double put on error path
14 * Fix: holding the stream lock does not equate to having data pending
15 * Fix: skip uid registry when metadata key is 0
16 * Docs: document the meaning of a ust app channel key set to 0
17 * Fix: acquire stream lock during kernel metadata snapshot
18 * Fix: skip closed session on viewer listing
19 * Fix: use LTTNG_VIEWER_ATTACH_UNK to report a closed session
20 * Fix: expand load path to an absolute path before daemonizing
21 * Fix: perform relayd socket pair cleanup on control socket error
22 * Fix: relayd control socket mutex is not destroyed
23 * Tests: do not bound test app iterations when in background mode
24 * Tests: add missing rotation and autoload tests to check target
25 * Tests: remove temporary folder
26 * Tests: remove mi result files when done
27 * Tests: Remove unused set +x
28 * Tests: Kill relayd after sessiond to ensure a clean tear down
29 * Tests: Remove unused variable
30 * Tests: Use stop relayd from utils.sh
31 * Tests: remove declaration already present in utils.sh
32 * Fix: incorrect error message on regenerate missing argument
33 * Fix: incorrect error message on metadata missing argument
34 * Fix: snapshot command mishandles missing arguments
35 * Fix: passing null to closedir() on error
36 * Fix: unchecked access to pids array
37 * Fix: returned pids may be uninitialized
38 * Fix: lttng-save command producing wrong XML fields
39 * Fix: possible NULL dereference in uri_parse_str_urls()
40 * Set consumer's verbosity to the max level on --verbose-consumer
41 * Tests: added test_autoload to noinst_SCRIPTS
42
43 2018-07-23 lttng-tools 2.9.10 (National Vanilla Ice Cream Day)
44 * Fix: missing context enum values in session xml schema
45 * Tests: add session auto-loading test cases
46 * Bash completion: ignore namespace for xmllint parsing
47 * Typo in ust consumer log message (channek -> channel)
48 * Fix: use signed variable for refcounting of consumer_relayd_sock_pair
49 * Fix: warning due to hash_key_str() being not const-correct
50 * Fix: calling ht_{hash, match}_enum with wrong argument
51 * Fix: probes should be compared strictly by events metadata
52 * Fix: test_ust-dl is generated at configure-time
53 * Fix: perform the initialization memory barrier out of loop body
54 * Port: fix format warnings on Cygwin
55 * Fix: don't wait for the load thread before serving client commands
56 * Fix: sessiond fails to launch on --without-ust configuration
57 * Fix: agent thread poll set creation failure results in deadlock
58 * Fix: test uses sizeof() on the wrong operand of strncpy
59
60 2018-04-30 lttng-tools 2.9.9 (CERN announces WWW protocols will be free)
61 * Add DBG statement for TCP keep-alive options
62 * Fix: failure to launch agent thread is not reported
63 * Fix: agent may not be ready on launch
64 * Fix: lttng logs nanoseconds
65 * Fix: stream_per_chan_id_ht should allow duplicates
66 * Fix: relayd send_command() util not logging on failure
67 * Fix: kernel snapshot handling of EAGAIN
68 * Fix validate_trace_empty test check
69 * Fix: hold consumer socket lock for consumer_send_msg
70 * Fix: use off_t type for lseek function return value to avoid overflow
71
72 2018-03-26 lttng-tools 2.9.8 (Purple Day)
73 * Fix: set errno with value from SO_ERROR on error.
74 * Fix: missing value handling for lttng_event_context_type
75 * Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
76 * Fix: error out on leftover arguments
77 * Fix: reply to version check even on protocol mismatch
78 * Fix: error handling on relay version check
79 * Document add-context limitation for started session
80 * Fix: add-context cannot be performed after a session has been started
81 * Fix: duplicated kernel consumer socket locking
82 * Fix: remove unused event types in MI XML schema
83 * Tests: cleanly exit from test apps on reception of SIGTERM
84 * Document consumer socket locking assumptions
85 * Fix: consumer socket lock not held during snapshot record
86 * Fix: set_relayd_for_snapshot does not acquire the consumer socket lock
87 * Document the locking assumptions of consumerd-relayd socket passing
88 * Assert that the consumer lock is held while sending FDs to consumerd
89 * Assert that the consumer socket lock is taken during communication
90 * Tests: refuse to run test suite if lttng processes are present
91 * Fix: metadata channel leak when using the snapshot tracing mode
92
93 2018-02-05 lttng-tools 2.9.7
94 * Fix: do not flag consumer as disabled on relayd comm failure
95 * Fix: cleanup inactive FDs in the consumer polling thread
96 * man: document dead-peer detection for lttng-relayd
97 * lttng-relayd: use TCP keep-alive mechanism to detect dead-peer
98 * Fix: unknown consumer type considered a libc error
99 * Fix warning: src/bin/lttng/utils.c: cast incompatible pointer
100 * Fix: src/common/pipe.h: include <sys/types.h> for ssize_t and mode_t
101 * Fix: detect dlmopen() and disable corresponding tests if not available
102 * Fix: resolve full path of LTTNG_UST_CLOCK_PLUGIN
103 * lttng-enable-event(1): filtering: specify that `$ctx.cpu_id` is available
104 * Fix: Make version.h generation work with dash
105 * Fix: buffer overflow warning in python bindings
106 * Tests fix: BT2 does not output the metadata of a trace collection
107
108 2017-08-03 lttng-tools 2.9.6 (Watermelon Day)
109 * Fix: uninitialized return value on error path
110 * Fix: ensure kernel context is in a list before trying to delete it
111 * Fix: ambiguous ownership of kernel context by multiple channels
112 * Fix: ret is never used on error_open code path
113 * Fix: use error code path instead of break when errors happen before execl
114 * Fix: wrong variable assignment on error
115 * Fix: missing error handling in use of print_tabs()
116 * Fix: ret is used instead or err to set an error code
117 * Fix: report error using fd instead of ret
118 * Fix: NULL passed to memcpy in error path
119 * Fix: lost packet accounting always lost on snapshot
120 * Fix: report error on session listing
121 * Fix live-comm: merge TCP socket write-write sequence in a single write
122 * Fix: join consumer timer thread
123
124 2017-06-14 lttng-tools 2.9.5 (National Bourbon Day)
125 * Fix: test_utils_expand_path passes NULL to sprintf
126 * Fix: lttng list of channels should return errors
127 * Fix: discard event/lost packet counters
128 * Fix: missing errno.h include in time.h compat header
129 * Fix: registry can be null on lookup
130 * Test: Replace test relying on pselect6(2) man page ambiguity
131 * Fix: use "flush empty" ioctl for snapshots
132 * Fix: lttng-consumerd: cpu hotplug: send "streams_sent" command
133 * Fix: lttng-sessiond: cpu hotplug: send channel to consumer only once
134 * Fix: lttng-sessiond: cpu hotplug stream number mismatch
135 * Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER_SIG_SWITCH
136 * Fix: thread exit vs futex wait/wakeup race
137 * Fix: status_loc argument of waitpid() is used on error
138 * Fix: COMPAT_EPOLL_PROC_PATH is available from Linux 2.6.28
139 * doc: how to trace consumerd with valgrind
140 * Cleanup: initialize kernel ioctl ABI structures to 0
141 * Cleanup: initialize data to 0
142 * Fix: assert() on null index_file in lttng_index_file_write()
143 * Fix: fail on relayd lookup when finding a relayd is expected
144
145 2017-02-20 lttng-tools 2.9.4 (Love Your Pet Day)
146 * Port: Link with no-undefined on Windows
147 * Port: win32 DLLs don't support hidden symbols
148 * Port: add cygwin support to endian compat
149 * Fix: Remove unused headers
150 * Fix: tests: register thread for RCU operations.
151 * Fix: Lazily initialize max poll set size in poll compat
152 * Fix: null dereference on error path for create_ctx_type
153 * Fix: test_ust_data dereference of null pointer
154 * Fix: test_kernel_data dereference of null pointer
155 * Man: move [SESSION] before options
156 * Fix: consumerd: add missing put_subbuf for ust and kernel errors
157 * Fix: sessiond: only send streams to consumer once
158 * Fix: consumerd main: needs to be a registered RCU thread
159 * Fix: thread_dispatch_ust_registration needs to be a RCU thread
160 * Fix: don't abort metadata push on closed metadata
161 * lttng-tools: remove bogus interpreter line from utils shell library
162
163 2017-01-09 lttng-tools 2.9.3 (National Cassoulet Day)
164 * Fix: consumerd: order of metadata cache vs stream lock
165 * Fix: add missing rcu_barrier before daemon teardown
166 * Fix: Add missing pthread.h include
167 * Fix: support for older versions of Babeltrace in test script
168 * Fix: reverse channel and metadata cache lock nesting order
169
170 2017-01-07 lttng-tools 2.9.2 (National Bobblehead Day)
171 * Fix: only lock the metadata_cache in userspace consumers
172 * Fix: lock nesting order reversed
173
174 2017-01-06 lttng-tools 2.9.1 ("Wheel Of Fortune" debuts on NBC)
175 * Fix: lttng-relayd: forcefully close stream on relayd shutdown
176 * Fix: protect the channel's metadata stream using the metadata cache lock
177 * Fix: double unlock of metadata mutex on error
178 * Fix: add element length check in lttng_index_file_open
179 * Fix: free previous instance of url (alloc_url) on default live url assignation
180 * Fix: relayd vs consumerd compatibility
181 * lttng-add-context(1): add missing man: prefix
182
183 2016-11-29 lttng-tools 2.9.0 (National Square Dance Day)
184 * Add 2.9.0 release beer description
185 * lttng-add-context(1): fix style
186 * lttng-snapshot(1): fix style
187 * lttng-metadata(1): fix style
188 * doc/man: put short option's argument too
189 * Remove `metadata` command from various help resources
190 * List the `regenerate` command in various help resources
191 * lttng-load(1): fix synopsis and style
192 * Fix: truncate the metadata file in shm-path
193 * Load: add message indication that a name override was carried out
194 * Load: expose overrides elements in mi
195 * Fix: assign values to path, ctrl and data uris during configuration load
196 * Load: test that name override does not have side effects
197 * Docs: remove invalid short option -U and move option descriptions
198 * Fix: add missing refcount of loaded modules
199 * Fix: only unload successfully loaded kernel modules
200 * Fix: test cases now rely on explicit workloads
201 * m4/pprint.m4: update with correct quoting
202 * configure.ac: move warning to end of output for the end user
203 * doc/man: only require asciidoc-attrs.conf when building the man pages
204 * Test fix: increase test count in plan of test_perf_raw
205 * Create a dedicated test suite for Perf
206 * Tests: accommodate stricter mktemp implementations in tests
207 * Add version info to lttng-relayd help
208 * Fix: stop sessiond threads on health thread error
209 * Fix: stop lttng-relayd threads on health thread error
210 * Fix: report an error if unix socket address is too long
211 * Fix: save: leak of configuration file fd
212
213 2016-10-07 lttng-tools 2.9.0-rc1 (National Frappé Day)
214 * Set 2.9 codename and description
215 * Fix: warn when a loaded session can't be set as the default
216 * Warning fix: forward declare struct lttng_ust_calibrate
217 * lttng-enable-channel(1): remove redundant --discard from synopsis
218 * test: load --override-name
219 * load: introduce --override-name
220 * man: lttng-load fix up
221 * Docs: grammar fix in load.h
222 * lttng_ctl: add session_name to load override
223 * Fix: test presence of override_attr before accessing its member
224 * load: objects returned by getters do not need to be freed
225 * Remove lttng_load_session_attr_get_override_path_url
226 * Docs: change order of set functions in load.h to match get
227 * Remove calibrate documentation
228 * Remove calibrate from liblttng-ctl
229 * Remove calibrate from lttng-sessiond
230 * Remove calibrate from Python bindings
231 * Remove calibrate from Bash completion script
232 * Remove calibrate tests in Python bindings
233 * Remove calibrate command from lttng CLI
234 * Build fix: remove load-42-stream.lttng from dist target
235 * Test: load --override-url
236 * Add --override-url option to load command
237 * Apply the overrides attributes during configuration load
238 * Clean-up: remove copy-pasted comment from save.c
239 * lttng-ctl: add override helper to load api
240 * Rename override to overwrite for config_load_session
241 * Fix: report truncation on snprintf
242 * Fix: check for a session daemon before running load command
243 * Fix: ignore SIGPIPE
244 * Use lttng api for the load command
245 * Fix: use ssize_type for the return value of uri_parse_str_urls
246 * Docs: grammar fixes in load.h
247 * Fix: wrong api comments for load.h
248 * Fix: do not overwrite ret if already set and session found
249 * lttng-sessiond: auto-load lttng-probe-i2c module
250 * Bump lttng-modules ABI minor version
251 * Fix: handle backward compatibility with lttng-modules 2.7
252 * Clean-up: remove unnecessary autoconf variable substitution
253 * Fix: honor negative (unlimited) app socket timeout
254 * Build: Replace use of deprecated AM_PATH_XML2
255 * Test fix: set app and network socket timeouts to unlimited
256 * Test fix: test_fork can hang while waiting for child pids
257 * Test fix: test_daemon can hang while waiting for child pids
258 * Test fix: redirect python test subprocess output to /dev/null
259 * Build fix: macOS Sierra provides clock_gettime
260 * Fix: time redefinition warnings on macOS builds
261 * Clean-up: remove unused variable user
262 * Cleanup: Remove fun from code base
263 * Fix: remove in-place backup suffix argument provided to sed
264 * Fix: pass a valid length to accept() on unix domain sockets
265 * Log signals received by run_as worker
266 * Missing word in worker_sighandler() comment
267 * Clean-up snapshot command error reporting
268 * Fix: RCU lock imbalance on error in cmd_snapshot_list_outputs()
269 * Use -M parameter instead of --manpath when invoking man(1)
270 * OOT Build fix: reference the source directory's Python test app
271 * Fix: pass NULL to config_load_session instead of an empty string
272 * Tests: don't copy test_python_logging explicitly
273 * OOT build fix: Missing include of src directory
274 * Accomodate BSD sed in version.h generation
275 * Port: Detect platforms where librt is required
276 * Port: Add OSX clock_gettime compat
277 * Port: Add OSX support to socket compat
278 * Port: Add OSX support to poll compat
279 * Port: Add OSX support to fcntl compat
280 * Port: Add OSX compat to sessiond-comm/unix.c
281 * Port: Add OSX endian.h compat
282 * Port: Add OSX libuuid compat
283 * Fix: zero-initialize fd_set
284 * Clean-up: missing cast to fd_set*
285 * Fix: usage of FD_SET on fd_set > 1024 results in corruption
286 * Fix: erroneous usage of addr parameter in mmap()
287 * Clean-up: remove useless assignment
288 * Fix: missing unmap in test error handling
289 * Tests: unchecked pthread_join return value
290 * Clean-up: remove negative check against unsigned value
291 * Fix: unchecked init_pipe return value
292 * Tests: Unchecked pthread_create return value
293 * Clean-up: remove useless assignment
294 * Tests: Add tracepoints to libbar, libfoo and libzzz
295 * Fix: Mark ASCIIDOC_ATTRS_CONF as a dependency of man page targets
296 * Test the parsing of perf raw context
297 * Enable perf PMU counters by raw ID
298 * Run userspace perf tests on non-x86 platforms
299 * Tests: adjust ust-dl planned test count
300 * Test library load/unload events
301 * Add missing ust_app_regenerate_statedump_all stub
302 * Clean-up: remove unused ust_app_regenerate_metadata_all
303 * Add regenerate command to MI schema
304 * Manpage for the regenerate statedump command
305 * Tests for the regenerate statedump command
306 * Allow regenerating the statedump of a running session
307 * Kernel ioctl to regenerate the statedump
308 * UST command to regenerate the statedump
309 * Rename the "metadata regenerate" command to "regenerate metadata"
310 * Typo fix: uninitializez ->uninitialized
311 * Fix: handle negative (unlimited) system stack size limits
312 * Tests: adjust type declaration test count
313 * Fix: protocol mismatch between UST and tools
314 * ust-ctl: use fixed-size integer rather than enum
315 * Test UST's autoincrementing enumeration values
316 * Add support for UST's autoincrementing enum entries
317 * Tests: eliminate process timeouts from Python tests
318 * Fix: English syntax errors in 'lttng status'
319 * Test for select, poll and epoll syscall overrides
320 * Tests: tap.sh spams tests' output when no plan is set
321 * Fix: Set thread stack size to ulimit soft value
322 * Fix: location of various standard headers
323 * Fix: missing include ctype.h for isdigit()
324 * Fix: strerror_r behavior is glibc specific
325 * Fix: error.h -> common/error.h
326 * Fix: snapshot del-output with name on musl
327 * Fix: sessiond ht_match_event() check if filter is NULL
328 * configure.ac: fix --enable/disable-kmod option
329 * Tests: spawn ht_cleanup thread in unit tests
330 * Lazily initialize max poll set size
331 * Revert "Assert that a valid clean-up pipe exists on ht_cleanup_push"
332 * tests: test ust snapshot with discard buffers
333 * tests: test kernel snapshot with discard buffers
334 * Allow channel mode override in snapshot sessions
335 * Fix: validate number of subbuffers after tweaking properties
336 * Use bool type for save command options
337 * Clean-up: harmonize popt option declarations in save.c
338 * Clean-up: move mi_writer declaration with other declarations
339 * Add name omission and output omission on save to lttng-ctl
340 * Express overwrite attribute as a byte in communication protocol
341 * Assert that a valid clean-up pipe exists on ht_cleanup_push
342 * Fix: do not refer to objects as .o
343 * Fix: do not link against libtool .o objects
344 * Fix: Define MANPATH in config.h
345 * Tests: Make warn_processes.sh more portable
346 * Fix: add missing script to dist
347 * Fix: leak of UST app hash tables
348 * Fix: leak of reply buffer on data pending check
349 * Fix: call xmlCleanupParser to free global libxml2 allocations
350 * Fix: missing "void" parameter of lib constructor and destructor
351 * Docs: fix comment typos in lttng-sessiond's main.c
352 * Fix: lttng-relayd allow binding of privileged ports for non-root users
353 * relayd: optimize receive throughput
354 * Clean-up: harmonize kernctl API error checking
355 * Introduce LTTNG_IOCTL_CHECK and LTTNG_IOCTL_NO_CHECK macros
356 * Fix: enforce assumption that lttng-modules ioctl() return <= 0
357 * Fix: reduce scope of kconsumer consumed_pos and produced_pos
358 * Docs: document safety of consumer_thread_is_ready access
359 * Clean-up: unused ret values in thread_manage_health
360 * Clean-up: remove dead code in sessiond's set_option()
361 * Fix: set the logger level to prevent unexpected level inheritance
362 * Typo: Stoping -> Stopping
363 * Typo: occured -> occurred
364 * Fix: only perform lttng_consumer_sync_trace_file() in local mode
365 * Make lttng_consumer_sync_trace_file static
366 * Fix: don't negate posix_fadvise return value to check error
367 * Fix Solaris 10 build: use lttng_strnlen() wrapper
368 * Rename lttng_error_type to lttng_error_level
369 * Cleanup error.h __lttng_print() used for message printing
370 * Update coding style document for macro style
371 * Fix: coding style document has erroneous semicolon at end of macro
372 * Fix: add missing semicolons after MSG, DBG, ERR print macros
373 * Tests: inverted condition in test_kernel_data
374 * OOT build fix: asciidoc.conf is now a source file
375 * lttng-create(1): use attributes for default ports
376 * lttng-create(1): add xrefs to creation mode definitions
377 * lttng-create(1): use the correct DATAPORT/CTRLPORT variables
378 * lttng-create(1): use def list for net protocols
379 * lttng-create(1): add relay mode
380 * doc/man: put AsciiDoc attributes in their own file
381 * test: UST tracing destroy flush behavior with tracefile rotation
382 * test: kernel tracing destroy flush behavior with tracefile rotation
383 * Add environment variable to allow abort on error
384 * Fix: ust-consumer: flush empty packets on snapshot channel
385 * Fix: WARN() should print as WARN level, not ERR
386 * Fix: error.h: add missing parenthesis around macro parameter
387 * Fix: bogus mask on error.h PRINT types
388 * Fix: kernel tracing: flush after stop
389 * Fix: UST should not generate packet at destroy after stop
390 * Tests: remove flaky '*' kernel wildcard test
391 * Fix: bad file descriptors on close after rotation error
392 * Fix: configure.ac: allow --disable-python-bindings
393 * Fix: merge tap tests stdout and stderr
394 * Fix: posix_fadvise wrapper returns -ENOSYS on FreeBSD
395 * Fix: Double free in utils_partial_realpath error path
396 * Fix: remove logically dead code in send_channel_uid_to_ust
397 * Fix: unchecked return value in low throughput test
398 * Tests: abort() exclusion test on allocation failure
399 * Fix: unchecked posix_fadvise() return value
400 * Fix: unchecked return value in relayd live.c
401 * Fix: unchecked return value in trace_clock_read64_monotonic
402 * Clean-up: remove unnecessary blank line
403 * Fix: initialize the cur_event variable before using it
404 * Fix: Dereference after NULL check in consumer
405 * Tests: abort test on memory allocation failure
406 * Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
407 * Fix: NULL pointer dereference in relay_index_get_by_id_or_create
408 * Clean-up verbosity incrementation in set_option
409 * Fix: Deference after null check in sessiond set_option
410 * Docs: clarify comment in parse_pid_string()
411 * Fix: Wrong sizeof argument in pid tracker
412 * Fix: tests: incorrect uri index
413 * Fix: Integer overflowed argument
414 * Fix: macro compares unsigned to 0 (no effect)
415 * Fix: Free variable before strdup() in process_event_node
416 * Fix: Free variables before strdup()
417 * Fix: Add missing free() in spawn_viewer
418 * Fix: Add missing free() in utils_partial_realpath
419 * Fix: Use distinct variables for ret and discarded_events
420 * Fix: Don't try to show manpage when argv is null
421 * Fix: Use secure_getenv() in get_man_bin_path
422 * Fix: illegal memory access in test_create_ust_event_exclusion
423 * Fix: illegal memory access in test_create_ust_event
424 * Fix: illegal memory access in test_create_kernel_event
425 * Fix: illegal memory access in test_create_ust_channel
426 * Fix: illegal memory access in send_viewer_streams
427 * Simplify rcu locking in viewer_list_sessions
428 * Fix: illegal memory access in viewer_list_sessions
429 * Fix: illegal memory access in relayd_add_stream
430 * Fix: illegal memory access in relayd_create_session_2_4
431 * Fix: illegal memory access in session_create
432 * Fix: illegal memory access in consumer_set_subdir
433 * Fix: illegal memory access in syscall_init_table
434 * Fix: illegal memory access in write_pidfile
435 * Fix: illegal memory access in list_lttng_channels
436 * Fix: illegal memory access in cmd_snapshot_record
437 * Fix: illegal memory access in output_init
438 * Fix: illegal memory access in consumer_set_network_uri
439 * Fix: illegal memory access in cmd_snapshot_list_outputs
440 * Fix: illegal memory access in list_events
441 * Fix: illegal memory access in disable_event
442 * Fix: illegal memory access in enable_event
443 * Fix: illegal memory access in add_uri_to_consumer
444 * Fix: illegal memory access in init_ust_event_from_agent_event
445 * Simplify free() of channel attribute
446 * Fix: illegal memory access in _cmd_enable_event
447 * Implement lttng_strncpy safe string copy
448 * Add missing symbol to preserve ABI compatibility of liblttng-ctl
449 * Fix: loading a session prints an error message but the load is successful
450 * Snapshot warning if there are no events in one of the domains
451 * Clarify kernel version check error messages
452 * Tests: same event name with different descriptor on load
453 * Fix: load event state (enabled/disabled) correctly
454 * Fix: Error reported if no domain is provided for start/stop
455 * Handle unknown domain in MI
456 * Handle unknown domain on session start
457 * Fix: loading of live session within userspace domains
458 * Test: expose session url bug on load with multiple domains
459 * OOT build fix: asciidoc.conf is now generated at configure
460 * Snapshot: record: use same datetime for snapshot folder output
461 * Refactor: move the snapshot type check into output type check
462 * ust-metadata.c: nest/indent enumeration entries
463 * lttng.c: show basic help when no arguments are provided
464 * Define command short descriptions in configure.ac
465 * lttng-relayd(8): $HOME -> $LTTNG_HOME
466 * doc/man: use propagated default values in man pages
467 * Propagate default values from configure.ac to asciidoc.conf
468 * Define default values in configure.ac
469 * lttng-load(1): use lists to explain the input path behaviour
470 * lttng-sessiond(8): fix load directories and behaviour
471 * lttng-load(1): specify default search order
472 * doc/man: use configured directories in man pages
473 * doc/man/asciidoc.conf: add doctype-manpage conditions
474 * doc/man: linklttng macro -> man macro
475 * doc/man/Makefile.am: add failing dist-hook on --disable-man-pages
476 * doc/man/Makefile.am: fix top comment
477 * configure.ac: fix --enable-man-pages help string
478 * Fix: standardize parser/lexer building
479 * Fix: standardize man pages building/installing
480 * configure.ac: check for an existing liburcu-cds symbol
481 * configure.ac: use macro for wrong liburcu error message
482 * Hide parse_application_context utility function
483 * Re-add deprecated MI symbols to preserve ABI compatibility
484 * Hide new MI symbols introduced as part of 2.8
485 * Re-add default size symbols which were erroneously exposed
486 * Hide config symbols introduced in 2.8
487 * Hide internal _lttng_destroy_session symbol
488 * Hide bytecode symbol iterator API symbols
489 * Tests: wording of trace_matches is misleading
490 * Test lttng-modules clock override plugin
491 * Warning fix: uninitialized variable may be used
492 * Tests: Replace prove by autotools tap runner
493 * Drop installcheck target
494 * Fix: distcheck requires that we clean version.h
495 * Fix: configure: forbid Python bindings if shared libraries are disabled
496 * Fix: tests: don't match command line arguments, match static build binary names
497 * Fix: tests: skip tests on static build
498 * Fix: tests: don't build dynamic lib tests if support disabled
499 * bootstrap: Standardize on autoreconf -vi
500 * Move unix.h wrapper from sessiond-comm to common
501 * Fix: update tests following renaming of UST statedump event
502 * Typo: catched -> caught
503 * Add comment describing ioctl number duplication
504 * Test: kill sessiond,relayd and background children on SIGTERM/SIGINT
505 * Docs: Remove unnecessary exclamation mark
506 * Docs: fix wording of dependency
507 * Docs: fix "daemon" typo in README.md
508 * Fix: Use get_domain_str on add context
509 * Warning fix: possible use of uninitialized variable
510 * doc/man: add FILES section
511 * Test: xsd validation of long path (length > 255)
512 * Fix: xsd: urls and paths are not of type name_type but string
513 * Refactor: embed mi in "add_output "to remove code duplication
514 * Refactor: embed mi in "del_record" to remove code duplication
515 * Refactor: embed mi in "record" to remove code duplication
516 * Refactor: embed mi in "list_output" to remove code duplication
517 * Fix: do not return error on LTTNG_ERR_SNAPSHOT_NODATA
518 * Fix: Set loopback adress in set_ip_addr if gethostbyname2 fails
519 * Fix: d_type validity is not guaranteed on all nfs versions
520 * Fix: doc/man: lttng-add-context(1): add missing option macro
521 * doc/man: common-footer.txt: add CI link
522 * doc/man: common-footer.txt: add GH organization link
523 * doc/man: lttng(1): clarify UST domain and add links to languages
524 * doc/man: add escwc macro and use it
525 * doc/man: lttng(1): link from COMMAND (synopsis) to COMMANDS section
526 * doc/man: use linkgenoptions macro
527 * doc/man: add linkgenoptions AsciiDoc macro
528 * .gitignore: ignore all generated files in doc/man
529 * doc/man: fix external links
530 * doc/man: xsl: move manpage-base.xsl -> manpage-callouts.xsl
531 * doc/man: xsl: move manpage-ulinks.xsl -> manpage-links.xsl
532 * doc/man: xsl: add <URL> after ulink text
533 * doc/man: xsl: add (internal) link template
534 * doc/man: lttng-enable-channel(1): move limitations to own section
535 * Fix: doc/man: lttng-relayd(1) -> lttng-relayd(8)
536 * doc/man: add nloption and genoption AsciiDoc macros
537 * doc/man: add [role="term"] to terminal callouts
538 * Clean-up shm directory tree after freeing the channel
539 * Fix: Build man pages if --enable-build-man-pages is used
540 * Fix: convey enum value signedness into metadata
541 * doc/man: add notes about shell escaping
542 * Fix: doc/man/Makefile.am for OOT builds
543 * Generate man pages by default
544 * Update version to 2.9.0-pre
545 * Bump minor kernel tracer ABI version
546 * Quote brewery names in release codename description
547 * Fix: metadata regenerate, error if too many args
548 * Fix: add missing sys/types.h header
549 * Fix: build failure when __GLIBC_PREREQ is missing
550 * configure.ac: beautify report
551 * Update version codename and description to 2.8.0 - Isseki Nicho
552 * doc/man: lttng.1.txt: sort commands in categories
553 * Data pending message is printed when unnecessary
554 * README.md: add CI/Coverity status badges
555 * README.md: add lttng-crash in package contents
556 * Show lttng-metadata man page in command's --help
557 * Add an lttng-metadata man page
558 * Remove untrack reference from snapshot man page
559 * README.md: add optional dependency on man
560 * doc/man: install lttng-health-check.3
561 * lttng-relayd: show man page with --help and remove usage
562 * doc/man: convert lttng-relayd(8) to AsciiDoc
563 * lttng-crash.c: show man page with --help and remove usage
564 * doc/man: convert lttng-crash(1) to AsciiDoc
565 * lttng-sessiond: show man page with --help and remove usage
566 * doc/man: convert lttng-sessiond(8) to AsciiDoc
567 * README.md: bolden all dependencies and versions
568 * README.md: add asciidoc and xmlto build dependencies
569 * lttng.c: sort commands to get a nice list output
570 * doc/man: add README.md
571 * lttng: add `help` command
572 * lttng.c: show man page with --help and remove usage
573 * lttng.c: CMD_UNDEFINED is used for invalid args too
574 * lttng: remove usage strings from commands
575 * lttng: show man page when using command's --help
576 * lttng add-context: add --list option
577 * doc/man: remove lttng.1 (built from lttng.1.txt)
578 * doc/man: create lttng-disable-event(1) and update/fix content
579 * doc/man: create lttng-enable-event(1) and update/fix content
580 * doc/man: create lttng-snapshot(1) and update/fix content
581 * doc/man: create lttng-help(1) and update/fix content
582 * doc/man: create lttng-status(1) and update/fix content
583 * doc/man: create lttng-untrack(1) and update/fix content
584 * doc/man: create lttng-track(1) and update/fix content
585 * doc/man: create lttng-calibrate(1) and update/fix content
586 * doc/man: create lttng-list(1) and update/fix content
587 * doc/man: create lttng-add-context(1) and update/fix content
588 * doc/man: create lttng-disable-channel(1) and update/fix content
589 * doc/man: create lttng-enable-channel(1) and update/fix content
590 * doc/man: create lttng-view(1) and update/fix content
591 * doc/man: create lttng-version(1) and update/fix content
592 * doc/man: create lttng-stop(1) and update/fix content
593 * doc/man: create lttng-start(1) and update/fix content
594 * doc/man: create lttng-load(1) and update/fix content
595 * doc/man: create lttng-save(1) and update/fix content
596 * doc/man: create lttng-set-session(1) and update/fix content
597 * doc/man: create lttng-destroy(1) and update/fix content
598 * doc/man: create lttng-create(1) and update/fix content
599 * doc/man: add common OPTIONS head for command man pages
600 * doc/man: add Makefile.am for generating man pages
601 * .gitignore: ignore generated man page artifacts
602 * doc/man: add XSL files for man pages
603 * doc/man: add asciidoc.conf
604 * configure.ac: check for asciidoc and xmlto
605 * doc/man: lttng(1): update and standardize content
606 * doc/man: convert lttng(1) to AsciiDoc
607 * Add builtin modules support to kmod modprobe
608 * Add comments to kmod functions
609 * Add libkmod rmmod support
610 * Move libkmod ifdef to beginning of file
611 * Drop optional control modules load and unload
612 * Fix: live test header endianness
613 * Document the live detach command
614 * Test the viewer detach command
615 * Use of bare attribute directives instead of LTTNG_PACKED
616 * Live: command to detach a viewer session
617 * Contexts for RT debugging
618 * Optional test for the metadata regeneration
619 * Add MI output to the metadata regenerate command
620 * Tests for metadata regenerate
621 * Add TAGS files to .gitignore
622 * Fix: systematic overwrite of union values on add context
623 * Mismatching signature of ust_metadata_session_statedump() stub
624 * Fix: Initialize events discarded and packet lost counters to zero
625 * Assert on unknown UST buffer type
626 * Command metadata regenerate
627 * Store the relay protocol version in the consumer_output
628 * Store the version of the tracer in the UID registry
629 * Store the instance id and packet_seq_num in indexes
630 * kernctl commands to extract the stream instance id
631 * Account the lost packets in snapshot mode
632 * Test: Add the lttng-runas worker process to the sessiond pids
633 * Limit the scope of IFS overwriting
634 * Do not overwrite IFS globally but only locally
635 * Display discarded and lost events at destroy and stop
636 * Fix: tests: use SIGSTOP for crash extraction test
637 * Test fix: ignore stderr at every step of randstring
638 * Fix: session_find_by_id can return NULL legitimately
639 * Fix: mark ltt_sessions_ht_destroy as static
640 * Docs: Missing locking assumptions in function headers
641 * Test fix: ignore stderr when generating random string
642 * Fix: hold session list lock during delete_ust_app
643 * Test: prevent the spawning of a daemonized sessiond
644 * Missing void in function signature
645 * CLI: Show filter expression associated to a syscall
646 * Fix: missing dereference when computing extended info position
647 * Fix: Only save kernel enablers in session configuration
648 * Fix: Only list kernel enablers when listing events
649 * Fix: syscalls hash table leaks when listing kernel events
650 * Initialize command header to zero
651 * Rename filter string to filter expression in liblttng-ctl
652 * Fix: use of unsigned variable to check for negative return
653 * Clean-up: remove unreachable goto
654 * Fix: missing static inline breaks --without-lttng-ust build
655 * lttng enable-channel memsets lttng_channel to -1
656 * Change padding type from array to fixed-width integer
657 * Clean-up: missing space between cast operator and operand
658 * Ensure UST channel output mode is LTTNG_UST_MMAP
659 * Extract the lost packets and discarded events counters
660 * Send extended channel payload to client
661 * Add channel discarded events and lost packets stats accessors
662 * Add extended info to liblttng-ctl's struct lttng_channel
663 * Reuse constant string instead of duplicate literal
664 * Clean-up: simplify computation of string position
665 * Optimization: lttng UI uses sprintf instead of strcpy
666 * Fix: OOT build fails because of missing include path
667 * Tests: Consider lttng mi namespace in test_load
668 * MI: Remove boolean "exclusion" element
669 * MI: add <exclusions> (event exclusion names)
670 * CLI: show event exclusion names
671 * Add new LTTNG_ERR_OVERFLOW error code
672 * Add lttng_event_get_exclusion_name*() to liblttng-ctl
673 * Tests: Consider lttng mi namespace in test_mi
674 * MI: Implement event context schema change
675 * MI: Add application context type to schema
676 * MI: add schemaVersion attribute to command schema
677 * MI: set machine interface XSD target namespace
678 * Add schema information to XML MI output
679 * Fix: libxml2 may return 0 because of buffering
680 * Bump LTTng MI schema to 3.0
681 * MI: add <filter_expression> (event filter expression)
682 * Transfer UST exclusion names from sessiond to client
683 * Fix: return negative error code in list_lttng_ust_global_events()
684 * CLI: show agent event filter string
685 * CLI: show event filter string
686 * Add lttng_event_get_filter_string() to liblttng-ctl
687 * Transfer filter strings from sessiond to client
688 * Refactor setup_lttng_msg() to include cmd header
689 * Add offset comments to struct lttng_event
690 * Add command header to sessiond->client response msg
691 * Add internal extended channel structure
692 * Metadata for instance_id and packet_seq_num
693 * Add a HT to lookup sessions by id
694 * Explicitly stop the session on lttng destroy
695 * Fix: per-pid ust buffers flush race with application unregister
696 * Fix warning when building Python bindings
697 * Add CONTRIBUTING.md
698 * Revert "Python bindings: remove duplicate structure definitions"
699 * Docs: clarify cross-version tracer compatibility
700 * Cleanup: Remove unnecessary newline
701 * Fix: Use ipv6 loopback adress in test_uri
702 * Python bindings: remove duplicate structure definitions
703 * Fix: test: handle env variables undefined
704 * Fix: report already enabled event error to client
705 * Docs: add comment to cmd_add_context()
706 * Fix: application context leak when enabling context
707 * Fix: string leak when processing of client message fails
708 * Fix: missing return code initialization on error
709 * Fix: unchecked return value in _lttng_variant_statedump()
710 * Fix: Possible use-after-free in create_ctx_type()
711 * Fix: filter tests now accept "." in identifiers
712 * Fix: Don't notify agent of non-app context addition
713 * Create agent on channel creation
714 * Introduce application contexts to session configuration schema
715 * Fix typos in error descriptions
716 * Enable agent application contexts if filter has such dependencies
717 * Compare provider and context names in trace_ust_match_context
718 * Allow $app.provider:ctxname in filter, enum, variant identifiers
719 * Add variant type support to ust registry and metadata
720 * Notify java agent of enabled application contexts
721 * Add app context support to lttng client
722 * Enforce const-correctness in UNIX socket wrappers
723 * Remove superflous domain check in context_ust_add
724 * Remove superflous domain check in add_uctx_to_channel
725 * Use lttng_domain_type enum instead of bare integer
726 * Add application context support to lttng-ctl lttng_add_context
727 * Cleanup comments in lttng-ctl.c
728 * Tests fix: source utils.sh before using conf_proc_count
729 * Tests: use configured processor count in getcpu override tests
730 * Tests: use configured processor count in snapshot tests
731 * Tests: Introduce conf_proc_count()
732 * Tests: print a more precise test description in snapshot tests
733 * clock offset: print negative value in metadata for lttng-ust metadata
734 * Fix: handle negative clock offset for lttng-ust metadata
735 * Fix: test: append to LD_LIBRARY_PATH
736 * Fix: test: use load_path instead of $1
737 * Bump lttng-ust protocol version to 6.1
738 * Add CTF enum type support for UST registry
739 * Cleanup __lttng_print macro indentation
740 * Fix: do not print error and bug messages when quiet (-q) is present
741 * Fix: test_ust-dl requires bash
742 * Fix: test script requires bash
743 * Fix: missing $ in SED variable
744 * Tests: fix make targets using objcopy
745 * Build: fallback to AC_CHECK_LIBS when looking for popt and uuid
746 * tests/unit: fix object files' location
747 * configure.ac: fix static build
748 * Tests: fix tracefile count when page_size is > 4k
749 * configure.ac: use $withval with AC_ARG_WITH
750 * Fix: close indexes when rotating the trace files in mmap mode
751 * Fix: close indexes when rotating the trace files in splice mode
752 * Clarify error message on "add context" failure
753 * Fix: Don't spam session daemon logs on invalid UST context
754 * Tests: getcpu_override: use event delay when launching with wrapper
755 * Tests: getcpu: no events shall be emitted at the same timestamp
756 * Tests: Switch test apps to use usleep_safe()
757 * Tests: Add a test utils library
758 * Fix: redefinition of _GNU_SOURCE
759 * Tests: only call usleep if the test in configured to wait
760 * Test: add UST dl helper test
761 * Test: add UST baddr statedump test
762 * lttng: add status command
763 * lttng: factor out declaration of commands
764 * make check: add warning when LTTng processes are running
765 * Missing cpu id kernel context in the kernel tracer ABI
766 * Use --without-lttng-ust in error message
767 * Use --with/--without for lttng-ust support
768 * Only compare "bison -y" to the basename of YACC variable
769 * Tests: Add debug output to getcpu_override
770 * Tests: Change description of clock-override test
771 * Add event exclusion test for identical names
772 * Warn when exclusion names are truncated
773 * Truncate exclusion names to have a terminal '\0'
774 * Ignore exclusion names order when matching events
775 * sessiond-comm.h: fix whitespaces
776 * Disallow duplicate event exclusion names
777 * Add LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
778 * Fix: lay out names in exclusion structure correctly
779 * Fix: Check for NULL hash tables on relay daemon teardown
780 * Fix: Verify directory's existence before calling mkdir
781 * Clean-up: declare variables at beginning of scope
782 * Load x86-exceptions lttng-modules probe
783 * Load x86-irq-vectors lttng-modules probe
784 * Agent: Make the agent protocol consistently network endian
785 * Clean-up: Remove unused variables from default.c
786 * Fix: Unchecked NULL string in logging statement
787 * Fix: include the filter expression in agent events' primary key
788 * Add the filter expression to the enable_event agent protocol message
789 * Add some IDE project files to the gitignore
790 * Fix live timer calculation error
791 * Don't initialize defaults in library constructor
792 * Initialize lttng_ht_seed on hashtable creation
793 * Cleanup: Missing space after cast operator
794 * Build: Switch from tar v7 to posix archive format
795 * Fix: Retry poll on interruption
796 * Port: Explicitly allocate realpath() resolved buffer
797 * Select which binaries/extras to build at configure time
798 * Move libconsumer under common/consumer/
799 * Fix: There is more tests than the plan
800 * Remove dead check from configure.ac
801 * Fix: Silence warning by casting *sin_addr to *sockaddr
802 * Port: fix 'ERR' conflict with Solaris regset.h
803 * Relay protocol: check string lengths
804 * Fix: Silence warning of function having no return value
805 * Fix: Silence warnings when using uid_t and pid_t with printf
806 * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
807 * Port: Add Solaris compat to sessiond-comm/unix.c
808 * Port: Add Solaris compat for netdb
809 * Fix: Silence warning formating pid_t as int
810 * Port: Add Solaris dirent compat
811 * Port: Add Solaris paths compat
812 * Rename config.h to session-config.h
813 * Port: Remove _GNU_SOURCE, defined in config.h
814 * Port: cleanup and portability fix to configure.ac
815 * Port: Don't use SIGUNUSED which is not defined on Solaris
816 * Port: Implement prctl wrapper
817 * Port: Replace flock with fnctl
818 * Port: make bootstrap script work on most shells
819 * Port: removed unused clone() compat
820 * Port: Add macro for socket linking on solaris
821 * Port: Add Solaris support to mman compat
822 * Port: Replace dirent->d_type by stat
823 * Add missing include for memset()
824 * Port: Add Solaris support to socket compat
825 * Port: name clash on Solaris, rename sun to s_un
826 * Port: move memset of anc_buf inside ifdef
827 * Port: Add Solaris fls compat
828 * Port: Add Solaris string compat
829 * Port: Use LTTNG_PATH_MAX instead of PATH_MAX
830 * Port: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
831 * Port: Use LTTNG_NAME_MAX instead of NAME_MAX
832 * Port: Add Solaris support to socket compat
833 * Port: Add Solaris support to poll compat
834 * Port: Add Solaris support to fcntl compat
835 * Port: Add Solaris endian.h compat
836 * Fix: Use 'echo' in a portable way
837 * Fix: Use result of AC_PROG_* when using sed / grep
838 * Cleanup: Remove commented-out constant
839 * Fix: use start and stop sessiond from utils.sh
840 * Fix: Remove dependency on glibc 2.12 caused by pthread_setname_np
841 * Fix: Log and ignore SIGINT and SIGTERM in run_as worker
842 * Add logging to the run_as worker
843 * Fix: Handle EINTR of waipid in run-as worker
844 * Fix: Handle EINTR of waitpid when spawning a session daemon
845 * Fix: tests: support systems where PAGE_SIZE is not 4096
846 * Test: jul/log4j: use -a instead of '*' to disable all events
847 * Reword warning on event disable
848 * Clean-up: Remove unused test launchers
849 * Help: add -j -l -p option to help string
850 * man: update disable-event section
851 * Use empty event name on disable -a for ust and agent domain
852 * Fix: disable kernel event based on name and event type
853 * Tests: Clean-up test-crash on SIGTERM and SIGINT
854 * Fix: Possible dereference of null pointers
855 * Fix: Break out of loop when searching for a domain's agent
856 * Fix: int printed as uint
857 * Fix: add subdir-objects to Makefile.am
858 * Fix: tests: skip UST perf tests if not root
859 * Fix: Check use_clone() instead of worker in run_as
860 * Fix: Perform rcu barrier before tearing down the run-as worker
861 * Fix: Handle hang-up gracefully in run-as
862 * Fix: Only log app handle release on failure
863 * Fix: shm-path: handling of snprintf return value
864 * Fix: Wrong format specifier used in debug statement
865 * Tests: Swap usages of pidof for pgrep --full
866 * Tests: indefinitely wait for shm buffers to be unlinked
867 * Fix: Hide run-as functions
868 * Fix: Hide sessiond-comm functions
869 * Cleanup: remove duplicated implementation of rculfhash
870 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
871 * Fix: libc internal mutex races with run_as
872 * Fix: Hide readwrite symbols in common lib
873 * Fix: Hide pipe symbols in common lib
874 * Fix: Hide daemonize symbols in common lib
875 * Fix: Hide RCU hashtable wrapper symbols
876 * Clean-up: NULL free'd pointers in utils_partial_realpath
877 * Fix: prevent dangling pointer in utils_partial_realpath
878 * Fix: rcu_read_unlock without parentheses has no side-effect
879 * Fix: add missing test file to EXTRA_DIST
880 * Format utils.sh messages
881 * Tests: use functions from utils.sh
882 * Report error if any disable action fails
883 * Fix: disable all ust events
884 * Bring back event_ust_disable_all_tracepoints
885 * Fix: sessiond: disable: match app event by name
886 * lttng-crash: support symlink
887 * Test: lttng-crash and ust shm path
888 * Fix: dereferencing null index pointer
889 * Fix: leaking memory from strdup in lttng-crash
890 * Fix: memleak in utils_partial_realpath
891 * Fix: double free on enable-event
892 * Remove dead code from filter grammar test
893 * Remove dead code from ir generation filter visitor
894 * Remove dead code from session daemon
895 * Remove dead code from view command
896 * Remove dead code from disable-channel command
897 * Remove dead code from disable-event command
898 * Fix: error on no/multiple domain options
899 * Fix: lttng-crash: segfault when parsing options
900 * Remove dead code from the calibrate command
901 * Remove dead code from add-context command
902 * Print relayd stream indexes
903 * Enhance relayd error reporting
904 * Fix: relayd: handle consumerd crashes without leak
905 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
906 * Fix: double RCU unlock on event_agent_disable_all
907 * Fix: unbalanced RCU read-side lock in enable event command
908 * Add rcu_read_ongoing() assertions around process_client_msg
909 * Clean-up and simplify event_agent_disable_all
910 * Document locking assumption of agent_find_event()
911 * Fix: disable agent events by name
912 * sessiond: add loglevels_match()
913 * Fix: include loglevel type in agent event's primary key
914 * Fix: include loglevel type in UST event's primary key
915 * sessiond: use `loglevel_value` and `loglevel_type` names
916 * Tests: kernel wildcards
917 * Tests: fix wildcard test path
918 * doc: document untrack command in lttng(1)
919 * doc: document track command in lttng(1)
920 * Remove dot after enable-event message
921 * Fix: don't print the default channel name when enabling agent events
922 * Fix: fail gracefully on --exclude on unsupported domains
923 * Fix: initialize live_timer to 0 for snapshot session
924 * Fix: correct mismatched function signatures
925 * Clearer error reporting when failing to launch session daemon
926 * Daemonize sessiond on `lttng create`
927 * Fix: consumer signal handling race
928 * Fix: list_ust_events(): dangling pointer
929 * Fix: MI: close domain when listing multiple agent domains
930 * Tests: expand UST wildcard tests, move to regression/tools
931 * Tests: kernel filtering
932 * Fix: use pid element instead of process element
933 * Fix: race between kconsumerd and sessiond on tear down
934 * Fix: Buggy string comparison in ust registry ht_match_event
935 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
936 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
937 * Fix: lttng-crash: remove tmp working directory
938 * Clean up: Coding style conformance adjustments in lttng-crash.c
939 * Fix: lttng-crash: DIR leak in delete_trace() on error
940 * Fix: Possible passing of NULL pointer to memcpy()
941 * Fix: Overwrite of ret in relay_recv_metadata
942 * Silence undefined return value warning
943 * Silence use-after-free static analysis warning
944 * Fix: Wait for in-flight data before closing a stream
945 * Fix: unpublish stream on close
946 * Fix: lttng-crash: fd leak
947 * Fix: Invalid parameter error reported when untracking PID
948 * Fix: kernel track/untrack error handling
949 * Fix: Python agent tests are always skipped
950 * Tests: Fix flaky live test client
951 * Fix: Announce empty streams on live attach
952 * Fix: relayd: file rotation and live read
953 * Fix: relay: viewer_get_next_index handle null vstream
954 * Fix: relayd: make viewer streams consider metadata sent
955 * Fix: don't expose empty streams
956 * Fix: relayd: don't check new metadata on get packet
957 * Fix: relayd: don't check for new streams in get packet
958 * Fix: ask new streams HUP
959 * Fix: reply error if get packet vstream fails
960 * Fix: relayd reply error to client if cannot find viewer stream
961 * Fix: relayd reply with error if cannot find metadata
962 * Fix: ust-app: protect app socket protocol with lock
963 * Cleanup: privatize consumer_allocate_relayd_sock_pair
964 * Fix: add missing rcu_barrier at end of sessiond main
965 * Fix: add missing rcu_barrier at end of consumer main
966 * Fix: app cmd leak on sessiond exit
967 * Fix: relayd live don't send incomplete stream list
968 * Fix: consumer timer misses RCU thread registration
969 * Fix: sessiond consumer thread should register as RCU thread
970 * Fix: don't chain RCU free
971 * Fix: free metadata cache after grace period in consumer
972 * Fix: sessiond vs consumerd push/get metadata deadlock
973 * Fix: streamline ret/errno of run_as()
974 * Fix: Double unlock on error path
975 * Data pending comment clarification in session daemon
976 * Fix: Relay daemon ownership and reference counting
977 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
978 * Fix: reference counting of consumer output
979 * Fix: sessiond add missing socket close
980 * Fix: sessiond should not error on channel creation vs app exit
981 * Fix: sessiond ust-app session teardown race
982 * Only display agent loglevel if the loglevel type is not ALL
983 * Initialize default log level of events on load
984 * Don't assume that Log4j and JUL share the same log level mappings
985 * Allow the creation of JUL, Log4j and Python channels
986 * Fix: Save tracker as part of UST and Kernel domains only
987 * Fix: Memory leak of agent
988 * Fix: Memory leak of agent event internals
989 * Save filter expression as part of agent events and save them
990 * Fix: UTF-8 characters may be stored on up to 4 bytes
991 * Remove unneeded hash table existence check in agent_destroy
992 * Remove unnecessary RCU read lock
993 * Use type directly in sizeof instead of a dereferenced pointer
994 * Prevent the addition of UST events to agent channels
995 * Don't save log level in session configuration when unneeded
996 * Remove unneeded RCU lock
997 * Remove unneeded RCU lock
998 * Fix: Propagate filter status of kernel events to client
999 * Fix: Save kernel event filter when saving session configuration
1000 * Docs: there is no need to SHOUT in comments
1001 * Fix: Mention Python as part of enable-event's usage()
1002 * Grammar fix in comment
1003 * Fix: typo in error message
1004 * Add agent domains to lttng enable-event usage()
1005 * Docs: Add documentation explaining the meaning of "internal" events
1006 * Report memory allocation failure when copying filter bytecode
1007 * Fix: cmd_enable_event must return positive error codes
1008 * Ensure that a filter is always passed with its filter expression
1009 * Save filter expressions as part of agent events
1010 * Add agent domains to the enable-event section of LTTNG(1)
1011 * Use lttng_domain_type enumeration instead of bare integers
1012 * Prevent disable event on internal UST events
1013 * Remove unneeded RCU read lock
1014 * Skip internal events when saving a session configuration
1015 * Clean-up: Coding-style conformance adjustments
1016 * Docs: Clarify ominous comment wording
1017 * Hide internal events from session daemon clients
1018 * Prevent the use of reserved UST event names
1019 * Tag events created as side-effect of agent events as internal
1020 * Remove unneeded RCU lock
1021 * Remove dead code in lttng-sessiond
1022 * Ensure event names are NULL terminated during validation
1023 * Fix: assert(0) when listing Python events with MI
1024 * Fix: set GLOBAL buffer type for kernel domain in list
1025 * Fix: take RCU read-side lock within hash table functions
1026 * Tests: Adapt MI test to change in track/untrack behaviour
1027 * Clean-up: Rename lib_func to cmd_func
1028 * Fix: Improve the error reporting of the track/untrack command
1029 * Tests: Fix flacky clock-plugin test
1030 * Build: look for python >= 3.0 when building python bindings
1031 * Build: rename use_python to python_binding
1032 * Fix: regression tests
1033 * Fix: tests: stderr not correctly redirected
1034 * Fix: TimeoutExpired in Python tests not defined globally
1035 * Tests: ust: clock override plugin
1036 * Cleanup: reuse tracker* element from config
1037 * Test: save/load: pid_tracker basic test
1038 * Clean-up: Remove statement which has no side-effect
1039 * Save/load: pid_tracker feature.
1040 * Test: mi: track/untrack feature
1041 * Util: xml_extract: add node_exist option
1042 * Mi: track/untrack: validation
1043 * Docs: Grammar fixes in mi_lttng.xsd
1044 * Fix: Ensure a valid command error code is returned by track/untrack
1045 * Clean-up: Remove java-doc annotations from function header
1046 * Mi: track/untrack/listing
1047 * Fix: intialization of ust_metadata_poll_pipe to garbage value
1048 * Fix "allocator sizeof operand mismatch" warning
1049 * Clean-up: Remove java-doc style function header from session.h
1050 * Clean-up: remove extra space in comment
1051 * Fix: test_mi test
1052 * Tests: Java agent: Add configure switches to enable tests
1053 * Fix: incorrect script name in python logging test
1054 * Docs: Document Agent reply codes
1055 * Docs: Remove Java-specific comments from agent.h
1056 * Docs: Grammar fix in agent header
1057 * Return "Unknown" error instead of "Fatal" on unhandled agent replies
1058 * Log agent reply in disable_event()
1059 * Log agent reply in enable_event()
1060 * Log agent reply in list_events()
1061 * Add agent reply code logging helpers
1062 * Add a LOG() macro which handles dynamic severity levels
1063 * Fix: Discard disable event command filter payload
1064 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
1065 * Send data pending status as part of payload instead of an invalid error
1066 * Log error code's value when sessiond replies to a client
1067 * Tests: Java agent: update after Java agent refactoring
1068 * Set registration done Agent command version back to 0
1069 * Fix: Don't send agent disable event command twice
1070 * Tests: Python agent: update after Python agent refactoring
1071 * Clean-up: Remove redundant variable initialization
1072 * Fix: incorrect variable being checked in libc-wrapper test
1073 * Rename Python agent event name to omit "user"
1074 * Consolidate agent event names regardless of user privilege
1075 * Clean-up: Move agent_apps_ht_by_sock definition to main.c
1076 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
1077 * Fix: set session should not set non-existent session
1078 * Fix: pids should be numbers only
1079 * Fix: Mishandled NULL short options in lttng-sessiond
1080 * Use popt "required_argument" and "no_argument" constants
1081 * Fix: Mishandled NULL short options in utils_generate_optstring()
1082 * Fix: only launch a new session daemon for the "create" command
1083 * Fix 'daemon' typo in lttng-ctl-pc.in description
1084 * Fix: clean-up agent app hash table from the main sessiond thread
1085 * Fix: Remove undocumented session daemon short options
1086 * Comment grammar correction
1087 * Log userspace application hash table allocation failure
1088 * Fix: RCU read-side lock released too early in destroy_agent_app
1089 * Fix: misleading logging statement in agent_find_event
1090 * Fix: Unhandled domain option condition in list_agent_events
1091 * Fix: Crash on lttng list -j/-l/-p when no events are present
1092 * Clean-up: spelling fix in a comment
1093 * Document relay_add_stream RCU locking
1094 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
1095 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
1096 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
1097 * Fix: Memory leak in relay_add_stream error path
1098 * Update master version to v2.8.0-pre
1099
1100 2015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
1101 * Update version to v2.7.0-rc1
1102 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
1103 * Tests: lttng-ust-getcpu-override coding-style adjustments
1104 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
1105 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
1106 * Tests: Ust getcpu override plugin
1107 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
1108 * Update comments regarding the power of 2 constraint on sub-buffer sizes
1109 * Build: add Flex version check
1110 * Build: add Bison version check
1111 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
1112 * Fix: metadata push -EPIPE should be recoverable
1113 * Fix: destroy session removes the default config file
1114 * Build: bump autoconf version requirement to 2.64
1115 * Fix: Memory leak in setup of relayd_path
1116 * Fix: update liburcu URL
1117 * Fix: test: use "$@" to pass and quote argument
1118 * Refactor: test: wrapper for lttng_snapshot_del_output
1119 * Refactor: test: wrapper for lttng_snapshot_add_output
1120 * Refactor: test: wrapper for destroy_lttng_session
1121 * Refactor: test: wrapper for stop_lttng_tracing
1122 * Refactor: test: wrapper for start_lttng_tracing
1123 * Refactor: test: wrapper for enable_ust_lttng_event
1124 * Refactor: test: wrapper for enable_ust_lttng_channel
1125 * Refactor: test: wrapper for create_lttng_session
1126 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
1127 * Save/load: add support for shared memory path
1128 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
1129 * Clean-up: Remove ifdef-ed out lttng list options
1130 * Test: mi: test for greater or equal to a minimum of events on ust listing.
1131 * Fix: update regression tests involving UST
1132 * Clean-up: Remove ifdef-ed out function:entry feature
1133 * Fix: Mark MI and Config string declarations as extern
1134 * Clean-up append_list_to_probes()
1135 * Fix: modprobe.c: fix tmp_list memory leak
1136 * Fix: append_list_to_probes(): increment index
1137 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
1138 * Fix: live_test regression on large number of cpus
1139 * Fix: set UST register timeout to -1 as test default
1140 * Man page: reference lttng-crash under --shm-path option
1141 * Tests: Don't rely on implicit scalar expression dereference
1142 * man pages: use standard NAME format
1143 * Fix python bindings' Makefile for out-of-tree builds
1144 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
1145 * Fix: Add missing -ldl when checking for lttng-ust
1146 * clock plugin: increase offset measurement accuracy
1147 * Implement UST clock override plugin support
1148 * Fix: ownership of filter and filter_expression
1149 * Fix: zero memory passed to create channel kernel ioctl
1150 * Fix: Check that lttng create --live's time is not zero
1151 * Fix: Validate lttng_create_session_live's timer is > 0
1152 * UI: Only show live timer when the session is in live mode
1153 * UI: Only show tracker PID state when enabled
1154 * Implement kernel filter support
1155 * syscall tracing: update tests
1156 * Support lttng-modules syscall wildcards
1157 * Implement lttng-modules tracepoint wildcard support
1158 * Fix build when configuring with --disable-lttng-ust
1159 * Fix: add missing function prototype to trace-ust.h header
1160 * Implement PID tracker content listing
1161 * Implement UST PID tracker
1162 * Cleanup: Remove unimplemented UST domains
1163 * Implement PID tracking for kernel tracing
1164 * Fix: leak on error in lttng-crash
1165 * Man page fixes: missing --version option and typo
1166 * Docs: add lttng-crash(1) man page
1167 * Docs: lttng-crash refers to "lttng"
1168 * Fix: possible use of uninitialized data in loglevel conversion funcs
1169 * Fix: possible evaluation of garbage values in fini_validation_ctx()
1170 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
1171 * Fix: Possible call to execvp with NULL argument on allocation failure
1172 * Fix: Possible call to strtoul() with NULL argument
1173 * Docs: clarify lttng.1 shm-path section
1174 * Fix: Missing return value check in extract_trace_recursive()
1175 * Fix: recursive_rmdir: empty all empty subdir
1176 * Move file creation/unlink from liblttng-ust-ctl to consumerd
1177 * lttng-crash: support recursive traces
1178 * shm-path: remove directory hierarchy on destroy
1179 * Implement --shm-path option for UST sessions (per-uid channels)
1180 * Cleanup: Reduce scope of connections in main relayd thread
1181 * Cleanup: Reduce scope of relayd connections in live thread
1182 * Docs: connection_find_by_sock() must be called with rcu_read_lock
1183 * Rename current release as 2.7.0-pre
1184 * Docs: grammar fix in Makefile
1185 * Change release name to master
1186 * configure: add type availability checking
1187 * configure: add check for compiler inline keyword support
1188 * configure: missing check for needed header
1189 * configure: missing check of functions
1190 * Fix: test: log4j: missing static test files for dist and out of tree build
1191 * Fix: test: java-jul:missing static test files for dist and out of tree build
1192 * Fix: out-of-tree build: missing xsd file for mi test execution
1193 * Fix: out-of-tree build: missing xsd file for save-load test execution
1194 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
1195 * Cleanup: Remove unused "end" label in push_metadata()
1196 * Tests: Run health check test_thread_ok as part of root_regression
1197 * Fix: deadlock between UST registry lock and consumer lock
1198 * Fix: uninitialized return value
1199 * Fix: build failure using disable-lttng-ust configure option
1200 * Cleanup: Remove unused variable
1201 * Fix: setuid/setgid daemons should not get sensitive env. var./args
1202 * Fix: grab more than one packet for snapshots
1203 * Fix: per-uid flush and ust registry locking
1204 * Docs: Missing optional dependency on lttng-ust in README.md
1205 * Docs: Grammar fixes in the lttng manpage
1206 * Fix: add missing UST perf counter support check
1207 * Fix: tests: integer too large for long type
1208 * Fix: undefined operation on last_relay_viewer_session_id
1209 * Fix: print format type mismatch
1210 * Fix: print format type mismatch
1211 * Fix: Remove structurally dead code from relayd
1212 * Cleanup: Remove logically dead code
1213 * Cleanup: Remove unused label
1214 * Fix: Remove unused argument in debug statement
1215 * Fix: exit threads not only on goto restart
1216 * Fix: poll: show the correct number of fds
1217 * Fix: call lttng_poll_set_max_size before start threads
1218 * Fix: compat poll: add missing empty revents checks
1219 * Fix: various compat poll/epoll issues
1220 * Add debugging output to ht-cleanup thread
1221 * Fix: mi: snapshot: missing error handling for session name
1222 * Fix: ust-app: per-PID app unregister vs tracing stop races
1223 * Fix: data pending: allow empty streams
1224 * Fix: ust snapshot: cleanup after error
1225 * Fix: Mismatching return type in ust_app_ht_alloc() stub
1226 * Cleanup: lock file already taken is error, not warning
1227 * Fix: ust-app null pointer check needed for main refactoring
1228 * Cleanup: relayd: centralize thread stopping function
1229 * Cleanup: Replace all perror() uses by the PERROR macro
1230 * Refactor relayd main/set_options/cleanup
1231 * Refactor consumerd main/cleanup
1232 * Refactor sessiond main/cleanup/ht-cleanup
1233 * Missing error handling: consumer_signal_init should return its error status
1234 * Cleanup: consumerd: lines over 80 columns
1235 * Cleanup: consumerd: use PERROR rather than perror
1236 * Cleanup: lttng-consumerd: remove stale TODO comment
1237 * Misleading error handling: utils_create_pid_file() should return 0 on success
1238 * Missing error handling: consumerd parse_args should return errors to caller
1239 * Missing error handling: ust_app_ht_alloc should return error status
1240 * Fix: ust app leak on UST buffer creation error
1241 * Fix: leak on UST buffer registry creation error
1242 * Fix: agents ht leaks on destroy session
1243 * Fix: add missing RCU read unlock
1244 * Fix: help message for Python agent mentions Java
1245 * Fix: don't destroy the sockets if the snapshot was successful
1246 * Fix: Missing RCU read locks in syscall_list_channel()
1247 * Fix: Missing RCU read lock in kernel_destroy_session()
1248 * Fix: channel names are not validated
1249 * Cleanup: Missing whitespace
1250 * Fix: Apply consumer URI changes to all domains
1251 * Cleanup: Fix a typo in the MI tests
1252 * Test fix: Don't invoke the system's lttng client
1253 * Tests: Add a test to check disabled events are loaded in the correct state
1254 * Fix: Don't leave events enabled if they were saved in a disabled state
1255 * Fix: "Any" loglevel's value is -1 and not 0
1256 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
1257 * Fix: Memory leak on error in alloc_argv_from_user_opts()
1258 * Cleanup: Unchecked close() return value in utils_create_lock_file()
1259 * Cleanup: No check of the return value of lttng_ht_del()
1260 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
1261 * Cleanup: Cast poll() return value to void
1262 * Fix: Unreachable error logging in set_option()
1263 * Fix: OOM leaks in sessiond modprobe.c
1264 * Cleanup: sessiond modprobe.c: coding style
1265 * Cleanup: test_utils_expand_path.c prototypes
1266 * Fix: test_utils_expand_path.c: out of memory error handling
1267 * Fix: test test_ust_data.c: check OOM
1268 * Fix: test libc-wrapper: check malloc OOM
1269 * Cleanup: test libc-wrapper: main parameters
1270 * Fix: lttng-ctl: use zmalloc(), missing OOM check
1271 * Fix: filter-parser.y: use zmalloc(), missing OOM check
1272 * Fix: utils.c: check str*dup OOM
1273 * Cleanup: implement zmalloc as static inline
1274 * Fix: rculfhash: use zmalloc()
1275 * Fix: ini.c: use zmalloc()
1276 * Fix: lttng lttng.c: check strdup OOM
1277 * Fix: lttng conf.c: use zmalloc()
1278 * Fix: lttng view.c missing strdup OOM check
1279 * Fix: use zmalloc() in lttng view.c
1280 * Fix: use zmalloc() in lttng list.c
1281 * Fix: oom error check, realloc oom leak
1282 * Fix: use zmalloc in lttng enable_events.c
1283 * Fix: missing strdup oom check in lttng create.c
1284 * Fix: lttng add_context.c: use zmalloc
1285 * Cleanup: add missing static to function modprobe_remove_lttng()
1286 * Fix: add missing str*dup oom check in sessiond main.c
1287 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
1288 * Fix: add missing strdup OOM check
1289 * Fix: add missing synchronization point for before app test case
1290 * Fix: tests: wait output hide Terminate errors
1291 * Fix: tests: remove killall, add missing SIGTERM handlers
1292 * Fix: high throughput test: reset bw limit on sigterm
1293 * Fix: tests: add missing wait, document missing synchro
1294 * Document test anti-patterns
1295 * Fix: test flaky sleep and wait patterns
1296 * Fix: tests: don't use pidof to wait for test apps
1297 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
1298 * Fix: Handle empty daemon configuration file lines
1299 * Docs: Add -f/--config option to lttng-sessiond man page
1300 * Cleanup: spaghetti function return path
1301 * Fix: relayd: unbalanced RCU read-side lock/unlock
1302 * Fix: relayd: unbalanced RCU read lock/unlock
1303 * Fix: lttng-relayd: unhandled out of memory error
1304 * Fix: relayd viewer stream: unhandled out of memory error
1305 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
1306 * Define _LGPL_SOURCE in test apps' tracepoint provider files
1307 * Define _LGPL_SOURCE in test applications
1308 * Fix: Missing rcu_read_lock in cmd_list_events()
1309 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
1310 * Fix: Missing rcu_read_lock in cmd_list_channels()
1311 * Fix: Missing rcu_read_locks in cmd_list_domains()
1312 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
1313 * Fix: Missing rcu_read_lock in save_domains()
1314 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
1315 * Fix: UST subbuffers silently dropped on moderate trace traffic
1316 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
1317 * Fix: create/destroy a splice_pipe per stream
1318 * Note find_ust_app_context must be called with RCU read lock
1319 * Fix: empty indexes_ht before destroying it.
1320 * Fix: removed useless key from relay_index
1321 * Fix: Ambiguous agent event filter bytecode ownership
1322 * Fix: filter bytecode and string memory leak on error
1323 * Fix: define _LGPL_SOURCE in C files
1324 * Fix: HT must not be destroyed with a rcu_read_lock held
1325 * Fix: agent events HT should be destroyed from the cleanup thread
1326 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
1327 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
1328 * Fix: missing rcu_read_lock in cmd_start_trace()
1329 * Cleanup: remove "disabled" flag for new release cycle
1330 * Fix: filter attach vs event enable race
1331 * Fix: Mark libxml2 as a mandatory dependency
1332 * Fix: Warn the user when enabling an event in a new domain
1333 * Fix: Don't report an error when listing a session with no channels
1334 * Bypass 0 byte allocation when no domains are enabled
1335 * Fix: Add missing URCU_TLS access to error_log_time
1336 * Fix: check userspace perf counter name when looking up contexts
1337 * Update maintainer section of the man pages
1338 * Update maintainer section of README.md
1339 * Fix: add README.md to documentation files
1340 * Fix: UST consumer sync all available metadata
1341 * Test: remove bogus argument from prove invocation
1342 * Fix: typo in pythong test Makefile
1343 * Fix: memory leak in libconfig
1344 * Add Python agent support
1345 * Fix: return EINVAL if agent registration fails
1346 * Use lttng-modules ABI version ioctl
1347 * Fix: syscall list ioctl number conflict
1348 * Update master ChangeLog with 2.5.1 release
1349
1350 2014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
1351 * Machine Interface added to lttng command line (--mi)
1352 * Java Log4j agent support (--log4j)
1353 * Kernel per syscall tracing
1354 * Multiple fixes.
1355
1356 2014-10-20 lttng-tools 2.5.1
1357 * Fix: handle sysconf possible negative returned value
1358 * Fix: channel deref. after NULL check in kernel consumer
1359 * Fix: check for kernel session metadata during init
1360 * Fix: incorrect cast in ust consumer assert
1361 * Fix: bad handling of incoming data in consumer thread
1362 * Fix: disable event for JUL domain
1363 * Fix: send disable ALL command code if event is *
1364 * Fix: make sure no index is in flight before using inactivity beacons
1365 * Fix: Parenthesize previous statement when adding conditions to a filter
1366 * Fix: parse_prob_opts return the actual success of the function
1367 * Fix: Man page typos
1368 * Fix: disable JUL event on destroy
1369 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
1370
1371 2014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
1372 * Fix: validate file path creds in autoload mode
1373 * Fix: change session file loading order
1374 * Fix: add Loading Sessions section to lttng-sessiond.8
1375 * Fix: add default session conf. dir to manpage
1376 * Fix: on session load, add it to the .lttngrc
1377 * Fix: clarify session conf. directory in man
1378 * Fix: filter error path could free invalid ptr
1379 * Fix: Create a lock file to prevent multiple session daemons
1380 * Fix: relayd stream set close_flag on stream close
1381 * Fix: ustctl_get_stream_id without UST support
1382 * Fix: avoid freeing invalid ptr in filter bytecode
1383 * Fix: get the stream_id when generating live beacons
1384 * Fix: use biggest subbuffer size for snapshot max-size
1385 * Fix: Possible memory leak when multiple config files are loaded
1386 * Fix: Clamp verbosity value read from config file
1387 * Fix: Unchecked strdup return values in set_option
1388
1389 2014-06-27 lttng-tools 2.5.0-rc2
1390 * Test: add JUL disable event tests
1391 * Fix: disable JUL event on UST side
1392 * Fix: accept override flag even without a load path
1393 * Fix: bad error code path when loading session
1394 * Fix: set session in output mode if URL are set afterwards
1395 * Fix: add a kernel context list to the channel
1396 * Fix: Add vpid, vppid and vtid info in add-context help
1397 * Fix: wrong behavior of save command when no session name is provided
1398 * Fix: missing context type string in save for ust context
1399 * Fix: wrong casting of return value
1400 * Fix: add dependency to libcommon for python binding
1401 * Fix: remove the default GIT_VERSION
1402
1403 2014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
1404 * Save/load session feature
1405 * Daemon configuration file support
1406 * UST perf counter support with add-context
1407 * Kernel tracer probe user define list
1408 * Multiple fixes! The diff is just too big to put here.
1409
1410 2014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
1411 * Fix: Create a lock file to prevent multiple session daemons
1412 * Fix: relayd stream set close_flag on stream close
1413 * Fix: ustctl_get_stream_id without UST support
1414 * Fix: get the stream_id when generating live beacons
1415 * Fix: missing include for getpwuid()
1416 * Fix: add a get HOME dir fallback to getpwuid
1417 * Fix: don't set enabled flag is session start fails
1418 * Fix: logger name dropped from filter condition when loglevels are used
1419 * Fix: memory leak in lttng_enable_event_with_exclusions
1420 * Fix: check malloc return value
1421 * Fix: static array larger than necessary
1422 * Fix: set session in output mode if URL are set afterwards
1423 * Fix: Add vpid, vppid and vtid info in add-context help
1424 * Fix: alignment problems on targets not supporting unaligned access.
1425 * Fix: possible use after free in consumer
1426 * Fix: improve and update lttng.h comments
1427 * Fix: JUL filtering for event *
1428 * Fix: deny overwrite mode and num subbuf less than 2
1429 * Fix: remove bad option in enable channel --help
1430 * Fix: implicit conversion from enumeration
1431 * Fix: clarify man page lttng.1
1432 * Fix: Copy-pasted PERROR messages may be misleading
1433 * Fix: incorrect printf format
1434 * Fix: handle ENOENT when creating a kernel event
1435 * Fix: move JUL filter creation to a function
1436 * Fix: JUL filtering done on the UST level
1437 * Fix: Don't include the binary in the live test's EXTRA_DIST
1438 * Fix: add JUL filter to UST event on logger_name
1439 * Fix: Racy event validation in tests
1440 * Fix: rework utils_parse_size_suffix
1441
1442 2014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
1443 * Fix: don't delete stream from connection recv list
1444 * Fix: use after free of a relayd stream
1445 * Fix: don't print stream name in error message
1446 * Fix: take session list lock when listing tp
1447 * Fix: add consumer wake up pipe to avoid race
1448 * Fix: don't spawn relayd if URL is provided
1449 * Fix: don't ask data pending if session was not started
1450 * Fix: missing test file in EXTRA dist
1451 * Fix: allow empty URL for live session creation
1452 * Fix: missing valid return code when adding an URI to consumer
1453 * Fix: syntax error in lttng.1
1454 * Fix: check relayd fd leak in lttng cmdline
1455 * Fix: remove unused tp in high-throughput test
1456 * Use autoconf AM_MAINTAINER_MODE.
1457 * Fix: clang 'constant-out-of-range-compare' warning
1458 * Fix: Unchecked session pointer when destroying a connection in relayd
1459
1460 2014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
1461 * Fix: improve lttng with live by spawning relayd
1462 * Fix: relayd should listen for viewers on localhost only by default
1463 * Fix: handle loglevel range ALL in list command
1464 * Tests: add JUL test for multiple loglevel
1465 * Fix: index JUL event by name *and* loglevel
1466 * Fix: JUL to enable user and root tracepoints
1467 * Fix: handle the registration done command for JUL
1468 * Test fix: use temp file sync. of test app
1469 * Fix: keep metadata channel attr in UST session
1470 * Tests fix: Missing waitpid in fork test
1471 * Fix: add loglevel type to lttng list <name>
1472 * Fix: minor rephrasing of the lttng.1 man page
1473 * Fix: Warn user if JUL port is already being used
1474 * Fix: add some sane default values to --live opt
1475 * Fix: possible NULL deref. in sessiond error path
1476 * Fix: flag that kernel streams FDs has been sent
1477 * Fix: forbid session name creation if contains /
1478 * Fix: don't start session if no channel
1479 * Fix: add missing relayd option to man page
1480 * Fix: report error if consumer can't be spawned
1481 * Fix: lttng list -u <name> should only list UST
1482 * Fix: kernel channel destroy on consumer if sent
1483 * Fix: only create UST metadata on start trace
1484 * Revert "Fix: wrong condition on startup for low-activity streams"
1485 * Fix: missing big endian conversion for one index field
1486 * Fix: wrong condition on startup for low-activity streams
1487 * Fix: perror on index directory creation error
1488 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
1489 * Fix: consumerd errors on exit
1490 * Fix: scanf unbounded input
1491 * Fix: miscellaneous memory handling fixes
1492 * Fix: add missing VALGRIND ifdef checks and documentation
1493
1494 2014-02-14 lttng-tools 2.4.0-rc5
1495 * Fix: steal channel key in the consumer to avoid race
1496 * Fix: change ERR statement to DBG in kernel read subbuffer
1497 * Fix: handle snapshot ENODATA in live timer
1498 * Fix: relayd leak on error in consumer splice()
1499 * Fix: protect close_write_flag with the rotation lock
1500 * Man: clarify loglevel for JUL domain
1501 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
1502 * Fix: bad indentation of lttng list in man page
1503 * Fix: wrong data structure used in commit df41f83
1504 * Fix: add missing optional dependency to babeltrace in README
1505 * Fix: cleanup inconsistent use of spaces/tabs in README
1506 * Fix: only set the new_streams flag if a viewer is attached
1507 * Fix: lttng-live documentation
1508 * Fix: remove dead code in relayd live code
1509 * Fix: use after free error code path
1510 * Fix: wrong sizeof argument in live viewer create session
1511 * Fix: zero out the reply structure in viewer_connect
1512 * Fix: write index only if fd is valid
1513 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
1514 * Fix: memory/fd leak when cleaning streams in channel
1515 * Fix: destroy streams in consumer del channel
1516 * Fix: add missing urcu wfqueue headers in relayd
1517 * Fix: in lttng_read/write deny count bigger than the possible returned value
1518 * Fix: fd leak when closing metadata stream
1519 * Fix: read subbuffer mmap/splice signedness issue
1520 * Doc: live protocol clarifications
1521 * Fix: remove unused create_viewer_session option
1522 * Fix: don't sleep(1) on the consumer ready flag
1523 * Fix: free viewer session in connection_free()
1524 * Fix: add missing ctf trace delete before destroy
1525 * Fix: don't delete ctf trace while in snapshot mode
1526 * Fix: add flag to create session command and fix tests
1527 * Fix: cleanup indef guards following the rename
1528 * Fix: merge issue with thread quit pipe
1529 * Fix: use uint32_t for metadata_flag in viewer's ABI
1530 * Fix: check for new streams in all attached sessions
1531 * Fix: Move static functions up in the code
1532 * Fix: allow attach command to multiple sessions
1533 * Fix: handle session hang up in get_new_streams
1534 * Fix: force the client to create a viewer session before attaching
1535 * Fix: Namespace lttng-viewer-abi
1536 * Fix: relayd connection object refactor
1537 * Fix: big relayd cleanup and refactor
1538 * Fix: code refactoring of viewer streams in relayd
1539 * Fix: handle new streams in live mode in relayd
1540 * Fix: notify the viewer if new streams got added
1541 * Fix: send the streams sent message after metadata
1542 * Add extern C to the health-check header
1543 * Fix: memory leak in unit test
1544 * Man: add JUL DOMAIN section to lttng.1
1545 * Fix: handle invalid URL passed to lttng_create_session_live
1546 * Fix: add --jul-tcp-port to sessiond man page
1547 * Fix: measure UST clock offset with best sample (v2)
1548 * Fix: remove free in unit test not needed anymore
1549 * Fix: relay create session for version before 2.4
1550 * Fix: memory leak when UST events are enabled with exclusions
1551
1552 2014-01-29 lttng-tools 2.4.0-rc4
1553 * Fix: add -b, --background option
1554 * health check tests: test relayd and consumerd
1555 * tests: Add stop_lttng_relayd_nocheck
1556 * Fix: add missing JUL loglevel handling
1557 * relayd: add testpoints
1558 * relayd: use same pipe for live and main
1559 * Cleanup relayd live comment
1560 * Fix: relayd: add LPOLLERR to events
1561 * Fix: relayd: notify parent of readiness when all threads ready
1562 * Fix: tests: start relayd in background mode (-b)
1563 * lttng-relayd: implement background cmd line option
1564 * sessiond: add missing testpoints
1565 * tests: use --background for session daemon
1566 * sessiond: add --background argument
1567 * Use lib common daemonize
1568 * Fix: sessiond: wait for health check readiness
1569 * Fix: relayd: initialize lttcomm inet
1570 * Consumer: add testpoints
1571 * Fix: consumerd: HT init/teardown with program
1572 * Cleanup: lttng-ctl-health comment
1573 * Add daemonize() to libcommon
1574 * Fix: tests: wait for consumerd to complete
1575 * Fix: consumerd: use DBG rather than DBG2
1576 * Fix: consumerd: only return readiness when health is ready
1577 * Fix: consumerd should initialize lttcomm
1578 * Fix health check: signal parent before exit testpoint
1579 * Test health: add test_thread_ok
1580 * health check: change --relayd-path arg to --relayd-path=arg
1581 * relayd: add LTTNG_RELAYD_HEALTH env var
1582 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
1583 * Fix: zero out data structure before using it
1584 * Fix: delete metadata stream before destroying it
1585 * Fix: report to client when snapshot will be empty
1586
1587 2014-01-14 lttng-tools 2.4.0-rc3
1588 * Fix: metadata stream should be always flagged as ready
1589 * Fix: wrong check before destroying the viewer metadata stream
1590 * Fix: race with the viewer and readiness of streams
1591 * Fix: missing reset when listing UST fields for multiple PIDs
1592 * Fix: filter: check binary op nesting
1593 * Fix: relayd cmd line option for live port
1594 * Fix: remove break in epoll loop of apps. thread
1595 * Fix: wrong comment in snapshot public API
1596 * Fix: clear the CTF traces when all the streams are closed
1597
1598 2013-12-10 lttng-tools 2.4.0-rc2
1599 * Fix: close connection on incompatible version check
1600 * Fix: fields alignements in live protocol
1601 * Tests: add regression test for Java JUL support
1602 * Fix: possible use after free
1603 * Fix: remove unused code in session daemon
1604 * Fix: string format with unsigned value
1605 * Fix: remove useless assert
1606 * Fix: bad logical check of error codes
1607 * Fix: resource leak in enable-event command
1608 * Fix: unchecked return value in ust app delete
1609 * Fix: dereference after null check in UST registry
1610 * Fix: Resource leak in ust registry
1611 * Fix: backported from urcu commit 92af1a30
1612 * Tests: fix racy tests and misleading output messages
1613 * Tests: fix bad argument parsing in test app
1614 * Fix: remove assert on fd in the read/write layer
1615 * Fix: missing lock/unlock when sending index
1616 * Fix: update back the metadata len sent on failure
1617 * Fix: don't fail on push metadata if no channel
1618 * Rename LTTng index in CTF index
1619 * Fix: set the enable all event command type
1620 * Fix: implicit conversion of enum types in sessiond
1621 * Fix: implicit conversion of enum types in consumer
1622 * Fix: comparison of unsigned enum expression >= 0
1623 * Fix: comparison of unsigned value agains < 0
1624 * Fix: create a fast and a long UST snapshot test
1625 * Tests: fix racy UST snapshot post mortem test
1626 * Tests: remove useless sleep when spawning sessiond
1627 * Add travis-ci configuration file
1628 * Add libuuid as dependency in README
1629 * Tests: add valid test cases to test_utils_expand_path
1630 * Tests: add symlink tests for test_utils_expand_path
1631 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
1632 * Fix: comment indentation
1633 * Add missing copyright to utils.c
1634 * Fix: use non block waitpid to lookup child state
1635
1636 2013-11-15 lttng-tools 2.4.0-rc1
1637 * Live streaming support
1638 * Health check support in consumer and relayd
1639 * Event exclusion support
1640 * Java Util Logging support
1641 * Multiple fixes! The diff is just too big to put here.
1642
1643 2013-11-13 lttng-tools 2.3.1
1644 * Fix: typo in --sig-parent help
1645 * Fix: application SIGBUS when starting in parallel with sessiond
1646 * Fix: missing LTTNG_OK return value for snapshot
1647 * Fix: arguments in the wrong order for fd-limit
1648 * Fix: Some corrections to the lttng man page
1649 * Fix: recv creds comm should handle partial receive
1650 * Fix: set app socket timeout just after accept()
1651 * Fix typo in lttng snapshot add-output example of lttng(1)
1652
1653 2013-09-03 lttng-tools 2.3.0
1654 * Fix: remove periodical flush test from make check
1655
1656 2013-08-30 lttng-tools 2.3.0-rc3
1657 * Fix: hashtable: take split_count_order into account
1658 * Fix: remove wrong doing asserts in sessiond
1659 * Tests: fix periodical flush tests to stop app
1660 * Fix: correctly close metadata on sessiond thread shutdown
1661 * Fix: delete the trace directory used for the test
1662 * Fix: remove bad check after epoll wait in consumer
1663 * Fix: missing data pending signess conversion
1664 * Fix: consumer data pending for empty streams
1665 * Fix: hash table growth (for small tables) should be limited (v2)
1666 * Fix: run_as gid/uid test should return result to parent
1667 * Fix: missing check for metadata data pending
1668 * Tests: change buffers UID test to PID
1669 * Tests: fix health tests to use custom socket timeout
1670 * Fix: remove health test from fast regression
1671 * Use socket timeout value for tcp timeout if available
1672 * Fix: set the health delta tcp timeout aware
1673 * Get the maximum TCP timeout in sessiond
1674 * Fix: don't report error if UST app dies
1675 * Fix: support VPATH build for tests
1676 * Improve comments after review
1677 * Rename consumer socket fd to fd_ptr
1678 * Lock consumer data before fd check during destroy
1679 * Use single callsite for send/recv ops. for consumer in sessiond
1680 * Use consumer fd reference in consumer socket obj
1681 * Update bash completion
1682 * Add --list-commands option to the snapshot command
1683 * Reorder functions _lttng_cmd_* functions in bash completion
1684 * Use parse_size_suffix in snapshot
1685 * Fix: snapshot record error handling
1686 * Fix: improve error message when UST support is disabled
1687 * Fix: add missing short filter option in help
1688 * Fix: typo in configure.ac for version check
1689 * Fix: remove calibrate syscall option from code
1690 * Fix: snapshot should fail if no successful snapshot is taken
1691 * Fix: check UST float field mantissa length
1692 * Fix: add UST context in the same order the user enabled them
1693 * Introduce configure --with-lttng-system-rundir
1694 * Add .dirstamp to gitignore file
1695 * Fix: snapshot with multiple UIDs
1696 * Prepare for automake deprecation of missing subdir-objects
1697 * Fix: typos in --help and manpage
1698 * Fix: add-context without -c apply to all channels
1699 * Fix: channels can be _enabled_ after tracing is started, but not created
1700 * Fix filter parser segmentation fault with bison 3.0
1701 * Fix: typo in error msg
1702 * Fix: imprecise error message about root sessiond/tracing group
1703 * Fix: don't skip chmod if tracing group is not found
1704 * Tracepoint probes don't need extern C
1705 * Fix: Snapshot should be taken asap in core handler script
1706 * Fix: reset out_fd_offset when we rotate the trace file
1707 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
1708 * inet/inet6 sockets: apply timeout
1709 * Implement timeout for connect ipv4/ipv6
1710 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
1711 * bash completion: add calls to _lttng_complete_sessions
1712 * bash completion: Fix copy-paste typo
1713 * Extras: Remove deprecated consumer commands in bash completion
1714 * bash completion: Remove underscores in handler function names
1715 * bash completion: Remove --event for add-context
1716 * Update gitignore
1717 * relayd: use version macros from build rather than scanf
1718 * sessiond: use version major/minor from build for communication with relayd
1719 * build: export major/minor/patchlevel numbers
1720 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
1721 * Test: enable kernel events after start
1722 * Fix: kernel ctl error codes are based on errno
1723 * Fix: format string mismatch
1724 * test: test_periodical_metadata_flush shrink timer period, kill app
1725 * Fix: format string type mismatch
1726 * snapshot howto: update text
1727 * Add snapshot howto
1728
1729 2013-07-19 lttng-tools 2.3.0-rc2
1730 * Add core-handler README to dist tarball
1731 * extras: core-handler: simplify, allow usage from tracing group
1732 * Cleanup: add missing dot
1733 * Fix: documentation: create name and options
1734 * Add core dump snapshot handler script
1735 * Fix: sym name len (kernel)
1736 * Fix: tests: provide channel name when a non-default channel exists: per-pid
1737 * Fix: tests: provide channel name when a non-default channel exists
1738 * Fix: data pending race
1739 * Fix hang in make check snapshots/test_ust
1740 * Cleanup: ust-consumer: wrong indentation
1741 * Fix: print dots while waiting for data availability
1742 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
1743 * Fix: (slight UI change) refuse missing -c if non-default channel exists
1744 * Fix: push metadata on stop for per-UID buffers
1745 * README: update python documentation
1746 * Manpage: other layout cleanups
1747 * Manpage: cleanup layout of view
1748 * Manpage: cleanup layout of version
1749 * Manpage: cleanup layout of stop
1750 * Manpage: cleanup layout of start
1751 * Manpage: cleanup layout of snapshot
1752 * Manpage: cleanup layout of set-session
1753 * Manpage: cleanup layout of list
1754 * Manpage: cleanup layout of disable-event
1755 * Manpage: cleanup layout of disable-channel
1756 * Manpage: cleanup layout of enable-event
1757 * Manpage: cleanup layout of enable-channel
1758 * Manpage: cleanup layout of destroy
1759 * Manpage: cleanup layout of create
1760 * Manpage: cleanup layout of calibrate
1761 * Manpage: cleanup layout of add-context
1762 * Documentation: create --snapshot in manpage
1763
1764 2013-07-17 lttng-tools 2.3.0-rc1
1765 * Fix: add missing snapshot header to dist tarball
1766 * Documentation: fix thread quit pipe comment
1767 * Test for presence of bison and flex when building from git
1768 * Test UST snapshot with large metadata
1769 * Add test application with large metadata
1770 * Cleanup: remove redundant assignment
1771 * Fix: use per-uid buffer registry for UID buffer snapshots
1772 * cmd.c: fix typos in snapshot commands
1773 * Test snapshot per-uid post-mortem
1774 * Remove leftover fprintf
1775 * Fix deadlock: don't take channel lock in timer
1776 * Introduce channel timer lock
1777 * document lttng_ustconsumer_request_metadata locking constraints
1778 * consumer: remove unused lttng_ustconsumer_push_metadata
1779 * Document metadata_socket_lock nesting
1780 * lttng_ustconsumer_recv_metadata does not need all those locks
1781 * document metadata_switch_timer() deadlock
1782 * Fix: add missing metadata socket lock
1783 * document metadata_switch_timer() locking constraints
1784 * consumer: remove timeout for UST metadata
1785 * Introduce pipe for UST metadata cache and stream
1786 * consumer: replace DBG2() instances by DBG()
1787 * Introduce utils_create_pipe_cloexec_nonblock()
1788 * ust consumer: data_pending check is endpoint active
1789 * Fix: kernel consumer: data_pending check if endpoint active
1790 * consumer: explicitly set endpoint status to active at init
1791 * document consumer_metadata_cache_flushed use of consumer_data.lock
1792 * consumer: introduce channel lock
1793 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1794 * Fix: update lttng snapshot help output
1795 * Man: fix part of snapshot documentation
1796 * Fix: set tracefile size test with PID buffers
1797 * Fix: Babelstats fail to parse output with no process name or pid
1798 * Missing NULL pointer init in tap.c
1799 * Fix: Unchecked asprintf/vasprintf return values
1800 * Add snapshots test to fast regression
1801 * Fix: kernel data unit test
1802 * Fix: snapshot returned valid LTTNG_ERR code
1803 * Add the number of snapshot taken to the output path
1804 * Fix: RCU read side lock unbalanced
1805 * Fix: zeroed snapshot output at init
1806 * Support del-output with an output name
1807 * Update man page with snapshot command
1808 * New UST default buffers is now per UID
1809 * Bump UST ABI major version for 2.3 release
1810 * Add snapshot mode to lttng list session
1811 * Fix: support temporary snapshot max size and name
1812 * Support snapshot max-size limitation
1813 * Tests: per-UID UST snapshot
1814 * Fix: snapshot support for UST and kernel in same session
1815 * Implement lttng create --snapshot command
1816 * Add create session snapshot API in lttng-sessiond
1817 * Add snapshot output init call that uses URIs
1818 * Fix: consumer err_sock cloexec
1819 * Callsite: add "ip" context
1820 * Fix: possible consumer sockets double close on cleanup
1821 * Automatically load kvm-x86 and kvm-x86-mmu probes.
1822 * Fix: consumer: use uint64_t for all sessiond_id
1823 * Fix: add gpl and lgpl files to tarball
1824 * Fix: don't install libtap system wide
1825 * Fix: close consumer sockets in sessiond cleanup
1826 * Fix: set globally visible flag to kernel stream
1827 * Fix: lttng: memory leak in snapshot record command
1828 * Fix: kernel-consumer: double-close
1829 * Fix: consumer: incorrect size zmalloc
1830 * Fix: don't try to send stream to relayd if not in streaming
1831 * Fix: relayd refcount updates for stream
1832 * Fix: don't send error to sessiond on orderly shutdown
1833 * Fix: bad pathname used when sending kernel stream to relayd
1834 * Fix: add globally visible flag in stream
1835 * Fix: destroy metadata stream on setup metadata error path
1836 * Fix: send kernel stream to relayd only if needed
1837 * Fix: destroy streams for kernel snapshot sessions as well
1838 * Fix: close and destroy metadata stream after a kernel snapshot
1839 * Fix: print errno message on connect() error
1840 * Fix: possible double-close on stream out_fd
1841 * Fix: session ID signess to uin64_t in sessiond
1842 * Tests: fix validation trace path in kernel snapshot
1843 * Tests: Add UST snapshot local and streaming
1844 * Add UST snapshot support
1845 * Fix: consumer_add_relayd_socket() report errors to sessiond
1846 * Fix: add missing enum lttcomm_return_code entries
1847 * Fix: UST per-UID channels persist across application teardown
1848 * Fix: kernel snapshot metadata handling and error paths
1849 * Fix: coding style and debug statement
1850 * Fix: put subbuffer back in kernel snapshot error path
1851 * Fix: overflow in uri_to_str_url
1852 * Fix: detect the correct version of LTTng-UST
1853 * Fix: sessiond: use uint64_t for all session ids
1854 * Tests: add kernel snapshot streaming to root regression
1855 * Tests: remove debug output from test
1856 * Tests: Add kernel snapshot streaming
1857 * Fix: use snapshot consumer output for kernel
1858 * Fix: periodical flush check trace before stop
1859 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
1860 * Fix UST channel/stream output assignation
1861 * Fix: send per-pid session id in channel creation
1862 * Fix: consumer double-close on error
1863 * Update URCU detection to correctly check for a 0.7 version
1864 * Fix: snapshot path
1865 * Add utils function to format current time as a string
1866 * Fix: set hidden attribute to utils_* calls
1867 * Fix: consumer handling of metadata for relayd
1868 * Add kernel snapshot support
1869 * Support flight recorder mode for a session
1870 * Implement snapshot commands in lttng-sessiond
1871 * Add snapshot command to lttng UI
1872 * Initial import of the snapshot ABI/API in lttng-ctl
1873 * Use the consumer stream API in consumer_del_stream()
1874 * Add consumer-stream.c/.h in libconsumer
1875 * Move multiple URLs parsing fct from lttng-ctl to uri.c
1876 * Add a lttng-ctl header to facilitate code separation
1877
1878 2013-06-25 lttng-tools 2.2.0 (National Catfish Day)
1879 * STABLE VERSION
1880 * Fix: if relayd is unreachable, disable consumer for the session
1881 * Fix: possible infinite loop in disable ust event
1882 * Fix: don't enable a channel if a session was already started
1883 * Fix: bad type for the relayd id
1884 * Fix: add debug statement in kernel flush metadata
1885 * Fix: destroy default created channel if add-context fails
1886 * Fix: clarify tracefile size/count in lttng.1 man
1887 * Fix: don't stop a session that was not previously started
1888 * Fix: update lttng.1 man page
1889 * Fix: bad protocol flow between sessiond and consumerd
1890 * Fix: kernel memory leak in error path
1891
1892 2013-06-20 lttng-tools 2.2.0-rc3
1893 * Multiple memory and fd leak fixes in sessiond and consumerd
1894 * Test: stress test added to the repository but not in make check
1895 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
1896 * Implement health check for app registration dispatch
1897 * Implement health check for app notification thread
1898 * Revert "Improve channel listing output format"
1899 * Fix: use lttng pipe to send new stream to thread
1900 * Change consumer_metadata_pipe to be a lttng_pipe
1901 * Change consumer_data_pipe to be a lttng_pipe
1902 * Add wrappers for pipe
1903 * Add --version command-line option to lttng.
1904 * Add --with-lttng-ust-prefix config option.
1905 * Fixes from coverity scan.
1906 * Stability fixes
1907 * RCU hash table are now destroyed in a seperate thread in sessiond
1908
1909 2013-05-09 lttng-tools 2.2.0-rc2
1910 * Fix: split UST per UID/PID default values
1911 * Fix: don't start the relayd with a wrong --output dir
1912 * Fix: Erroneous automatic session name when streaming
1913 * Fix: wrong data port when listing session's URI
1914 * Fix: don't create a channel on an enable channel
1915 * Tests: Add missing test_utils_parse_size_suffix to unit tests
1916 * Fix: print lttng strerror on enable event with filter
1917 * Fix: change relayd protocol version to 2.2
1918 * Fix: reset current size for tracefile rotation
1919 * Fix: remove extra -I for python bindings
1920 * lttng UI: round up trace file size to subbuf size if needed
1921 * Fix lttng UI: fix arg parsing, round size to next power of two
1922 * Fix: check errors in lttng command argument values
1923 * Implement get_count_order in lttng utils
1924 * lttng cli: Accept human readable sizes for --subbuf-size
1925 * Unit tests: don't rebuild units under test
1926 * Fix: consumerd metadata channel/cache/timer races
1927 * Fix: consumerd channel destroy race
1928 * Cleanup: document RCU read-side lock better
1929 * consumer relayd interaction: fix segfaults
1930 * Fix: change order of fd get to fix error path
1931 * Fix: fd leak when creating UST metadata channel
1932 * Fix: fd leak on error
1933 * Fix consumerd fd leak
1934 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
1935 * rculfhash: check for callers from RCU read-side C.S.
1936 * Fix: don't call hash table destroy under rcu read-side c.s.
1937 * Documentation: import updated comments from urcu
1938 * Fix: segfault in buffer_reg_channel_destroy()
1939 * Fix: add missing goto error in UST consumer
1940 * Fix: no need to use run_as_open in the relayd
1941 * Fix: typo in enable-channel man and help
1942 * Fix: add some missing hidden attribute
1943 * Fix: per-uid buffers should only be flushed once on stop
1944 * Cleanup: Use own mutex within timer setup/teardown
1945 * Fix: channel management thread should hold a refcount
1946 * Fix: move metadata cache setup before ownership passing
1947 * Fix: consumer metadata switch timer error handling
1948 * Fix: set ptr to NULL to suppress old gcc warnings
1949 * Fix: linking order of libraries
1950 * Fix: multiple type mismatch in debug statement
1951 * Fix: remove mention of trace directory layout in quickstart doc
1952 * Fix: remove unused path variables from session obj
1953 * Fix: update lttng.1 man and enable-channel help with read timer size
1954 * Fix: use channel per domain default values
1955 * Fix: typos in the code base
1956 * Fix: deny multiple event types with enable-event
1957 * Fix: deny the same port for data and control URL
1958 * Fix: reset consumer destination when changing URIs
1959 * Fix: don't allow different control and data destination
1960 * Fix: typos in error strings
1961 * Improve channel listing output format
1962 * Fix: enable-channel accepts mismatched option
1963 * Fix: validate buffer type for UST channel creation
1964
1965 2013-03-28 lttng-tools 2.2.0-rc1
1966 * Add UST per UID buffers support
1967 * UST metadata generation are created on the sessiond side
1968 * Move LTTng-UST buffer ownership from application to consumer
1969 * Add a UST registry of events and channel in the sessiond
1970 * UST periodical metadata flush
1971 * Refactor tests to use prove and tap
1972 * Support for trace file rotation for the relayd and on disk
1973 * Support per-context filtering
1974 * Add channel wakeup fd to monitor close
1975 * Deprecate enable/disable-consumer
1976 * Multiple fixes and memory leak fix.
1977
1978 2012-12-20 lttng-tools 2.1.0 (13th Baktun)
1979 * STABLE VERSION 2.1.0-stable - "Basse Messe"
1980 * Multiple minor fixes
1981 * Multiple memory and fd leaks
1982 * Fix: Off by one in seq num for data pending command
1983 * Fix: flag metadata stream on quiescent control cmd
1984 * Fix: prioritize control socket communication in relayd
1985 * Fix: poll and epoll fd set reallocation
1986 * Fix: add missing goto pending if data is inflight
1987 * Fix: remove ua_sess->started assert on stop trace
1988 * Set classes of traffic in high_throughput_limit
1989 * Fix: use the poll wait ret value when iterating on fd(s)
1990 * Fix: force the poll() return value to be nb_fd
1991 * Fix: Wrong check of node when cleaning up ht
1992 * Fix: set started flag of ust app after ustctl
1993 * Fix: memory leak in add relayd socket error path
1994 * Fix: add packed attribute to filter structure
1995 * Fix: Add missing health code update for consumer command
1996 * Add LTTNG_PACKED macro
1997 * Fix data pending for inflight streaming
1998 * Map session id of relayd and sessiond in consumer
1999 * Add the relayd create session command
2000 * Make the consumer sends a ACK after each command
2001 * Remove MSG_WAITALL on every recvmsg() socket typ
2002 * Fix: Add missing relayd ht cleanup and ht destroy
2003 * Fix: Relayd and sessiond version check
2004 * Fix: protect consumer_find_channel with rcu locking
2005 * Fix: don't steal key when adding a metadata stream
2006 * Consumer hold stream mutex for add stream
2007
2008 2012-12-03 lttng-tools 2.1.0-rc9
2009 * Fix: set the stream ht static in consumer file
2010 * Update sessiond man page with new env var
2011 * Update lttng.1 man page
2012 * Fix: enable-consumer for all domains missing dir
2013 * Fix: Add missing fct prototypes when disabling UST
2014 * Fix a typo in lttng-probe-module name
2015 * Assign values to enum lttcomm_sessiond_command
2016 * Fix: run health test only if root
2017 * Clarify empty string/NULL filter errors
2018 * Fix: add missing padding for UST filter
2019
2020 2012-11-22 lttng-tools 2.1.0-rc8
2021 * Fix: Uninit. variable in lttng view
2022 * Add already enabled UST event error code
2023 * lttng.h API update: set filter becomes enable event with filter
2024 * Change the UST event hash table match function
2025 * Pass lttng_event struct to the set_filter API call
2026 * Adding context to an event is no longer possible
2027 * Add UST overlap tests
2028 * Add filter sequence number to UST
2029 * Fix: Typo from a previous patch in an assert()
2030 * Fix: Warn if session is running with lttng view
2031 * Fix: Add bash requirement to README for make check
2032 * Fix: add the notion of domain to lttng.1 man page
2033 * Enable additional kernel probes
2034 * Update CodingStyle
2035 * Use the new functions for default subbuf sizes
2036 * Add default subbuf sizes getter functions
2037 * Add max() and min() macro in common
2038
2039 2012-11-13 lttng-tools 2.1.0-rc7
2040 * Fix: Add pointer check when freeing poll events
2041 * Fix: FD leak on thread error
2042 * Fix: Wrong fd used by kernel_wait_quiescent
2043 * Support new lttng-ust error code
2044 * Fix: Don't set filter if enable event fails
2045 * Fix: Wrong data port when listing session
2046 * Fix: Enable event after start command
2047 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
2048 * Add a timeout to UST application socket
2049 * Fix: Consumerd error socket connect race
2050 * Fix: Set CLOEXEC flag on every created sockets
2051 * Remove consumer poll timeout in data thread
2052 * Fix: RCU hash table seed
2053 * Fix: Do not install health tests helper libraries
2054 * Fix: Create default channel on add-context if none
2055 * Support new liblttng-ust-ctl error code
2056 * Fix: Add EPIPE error handling on buffer splice
2057 * Fix: Channel creation error return code was not set
2058 * Fix: Wrong poll events on UST application socket
2059 * Fix: Remove dependency to urcu-cds in tools tests
2060 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
2061 * Fix: Don't append datetime to default session name
2062 * Fix: Deny session creation name 'auto'
2063 * Fix: Add space for stream name CPU number
2064 * Fix: Add output option to enable-channel command
2065
2066 2012-11-02 lttng-tools 2.1.0-rc6
2067 * Tests: Add filtering tests for uncovered cases
2068 * Fix: Sync issue when deleting a data stream
2069 * Rename data_available to data_pending
2070 * Fix: consumer health state
2071 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
2072 * Fix: Bad return error code handling
2073 * Fix: Use after free() of the rundir string
2074 * Fix: Cleanup UST app session on ustctl create session error
2075 * Fix: add missing pthread_join in sessiond
2076 * Fix: free running directory string
2077 * Fix: UST app clean list node usage
2078 * Add liblttng-ctl destructor to cleanup memory
2079 * Fix: Cleanup URIs on teardown
2080 * Fix: relayd memleaks
2081 * Fix: Memory leaks of allocated URIs
2082 * Fix: consumer output memory leak on creation
2083 * Fix: missing addrlen initialization before accept(2)
2084 * Fix: relayd trace file padding memleak
2085 * Fix: Remove useless consumer subdir string concatenation
2086 * Fix: lttng create allocated path memleak
2087 * Fix: Cppcheck memleakOnRealloc mistake
2088 * Fix: Synchronization issue for data available command
2089 * Fix: consumer relayd cleanup on disconnect
2090 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
2091 * Fix: Possible memory leaks when creating filter IR root node
2092 * Fix: Delete stream on write error in consumer
2093 * Fix: Error handling when sending relayd sockets to consumer
2094 * Add stream lock comment for nesting
2095 * Fix: Mutex and RCU lock nesting in consumer
2096 * Fix: Uninitialized ret code
2097 * Fix: Remove bad condition and fix overflow issue
2098 * Fix: consumerd pthread error flow
2099 * Fix: Set a single return point and mutex unlock
2100 * Fix: Remove useless NULL and zero assignment
2101 * Fix: segfault on create session with two URLs
2102
2103 2012-10-22 lttng-tools 2.1.0-rc5
2104 * Fix: Remove network stream ID ABI calls
2105 * Tests: Add filtering tests
2106 * Wait for data availability when stopping a session
2107 * Relayd data available command support
2108 * Lib lttng-ctl data available command support
2109 * Consumer daemon data available command support
2110 * Add data structure for the data available command
2111 * Change the metadata hash table node
2112 * Make stream hash tables global to the consumer
2113 * Move add data stream to the data thread
2114 * Rename consumer threads and spawn them in daemon
2115 * Fix: relayd close stream command was not working
2116 * Fix: Relayd and consumerd socket leaks
2117 * Fix: Missing -ENODATA handling in the consumer
2118 * Fix: Empty metadata buffer(s) on HUP|ERR
2119 * ABI with support for compat 32/64 bits
2120 * Fix: Stream allocation and insertion consistency
2121 * Fix: output number of bytes written by relayd
2122 * Add hash table argument to helper functions
2123 * Fix: Add missing call rcu and read side lock
2124 * Tests: Fix LD_PRELOAD library lookup path for health tests
2125 * Fix: Add arbitrary wait period for kernel streaming test
2126 * Fix coding style and add/change debug statements
2127 * Fix: Build out of src tree
2128 * Tests: Add health check tests to configure
2129 * Tests: Add health check thread stall test
2130 * Tests: Add health check thread exit test
2131 * Tests: Add a health check utility program
2132 * Add testpoints in lttng-sessiond for each threads
2133 * New testpoint mechanism to instrument binaries for testing
2134 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
2135 * Fix: Metadata stream leak when received in consumer
2136 * Fix: consumer_allocate_stream error handling
2137 * Fix: consumer should await for initial streams
2138 * Fix: Missing rcu read side lock in consumer
2139
2140 2012-09-26 lttng-tools 2.1.0-rc4
2141 * Fix: Change sempahore to pthread conditions
2142 * Fix: relayd relay_send_version: handle sscanf return code
2143 * Fix relayd: NULL ptr deref
2144 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
2145 * Tests: add print bytecode to filter grammar test
2146 * Cleanup: assign values to bytecode opcodes
2147 * Fix: Filter: Fix allocation length error
2148 * Fix: Filter: add missing ast free
2149 * Tests: Add high throughput with bandwidth limits test
2150 * Fix: Returned code when listing kernel channel
2151 * Tests: Rename helper functions to have consistent names
2152 * Tests: Cleanup redundant code and use printing helper functions
2153 * Tests: Add helper functions for printing status and banner
2154 * Tests: Add a check for color support when printing status
2155 * Fix: Lib lttng-ctl on error returns lttng code
2156 * Fix: lttng_set_event_filter() was returning bad error code
2157 * Fix: printing [no write] on lttng list -uf
2158 * Fix: Disable event on filter error with lttng
2159 * Fix: Wrong returned error code on UST enable event
2160 * Add consumer commands to lttng.1 man page
2161 * Add lttng_health_check(3) man page
2162 * Fix: Remove LPOLLNVAL from consumer metadata revents
2163 * Fix: Mismatch of field name between ust and tools
2164 * Add the written value when listing fields
2165 * Fix: Consumer return value check after mmap/splice
2166 * Don't send the subbuffer padding for streaming
2167 * Fix: Returned error code in consumer on read buffer
2168
2169 2012-09-12 lttng-tools 2.1.0-rc3
2170 * Fix: Relayd fix ret value when adding a connection
2171 * Add new thread in consumer for metadata handling
2172 * Fix: consumer recv command error path
2173 * Fix filter: fix recent regressions
2174 * Update lttng-ust-abi.h from upstream lttng-ust
2175 * Fix: Accept bytecode of length 65536 bytes
2176 * Fix: Generation of bytecode longer than 32768 bytes fails
2177 * Fix: Filter bytecode alloc buffer size must be a power of 2
2178 * Add lttng-ctl SWIG python bindings
2179 * Add C++ support to API header files
2180 * Librarify filter in liblttng-ctl and hide symbols
2181 * Set hidden visibility for calls used in lttng-ctl
2182 * Notify the user if a filter is already enabled
2183 * Install lttng-error.h and include it in lttng.h
2184 * Add lttng-error.h containing every API err. code
2185 * Fix: missing hostname context
2186
2187 2012-08-22 lttng-tools 2.1.0-rc2
2188 * Fix: put back 2.0 output text for lttng create cmd
2189 * Fix: remove set subdir call that uses bad ptr
2190 * Filter: Handle the unary bitwise not operator (~) with an unsupported
2191 * Fix: missing mutex unlock on register consumer err
2192 * Remove underscore from ifndef of lttng.h
2193 * Remove unused define in lttng.h
2194 * Standardize lttng command line usage text
2195 * Merge duplicate code in consumer for destroy relayd
2196 * Merge duplicate code in consumer for add relayd
2197 * Fix: Possible buffer overflows in strncat() usage
2198 * Move code out of main.c and fix some issues
2199
2200 2012-08-17 lttng-tools 2.1.0-rc1
2201 * Feature: Network Streaming
2202 * Add the lttng-relayd binary for network streaming
2203 * Support user space tracer filtering
2204 * Multiple fixes
2205
2206 2012-04-19 lttng-tools 2.0.1
2207 * Fix: test script for kernel module validation
2208 * Fix: report error to client on consumerd error
2209 * Fix: add missing ht_destroy at consumer teardown
2210 * Fix: consumer fd recv thread should write into non-blocking pipe
2211 * Fix: work-around glibc __nptl_setxid vs clone hang
2212 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
2213 * Fix consumer lttng_consumer_poll_socket poll revents check bug
2214 * Fix: increase consumer open files limit
2215 * Update README: document dep on modprobe for kernel tracing
2216 * Fix: wait for sessiond to stop in tests
2217 * Fix: remove unused return variable
2218 * Don't report back error on syscalls fail for -a -k
2219 * Fix: destroy context hash table being NULL
2220 * Fix: make lttng expand path for trace output opt
2221 * Fix: return value signedness
2222 * Fix: man page environment variable name error
2223 * Fix: check return value on getenv USER
2224
2225 2012-03-20 lttng-tools 2.0.0
2226 * Fist STABLE version
2227 * Add version name: Annedd'ale
2228
2229 2012-03-20 lttng-tools 2.0.0-rc4
2230 * Fix: add small detail to enable-channel man page
2231 * Fix: warned of arbitrary time for ust-nprocesses test
2232 * Fix. add limitation to man page
2233 * Fix: minor changes to lttng.1
2234 * Fix: add exit values to lttng.1 man page
2235 * Fix: add delay before validating apps in test nproc
2236 * Fix: error handling in lttng enable-event
2237 * Fix: document structure init. to 0 in lttng.h
2238 * Fix: uninitialized variable
2239 * Keep track of FD used for UST applications (v2)
2240 * Fix: lttng view, error message and exit code
2241 * Small fixes to lttng man pages (v2)
2242 * Fix: handle EINTR for sendmsg syscall
2243 * Fix: lttng UI exit value and error message
2244 * Fix: session lock use after free
2245 * Fix kernel_list_events memleaks
2246 * Fix debug message use uninitialized variable
2247 * Fix: trace_ust_destroy_metadata should check for NULL pointer
2248 * Fix: various memleaks
2249 * Fix: hash table allocation out of order on error
2250 * fix: lttng_ht_destroy memleak
2251
2252 2012-03-16 lttng-tools 2.0.0-rc3
2253 * Fix: missing headers for make dist
2254 * Fix: install lttng-consumerd in lib/lttng/libexec/
2255 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
2256 * Fix: consumer CPU hotplug support
2257 * Fix: double PID registration race
2258 * Make libcompat independent not to confuse automake
2259 * Clarify the license of lttng-ust-abi.h
2260 * Fix: License header
2261 * Fix: wrong return value on consumer socket creation
2262 * Fix: test for UST invalid channel parameters at channel creation
2263 * Fix: recvmsg should handle EINTR
2264 * Fix: error.h non-static variables for liblttng-ctl
2265 * Fix: missing _GNU_SOURCE define
2266 * Fix: improve need root for kernel tracing error message
2267 * Fix: start/stop lttng message error
2268
2269 2012-03-02 lttng-tools 2.0.0-rc2
2270 * Fix: meaningful error message
2271 * Fix: UST consumer need to iterate on streams, just change their key
2272 * Fix: add missing rcu read lock across RCU HT iteration
2273 * Fix: kernel session closes fd 0 after create
2274 * Fix: sendmsg EPIPE should be quiet by default (expected)
2275 * Fix: thread_registration_apps should set its local sock to -1 when passing it
2276 * Fix: clock -> sock typo
2277 * Fix: consumer race: should allow reuse of FD key
2278 * Fix: Use PERROR all across lttng-tools, never make it quiet
2279 * Fix: test all close return values in sessiond
2280 * Fix: All perror turned into PERROR to show file and line number
2281 * Fix: large audit of close() use in sessiond main.c
2282 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
2283 * Fix: incorrect close of fd 0 for syscall kernel event destroy
2284 * Fix: sessiond has incorrect missing 0 value in FD check
2285 * Fix: sessiond app listening: use posix-compliant poll flags
2286 * Fix: consumer printf type should match ssize_t (%zd)
2287 * Fix: make ust consumer posix compliant for poll flags
2288 * Fix security permission on lttng run directory
2289 * Fix: Display right loglevel_type in error message
2290 * Fix documentation in lttng.h
2291 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
2292 * Fix: restart consumerd and sessiond when interrupted in poll()
2293 * Fix: handling bad channel when sending to consumer
2294 * Fix useless variable
2295 * Fix add-context returned error
2296 * fix: add missing break in command handling
2297 * fix: command handling: do not check domain for commands not requiring domain
2298 * fix: if tracing group does not exist, do not report a client error
2299 * Fix: run_as error handling
2300 * Fix usage note on -a
2301 * Revert FreeBSD compatibility layer
2302 * Fix: documented number of subbuffers is incorrect
2303 * Document that num-subbuf and subbuf-size need to be power of 2
2304 * Merge branch 'master' of git://git.lttng.org/lttng-tools
2305
2306 2012-02-20 lttng-tools 2.0.0-rc1
2307 * Fix lttcomm_close_unix_sock to actually close the socket
2308 * lttng-sessiond: Set group permissions explicitly
2309
2310 2012-02-16 lttng-tools 2.0-pre23
2311 * configure.ac: Fix consumerd64-libdir typo
2312 * Fix existing session daemon check
2313 * Fix missing session locks
2314 * Fix return value on ust app session create
2315 * Fix double start/stop trace
2316 * Fix ust app session started state on start trace
2317 * modprobe statedump, signal and timer lttng module
2318 * Fix hyphens in man pages
2319
2320 2012-02-14 lttng-tools 2.0-pre22
2321 * Add the bash-completion file to the dist tarball
2322 * Add the LICENSE file too
2323 * Package used for the Ubuntu LTS (feature freeze)
2324
2325 2012-02-13 lttng-tools 2.0-pre21
2326 * Fix licensing for hashtable/utils.c
2327 * Print loglevel value in list -u
2328 * Remove "<all> from MSG() when no loglevel is selected
2329 * Initial import of man lttng.1 and lttng-sessiond.8
2330 * Fix memory leak master
2331
2332 2012-02-09 lttng-tools 2.0-pre20
2333 * New lttng view command
2334 * Multiple loglevel fixes
2335 * Fix list command
2336 * Fix session syscall listing
2337 * Multiple fixes across the code base
2338
2339 2012-02-02 lttng-tools 2.0-pre19
2340 * Update lttng ust ABI/API copy
2341 * Implement UST calibrate and change default
2342 * Add MSG_WAITALL to recvmsg of sessiond-comm
2343 * Check kernel version for tests
2344 * Add a '--list-options' option to each command.
2345 * First import of extras/ with lttng bash completion
2346 * Remove default defines from lttng.h
2347 * Fix lttng sessiond spawn wait race
2348 * Add CMD_WARNING error code
2349 * Fix context mapping for UST and kernel
2350 * Add kernel work-around for boot_id
2351 * Rewrites lttng-ctl's set_session_daemon_path
2352 * Fix memory lean in all lttng cli commands
2353 * Update loglevel ABI
2354 * Add padding to all ABIs for future development.
2355 * Improve error handling of lttng cli
2356 * Multiple fixes across the code base (nothing critical)
2357
2358 2012-01-23 lttng-tools 2.0-pre18
2359 * Complete change of the source directory tree
2360 * Move compat to common and create an internal lib
2361 * Rename lttngerr.h to error.h
2362 * Add kernel module version validation
2363 * Add UST version validation
2364 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
2365 * Fix off-by-one and double list size instead of steady increment
2366
2367 2012-01-19 lttng-tools 2.0-pre17
2368 * Add and support the new hash table library
2369 * Add lttng hash table support to liblttng-consumer
2370 * RCU support for consumer's hash tables
2371 * UST consumer close shm fd after mapping it
2372 * Remove CLONE_VM flag for runas making gdb debugging impossible
2373 * Make MSG() print on stdout instead of stderr
2374 * Don't init kernel tracer if not root (UID=0)
2375 * Multiple fixes found when reaching max. number of open files
2376 * Add some UST tests
2377 * Multiple segfaults and assert error fixed
2378
2379 2011-12-23 lttng-tools 2.0-pre16
2380 * Per-user lttng-sessiond now fully functionnal
2381 * Fix nested double usage of hashtable iterators
2382 * Support creds passing between lttng and sessiond
2383 * Rename sessiond internal "uid" fields to "id"
2384 * Create all trace directories and files with client user credentials
2385 * Create output directory at session creation command
2386 * Only allow the user or group owning the session (or root) to control a session
2387 * Add disable kernel tracing option to sessiond
2388
2389 2011-12-13 lttng-tools 2.0-pre15
2390 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
2391 * UST consumer 32/64 bit support
2392 * Multiple bug fixes
2393 * Multiple segfault, race and double lock fixes
2394 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
2395 * UST loglevel support
2396 * ABIs now support 256 char event names
2397 * Dependency on libpopt >= 1.13
2398 * Dependency on URCU >= 0.6.7
2399 * Rename kernel-ctl.c/.h to kernel.c/.h
2400 * Change malloc to zmalloc in lttng-sessiond code
2401 * RCU hashtable support for all UST data structure
2402 * New libconsumer for UST, kernel and one generic
2403 * Change "--all" option from lttng command line
2404 * Remove function entry option to discourage its use
2405
2406 2011-09-30 lttng-tools 2.0-pre14
2407 * Syscall tracing support
2408 * Multiple bug fixes (nothing critical)
2409 * Add userspace RCU hash table to tree for dev
2410 * Update UST ABI
2411 * Fix epoll that did not handle EINTR
2412 * Liburcu >= 0.6.5 is needed from this release
2413 * Enabling all events also enable syscall tracing
2414 * Debug messages are now on stderr
2415 * Add basic data structure for UST support but not ready yet.
2416
2417 2011-08-25 lttng-tools 2.0-pre13
2418 * Memory leaks fixes and double lock list
2419 * Add UST registration with sychronisation
2420 * Use poll/epoll compatibility layer for the sessiond
2421 * Major code cleanup of ltt-sessiond/main.c
2422 * Increase listen() connexion limit
2423 * Fix bad enable-channel command
2424 * Rename trace.c/.h to trace-kernel
2425 * Multiple fixes on the poll management with the new epoll API
2426
2427 2011-08-25 lttng-tools 2.0-pre12
2428 * Multiple fixes
2429 * Fix kconsumerd handling custom channel output
2430 * Add lttng_register_consumer to register a custom consumer
2431 * Add multiples tests of the session daemon
2432 * Default kernel channel size/number changed
2433 * Support for UST application registration
2434 * Import LTTng UST 2.0 ABI
2435 * Send data to kconsumerd before tracing start
2436 * Export API of lib kernel consumer (liblttngkconsumerd)
2437
2438 2011-08-12 lttng-tools 2.0-pre11
2439 * New lttng API using the lttng_handle
2440 * Multiple fixes of kernel consumer
2441 * Register the consuming function and add a library context
2442 * Kernel consumer fix mmap/munmap
2443 * lttng-sessiond-comm header has been privatize
2444 * Kernel traces are written in the kernel/ directory
2445 * Add underscore to enable-channel command options
2446
2447 2011-07-29 lttng-tools 2.0-pre6
2448 * Fix enable multiple events
2449 * Add function entry feature
2450
2451 2011-07-28 lttng-tools 2.0-pre5
2452 * Fix Add context command
2453 * Fix auto session path creation
2454 * Fix bad strncmp at channel creation
2455
2456 2011-07-23 lttng-tools 2.0-pre4
2457 * Fix kprobe attributes
2458 * Fix channel creation when not found at event enable
2459 * Add safe list iteration
2460 * Add two tests into the git tree
2461 * Kernel consumer can be put in debug mode with -vv
2462 * Trace path is now created on the client side
2463
2464 2011-07-23 lttng-tools 2.0-pre3
2465 * Fix perf hw cache counter config values
2466
2467 2011-07-22 lttng-tools 2.0-pre2
2468 * Multiple fixes
2469 * New add-context options for perf counter and context
2470 * Using the install bin path from autotool for execl() call
2471 * Update quickstart guide
2472
2473 2011-07-20 lttng-tools 2.0-pre1
2474 * First prerelease of lttng-tools.
2475 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.117461 seconds and 4 git commands to generate.