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