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