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