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