Fix: Handle EINTR of waipid in run-as worker
[lttng-tools.git] / ChangeLog
CommitLineData
308a0a2d
JG
12015-09-18 lttng-tools 2.7.0-rc2
2 * Fix: Check use_clone() instead of worker in run_as
3 * Fix: Perform rcu barrier before tearing down the run-as worker
4 * Fix: Handle hang-up gracefully in run-as
5 * Fix: Only log app handle release on failure
6 * Fix: shm-path: handling of snprintf return value
7 * Fix: Wrong format specifier used in debug statement
8 * Tests: Swap usages of pidof for pgrep --full
9 * Tests: indefinitely wait for shm buffers to be unlinked
10 * Fix: Hide run-as functions
11 * Fix: Hide sessiond-comm functions
12 * Cleanup: remove duplicated implementation of rculfhash
13 * Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
14 * Fix: libc internal mutex races with run_as
15 * Fix: Hide readwrite symbols in common lib
16 * Fix: Hide pipe symbols in common lib
17 * Fix: Hide daemonize symbols in common lib
18 * Fix: Hide RCU hashtable wrapper symbols
19 * Fix: prevent dangling pointer in utils_partial_realpath
20 * Fix: rcu_read_unlock without parentheses has no side-effect
21 * Fix: add missing test file to EXTRA_DIST
22 * Format utils.sh messages
23 * Tests: use functions from utils.sh
24 * Report error if any disable action fails
25 * Fix: disable all ust events
26 * Bring back event_ust_disable_all_tracepoints
27 * Fix: sessiond: disable: match app event by name
28 * lttng-crash: support symlink
29 * Test: lttng-crash and ust shm path
30 * Fix: dereferencing null index pointer
31 * Fix: leaking memory from strdup in lttng-crash
32 * Fix: memleak in utils_partial_realpath
33 * Fix: double free on enable-event
34 * Fix: error on no/multiple domain options
35 * Fix: lttng-crash: segfault when parsing options
36 * Print relayd stream indexes
37 * Enhance relayd error reporting
38 * Fix: relayd: handle consumerd crashes without leak
39 * Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
40 * Fix: Use 2.7 java JAR and class names
41 * Fix: double RCU unlock on event_agent_disable_all
42 * Fix: unbalanced RCU read-side lock in enable event command
43 * Add rcu_read_ongoing() assertions around process_client_msg
44 * Clean-up and simplify event_agent_disable_all
45 * Fix: disable agent events by name
46 * sessiond: add loglevels_match()
47 * Fix: include loglevel type in agent event's primary key
48 * Fix: include loglevel type in UST event's primary key
49 * sessiond: use `loglevel_value` and `loglevel_type` names
50 * Tests: kernel wildcards
51 * Tests: fix wildcard test path
52 * doc: document untrack command in lttng(1)
53 * doc: document track command in lttng(1)
54 * Remove dot after enable-event message
55 * Fix: don't print the default channel name when enabling agent events
56 * Fix: fail gracefully on --exclude on unsupported domains
57 * Fix: initialize live_timer to 0 for snapshot session
58 * Fix: correct mismatched function signatures
59 * Clearer error reporting when failing to launch session daemon
60 * Daemonize sessiond on `lttng create`
61 * Fix: consumer signal handling race
62 * Fix: list_ust_events(): dangling pointer
63 * Fix: MI: close domain when listing multiple agent domains
64 * Tests: expand UST wildcard tests, move to regression/tools
65 * Tests: kernel filtering
66 * Fix: use pid element instead of process element
67 * Fix: race between kconsumerd and sessiond on tear down
68 * Fix: Buggy string comparison in ust registry ht_match_event
69 * Fix: Bad cast of lttng_kernel_instrumentation to lttng_event_type
70 * Fix: Implicit cast from lttng_loglevel_type to lttng_ust_loglevel_type
71 * Fix: lttng-crash: remove tmp working directory
72 * Fix: lttng-crash: DIR leak in delete_trace() on error
73 * Fix: Possible passing of NULL pointer to memcpy()
74 * Fix: Overwrite of ret in relay_recv_metadata
75 * Fix: Wait for in-flight data before closing a stream
76 * Fix: unpublish stream on close
77 * Fix: lttng-crash: fd leak
78 * Fix: Invalid parameter error reported when untracking PID
79 * Fix: kernel track/untrack error handling
80 * Fix: Python agent tests are always skipped
81 * Tests: Java agent: Add configure switches to enable tests
82 * Tests: Java agent: update after Java agent refactoring
83 * Tests: Fix flaky live test client
84 * Fix: Announce empty streams on live attach
85 * Fix: relayd: file rotation and live read
86 * Fix: relay: viewer_get_next_index handle null vstream
87 * Fix: relayd: make viewer streams consider metadata sent
88 * Fix: don't expose empty streams
89 * Fix: relayd: don't check new metadata on get packet
90 * Fix: relayd: don't check for new streams in get packet
91 * Fix: ask new streams HUP
92 * Fix: reply error if get packet vstream fails
93 * Fix: relayd reply error to client if cannot find viewer stream
94 * Fix: relayd reply with error if cannot find metadata
95 * Fix: ust-app: protect app socket protocol with lock
96 * Fix: add missing rcu_barrier at end of sessiond main
97 * Fix: add missing rcu_barrier at end of consumer main
98 * Fix: app cmd leak on sessiond exit
99 * Fix: relayd live don't send incomplete stream list
100 * Fix: consumer timer misses RCU thread registration
101 * Fix: sessiond consumer thread should register as RCU thread
102 * Fix: don't chain RCU free
103 * Fix: free metadata cache after grace period in consumer
104 * Fix: sessiond vs consumerd push/get metadata deadlock
105 * Fix: streamline ret/errno of run_as()
106 * Fix: Double unlock on error path
107 * Fix: Relay daemon ownership and reference counting
108 * Accept uid and gid parameters in utils_mkdir()/utils_mkdir_recursive()
109 * Fix: reference counting of consumer output
110 * Fix: sessiond add missing socket close
111 * Fix: sessiond should not error on channel creation vs app exit
112 * Fix: sessiond ust-app session teardown race
113 * Only display agent loglevel if the loglevel type is not ALL
114 * Initialize default log level of events on load
115 * Don't assume that Log4j and JUL share the same log level mappings
116 * Allow the creation of JUL, Log4j and Python channels
117 * Fix: Save tracker as part of UST and Kernel domains only
118 * Fix: Memory leak of agent
119 * Fix: Memory leak of agent event internals
120 * Save filter expression as part of agent events and save them
121 * Fix: UTF-8 characters may be stored on up to 4 bytes
122 * Prevent the addition of UST events to agent channels
123 * Don't save log level in session configuration when unneeded
124 * Fix: Propagate filter status of kernel events to client
125 * Fix: Save kernel event filter when saving session configuration
126 * Fix: Mention Python as part of enable-event's usage()
127 * Fix: typo in error message
128 * Add agent domains to lttng enable-event usage()
129 * Report memory allocation failure when copying filter bytecode
130 * Fix: cmd_enable_event must return positive error codes
131 * Save filter expressions as part of agent events
132 * Add agent domains to the enable-event section of LTTNG(1)
133 * Prevent disable event on internal UST events
134 * Skip internal events when saving a session configuration
135 * Hide internal events from session daemon clients
136 * Prevent the use of reserved UST event names
137 * Tag events created as side-effect of agent events as internal
138 * Fix: assert(0) when listing Python events with MI
139 * Fix: set GLOBAL buffer type for kernel domain in list
140 * Fix: take RCU read-side lock within hash table functions
141 * Tests: Adapt MI test to change in track/untrack behaviour
142 * Fix: Improve the error reporting of the track/untrack command
143 * Tests: Fix flacky clock-plugin test
144 * Build: look for python >= 3.0 when building python bindings
145 * Build: rename use_python to python_binding
146 * Fix: regression tests
147 * Fix: tests: stderr not correctly redirected
148 * Fix: TimeoutExpired in Python tests not defined globally
149 * Tests: ust: clock override plugin
150 * Test: save/load: pid_tracker basic test
151 * Save/load: pid_tracker feature.
152 * Test: mi: track/untrack feature
153 * Util: xml_extract: add node_exist option
154 * Mi: track/untrack: validation
155 * Docs: Grammar fixes in mi_lttng.xsd
156 * Fix: Ensure a valid command error code is returned by track/untrack
157 * Mi: track/untrack/listing
158 * Fix: intialization of ust_metadata_poll_pipe to garbage value
159 * Fix "allocator sizeof operand mismatch" warning
160 * Fix: incorrect script name in python logging test
161 * Tests: Python agent: update after Python agent refactoring
162 * Fix: Discard disable event command filter payload
163 * Fix: Use MSG_NOSIGNAL when calling sendmsg()
164 * Fix: test_mi test
165 * Set registration done Agent command version back to 0
166 * Fix: Don't send agent disable event command twice
167 * Fix: incorrect variable being checked in libc-wrapper test
168 * Fix: Initialize global agent_apps_ht_by_sock on session daemon launch
169 * Fix: pids should be numbers only
170 * Fix: Mishandled NULL short options in lttng-sessiond
171 * Use popt "required_argument" and "no_argument" constants
172 * Fix: Mishandled NULL short options in utils_generate_optstring()
173 * Fix: only launch a new session daemon for the "create" command
174 * Fix 'daemon' typo in lttng-ctl-pc.in description
175 * Fix: clean-up agent app hash table from the main sessiond thread
176 * Fix: Remove undocumented session daemon short options
177 * Log userspace application hash table allocation failure
178 * Fix: RCU read-side lock released too early in destroy_agent_app
179 * Fix: misleading logging statement in agent_find_event
180 * Fix: Unhandled domain option condition in list_agent_events
181 * Fix: Crash on lttng list -j/-l/-p when no events are present
182 * Document relay_add_stream RCU locking
183 * Fix: Unbalanced rcu_read_unlock() on stream file creation failure
184 * Fix: Unbalanced rcu_read_unlock() on directory creation failure
185 * Fix: Document the locking assumptions of ctf_trace_find_by_path()
186 * Fix: Memory leak in relay_add_stream error path
187 * Fix: set session should not set non-existent session
188 * Rename Python agent event name to omit "user"
189
34f69498
JG
1902015-07-15 lttng-tools 2.7.0-rc1 (Pet Fire Safety Day)
191 * Update version to v2.7.0-rc1
192 * Tests: lttng-ust-getcpu-override-test cache and error-check sysconf()
193 * Tests: lttng-ust-getcpu-override coding-style adjustments
194 * Add CPU_ID LTTng-UST context to enum lttng_ust_context_type
195 * Bump LTTNG_UST_ABI_MAJOR_VERSION to 6
196 * Tests: Ust getcpu override plugin
197 * Fix: Follow struct dirent allocation guidelines of READDIR(3)
198 * Update comments regarding the power of 2 constraint on sub-buffer sizes
199 * Build: add Flex version check
200 * Build: add Bison version check
201 * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
202 * Fix: metadata push -EPIPE should be recoverable
203 * Fix: destroy session removes the default config file
204 * Build: bump autoconf version requirement to 2.64
205 * Fix: Memory leak in setup of relayd_path
206 * Fix: update liburcu URL
207 * Fix: test: use "$@" to pass and quote argument
208 * Refactor: test: wrapper for lttng_snapshot_del_output
209 * Refactor: test: wrapper for lttng_snapshot_add_output
210 * Refactor: test: wrapper for destroy_lttng_session
211 * Refactor: test: wrapper for stop_lttng_tracing
212 * Refactor: test: wrapper for start_lttng_tracing
213 * Refactor: test: wrapper for enable_ust_lttng_event
214 * Refactor: test: wrapper for enable_ust_lttng_channel
215 * Refactor: test: wrapper for create_lttng_session
216 * Fix: Memory allocated by xmlNodeGetContent() must be freed by xmlFree()
217 * Save/load: add support for shared memory path
218 * Fix: get_cmdline_by_pid path length assumes a max pid of 65535
219 * Clean-up: Remove ifdef-ed out lttng list options
220 * Test: mi: test for greater or equal to a minimum of events on ust listing.
221 * Fix: update regression tests involving UST
222 * Clean-up: Remove ifdef-ed out function:entry feature
223 * Fix: Mark MI and Config string declarations as extern
224 * Clean-up append_list_to_probes()
225 * Fix: modprobe.c: fix tmp_list memory leak
226 * Fix: append_list_to_probes(): increment index
227 * Docs: LTTNG(1) filtering is now supported by the kernel tracer
228 * Fix: live_test regression on large number of cpus
229 * Fix: set UST register timeout to -1 as test default
230 * Man page: reference lttng-crash under --shm-path option
231 * Tests: Don't rely on implicit scalar expression dereference
232 * man pages: use standard NAME format
233 * Fix python bindings' Makefile for out-of-tree builds
234 * Fix: use LIBS instead of AM_LDFLAGS for dl and c linking
235 * Fix: Add missing -ldl when checking for lttng-ust
236 * clock plugin: increase offset measurement accuracy
237 * Implement UST clock override plugin support
238 * Fix: ownership of filter and filter_expression
239 * Fix: zero memory passed to create channel kernel ioctl
240 * Fix: Check that lttng create --live's time is not zero
241 * Fix: Validate lttng_create_session_live's timer is > 0
242 * UI: Only show live timer when the session is in live mode
243 * UI: Only show tracker PID state when enabled
244 * Implement kernel filter support
245 * syscall tracing: update tests
246 * Support lttng-modules syscall wildcards
247 * Implement lttng-modules tracepoint wildcard support
248 * Fix build when configuring with --disable-lttng-ust
249 * Fix: add missing function prototype to trace-ust.h header
250 * Implement PID tracker content listing
251 * Implement UST PID tracker
252 * Cleanup: Remove unimplemented UST domains
253 * Implement PID tracking for kernel tracing
254 * Fix: leak on error in lttng-crash
255 * Man page fixes: missing --version option and typo
256 * Docs: add lttng-crash(1) man page
257 * Docs: lttng-crash refers to "lttng"
258 * Fix: possible use of uninitialized data in loglevel conversion funcs
259 * Fix: possible evaluation of garbage values in fini_validation_ctx()
260 * Cleanup: Remove stale #ifdef-ed-out code from spawn_viewer()
261 * Fix: Possible call to execvp with NULL argument on allocation failure
262 * Fix: Possible call to strtoul() with NULL argument
263 * Docs: clarify lttng.1 shm-path section
264 * Fix: Missing return value check in extract_trace_recursive()
265 * Fix: recursive_rmdir: empty all empty subdir
266 * Move file creation/unlink from liblttng-ust-ctl to consumerd
267 * lttng-crash: support recursive traces
268 * shm-path: remove directory hierarchy on destroy
269 * Implement --shm-path option for UST sessions (per-uid channels)
270 * Cleanup: Reduce scope of connections in main relayd thread
271 * Cleanup: Reduce scope of relayd connections in live thread
272 * Docs: connection_find_by_sock() must be called with rcu_read_lock
273 * Rename current release as 2.7.0-pre
274 * Docs: grammar fix in Makefile
275 * Change release name to master
276 * configure: add type availability checking
277 * configure: add check for compiler inline keyword support
278 * configure: missing check for needed header
279 * configure: missing check of functions
280 * Fix: test: log4j: missing static test files for dist and out of tree build
281 * Fix: test: java-jul:missing static test files for dist and out of tree build
282 * Fix: out-of-tree build: missing xsd file for mi test execution
283 * Fix: out-of-tree build: missing xsd file for save-load test execution
284 * Cleanup: remove unused end_no_session label in ust_app_flush_session()
285 * Cleanup: Remove unused "end" label in push_metadata()
286 * Tests: Run health check test_thread_ok as part of root_regression
287 * Fix: deadlock between UST registry lock and consumer lock
288 * Fix: uninitialized return value
289 * Fix: build failure using disable-lttng-ust configure option
290 * Cleanup: Remove unused variable
291 * Fix: setuid/setgid daemons should not get sensitive env. var./args
292 * Fix: grab more than one packet for snapshots
293 * Fix: per-uid flush and ust registry locking
294 * Docs: Missing optional dependency on lttng-ust in README.md
295 * Docs: Grammar fixes in the lttng manpage
296 * Fix: add missing UST perf counter support check
297 * Fix: tests: integer too large for long type
298 * Fix: undefined operation on last_relay_viewer_session_id
299 * Fix: print format type mismatch
300 * Fix: print format type mismatch
301 * Fix: Remove structurally dead code from relayd
302 * Cleanup: Remove logically dead code
303 * Cleanup: Remove unused label
304 * Fix: Remove unused argument in debug statement
305 * Fix: exit threads not only on goto restart
306 * Fix: poll: show the correct number of fds
307 * Fix: call lttng_poll_set_max_size before start threads
308 * Fix: compat poll: add missing empty revents checks
309 * Fix: various compat poll/epoll issues
310 * Add debugging output to ht-cleanup thread
311 * Fix: mi: snapshot: missing error handling for session name
312 * Fix: ust-app: per-PID app unregister vs tracing stop races
313 * Fix: data pending: allow empty streams
314 * Fix: ust snapshot: cleanup after error
315 * Fix: Mismatching return type in ust_app_ht_alloc() stub
316 * Cleanup: lock file already taken is error, not warning
317 * Fix: ust-app null pointer check needed for main refactoring
318 * Cleanup: relayd: centralize thread stopping function
319 * Cleanup: Replace all perror() uses by the PERROR macro
320 * Refactor relayd main/set_options/cleanup
321 * Refactor consumerd main/cleanup
322 * Refactor sessiond main/cleanup/ht-cleanup
323 * Missing error handling: consumer_signal_init should return its error status
324 * Cleanup: consumerd: lines over 80 columns
325 * Cleanup: consumerd: use PERROR rather than perror
326 * Cleanup: lttng-consumerd: remove stale TODO comment
327 * Misleading error handling: utils_create_pid_file() should return 0 on success
328 * Missing error handling: consumerd parse_args should return errors to caller
329 * Missing error handling: ust_app_ht_alloc should return error status
330 * Fix: ust app leak on UST buffer creation error
331 * Fix: leak on UST buffer registry creation error
332 * Fix: agents ht leaks on destroy session
333 * Fix: add missing RCU read unlock
334 * Fix: help message for Python agent mentions Java
335 * Fix: don't destroy the sockets if the snapshot was successful
336 * Fix: Missing RCU read locks in syscall_list_channel()
337 * Fix: Missing RCU read lock in kernel_destroy_session()
338 * Fix: channel names are not validated
339 * Cleanup: Missing whitespace
340 * Fix: Apply consumer URI changes to all domains
341 * Cleanup: Fix a typo in the MI tests
342 * Test fix: Don't invoke the system's lttng client
343 * Tests: Add a test to check disabled events are loaded in the correct state
344 * Fix: Don't leave events enabled if they were saved in a disabled state
345 * Fix: "Any" loglevel's value is -1 and not 0
346 * Test fix: LTTNG_SESSION_CONFIG_XSD_PATH expects an absolute path
347 * Fix: Memory leak on error in alloc_argv_from_user_opts()
348 * Cleanup: Unchecked close() return value in utils_create_lock_file()
349 * Cleanup: No check of the return value of lttng_ht_del()
350 * Cleanup: Mixed enums used for return code in send_sessiond_channel()
351 * Cleanup: Cast poll() return value to void
352 * Fix: Unreachable error logging in set_option()
353 * Fix: OOM leaks in sessiond modprobe.c
354 * Cleanup: sessiond modprobe.c: coding style
355 * Cleanup: test_utils_expand_path.c prototypes
356 * Fix: test_utils_expand_path.c: out of memory error handling
357 * Fix: test test_ust_data.c: check OOM
358 * Fix: test libc-wrapper: check malloc OOM
359 * Cleanup: test libc-wrapper: main parameters
360 * Fix: lttng-ctl: use zmalloc(), missing OOM check
361 * Fix: filter-parser.y: use zmalloc(), missing OOM check
362 * Fix: utils.c: check str*dup OOM
363 * Cleanup: implement zmalloc as static inline
364 * Fix: rculfhash: use zmalloc()
365 * Fix: ini.c: use zmalloc()
366 * Fix: lttng lttng.c: check strdup OOM
367 * Fix: lttng conf.c: use zmalloc()
368 * Fix: lttng view.c missing strdup OOM check
369 * Fix: use zmalloc() in lttng view.c
370 * Fix: use zmalloc() in lttng list.c
371 * Fix: oom error check, realloc oom leak
372 * Fix: use zmalloc in lttng enable_events.c
373 * Fix: missing strdup oom check in lttng create.c
374 * Fix: lttng add_context.c: use zmalloc
375 * Cleanup: add missing static to function modprobe_remove_lttng()
376 * Fix: add missing str*dup oom check in sessiond main.c
377 * Fix: add missing sessiond kernel-consumer missing str*dup oom checks
378 * Fix: add missing strdup OOM check
379 * Fix: add missing synchronization point for before app test case
380 * Fix: tests: wait output hide Terminate errors
381 * Fix: tests: remove killall, add missing SIGTERM handlers
382 * Fix: high throughput test: reset bw limit on sigterm
383 * Fix: tests: add missing wait, document missing synchro
384 * Document test anti-patterns
385 * Fix: test flaky sleep and wait patterns
386 * Fix: tests: don't use pidof to wait for test apps
387 * Fix: Live tracing does not honor live timer after first tracefile with tracefile rotation
388 * Fix: Handle empty daemon configuration file lines
389 * Docs: Add -f/--config option to lttng-sessiond man page
390 * Cleanup: spaghetti function return path
391 * Fix: relayd: unbalanced RCU read-side lock/unlock
392 * Fix: relayd: unbalanced RCU read lock/unlock
393 * Fix: lttng-relayd: unhandled out of memory error
394 * Fix: relayd viewer stream: unhandled out of memory error
395 * Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
396 * Define _LGPL_SOURCE in test apps' tracepoint provider files
397 * Define _LGPL_SOURCE in test applications
398 * Fix: Missing rcu_read_lock in cmd_list_events()
399 * Fix: Missing rcu_read_lock in list_lttng_agent_events()
400 * Fix: Missing rcu_read_lock in cmd_list_channels()
401 * Fix: Missing rcu_read_locks in cmd_list_domains()
402 * Fix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
403 * Fix: Missing rcu_read_lock in save_domains()
404 * Fix: Missing rcu_read_lock in ust_app_get_nb_stream()
405 * Fix: UST subbuffers silently dropped on moderate trace traffic
406 * Fix: Missing rcu_read_lock in get_session_max_subbuf_size()
407 * Fix: create/destroy a splice_pipe per stream
408 * Note find_ust_app_context must be called with RCU read lock
409 * Fix: empty indexes_ht before destroying it.
410 * Fix: removed useless key from relay_index
411 * Fix: Ambiguous agent event filter bytecode ownership
412 * Fix: filter bytecode and string memory leak on error
413 * Fix: define _LGPL_SOURCE in C files
414 * Fix: HT must not be destroyed with a rcu_read_lock held
415 * Fix: agent events HT should be destroyed from the cleanup thread
416 * Fix: missing rcu_read_lock in trace_ust_destroy_session()
417 * Fix: missing rcu_read_lock when calling trace_ust_find_agent()
418 * Fix: missing rcu_read_lock in cmd_start_trace()
419 * Cleanup: remove "disabled" flag for new release cycle
420 * Fix: filter attach vs event enable race
421 * Fix: Mark libxml2 as a mandatory dependency
422 * Fix: Warn the user when enabling an event in a new domain
423 * Fix: Don't report an error when listing a session with no channels
424 * Bypass 0 byte allocation when no domains are enabled
425 * Fix: Add missing URCU_TLS access to error_log_time
426 * Fix: check userspace perf counter name when looking up contexts
427 * Update maintainer section of the man pages
428 * Update maintainer section of README.md
429 * Fix: add README.md to documentation files
430 * Fix: UST consumer sync all available metadata
431 * Test: remove bogus argument from prove invocation
432 * Fix: typo in pythong test Makefile
433 * Fix: memory leak in libconfig
434 * Add Python agent support
435 * Fix: return EINVAL if agent registration fails
436 * Use lttng-modules ABI version ioctl
437 * Fix: syscall list ioctl number conflict
438 * Update master ChangeLog with 2.5.1 release
439
b82b3032
DG
4402014-10-20 lttng-tools 2.6.0-rc1 (Harry Belafonte records Banana Boat Song)
441 * Machine Interface added to lttng command line (--mi)
442 * Java Log4j agent support (--log4j)
443 * Kernel per syscall tracing
444 * Multiple fixes.
445
4d2abc62
DG
4462014-10-20 lttng-tools 2.5.1
447 * Fix: handle sysconf possible negative returned value
448 * Fix: channel deref. after NULL check in kernel consumer
449 * Fix: check for kernel session metadata during init
450 * Fix: incorrect cast in ust consumer assert
451 * Fix: bad handling of incoming data in consumer thread
452 * Fix: disable event for JUL domain
453 * Fix: send disable ALL command code if event is *
454 * Fix: make sure no index is in flight before using inactivity beacons
455 * Fix: Parenthesize previous statement when adding conditions to a filter
456 * Fix: parse_prob_opts return the actual success of the function
457 * Fix: Man page typos
458 * Fix: disable JUL event on destroy
459 * Fix: unbalanced ustconsumer32_data.pid_mutex lock
460
f9b10a52
DG
4612014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
462 * Fix: validate file path creds in autoload mode
463 * Fix: change session file loading order
464 * Fix: add Loading Sessions section to lttng-sessiond.8
465 * Fix: add default session conf. dir to manpage
466 * Fix: on session load, add it to the .lttngrc
467 * Fix: clarify session conf. directory in man
468 * Fix: filter error path could free invalid ptr
469 * Fix: Create a lock file to prevent multiple session daemons
470 * Fix: relayd stream set close_flag on stream close
471 * Fix: ustctl_get_stream_id without UST support
472 * Fix: avoid freeing invalid ptr in filter bytecode
473 * Fix: get the stream_id when generating live beacons
474 * Fix: use biggest subbuffer size for snapshot max-size
475 * Fix: Possible memory leak when multiple config files are loaded
476 * Fix: Clamp verbosity value read from config file
477 * Fix: Unchecked strdup return values in set_option
478
bf102181
DG
4792014-06-27 lttng-tools 2.5.0-rc2
480 * Test: add JUL disable event tests
481 * Fix: disable JUL event on UST side
482 * Fix: accept override flag even without a load path
483 * Fix: bad error code path when loading session
484 * Fix: set session in output mode if URL are set afterwards
485 * Fix: add a kernel context list to the channel
486 * Fix: Add vpid, vppid and vtid info in add-context help
487 * Fix: wrong behavior of save command when no session name is provided
488 * Fix: missing context type string in save for ust context
489 * Fix: wrong casting of return value
490 * Fix: add dependency to libcommon for python binding
491 * Fix: remove the default GIT_VERSION
492
19d7cc50
DG
4932014-05-28 lttng-tools 2.5.0-rc1 (International Hamburger Day)
494 * Save/load session feature
495 * Daemon configuration file support
496 * UST perf counter support with add-context
497 * Kernel tracer probe user define list
498 * Multiple fixes! The diff is just too big to put here.
499
f9b10a52
DG
5002014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
501 * Fix: Create a lock file to prevent multiple session daemons
502 * Fix: relayd stream set close_flag on stream close
503 * Fix: ustctl_get_stream_id without UST support
504 * Fix: get the stream_id when generating live beacons
505 * Fix: missing include for getpwuid()
506 * Fix: add a get HOME dir fallback to getpwuid
507 * Fix: don't set enabled flag is session start fails
508 * Fix: logger name dropped from filter condition when loglevels are used
509 * Fix: memory leak in lttng_enable_event_with_exclusions
510 * Fix: check malloc return value
511 * Fix: static array larger than necessary
512 * Fix: set session in output mode if URL are set afterwards
513 * Fix: Add vpid, vppid and vtid info in add-context help
514 * Fix: alignment problems on targets not supporting unaligned access.
515 * Fix: possible use after free in consumer
516 * Fix: improve and update lttng.h comments
517 * Fix: JUL filtering for event *
518 * Fix: deny overwrite mode and num subbuf less than 2
519 * Fix: remove bad option in enable channel --help
520 * Fix: implicit conversion from enumeration
521 * Fix: clarify man page lttng.1
522 * Fix: Copy-pasted PERROR messages may be misleading
523 * Fix: incorrect printf format
524 * Fix: handle ENOENT when creating a kernel event
525 * Fix: move JUL filter creation to a function
526 * Fix: JUL filtering done on the UST level
527 * Fix: Don't include the binary in the live test's EXTRA_DIST
528 * Fix: add JUL filter to UST event on logger_name
529 * Fix: Racy event validation in tests
530 * Fix: rework utils_parse_size_suffix
531
f2154bf4
DG
5322014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
533 * Fix: don't delete stream from connection recv list
534 * Fix: use after free of a relayd stream
535 * Fix: don't print stream name in error message
536 * Fix: take session list lock when listing tp
537 * Fix: add consumer wake up pipe to avoid race
538 * Fix: don't spawn relayd if URL is provided
539 * Fix: don't ask data pending if session was not started
540 * Fix: missing test file in EXTRA dist
541 * Fix: allow empty URL for live session creation
542 * Fix: missing valid return code when adding an URI to consumer
543 * Fix: syntax error in lttng.1
544 * Fix: check relayd fd leak in lttng cmdline
545 * Fix: remove unused tp in high-throughput test
546 * Use autoconf AM_MAINTAINER_MODE.
547 * Fix: clang 'constant-out-of-range-compare' warning
548 * Fix: Unchecked session pointer when destroying a connection in relayd
549
7f63e090
DG
5502014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
551 * Fix: improve lttng with live by spawning relayd
552 * Fix: relayd should listen for viewers on localhost only by default
553 * Fix: handle loglevel range ALL in list command
554 * Tests: add JUL test for multiple loglevel
555 * Fix: index JUL event by name *and* loglevel
556 * Fix: JUL to enable user and root tracepoints
557 * Fix: handle the registration done command for JUL
558 * Test fix: use temp file sync. of test app
559 * Fix: keep metadata channel attr in UST session
560 * Tests fix: Missing waitpid in fork test
561 * Fix: add loglevel type to lttng list <name>
562 * Fix: minor rephrasing of the lttng.1 man page
563 * Fix: Warn user if JUL port is already being used
564 * Fix: add some sane default values to --live opt
565 * Fix: possible NULL deref. in sessiond error path
566 * Fix: flag that kernel streams FDs has been sent
567 * Fix: forbid session name creation if contains /
568 * Fix: don't start session if no channel
569 * Fix: add missing relayd option to man page
570 * Fix: report error if consumer can't be spawned
571 * Fix: lttng list -u <name> should only list UST
572 * Fix: kernel channel destroy on consumer if sent
573 * Fix: only create UST metadata on start trace
574 * Revert "Fix: wrong condition on startup for low-activity streams"
575 * Fix: missing big endian conversion for one index field
576 * Fix: wrong condition on startup for low-activity streams
577 * Fix: perror on index directory creation error
578 * Comments fix: lttngerr.h -> error.h (./Changelog:754)
579 * Fix: consumerd errors on exit
580 * Fix: scanf unbounded input
581 * Fix: miscellaneous memory handling fixes
582 * Fix: add missing VALGRIND ifdef checks and documentation
583
1bc64886
DG
5842014-02-14 lttng-tools 2.4.0-rc5
585 * Fix: steal channel key in the consumer to avoid race
586 * Fix: change ERR statement to DBG in kernel read subbuffer
587 * Fix: handle snapshot ENODATA in live timer
588 * Fix: relayd leak on error in consumer splice()
589 * Fix: protect close_write_flag with the rotation lock
590 * Man: clarify loglevel for JUL domain
591 * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
592 * Fix: bad indentation of lttng list in man page
593 * Fix: wrong data structure used in commit df41f83
594 * Fix: add missing optional dependency to babeltrace in README
595 * Fix: cleanup inconsistent use of spaces/tabs in README
596 * Fix: only set the new_streams flag if a viewer is attached
597 * Fix: lttng-live documentation
598 * Fix: remove dead code in relayd live code
599 * Fix: use after free error code path
600 * Fix: wrong sizeof argument in live viewer create session
601 * Fix: zero out the reply structure in viewer_connect
602 * Fix: write index only if fd is valid
603 * Fix: cleanup relayd on any I/O error in read subbuffer mmap
604 * Fix: memory/fd leak when cleaning streams in channel
605 * Fix: destroy streams in consumer del channel
606 * Fix: add missing urcu wfqueue headers in relayd
607 * Fix: in lttng_read/write deny count bigger than the possible returned value
608 * Fix: fd leak when closing metadata stream
609 * Fix: read subbuffer mmap/splice signedness issue
610 * Doc: live protocol clarifications
611 * Fix: remove unused create_viewer_session option
612 * Fix: don't sleep(1) on the consumer ready flag
613 * Fix: free viewer session in connection_free()
614 * Fix: add missing ctf trace delete before destroy
615 * Fix: don't delete ctf trace while in snapshot mode
616 * Fix: add flag to create session command and fix tests
617 * Fix: cleanup indef guards following the rename
618 * Fix: merge issue with thread quit pipe
619 * Fix: use uint32_t for metadata_flag in viewer's ABI
620 * Fix: check for new streams in all attached sessions
621 * Fix: Move static functions up in the code
622 * Fix: allow attach command to multiple sessions
623 * Fix: handle session hang up in get_new_streams
624 * Fix: force the client to create a viewer session before attaching
625 * Fix: Namespace lttng-viewer-abi
626 * Fix: relayd connection object refactor
627 * Fix: big relayd cleanup and refactor
628 * Fix: code refactoring of viewer streams in relayd
629 * Fix: handle new streams in live mode in relayd
630 * Fix: notify the viewer if new streams got added
631 * Fix: send the streams sent message after metadata
632 * Add extern C to the health-check header
633 * Fix: memory leak in unit test
634 * Man: add JUL DOMAIN section to lttng.1
635 * Fix: handle invalid URL passed to lttng_create_session_live
636 * Fix: add --jul-tcp-port to sessiond man page
637 * Fix: measure UST clock offset with best sample (v2)
638 * Fix: remove free in unit test not needed anymore
639 * Fix: relay create session for version before 2.4
640 * Fix: memory leak when UST events are enabled with exclusions
641
6422014-01-29 lttng-tools 2.4.0-rc4
643 * Fix: add -b, --background option
644 * health check tests: test relayd and consumerd
645 * tests: Add stop_lttng_relayd_nocheck
646 * Fix: add missing JUL loglevel handling
647 * relayd: add testpoints
648 * relayd: use same pipe for live and main
649 * Cleanup relayd live comment
650 * Fix: relayd: add LPOLLERR to events
651 * Fix: relayd: notify parent of readiness when all threads ready
652 * Fix: tests: start relayd in background mode (-b)
653 * lttng-relayd: implement background cmd line option
654 * sessiond: add missing testpoints
655 * tests: use --background for session daemon
656 * sessiond: add --background argument
657 * Use lib common daemonize
658 * Fix: sessiond: wait for health check readiness
659 * Fix: relayd: initialize lttcomm inet
660 * Consumer: add testpoints
661 * Fix: consumerd: HT init/teardown with program
662 * Cleanup: lttng-ctl-health comment
663 * Add daemonize() to libcommon
664 * Fix: tests: wait for consumerd to complete
665 * Fix: consumerd: use DBG rather than DBG2
666 * Fix: consumerd: only return readiness when health is ready
667 * Fix: consumerd should initialize lttcomm
668 * Fix health check: signal parent before exit testpoint
669 * Test health: add test_thread_ok
670 * health check: change --relayd-path arg to --relayd-path=arg
671 * relayd: add LTTNG_RELAYD_HEALTH env var
672 * Add sessiond/SESSIOND_ prefix to sessiond testpoints
673 * Fix: zero out data structure before using it
674 * Fix: delete metadata stream before destroying it
675 * Fix: report to client when snapshot will be empty
676
6772014-01-14 lttng-tools 2.4.0-rc3
678 * Fix: metadata stream should be always flagged as ready
679 * Fix: wrong check before destroying the viewer metadata stream
680 * Fix: race with the viewer and readiness of streams
681 * Fix: missing reset when listing UST fields for multiple PIDs
682 * Fix: filter: check binary op nesting
683 * Fix: relayd cmd line option for live port
684 * Fix: remove break in epoll loop of apps. thread
685 * Fix: wrong comment in snapshot public API
686 * Fix: clear the CTF traces when all the streams are closed
687
c9d04d79
DG
6882013-12-10 lttng-tools 2.4.0-rc2
689 * Fix: close connection on incompatible version check
690 * Fix: fields alignements in live protocol
691 * Tests: add regression test for Java JUL support
692 * Fix: possible use after free
693 * Fix: remove unused code in session daemon
694 * Fix: string format with unsigned value
695 * Fix: remove useless assert
696 * Fix: bad logical check of error codes
697 * Fix: resource leak in enable-event command
698 * Fix: unchecked return value in ust app delete
699 * Fix: dereference after null check in UST registry
700 * Fix: Resource leak in ust registry
701 * Fix: backported from urcu commit 92af1a30
702 * Tests: fix racy tests and misleading output messages
703 * Tests: fix bad argument parsing in test app
704 * Fix: remove assert on fd in the read/write layer
705 * Fix: missing lock/unlock when sending index
706 * Fix: update back the metadata len sent on failure
707 * Fix: don't fail on push metadata if no channel
708 * Rename LTTng index in CTF index
709 * Fix: set the enable all event command type
710 * Fix: implicit conversion of enum types in sessiond
711 * Fix: implicit conversion of enum types in consumer
712 * Fix: comparison of unsigned enum expression >= 0
713 * Fix: comparison of unsigned value agains < 0
714 * Fix: create a fast and a long UST snapshot test
715 * Tests: fix racy UST snapshot post mortem test
716 * Tests: remove useless sleep when spawning sessiond
717 * Add travis-ci configuration file
718 * Add libuuid as dependency in README
719 * Tests: add valid test cases to test_utils_expand_path
720 * Tests: add symlink tests for test_utils_expand_path
721 * Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
722 * Fix: comment indentation
723 * Add missing copyright to utils.c
724 * Fix: use non block waitpid to lookup child state
725
dd2c2a1b
DG
7262013-11-15 lttng-tools 2.4.0-rc1
727 * Live streaming support
728 * Health check support in consumer and relayd
729 * Event exclusion support
730 * Java Util Logging support
731 * Multiple fixes! The diff is just too big to put here.
732
1bc64886
DG
7332013-11-13 lttng-tools 2.3.1
734 * Fix: typo in --sig-parent help
735 * Fix: application SIGBUS when starting in parallel with sessiond
736 * Fix: missing LTTNG_OK return value for snapshot
737 * Fix: arguments in the wrong order for fd-limit
738 * Fix: Some corrections to the lttng man page
739 * Fix: recv creds comm should handle partial receive
740 * Fix: set app socket timeout just after accept()
741 * Fix typo in lttng snapshot add-output example of lttng(1)
742
c9dc1289
DG
7432013-09-03 lttng-tools 2.3.0
744 * Fix: remove periodical flush test from make check
745
3e618c7a
DG
7462013-08-30 lttng-tools 2.3.0-rc3
747 * Fix: hashtable: take split_count_order into account
748 * Fix: remove wrong doing asserts in sessiond
749 * Tests: fix periodical flush tests to stop app
750 * Fix: correctly close metadata on sessiond thread shutdown
751 * Fix: delete the trace directory used for the test
752 * Fix: remove bad check after epoll wait in consumer
753 * Fix: missing data pending signess conversion
754 * Fix: consumer data pending for empty streams
755 * Fix: hash table growth (for small tables) should be limited (v2)
756 * Fix: run_as gid/uid test should return result to parent
757 * Fix: missing check for metadata data pending
758 * Tests: change buffers UID test to PID
759 * Tests: fix health tests to use custom socket timeout
760 * Fix: remove health test from fast regression
761 * Use socket timeout value for tcp timeout if available
762 * Fix: set the health delta tcp timeout aware
763 * Get the maximum TCP timeout in sessiond
764 * Fix: don't report error if UST app dies
765 * Fix: support VPATH build for tests
766 * Improve comments after review
767 * Rename consumer socket fd to fd_ptr
768 * Lock consumer data before fd check during destroy
769 * Use single callsite for send/recv ops. for consumer in sessiond
770 * Use consumer fd reference in consumer socket obj
771 * Update bash completion
772 * Add --list-commands option to the snapshot command
773 * Reorder functions _lttng_cmd_* functions in bash completion
774 * Use parse_size_suffix in snapshot
775 * Fix: snapshot record error handling
776 * Fix: improve error message when UST support is disabled
777 * Fix: add missing short filter option in help
778 * Fix: typo in configure.ac for version check
779 * Fix: remove calibrate syscall option from code
780 * Fix: snapshot should fail if no successful snapshot is taken
781 * Fix: check UST float field mantissa length
782 * Fix: add UST context in the same order the user enabled them
783 * Introduce configure --with-lttng-system-rundir
784 * Add .dirstamp to gitignore file
785 * Fix: snapshot with multiple UIDs
786 * Prepare for automake deprecation of missing subdir-objects
787 * Fix: typos in --help and manpage
788 * Fix: add-context without -c apply to all channels
789 * Fix: channels can be _enabled_ after tracing is started, but not created
790 * Fix filter parser segmentation fault with bison 3.0
791 * Fix: typo in error msg
792 * Fix: imprecise error message about root sessiond/tracing group
793 * Fix: don't skip chmod if tracing group is not found
794 * Tracepoint probes don't need extern C
795 * Fix: Snapshot should be taken asap in core handler script
796 * Fix: reset out_fd_offset when we rotate the trace file
797 * Fix: LTTNG_ERR_NEED_ROOT_SESSIOND error message
798 * inet/inet6 sockets: apply timeout
799 * Implement timeout for connect ipv4/ipv6
800 * Introduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
801 * bash completion: add calls to _lttng_complete_sessions
802 * bash completion: Fix copy-paste typo
803 * Extras: Remove deprecated consumer commands in bash completion
804 * bash completion: Remove underscores in handler function names
805 * bash completion: Remove --event for add-context
806 * Update gitignore
807 * relayd: use version macros from build rather than scanf
808 * sessiond: use version major/minor from build for communication with relayd
809 * build: export major/minor/patchlevel numbers
810 * Fix: Dead code when checking return value from (ust_app|kernel)_snapshot_record
811 * Test: enable kernel events after start
812 * Fix: kernel ctl error codes are based on errno
813 * Fix: format string mismatch
814 * test: test_periodical_metadata_flush shrink timer period, kill app
815 * Fix: format string type mismatch
816 * snapshot howto: update text
817 * Add snapshot howto
818
95f3c88c
MD
8192013-07-19 lttng-tools 2.3.0-rc2
820 * Add core-handler README to dist tarball
821 * extras: core-handler: simplify, allow usage from tracing group
822 * Cleanup: add missing dot
823 * Fix: documentation: create name and options
824 * Add core dump snapshot handler script
825 * Fix: sym name len (kernel)
826 * Fix: tests: provide channel name when a non-default channel exists: per-pid
827 * Fix: tests: provide channel name when a non-default channel exists
828 * Fix: data pending race
829 * Fix hang in make check snapshots/test_ust
830 * Cleanup: ust-consumer: wrong indentation
831 * Fix: print dots while waiting for data availability
832 * Fix: remove sleep(1) added by "Fix: (slight UI change) refuse missing -c if non-default channel exists"
833 * Fix: (slight UI change) refuse missing -c if non-default channel exists
834 * Fix: push metadata on stop for per-UID buffers
835 * README: update python documentation
836 * Manpage: other layout cleanups
837 * Manpage: cleanup layout of view
838 * Manpage: cleanup layout of version
839 * Manpage: cleanup layout of stop
840 * Manpage: cleanup layout of start
841 * Manpage: cleanup layout of snapshot
842 * Manpage: cleanup layout of set-session
843 * Manpage: cleanup layout of list
844 * Manpage: cleanup layout of disable-event
845 * Manpage: cleanup layout of disable-channel
846 * Manpage: cleanup layout of enable-event
847 * Manpage: cleanup layout of enable-channel
848 * Manpage: cleanup layout of destroy
849 * Manpage: cleanup layout of create
850 * Manpage: cleanup layout of calibrate
851 * Manpage: cleanup layout of add-context
852 * Documentation: create --snapshot in manpage
853
07ddb08c
MD
8542013-07-17 lttng-tools 2.3.0-rc1
855 * Fix: add missing snapshot header to dist tarball
856 * Documentation: fix thread quit pipe comment
857 * Test for presence of bison and flex when building from git
858 * Test UST snapshot with large metadata
859 * Add test application with large metadata
860 * Cleanup: remove redundant assignment
861 * Fix: use per-uid buffer registry for UID buffer snapshots
862 * cmd.c: fix typos in snapshot commands
863 * Test snapshot per-uid post-mortem
864 * Remove leftover fprintf
865 * Fix deadlock: don't take channel lock in timer
866 * Introduce channel timer lock
867 * document lttng_ustconsumer_request_metadata locking constraints
868 * consumer: remove unused lttng_ustconsumer_push_metadata
869 * Document metadata_socket_lock nesting
870 * lttng_ustconsumer_recv_metadata does not need all those locks
871 * document metadata_switch_timer() deadlock
872 * Fix: add missing metadata socket lock
873 * document metadata_switch_timer() locking constraints
874 * consumer: remove timeout for UST metadata
875 * Introduce pipe for UST metadata cache and stream
876 * consumer: replace DBG2() instances by DBG()
877 * Introduce utils_create_pipe_cloexec_nonblock()
878 * ust consumer: data_pending check is endpoint active
879 * Fix: kernel consumer: data_pending check if endpoint active
880 * consumer: explicitly set endpoint status to active at init
881 * document consumer_metadata_cache_flushed use of consumer_data.lock
882 * consumer: introduce channel lock
883 * Merge branch 'master' of git://git.lttng.org/lttng-tools
884 * Fix: update lttng snapshot help output
885 * Man: fix part of snapshot documentation
886 * Fix: set tracefile size test with PID buffers
887 * Fix: Babelstats fail to parse output with no process name or pid
888 * Missing NULL pointer init in tap.c
889 * Fix: Unchecked asprintf/vasprintf return values
890 * Add snapshots test to fast regression
891 * Fix: kernel data unit test
892 * Fix: snapshot returned valid LTTNG_ERR code
893 * Add the number of snapshot taken to the output path
894 * Fix: RCU read side lock unbalanced
895 * Fix: zeroed snapshot output at init
896 * Support del-output with an output name
897 * Update man page with snapshot command
898 * New UST default buffers is now per UID
899 * Bump UST ABI major version for 2.3 release
900 * Add snapshot mode to lttng list session
901 * Fix: support temporary snapshot max size and name
902 * Support snapshot max-size limitation
903 * Tests: per-UID UST snapshot
904 * Fix: snapshot support for UST and kernel in same session
905 * Implement lttng create --snapshot command
906 * Add create session snapshot API in lttng-sessiond
907 * Add snapshot output init call that uses URIs
908 * Fix: consumer err_sock cloexec
909 * Callsite: add "ip" context
910 * Fix: possible consumer sockets double close on cleanup
911 * Automatically load kvm-x86 and kvm-x86-mmu probes.
912 * Fix: consumer: use uint64_t for all sessiond_id
913 * Fix: add gpl and lgpl files to tarball
914 * Fix: don't install libtap system wide
915 * Fix: close consumer sockets in sessiond cleanup
916 * Fix: set globally visible flag to kernel stream
917 * Fix: lttng: memory leak in snapshot record command
918 * Fix: kernel-consumer: double-close
919 * Fix: consumer: incorrect size zmalloc
920 * Fix: don't try to send stream to relayd if not in streaming
921 * Fix: relayd refcount updates for stream
922 * Fix: don't send error to sessiond on orderly shutdown
923 * Fix: bad pathname used when sending kernel stream to relayd
924 * Fix: add globally visible flag in stream
925 * Fix: destroy metadata stream on setup metadata error path
926 * Fix: send kernel stream to relayd only if needed
927 * Fix: destroy streams for kernel snapshot sessions as well
928 * Fix: close and destroy metadata stream after a kernel snapshot
929 * Fix: print errno message on connect() error
930 * Fix: possible double-close on stream out_fd
931 * Fix: session ID signess to uin64_t in sessiond
932 * Tests: fix validation trace path in kernel snapshot
933 * Tests: Add UST snapshot local and streaming
934 * Add UST snapshot support
935 * Fix: consumer_add_relayd_socket() report errors to sessiond
936 * Fix: add missing enum lttcomm_return_code entries
937 * Fix: UST per-UID channels persist across application teardown
938 * Fix: kernel snapshot metadata handling and error paths
939 * Fix: coding style and debug statement
940 * Fix: put subbuffer back in kernel snapshot error path
941 * Fix: overflow in uri_to_str_url
942 * Fix: detect the correct version of LTTng-UST
943 * Fix: sessiond: use uint64_t for all session ids
944 * Tests: add kernel snapshot streaming to root regression
945 * Tests: remove debug output from test
946 * Tests: Add kernel snapshot streaming
947 * Fix: use snapshot consumer output for kernel
948 * Fix: periodical flush check trace before stop
949 * Fix: consumer: 64-bit index for relayd rather than 32-bit (v2)
950 * Fix UST channel/stream output assignation
951 * Fix: send per-pid session id in channel creation
952 * Fix: consumer double-close on error
953 * Update URCU detection to correctly check for a 0.7 version
954 * Fix: snapshot path
955 * Add utils function to format current time as a string
956 * Fix: set hidden attribute to utils_* calls
957 * Fix: consumer handling of metadata for relayd
958 * Add kernel snapshot support
959 * Support flight recorder mode for a session
960 * Implement snapshot commands in lttng-sessiond
961 * Add snapshot command to lttng UI
962 * Initial import of the snapshot ABI/API in lttng-ctl
963 * Use the consumer stream API in consumer_del_stream()
964 * Add consumer-stream.c/.h in libconsumer
965 * Move multiple URLs parsing fct from lttng-ctl to uri.c
966 * Add a lttng-ctl header to facilitate code separation
967
8991668e
DG
9682013-06-25 lttng-tools 2.2.0 (National Catfish Day)
969 * STABLE VERSION
970 * Fix: if relayd is unreachable, disable consumer for the session
971 * Fix: possible infinite loop in disable ust event
972 * Fix: don't enable a channel if a session was already started
973 * Fix: bad type for the relayd id
974 * Fix: add debug statement in kernel flush metadata
975 * Fix: destroy default created channel if add-context fails
976 * Fix: clarify tracefile size/count in lttng.1 man
977 * Fix: don't stop a session that was not previously started
978 * Fix: update lttng.1 man page
979 * Fix: bad protocol flow between sessiond and consumerd
980 * Fix: kernel memory leak in error path
981
92d019ba
DG
9822013-06-20 lttng-tools 2.2.0-rc3
983 * Multiple memory and fd leak fixes in sessiond and consumerd
984 * Test: stress test added to the repository but not in make check
985 * Using LTTNG_HOME environment variable if exists, with fallback to HOME
986 * Implement health check for app registration dispatch
987 * Implement health check for app notification thread
988 * Revert "Improve channel listing output format"
989 * Fix: use lttng pipe to send new stream to thread
990 * Change consumer_metadata_pipe to be a lttng_pipe
991 * Change consumer_data_pipe to be a lttng_pipe
992 * Add wrappers for pipe
993 * Add --version command-line option to lttng.
994 * Add --with-lttng-ust-prefix config option.
995 * Fixes from coverity scan.
996 * Stability fixes
997 * RCU hash table are now destroyed in a seperate thread in sessiond
998
afeab175
DG
9992013-05-09 lttng-tools 2.2.0-rc2
1000 * Fix: split UST per UID/PID default values
1001 * Fix: don't start the relayd with a wrong --output dir
1002 * Fix: Erroneous automatic session name when streaming
1003 * Fix: wrong data port when listing session's URI
1004 * Fix: don't create a channel on an enable channel
1005 * Tests: Add missing test_utils_parse_size_suffix to unit tests
1006 * Fix: print lttng strerror on enable event with filter
1007 * Fix: change relayd protocol version to 2.2
1008 * Fix: reset current size for tracefile rotation
1009 * Fix: remove extra -I for python bindings
1010 * lttng UI: round up trace file size to subbuf size if needed
1011 * Fix lttng UI: fix arg parsing, round size to next power of two
1012 * Fix: check errors in lttng command argument values
1013 * Implement get_count_order in lttng utils
1014 * lttng cli: Accept human readable sizes for --subbuf-size
1015 * Unit tests: don't rebuild units under test
1016 * Fix: consumerd metadata channel/cache/timer races
1017 * Fix: consumerd channel destroy race
1018 * Cleanup: document RCU read-side lock better
1019 * consumer relayd interaction: fix segfaults
1020 * Fix: change order of fd get to fix error path
1021 * Fix: fd leak when creating UST metadata channel
1022 * Fix: fd leak on error
1023 * Fix consumerd fd leak
1024 * Fix RCU-related hangs: incorrect lttng_ht_destroy use
1025 * rculfhash: check for callers from RCU read-side C.S.
1026 * Fix: don't call hash table destroy under rcu read-side c.s.
1027 * Documentation: import updated comments from urcu
1028 * Fix: segfault in buffer_reg_channel_destroy()
1029 * Fix: add missing goto error in UST consumer
1030 * Fix: no need to use run_as_open in the relayd
1031 * Fix: typo in enable-channel man and help
1032 * Fix: add some missing hidden attribute
1033 * Fix: per-uid buffers should only be flushed once on stop
1034 * Cleanup: Use own mutex within timer setup/teardown
1035 * Fix: channel management thread should hold a refcount
1036 * Fix: move metadata cache setup before ownership passing
1037 * Fix: consumer metadata switch timer error handling
1038 * Fix: set ptr to NULL to suppress old gcc warnings
1039 * Fix: linking order of libraries
1040 * Fix: multiple type mismatch in debug statement
1041 * Fix: remove mention of trace directory layout in quickstart doc
1042 * Fix: remove unused path variables from session obj
1043 * Fix: update lttng.1 man and enable-channel help with read timer size
1044 * Fix: use channel per domain default values
1045 * Fix: typos in the code base
1046 * Fix: deny multiple event types with enable-event
1047 * Fix: deny the same port for data and control URL
1048 * Fix: reset consumer destination when changing URIs
1049 * Fix: don't allow different control and data destination
1050 * Fix: typos in error strings
1051 * Improve channel listing output format
1052 * Fix: enable-channel accepts mismatched option
1053 * Fix: validate buffer type for UST channel creation
1054
500c2393
DG
10552013-03-28 lttng-tools 2.2.0-rc1
1056 * Add UST per UID buffers support
1057 * UST metadata generation are created on the sessiond side
1058 * Move LTTng-UST buffer ownership from application to consumer
1059 * Add a UST registry of events and channel in the sessiond
1060 * UST periodical metadata flush
1061 * Refactor tests to use prove and tap
1062 * Support for trace file rotation for the relayd and on disk
1063 * Support per-context filtering
1064 * Add channel wakeup fd to monitor close
1065 * Deprecate enable/disable-consumer
1066 * Multiple fixes and memory leak fix.
1067
917f7685
DG
10682012-12-20 lttng-tools 2.1.0 (13th Baktun)
1069 * STABLE VERSION 2.1.0-stable - "Basse Messe"
1070 * Multiple minor fixes
1071 * Multiple memory and fd leaks
1072 * Fix: Off by one in seq num for data pending command
1073 * Fix: flag metadata stream on quiescent control cmd
1074 * Fix: prioritize control socket communication in relayd
1075 * Fix: poll and epoll fd set reallocation
1076 * Fix: add missing goto pending if data is inflight
1077 * Fix: remove ua_sess->started assert on stop trace
1078 * Set classes of traffic in high_throughput_limit
1079 * Fix: use the poll wait ret value when iterating on fd(s)
1080 * Fix: force the poll() return value to be nb_fd
1081 * Fix: Wrong check of node when cleaning up ht
1082 * Fix: set started flag of ust app after ustctl
1083 * Fix: memory leak in add relayd socket error path
1084 * Fix: add packed attribute to filter structure
1085 * Fix: Add missing health code update for consumer command
1086 * Add LTTNG_PACKED macro
1087 * Fix data pending for inflight streaming
1088 * Map session id of relayd and sessiond in consumer
1089 * Add the relayd create session command
1090 * Make the consumer sends a ACK after each command
1091 * Remove MSG_WAITALL on every recvmsg() socket typ
1092 * Fix: Add missing relayd ht cleanup and ht destroy
1093 * Fix: Relayd and sessiond version check
1094 * Fix: protect consumer_find_channel with rcu locking
1095 * Fix: don't steal key when adding a metadata stream
1096 * Consumer hold stream mutex for add stream
1097
48459ee6
DG
10982012-12-03 lttng-tools 2.1.0-rc9
1099 * Fix: set the stream ht static in consumer file
1100 * Update sessiond man page with new env var
1101 * Update lttng.1 man page
1102 * Fix: enable-consumer for all domains missing dir
1103 * Fix: Add missing fct prototypes when disabling UST
1104 * Fix a typo in lttng-probe-module name
1105 * Assign values to enum lttcomm_sessiond_command
1106 * Fix: run health test only if root
1107 * Clarify empty string/NULL filter errors
1108 * Fix: add missing padding for UST filter
1109
2ad3a9a0
DG
11102012-11-22 lttng-tools 2.1.0-rc8
1111 * Fix: Uninit. variable in lttng view
1112 * Add already enabled UST event error code
1113 * lttng.h API update: set filter becomes enable event with filter
1114 * Change the UST event hash table match function
1115 * Pass lttng_event struct to the set_filter API call
1116 * Adding context to an event is no longer possible
1117 * Add UST overlap tests
1118 * Add filter sequence number to UST
1119 * Fix: Typo from a previous patch in an assert()
1120 * Fix: Warn if session is running with lttng view
1121 * Fix: Add bash requirement to README for make check
1122 * Fix: add the notion of domain to lttng.1 man page
1123 * Enable additional kernel probes
1124 * Update CodingStyle
1125 * Use the new functions for default subbuf sizes
1126 * Add default subbuf sizes getter functions
1127 * Add max() and min() macro in common
1128
8802e4bd
DG
11292012-11-13 lttng-tools 2.1.0-rc7
1130 * Fix: Add pointer check when freeing poll events
1131 * Fix: FD leak on thread error
1132 * Fix: Wrong fd used by kernel_wait_quiescent
1133 * Support new lttng-ust error code
1134 * Fix: Don't set filter if enable event fails
1135 * Fix: Wrong data port when listing session
1136 * Fix: Enable event after start command
1137 * Fix: Teardown of thread_manage_clients on failure of listen/create_poll
1138 * Add a timeout to UST application socket
1139 * Fix: Consumerd error socket connect race
1140 * Fix: Set CLOEXEC flag on every created sockets
1141 * Remove consumer poll timeout in data thread
1142 * Fix: RCU hash table seed
1143 * Fix: Do not install health tests helper libraries
1144 * Fix: Create default channel on add-context if none
1145 * Support new liblttng-ust-ctl error code
1146 * Fix: Add EPIPE error handling on buffer splice
1147 * Fix: Channel creation error return code was not set
1148 * Fix: Wrong poll events on UST application socket
1149 * Fix: Remove dependency to urcu-cds in tools tests
1150 * Fix: Missing librt dependency in configure check for lttng-ust-ctl
1151 * Fix: Don't append datetime to default session name
1152 * Fix: Deny session creation name 'auto'
1153 * Fix: Add space for stream name CPU number
1154 * Fix: Add output option to enable-channel command
1155
241aaca9
DG
11562012-11-02 lttng-tools 2.1.0-rc6
1157 * Tests: Add filtering tests for uncovered cases
1158 * Fix: Sync issue when deleting a data stream
1159 * Rename data_available to data_pending
1160 * Fix: consumer health state
1161 * Fix: Add the ACCOUNTING flag to ht creation and set bucket size to 0
1162 * Fix: Bad return error code handling
1163 * Fix: Use after free() of the rundir string
1164 * Fix: Cleanup UST app session on ustctl create session error
1165 * Fix: add missing pthread_join in sessiond
1166 * Fix: free running directory string
1167 * Fix: UST app clean list node usage
1168 * Add liblttng-ctl destructor to cleanup memory
1169 * Fix: Cleanup URIs on teardown
1170 * Fix: relayd memleaks
1171 * Fix: Memory leaks of allocated URIs
1172 * Fix: consumer output memory leak on creation
1173 * Fix: missing addrlen initialization before accept(2)
1174 * Fix: relayd trace file padding memleak
1175 * Fix: Remove useless consumer subdir string concatenation
1176 * Fix: lttng create allocated path memleak
1177 * Fix: Cppcheck memleakOnRealloc mistake
1178 * Fix: Synchronization issue for data available command
1179 * Fix: consumer relayd cleanup on disconnect
1180 * Fix: Handle the unary bitwise negation operator (~) in the XML printer
1181 * Fix: Possible memory leaks when creating filter IR root node
1182 * Fix: Delete stream on write error in consumer
1183 * Fix: Error handling when sending relayd sockets to consumer
1184 * Add stream lock comment for nesting
1185 * Fix: Mutex and RCU lock nesting in consumer
1186 * Fix: Uninitialized ret code
1187 * Fix: Remove bad condition and fix overflow issue
1188 * Fix: consumerd pthread error flow
1189 * Fix: Set a single return point and mutex unlock
1190 * Fix: Remove useless NULL and zero assignment
1191 * Fix: segfault on create session with two URLs
1192
d1980281
DG
11932012-10-22 lttng-tools 2.1.0-rc5
1194 * Fix: Remove network stream ID ABI calls
1195 * Tests: Add filtering tests
1196 * Wait for data availability when stopping a session
1197 * Relayd data available command support
1198 * Lib lttng-ctl data available command support
1199 * Consumer daemon data available command support
1200 * Add data structure for the data available command
1201 * Change the metadata hash table node
1202 * Make stream hash tables global to the consumer
1203 * Move add data stream to the data thread
1204 * Rename consumer threads and spawn them in daemon
1205 * Fix: relayd close stream command was not working
1206 * Fix: Relayd and consumerd socket leaks
1207 * Fix: Missing -ENODATA handling in the consumer
1208 * Fix: Empty metadata buffer(s) on HUP|ERR
1209 * ABI with support for compat 32/64 bits
1210 * Fix: Stream allocation and insertion consistency
1211 * Fix: output number of bytes written by relayd
1212 * Add hash table argument to helper functions
1213 * Fix: Add missing call rcu and read side lock
1214 * Tests: Fix LD_PRELOAD library lookup path for health tests
1215 * Fix: Add arbitrary wait period for kernel streaming test
1216 * Fix coding style and add/change debug statements
1217 * Fix: Build out of src tree
1218 * Tests: Add health check tests to configure
1219 * Tests: Add health check thread stall test
1220 * Tests: Add health check thread exit test
1221 * Tests: Add a health check utility program
1222 * Add testpoints in lttng-sessiond for each threads
1223 * New testpoint mechanism to instrument binaries for testing
1224 * Fix: off-by-one in comm proto between lttng-ctl and sessiond
1225 * Fix: Metadata stream leak when received in consumer
1226 * Fix: consumer_allocate_stream error handling
1227 * Fix: consumer should await for initial streams
1228 * Fix: Missing rcu read side lock in consumer
1229
529f6ac2
DG
12302012-09-26 lttng-tools 2.1.0-rc4
1231 * Fix: Change sempahore to pthread conditions
1232 * Fix: relayd relay_send_version: handle sscanf return code
1233 * Fix relayd: NULL ptr deref
1234 * Fix: relayd: possible NULL ptr deref, memory leak, accept fd leak
1235 * Tests: add print bytecode to filter grammar test
1236 * Cleanup: assign values to bytecode opcodes
1237 * Fix: Filter: Fix allocation length error
1238 * Fix: Filter: add missing ast free
1239 * Tests: Add high throughput with bandwidth limits test
1240 * Fix: Returned code when listing kernel channel
1241 * Tests: Rename helper functions to have consistent names
1242 * Tests: Cleanup redundant code and use printing helper functions
1243 * Tests: Add helper functions for printing status and banner
1244 * Tests: Add a check for color support when printing status
1245 * Fix: Lib lttng-ctl on error returns lttng code
1246 * Fix: lttng_set_event_filter() was returning bad error code
1247 * Fix: printing [no write] on lttng list -uf
1248 * Fix: Disable event on filter error with lttng
1249 * Fix: Wrong returned error code on UST enable event
1250 * Add consumer commands to lttng.1 man page
1251 * Add lttng_health_check(3) man page
1252 * Fix: Remove LPOLLNVAL from consumer metadata revents
1253 * Fix: Mismatch of field name between ust and tools
1254 * Add the written value when listing fields
1255 * Fix: Consumer return value check after mmap/splice
1256 * Don't send the subbuffer padding for streaming
1257 * Fix: Returned error code in consumer on read buffer
1258
d3e6246f
DG
12592012-09-12 lttng-tools 2.1.0-rc3
1260 * Fix: Relayd fix ret value when adding a connection
1261 * Add new thread in consumer for metadata handling
1262 * Fix: consumer recv command error path
1263 * Fix filter: fix recent regressions
1264 * Update lttng-ust-abi.h from upstream lttng-ust
1265 * Fix: Accept bytecode of length 65536 bytes
1266 * Fix: Generation of bytecode longer than 32768 bytes fails
1267 * Fix: Filter bytecode alloc buffer size must be a power of 2
1268 * Add lttng-ctl SWIG python bindings
1269 * Add C++ support to API header files
1270 * Librarify filter in liblttng-ctl and hide symbols
1271 * Set hidden visibility for calls used in lttng-ctl
1272 * Notify the user if a filter is already enabled
1273 * Install lttng-error.h and include it in lttng.h
1274 * Add lttng-error.h containing every API err. code
1275 * Fix: missing hostname context
1276
5556277c
DG
12772012-08-22 lttng-tools 2.1.0-rc2
1278 * Fix: put back 2.0 output text for lttng create cmd
1279 * Fix: remove set subdir call that uses bad ptr
1280 * Filter: Handle the unary bitwise not operator (~) with an unsupported
1281 * Fix: missing mutex unlock on register consumer err
1282 * Remove underscore from ifndef of lttng.h
1283 * Remove unused define in lttng.h
1284 * Standardize lttng command line usage text
1285 * Merge duplicate code in consumer for destroy relayd
1286 * Merge duplicate code in consumer for add relayd
1287 * Fix: Possible buffer overflows in strncat() usage
1288 * Move code out of main.c and fix some issues
1289
68264071
DG
12902012-08-17 lttng-tools 2.1.0-rc1
1291 * Feature: Network Streaming
1292 * Add the lttng-relayd binary for network streaming
1293 * Support user space tracer filtering
1294 * Multiple fixes
1295
e371dbd9
DG
12962012-04-19 lttng-tools 2.0.1
1297 * Fix: test script for kernel module validation
1298 * Fix: report error to client on consumerd error
1299 * Fix: add missing ht_destroy at consumer teardown
1300 * Fix: consumer fd recv thread should write into non-blocking pipe
1301 * Fix: work-around glibc __nptl_setxid vs clone hang
1302 * Fix: consumer fd recv poll should be sensitive to POLLPRI too
1303 * Fix consumer lttng_consumer_poll_socket poll revents check bug
1304 * Fix: increase consumer open files limit
1305 * Update README: document dep on modprobe for kernel tracing
1306 * Fix: wait for sessiond to stop in tests
1307 * Fix: remove unused return variable
1308 * Don't report back error on syscalls fail for -a -k
1309 * Fix: destroy context hash table being NULL
1310 * Fix: make lttng expand path for trace output opt
1311 * Fix: return value signedness
1312 * Fix: man page environment variable name error
1313 * Fix: check return value on getenv USER
1314
0e4cbe7e
DG
13152012-03-20 lttng-tools 2.0.0
1316 * Fist STABLE version
1317 * Add version name: Annedd'ale
1318
c6d4a597
DG
13192012-03-20 lttng-tools 2.0.0-rc4
1320 * Fix: add small detail to enable-channel man page
1321 * Fix: warned of arbitrary time for ust-nprocesses test
1322 * Fix. add limitation to man page
1323 * Fix: minor changes to lttng.1
1324 * Fix: add exit values to lttng.1 man page
1325 * Fix: add delay before validating apps in test nproc
1326 * Fix: error handling in lttng enable-event
1327 * Fix: document structure init. to 0 in lttng.h
1328 * Fix: uninitialized variable
1329 * Keep track of FD used for UST applications (v2)
1330 * Fix: lttng view, error message and exit code
1331 * Small fixes to lttng man pages (v2)
1332 * Fix: handle EINTR for sendmsg syscall
1333 * Fix: lttng UI exit value and error message
1334 * Fix: session lock use after free
1335 * Fix kernel_list_events memleaks
1336 * Fix debug message use uninitialized variable
1337 * Fix: trace_ust_destroy_metadata should check for NULL pointer
1338 * Fix: various memleaks
1339 * Fix: hash table allocation out of order on error
1340 * fix: lttng_ht_destroy memleak
1341
b495b935
DG
13422012-03-16 lttng-tools 2.0.0-rc3
1343 * Fix: missing headers for make dist
1344 * Fix: install lttng-consumerd in lib/lttng/libexec/
1345 * Fix: Redefine MAP_STACK to 0 if not defined by the architecture
1346 * Fix: consumer CPU hotplug support
1347 * Fix: double PID registration race
1348 * Make libcompat independent not to confuse automake
1349 * Clarify the license of lttng-ust-abi.h
1350 * Fix: License header
1351 * Fix: wrong return value on consumer socket creation
1352 * Fix: test for UST invalid channel parameters at channel creation
1353 * Fix: recvmsg should handle EINTR
1354 * Fix: error.h non-static variables for liblttng-ctl
1355 * Fix: missing _GNU_SOURCE define
1356 * Fix: improve need root for kernel tracing error message
1357 * Fix: start/stop lttng message error
1358
fc0c6bfb
MD
13592012-03-02 lttng-tools 2.0.0-rc2
1360 * Fix: meaningful error message
1361 * Fix: UST consumer need to iterate on streams, just change their key
1362 * Fix: add missing rcu read lock across RCU HT iteration
1363 * Fix: kernel session closes fd 0 after create
1364 * Fix: sendmsg EPIPE should be quiet by default (expected)
1365 * Fix: thread_registration_apps should set its local sock to -1 when passing it
1366 * Fix: clock -> sock typo
1367 * Fix: consumer race: should allow reuse of FD key
1368 * Fix: Use PERROR all across lttng-tools, never make it quiet
1369 * Fix: test all close return values in sessiond
1370 * Fix: All perror turned into PERROR to show file and line number
1371 * Fix: large audit of close() use in sessiond main.c
1372 * Fix: main.c client/apps sockets and kernel_trace_fd close(0)
1373 * Fix: incorrect close of fd 0 for syscall kernel event destroy
1374 * Fix: sessiond has incorrect missing 0 value in FD check
1375 * Fix: sessiond app listening: use posix-compliant poll flags
1376 * Fix: consumer printf type should match ssize_t (%zd)
1377 * Fix: make ust consumer posix compliant for poll flags
1378 * Fix security permission on lttng run directory
1379 * Fix: Display right loglevel_type in error message
1380 * Fix documentation in lttng.h
1381 * Fix: lttng UST and kernel consumer: fix ret vs errno mixup
1382 * Fix: restart consumerd and sessiond when interrupted in poll()
1383 * Fix: handling bad channel when sending to consumer
1384 * Fix useless variable
1385 * Fix add-context returned error
1386 * fix: add missing break in command handling
1387 * fix: command handling: do not check domain for commands not requiring domain
1388 * fix: if tracing group does not exist, do not report a client error
1389 * Fix: run_as error handling
1390 * Fix usage note on -a
1391 * Revert FreeBSD compatibility layer
1392 * Fix: documented number of subbuffers is incorrect
1393 * Document that num-subbuf and subbuf-size need to be power of 2
1394 * Merge branch 'master' of git://git.lttng.org/lttng-tools
1395
edad7953
DG
13962012-02-20 lttng-tools 2.0.0-rc1
1397 * Fix lttcomm_close_unix_sock to actually close the socket
1398 * lttng-sessiond: Set group permissions explicitly
1399
68c1b383
DG
14002012-02-16 lttng-tools 2.0-pre23
1401 * configure.ac: Fix consumerd64-libdir typo
1402 * Fix existing session daemon check
1403 * Fix missing session locks
1404 * Fix return value on ust app session create
1405 * Fix double start/stop trace
1406 * Fix ust app session started state on start trace
1407 * modprobe statedump, signal and timer lttng module
1408 * Fix hyphens in man pages
1409
76ab874e
DG
14102012-02-14 lttng-tools 2.0-pre22
1411 * Add the bash-completion file to the dist tarball
1412 * Add the LICENSE file too
1413 * Package used for the Ubuntu LTS (feature freeze)
1414
83aac6e3
DG
14152012-02-13 lttng-tools 2.0-pre21
1416 * Fix licensing for hashtable/utils.c
1417 * Print loglevel value in list -u
1418 * Remove "<all> from MSG() when no loglevel is selected
1419 * Initial import of man lttng.1 and lttng-sessiond.8
1420 * Fix memory leak master
1421
09e765bf 14222012-02-09 lttng-tools 2.0-pre20
c54722d0
DG
1423 * New lttng view command
1424 * Multiple loglevel fixes
1425 * Fix list command
1426 * Fix session syscall listing
1427 * Multiple fixes across the code base
1428
87db5b86
DG
14292012-02-02 lttng-tools 2.0-pre19
1430 * Update lttng ust ABI/API copy
1431 * Implement UST calibrate and change default
1432 * Add MSG_WAITALL to recvmsg of sessiond-comm
1433 * Check kernel version for tests
1434 * Add a '--list-options' option to each command.
1435 * First import of extras/ with lttng bash completion
1436 * Remove default defines from lttng.h
1437 * Fix lttng sessiond spawn wait race
1438 * Add CMD_WARNING error code
1439 * Fix context mapping for UST and kernel
1440 * Add kernel work-around for boot_id
1441 * Rewrites lttng-ctl's set_session_daemon_path
1442 * Fix memory lean in all lttng cli commands
1443 * Update loglevel ABI
1444 * Add padding to all ABIs for future development.
1445 * Improve error handling of lttng cli
1446 * Multiple fixes across the code base (nothing critical)
1447
3edea7d5
DG
14482012-01-23 lttng-tools 2.0-pre18
1449 * Complete change of the source directory tree
1450 * Move compat to common and create an internal lib
1451 * Rename lttngerr.h to error.h
1452 * Add kernel module version validation
1453 * Add UST version validation
1454 * Change SIGCHLD to SIGUSR1 when lttng waiting on sessiond
1455 * Fix off-by-one and double list size instead of steady increment
1456
734f79bf
DG
14572012-01-19 lttng-tools 2.0-pre17
1458 * Add and support the new hash table library
1459 * Add lttng hash table support to liblttng-consumer
1460 * RCU support for consumer's hash tables
1461 * UST consumer close shm fd after mapping it
1462 * Remove CLONE_VM flag for runas making gdb debugging impossible
1463 * Make MSG() print on stdout instead of stderr
1464 * Don't init kernel tracer if not root (UID=0)
1465 * Multiple fixes found when reaching max. number of open files
1466 * Add some UST tests
1467 * Multiple segfaults and assert error fixed
1468
032b4c39
DG
14692011-12-23 lttng-tools 2.0-pre16
1470 * Per-user lttng-sessiond now fully functionnal
1471 * Fix nested double usage of hashtable iterators
1472 * Support creds passing between lttng and sessiond
1473 * Rename sessiond internal "uid" fields to "id"
1474 * Create all trace directories and files with client user credentials
1475 * Create output directory at session creation command
1476 * Only allow the user or group owning the session (or root) to control a session
1477 * Add disable kernel tracing option to sessiond
1478
31ff12ff
DG
14792011-12-13 lttng-tools 2.0-pre15
1480 * (MAJOR) User-space tracing support for global domain (lttng-ust 2.0)
1481 * UST consumer 32/64 bit support
1482 * Multiple bug fixes
1483 * Multiple segfault, race and double lock fixes
1484 * API change for lttng_list_domains, lttng_start/stop and lttng_destroy
1485 * UST loglevel support
1486 * ABIs now support 256 char event names
1487 * Dependency on libpopt >= 1.13
1488 * Dependency on URCU >= 0.6.7
1489 * Rename kernel-ctl.c/.h to kernel.c/.h
1490 * Change malloc to zmalloc in lttng-sessiond code
1491 * RCU hashtable support for all UST data structure
1492 * New libconsumer for UST, kernel and one generic
1493 * Change "--all" option from lttng command line
1494 * Remove function entry option to discourage its use
1495
ab7f4103
MD
14962011-09-30 lttng-tools 2.0-pre14
1497 * Syscall tracing support
1498 * Multiple bug fixes (nothing critical)
1499 * Add userspace RCU hash table to tree for dev
1500 * Update UST ABI
1501 * Fix epoll that did not handle EINTR
1502 * Liburcu >= 0.6.5 is needed from this release
1503 * Enabling all events also enable syscall tracing
1504 * Debug messages are now on stderr
1505 * Add basic data structure for UST support but not ready yet.
1506
775182fa
DG
15072011-08-25 lttng-tools 2.0-pre13
1508 * Memory leaks fixes and double lock list
1509 * Add UST registration with sychronisation
1510 * Use poll/epoll compatibility layer for the sessiond
1511 * Major code cleanup of ltt-sessiond/main.c
1512 * Increase listen() connexion limit
1513 * Fix bad enable-channel command
1514 * Rename trace.c/.h to trace-kernel
1515 * Multiple fixes on the poll management with the new epoll API
1516
d6fa0093
DG
15172011-08-25 lttng-tools 2.0-pre12
1518 * Multiple fixes
1519 * Fix kconsumerd handling custom channel output
1520 * Add lttng_register_consumer to register a custom consumer
1521 * Add multiples tests of the session daemon
1522 * Default kernel channel size/number changed
1523 * Support for UST application registration
1524 * Import LTTng UST 2.0 ABI
1525 * Send data to kconsumerd before tracing start
1526 * Export API of lib kernel consumer (liblttngkconsumerd)
1527
3df9eaf3
DG
15282011-08-12 lttng-tools 2.0-pre11
1529 * New lttng API using the lttng_handle
1530 * Multiple fixes of kernel consumer
1531 * Register the consuming function and add a library context
1532 * Kernel consumer fix mmap/munmap
1533 * lttng-sessiond-comm header has been privatize
1534 * Kernel traces are written in the kernel/ directory
1535 * Add underscore to enable-channel command options
1536
f88b0a98
DG
15372011-07-29 lttng-tools 2.0-pre6
1538 * Fix enable multiple events
1539 * Add function entry feature
1540
15412011-07-28 lttng-tools 2.0-pre5
52ffda46
DG
1542 * Fix Add context command
1543 * Fix auto session path creation
1544 * Fix bad strncmp at channel creation
1545
5e96e15d
DG
15462011-07-23 lttng-tools 2.0-pre4
1547 * Fix kprobe attributes
1548 * Fix channel creation when not found at event enable
1549 * Add safe list iteration
1550 * Add two tests into the git tree
1551 * Kernel consumer can be put in debug mode with -vv
1552 * Trace path is now created on the client side
1553
00df03c6
DG
15542011-07-23 lttng-tools 2.0-pre3
1555 * Fix perf hw cache counter config values
1556
de235b67
DG
15572011-07-22 lttng-tools 2.0-pre2
1558 * Multiple fixes
1559 * New add-context options for perf counter and context
1560 * Using the install bin path from autotool for execl() call
1561 * Update quickstart guide
1562
223be86b
DG
15632011-07-20 lttng-tools 2.0-pre1
1564 * First prerelease of lttng-tools.
1565 * Working with the LTTng v2.0-pre1 modules and Babeltrace v0.1
This page took 0.089744 seconds and 4 git commands to generate.