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