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