Version 2.13.0-rc3
[lttng-ust.git] / ChangeLog
CommitLineData
0d498e12
MD
12021-07-16 (World Snake Day) lttng-ust 2.13.0-rc3
2 * Documentation: clarify API backward compatibility comment
3 * doc/man: only mention `-llttng-ust-common` in synopses (conditionally)
4 * doc/man: remove vtracef() and vtracelog() manual pages
5 * Remove vtracelog and vtracef from v0 compat API
6
13861e2d
MD
72021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.13.0-rc2
8 * Fix: ustcomm: application name uses the '-ust'-suffixed thread name
9 * Add abi0 conflict tests
10 * Detect unsupported use of .so.0 and .so.1 libraries within same process
11 * Add critical log level
12 * Fix: shutdown communication socket on -EINVAL
13 * Fix: lttng-ust control protocol handling of variable length command data
14 * ustcomm: implement shutdown API
15 * Fix: add missing fields in struct lttng_ust_abi_channel_config
16 * Fix: liblttng-ust-ctl: keep using lttng-ust-sock-8 and lttng-ust-wait-8 filenames
17 * liblttng-ust-ctl: Implement SIGBUS handling
18 * Fix: Java application context: pass application context argument to callbacks
19 * Fix: java application context segmentation fault
20 * Add api0 compile tests
21 * Move current compile tests to 'api1'
22 * fix: namespacing of 'tp_rcu_read_lock'
23 * Validate provider version for event enum field types
24 * Validate provider version for event class
25 * Add probe descriptor field to enum and event class
26 * Refactoring: tracepoint: allow explicit tracepoint instance provider name
27 * Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime
28 * Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private
29
06f280fd
MD
302021-04-23 (National Take a Chance (on me ?) Day) lttng-ust 2.13.0-rc1
31 * Set the 2.13 release codename and description
32 * sequence type: use previous field for length if length_name is NULL
33 * tracepoint: Declare tracepoint module register/unregister API
34 * configure: fix printing a description containing a comma
35 * Rename lttng_ust_tracepoint_(un)register_lib
36 * Rename lttng_ust_tracepoint_probe_(un)register
37 * Move pkgconfig file to 'src/lib/'
38 * Move the ringbuffer and counter clients to 'src/common/'
39 * Move the getcpu plugin implementation to liblttn-ust-common
40 * Move the clock plugin implementation to liblttng-ust-common
41 * Make futex compat internal to liblttng-ust
42 * Move dynamic-type to libcommon
43 * Move lttng_ust_enum_get_from_desc to libcommon
44 * Move lttng_ust_strerror to liblttng-ust
45 * Expose a common alloc_tls for liblttng-ust-common
46 * Rename all 'fixup_tls' functions to 'alloc_tls'
47 * Hide symbols that shouldn't be part of the ABI
48 * Hide internal tracepoint and providers data symbols
49 * tracepoint: introduce macros to hide tracepoint/provider symbols
50 * Namespace liblttng-ust-ctl symbols
51 * Prefix public header include guards with LTTNG_UST_
52 * fix: missing prefix LTTNG_UST_ for FLOAT_WORD_ORDER on FreeBSD
53 * Cleanup: probe function: use __ prefixed identifiers for local variables
54 * API refactoring: introduce probe context
55 * Fix: move compat macros for tracepoint probes to ust-tracepoint-event.h
56 * Remove unused tp_list_for_each_entry_rcu
57 * Tracepoint API namespacing ctf_enum
58 * Tracepoint API namespacing ctf_unused
59 * Tracepoint API namespacing ctf_string
60 * Tracepoint API namespacing ctf_sequence
61 * Tracepoint API namespacing ctf_array
62 * Tracepoint API namespacing ctf_float
63 * Tracepoint API namespacing ctf_integer
64 * Tracepoint API namespacing tracepoint-rcu
65 * Tracepoint API namespacing ust-endian
66 * Tracepoint API namespacing tracelog
67 * Tracepoint API namespacing tracef
68 * Tracepoint API namespacing '__lttng_ust_events_exit'
69 * Tracepoint API namespacing '__lttng_ust_events_init'
70 * Tracepoint API namespacing '__lttng_ust_probe_register_cookie'
71 * Tracepoint API namespacing '__probe_register'
72 * Tracepoint API namespacing '__probe_desc'
73 * Tracepoint API namespacing '_TP_EXTRACT_STRING'
74 * Tracepoint API namespacing '__get_dynamic_len'
75 * Tracepoint API namespacing 'TP_IP_PARAM'
76 * Tracepoint API namespacing 'TP_SESSION_CHECK'
77 * Tracepoint API namespacing '__tp_stringify'
78 * Tracepoint API namespacing '__event_'
79 * Tracepoint API namespacing '_tp_max_t'
80 * Tracepoint API namespacing '_TP_ARRAY_SIZE'
81 * Tracepoint API namespacing '__LTTNG_UST_NULL_STRING'
82 * Tracepoint API namespacing 'TP_ENUM_VALUES'
83 * Tracepoint API namespacing 'TRACEPOINT_PROVIDER'
84 * Tracepoint API namespacing 'TRACEPOINT_INCLUDE'
85 * Tracepoint API namespacing 'TRACEPOINT_HEADER_MULTI_READ'
86 * Tracepoint API namespacing 'TRACEPOINT_CREATE_PROBES'
87 * Tracepoint API namespacing 'TRACEPOINT_MODEL_EMF_URI'
88 * Tracepoint API namespacing 'TRACEPOINT_LOGLEVEL'
89 * Tracepoint API namespacing 'TRACEPOINT_ENUM'
90 * Tracepoint API namespacing 'TRACEPOINT_DEFINE'
91 * Tracepoint API namespacing 'tracepoint_(un)register'
92 * Tracepoint API namespacing '__tp_provider' and '__tp_name'
93 * Tracepoint API namespacing 'TRACEPOINT_PROBE_DYNAMIC_LINKAGE'
94 * Tracepoint API namespacing ctor, dtor and sections
95 * Tracepoint API namespacing '_TP_NARGS'
96 * Tracepoint API namespacing '_TP_EXPROTO'
97 * Tracepoint API namespacing '_TP_EXDATA'
98 * Tracepoint API namespacing '_TP_EXVAR'
99 * Tracepoint API namespacing '_TP_COMBINE_TOKENS'
100 * Tracepoint API namespacing 'LTTNG_UST_SDT'
101 * Tracepoint API namespacing '__tracepoint_'
102 * Tracepoint API namespacing 'tracepoint_destructors_syms'
103 * Tracepoint API namespacing 'tracepoint_dlopen'
104 * Tracepoint API namespacing 'TRACEPOINT_EVENT'
105 * Tracepoint API namespacing 'TP_FIELDS'
106 * Tracepoint API namespacing 'TP_ARGS'
107 * Introduce API compatibility macros
108 * tracepoint: split provider and event name
109 * lttng-gen-tp: no linker flags when compiling .o
110 * Fix warnings on FreeBSD
111 * Add glibc gettid to wrapper
112 * ust-events.h API const-ness
113 * Hide lttng_ust_elf symbols
114 * Disable strict-aliasing globally
115 * configure: enable extended compiler warnings
116 * Fix warnings on non-x86_64 systems
117 * Remove -Wsystem-headers from tests
118 * Initialize liblttng-ust-common in dependent libraries
119 * Internal logging lazy-initialization
120 * getenv: make getenv helper init state mt-safe
121 * Remove duplicated 'smp' code
122 * Move liblttng-ust-pthread-wrapper to 'src/lib/'
123 * tracepoint: validate provider/event name length with static assert
124 * Rename ringbuffer-context.h to ust-ringbuffer-context.h
125 * Rename LTTNG_ALLOCATE_COMPOUND_LITERAL_ON_HEAP to add LTTNG_UST_ prefix
126 * Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
127 * Remove unused ringbuffer-abi.h public header
128 * tracepoint: namespace systemtap UST macros with LTTNG_UST_ prefix
129 * Rename LTTNG_TP_EXTERN_C to LTTNG_UST_TP_EXTERN_C
130 * Rename __LTTNG_COMPOUND_LITERAL to LTTNG_UST_COMPOUND_LITERAL
131 * lttng_ust_static_assert: remove extra semicolons
132 * Fix: statedump init/exit namespacing
133 * Namespace tracepoint probes init/exit under lttng_ust_
134 * Namespace lttng_static_assert to lttng_ust_static_assert
135 * notification_send callback takes const event_notifier parameter
136 * run_filter callback takes const event parameter
137 * Fix: perform lazy initialization of getenv common lib
138 * fix: remove unused include wait.h
139 * Cleanup: use desc variable rather than deeply nested desc pointer
140 * cleanup: LTTNG_METADATA_TIMEOUT_MSEC defined twice
141 * Move liblttng-ust-tracepoint to 'src/lib/'
142 * Move liblttng-ust-common to 'src/lib/'
143 * Move string-utils.h to 'src/common/'
144 * Move ns.h to 'src/common/'
145 * Move lttng-hash-helper.h to 'src/common/'
146 * Move error.h to 'src/common/'
147 * Move jhash.h to 'src/common/'
148 * Move creds.h to 'src/common/'
149 * Move futex wrapper to 'common/compat/'
150 * Split ust-events-internal.h between common and liblttng-ust
151 * Move getenv to libcommon
152 * Move getcpu.h to 'lib/lttng-ust/'
153 * Split the common part of clock.h
154 * Move wait.h to 'src/common/'
155 * Rename internal ust_err to lttng_ust_logging
156 * Move liblttng-ust to 'src/lib/'
157 * cleanup: convenience libs at root of 'src/common/'
158 * Split and move compat.h to 'common/compat/'
159 * Move the mmap wrapper to 'common/compat/'
160 * Move libustcomm to 'src/common/'
161 * Move fd-tracker to liblttng-ust-common
162 * Move libringbuffer to 'src/common/'
163 * Move libcounter to 'src/common/'
164 * Move liblttng-ust-ctl to 'src/lib/'
165 * Move liblttng-ust-java* to 'src/lib/'
166 * Move liblttng-ust-dl to 'src/lib/'
167 * Move liblttng-ust-fd to 'src/lib/'
168 * Move liblttng-ust-cyg-profile to 'src/lib/'
169 * Move liblttng-ust-libc-wrapper to 'src/lib/'
170 * Move liblttng-ust-python-agent to 'src/lib/'
171 * Fix: event notifier group context leak
172 * Fix: perf counter context: leak event field structure
173 * Document nested type alignment field
174 * Move msgpack to libcommon
175 * Add an internal 'libcommon' for utils
176 * Move internal headers to 'src/' dir
177 * Add 'src' dir to global include path
178 * Move all sources to 'src/'
179 * Fix: pass private data to context callbacks
180 * Fix: app contexts: do not leak app context name, event field, context field
181 * Remove TRACEPOINT_INCLUDE_FILE undef
182 * Remove TRACEPOINT_INCLUDE_FILE macro
183 * Remove app context backward compatibility dead code
184 * Cleanup: Unaligned vs aligned ring buffer access comment
185 * Update unaligned vs aligned ring buffer access comment
186 * Refactoring: add back constness of public API structures
187 * Add 'ctf_unused' tracepoint field type
188 * cleanup: explicitly mark unused parameters (-Wunused-parameter)
189 * cleanup: rename template headers
190 * fix: string constants (-Wwrite-strings)
191 * fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
192 * cleanup: function attribute 'always_inline'
193 * cleanup: function attribute 'hidden'
194 * cleanup: function attribute 'no_instrument_function'
195 * cleanup: function attribute 'destructor'
196 * cleanup: function attribute 'constructor'
197 * cleanup: function attribute 'unused'
198 * tests: benchmark: improve benchmark scalability accuracy
199 * tests: benchmark: use cpu-bound workload, calculate average and std.dev.
200 * tests: improve benchmark script
201 * cleanup: function attribute 'format'
202 * Fix: liblttng-ust-ctl: missing ring buffer and counter clients init/exit symbols
203 * New API: lttng_ust_init_thread() for async-signal tracing
204 * fix: redundant decl of channel_destroy (-Wredundant-decls)
205 * Fix: tls-compat with hidden ring buffer context
206 * Fix: tls-compat with hidden ring buffer context
207 * Refactoring: hide internal fields of ring buffer context
208 * Move private ABI counter client symbols to dedicated header
209 * fix: add fallthrough annotations (-Wimplicit-fallthrough)
210 * fix: add format attribute to relevant functions (-Wsuggest-attribute=format)
211 * fix: use proper format specifiers in tests (-Wformat)
212 * fix: shadowed local variable in macros (-Wshadow)
213 * fix: size_t is unsigned, can't be negative
214 * Import libtap from babeltrace
215 * Add unit tests for utils macros
216 * Add a C++ version of lttng_ust_is_signed_type
217 * fix: int8_t is not considered an integer
218 * Add unit tests for lttng_ust_strerror
219 * Re-implement lttng_ust_strerr
220 * Namespace 'lttng_alignof' to 'lttng_ust_rb_alignof'
221 * Namespace remaining symbols in lttng/ringbuffer-context.h
222 * Python agent lib soname major bump
223 * Introduce SONAME defines
224 * Namespace ust-fork symbols
225 * Namespace RING_BUFFER_ALIGN macros
226 * cleanup: Remove redefinition of CHAR_BIT
227 * cleanup: Namespace public utils macros
228 * tracepoint probe refactoring: Move provider name to provider descriptor
229 * Refactoring: remove ring buffer channel pointer from struct lttng_ust_channel_buffer
230 * API cleanup: Remove handle from struct lttng_ust_channel_buffer
231 * Remove handle field from ring buffer context
232 * ring buffer context: cpu number becomes an output of reserve
233 * Fix: truncation of text array and sequences by NULL terminator
234 * Cleanup: use "char" type for padding
235 * compiler warning cleanup: is_signed_type: compare -1 to 1
236 * Rename struct lttng_ust_channel_ops to struct lttng_ust_channel_buffer_ops
237 * fix: Group Targets requires GNU Make >= 4.3
238 * clock override: introduce getter API for lttng tools
239 * ust-abi: add missing lttng_ust_abi prefixes
240 * fix: java detection is optional
241 * fix: use configured python when building the examples
242 * ABI refactoring: sequence and array of text: copy input as string
243 * cleanup: don't copy lttng-gen-tp in OOT builds
244 * configure: convert the remaining tab indent to spaces
245 * configure: regroup autoconf substituted variable
246 * configure: regroup automake conditionals
247 * configure: regroup C defines
248 * Introduce AE_FEATURE to manage configure features
249 * configure: regroup os and arch specific defaults
250 * configure: regroup library checks
251 * configure: regroup program checks
252 * configure: regroup C header checks
253 * configure: regroup and expand C compiler checks
254 * configure: Introduce macro ae_in_git_repo
255 * configure: centralize version information
256 * Use a single macro to configure CXX
257 * fix: use the configured cmake binary
258 * configure: standardize automake conditional names
259 * Centralize arch detection in a public header
260 * Set the default ust constructor timeout in the headers
261 * fix: don't override the project wide AM_CPPFLAGS
262 * Add basic shell tests script framework
263 * Simplify python agent build
264 * port: update pthread get/set name compat
265 * Fix: bytecode linker: validate event and field array/sequence encoding
266 * Validate match of all session channel's UUID
267 * Cleanup: Remove whiteline
268 * Cleanup: align private header comments
269 * Cleanup: remove old comments
270 * Refactoring and fix: bytecode ABI
271 * Bytecode: update documentation
272 * Refactoring: bytecode interpreter ABI
273 * Fix: java agent: migrate to new channel structures
274 * Move event context to private structures
275 * Move channel context to private structures
276 * Refactoring: Channel structures
277 * struct lttng_channel: split protocol ABI from instrumentation ABI
278 * Remove the LTTNG_PACKED macro
279 * Move public tracepoint definition headers to 'lttng/tp'
280 * Namespace lttng/align.h as lttng/ust-align.h
281 * Namespace lttng/bug.h as lttng/ust-bug.h
282 * Namespace enum lttng_ust_bytecode_interpreter_ret flags with lttng_ust_ prefix
283 * Namespace _float_mant_dig with lttng_ust_ prefix
284 * Namespace enumeration structures/enum with lttng_ust_ prefix
285 * ust-elf.h should be private, with public symbols
286 * counter-config.h should be private
287 * Fix: perf counters context: error handling on type allocation
288 * Fix: lttng_ust_destroy_type: add missing free() for compound types
289 * Fix: missing field name refactoring in java agent
290 * Fix: replace ringbuffer-config.h by ringbuffer-context.h include
291 * Add missing ringbuffer-context.h
292 * Refactoring: Privatize ring buffer config header
293 * Refactoring: Introduce extensibility scheme for tracepoint structures
294 * Clean-up: ustctl: adapt comment to use new ABI name
295 * Fix: ustctl: leak of event notifier data on communication error
296 * Refactoring: UST types public interfaces
297 * Refactoring: remove struct_size from struct lttng_ust_ctx_value
298 * Refactoring: struct lttng_ust_channel_ops
299 * Hide forward declaration of struct lttng_event_notifier_group
300 * Namepace struct lttng_session with lttng_ust_ prefix
301 * Cleanup: public type macros coding style
302 * Cleanup: Add whitelines after struct_size fields
303 * Refactoring: context structures
304 * cleanup: add comments to lttng/ust-endian.h
305 * Namespace 'struct channel' under 'lttng_ust_lib_ring_buffer_'
306 * Move context types to private header
307 * Move lttng_ust_dl_update to private ABI
308 * Namespace private ABI lttng_transport_find symbol
309 * Hide private lttng_session_active symbol
310 * Namespace lttng_context_procname_reset public symbol
311 * Remove LTTNG_HIDDEN macro
312 * Hide or namespace the remaining tracepoint internal symbols
313 * Refactoring: struct lttng_stack_ctx
314 * Refactoring: struct lttng_bytecode_runtime
315 * Move hash tables to internal header
316 * Cleanup: add whiteline after struct_size field
317 * Move struct lttng_counter_ops to internal header
318 * Move struct lttng_enum to internal header
319 * Refactoring: struct lttng_channel_ops
320 * Refactoring: struct lttng_enum_desc and lttng_enum_entry
321 * Refactoring: struct lttng_event_field
322 * Refactoring: struct lttng_event_desc and lttng_probe_desc
323 * Document public event and session structures
324 * Document public event structures
325 * Refactoring: combine event recorder and notifier callback functions
326 * Introduce event type field in common structure
327 * Refactor struct lttng_ust_lib_ring_buffer_ctx
328 * Combine common recorder/notifier functions to lttng_free_event_filter_runtime
329 * Rename struct lttng_event_notifier to struct lttng_ust_event_notifier
330 * Refactoring: namespace ust-abi.h content under regular prefix
331 * Refactor event notifier structure
332 * Rename struct lttng_event_common to struct lttng_ust_event_common
333 * Rename struct lttng_event to struct lttng_ust_event_recorder
334 * Introduce common event structure
335 * Fix: bytecode linker: iteration on wrong list head
336 * Fix: re-introduce basic type serialization functions
337 * Remove array, sequence, enum, struct legacy types
338 * Add structure size field to struct lttng_session
339 * Add structure size field to struct lttng_event
340 * Refactoring: introduce session private structure
341 * Refactoring: introduce bytecode runtime private structure
342 * Refactoring: introduce event private structure
343 * Namespace tracepoint_init and tracepoint_exit
344 * Remove lttng_ust_synchronize_trace public symbol
345 * Hide remaining tracer core private symbols
346 * Expose liblttng-libc-wrapper malloc ctor in public header
347 * Hide private context utils symbols
348 * Add missing doc/man/vtracelog.3 to gitignore
349 * tracef-tracelog-limitations.txt: take variadic variant into account
350 * tracef.3.txt/tracelog.3.txt: always take variadic variants into account
351 * doc/man/Makefile.am: handle vtracef(3) and vtracelog(3) correctly
352 * tracelog.3.txt: add `vtracelog` to the "NAME" section
353 * lttng-ust(3): reorganize the "Context information" section
354 * Hide tls fixup private symbols
355 * Hide ust_lock private symbols
356 * Hide strutils private symbols
357 * Hide lttng_ust_statedump private symbols
358 * Hide print_op private symbol
359 * Hide lttng_ust_getenv private symbols
360 * counter: shrink down number of dimensions to 4
361 * counters: add coalesce_hits to control API and protocol
362 * liblttng-ust-fd doesn't use the internal logging system
363 * Make 'lttng/ust-error.h' official API
364 * Drop unused typedef t_statedump_func_ptr from API
365 * README: lttng-ust does not depend on liburcu at runtime anymore
366 * Move ust-events.h private structs to internal
367 * Move ust-events.h private functions to internal
368 * Remove forward decl for unused 'struct lttng_ust_context_app'
369 * Move 'struct lttng_enabler' to private headers
370 * Move 'enum lttng_client_types' to private headers
371 * Move context symbols to private header
372 * Remove leftover symbols from liburcu-bp compat
373 * Remove unused ring buffer client callbacks symbols
374 * Remove ring buffer client callbacks from public headers
375 * Move lttng_ust_fixup_fd_tracker_tls to private header
376 * Move perf counter symbols to private header
377 * Bump liblttng-ust-ctl soname major to 5
378 * fix: trailing backslash in include/Makefile.am
379 * Document why the fd tracker is ABI without a public header
380 * Delete unused private header ust-ctl-private.h
381 * Hide private usterr-signal-safe.h symbols
382 * Move internal elf macros to a private header
383 * Move compat macros in 'lttng/align.h' to a private header
384 * Make 'lttng/bitmap.h' a private header
385 * Hide libringbuffer private symbols
386 * Hide private snprintf symbols
387 * Hide private ust-comm.h symbols
388 * Hide private ust-snprintf.h symbols
389 * Hide private share.h symbols
390 * Hide private ust-dynamic-type.h symbols
391 * Document why context provider is ABI without a public header
392 * Use 'ust-' prefix for all global private headers
393 * Move private headers out of 'lttng/' public header dir
394 * Fix: lttng_event_notifier_group_error_counter_cmd does not respect caller convention
395 * Move to kernel style SPDX license identifiers
396 * fix: unix socket peercred on FreeBSD
397 * Fix: uninitialized variable in lib_ring_buffer_channel_switch_timer_start
398 * Fix: "Cleanup: clarify bytecode ownership"
399 * Fix: Use unix socket peercred for pid, uid, gid credentials
400 * Move and hide new 'lttng_ust_counter_create' private symbol
401 * Move and hide new time_ns private symbols
402 * Move and hide new 'lttng_counter_transport_*' private symbols
403 * Hide new 'lttng_counter_client_percpu_*' private symbols
404 * Hide new 'ustcomm_recv_*' private symbols
405 * Hide new 'lttng_ust_lfht_*' private symbols
406 * Hide new 'lttng_release_event_notifier_group_error_counter' private symbol
407 * Hide new 'lttng_fixup_time_ns_tls' private symbol
408 * Hide new 'lttng_counter_*' private symbols
409 * Hide new 'lttng_ust_compat_futex_*' private symbols
410 * Hide new 'lttng_ust_context_set_event_notifier_group_provider' private symbol
411 * Hide new 'lttng_bytecode_*' private symbols
412 * Hide new 'lttng_context_init_all' private symbol
413 * Hide new 'lttng_counter_*' private symbols
414 * Hide mew 'lttng_msgpack_*' private symbols
415 * Hide new 'patient_writev' private symbol
416 * Remove unused deprecated and backward compatibility fields
417 * Remove backward compatibility for liburcu-bp
418 * Cleanup: Remove deprecated symbols following soname major version bump
419 * Bump soname major to 1
420 * Fix: memory and fd leaks in error counter
421 * Cleanup: clarify bytecode ownership
422 * Cleanup: clarify ownership of excluder
423 * Fix: event notifier group: fix fd leak on error
424 * Fix: stream fd leaks on error
425 * Fix: channel leak on error
426 * Fix: lttng_abi_map_channel should be static
427 * Fix: Use default visibility for tracepoint provider symbol
428 * Fix: configure: support Autoconf 2.70
429 * Fix: event notifier create protocol order issue
430 * Fix: lttng-ust 2.13 should not try to use notifiers from 2.12 or prior probes
431 * Fix: UST comm protocol: event notifier command is too large
432 * Fix: incorrect parameters passed to vtracelog
433 * event-notifier: Initialize `_notifier_notification` struct to zero
434 * Add tests/unit/libmsgpack/test_msgpack to gitignore
435 * ustctl.h: use enumeration values 0, 1 for bitness
436 * ust-abi: use 0, 1 for counter enumerations
437 * Cleanup: ust-abi: BITNESS_{32,64}BITS -> BITNESS_{32,64}
438 * Cleanup: use tabs in ust-abi.h
439 * Fix: add struct lttng_event_notifier forward declaration
440 * Fix: event notifier: notification send should be a callback
441 * Fix: ust-urcu: allow legacy applications without _LGPL_SOURCE
442 * Fix: ust-tracepoint: make sure to expand tracepoint provider token
443 * Fix: notifier: use store-release/load-acquire for error counter
444 * Fix: event-notifier: Groups may not have an error counter
445 * ustctl: Initialize counter_conf struct to zero
446 * cleanup: use <sys/syscall.h>
447 * port: fix futex_async wrapper namespacing on FreeBSD
448 * port: use ust-endian.h compat
449 * Fix: event-notifier: not propagating error counter indexes
450 * fix: undefined symbols for tracepoints in lgpl source
451 * Remove runtime dependency on liburcu shared objects
452 * Fix: handle default switch case with -EINVAL in __lttng_counter_add
453 * Bump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes
454 * Fix: memory leak in apply_context_reloc
455 * Fix: libcounter bad compare
456 * Fix: remove dead code in msgpack.c
457 * Fix: counter: cast UINT*_MAX to 64-bit signed type before negative
458 * Fix: libcounter: use LTTNG_UST_ALIGN
459 * Fix: ust-abi: clarify which command is used on which object descriptor
460 * Implement event notifier error counter
461 * Implement libcounter
462 * Implement capturing payload on event notifiers
463 * bytecode: handle all integer types of dynamic contexts
464 * bytecode: initialize all contexts on event notifier group creation
465 * bytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
466 * Generalize `lttng_enabler_link_bytecode()` bytecode list
467 * Cleanup: rename `_lttng_filter_link_bytecode()` -> `link_bytecode()`
468 * Add `interpreter_funcs` to `lttng_bytecode_runtime`
469 * bytecode: rename `lttng_filter_sync_state()` -> `lttng_bytecode_filter_sync_state()`
470 * Implement enum and sequence capture serialization functions
471 * Extract `handle_bytecode_recv()` function
472 * Rename filter bytecode types and files
473 * bytecode: generalize `struct lttng_ust_filter_bytecode_node`
474 * Cleanup: Rename filter functions/fields to mention "filter"
475 * Add `patient_writev()` function
476 * Add `libmsgpack` for serializing captures
477 * bytecode: allow interpreter to return any type
478 * bytecode: propagate `rev_bo` of element
479 * bytecode: set register type to `REG_PTR` even if not used
480 * Add `lttng_bytecode_interpret_format_output()` for top of stack extraction
481 * bytecode: add `REG_U64` interpreter register type
482 * Implement event notifier
483 * Add token to `struct lttng_ust_event`
484 * Create `_for_each` function to unregister probe providers
485 * Cleanup: extract function to borrow hashlist bucket
486 * Decouple `struct lttng_event` from filter code
487 * Cleanup: hide `lttng_ust_{filter_bytecode,excluder}_node`
488 * Abstract base `lttng_enabler` to support other types of enablers
489 * Rename `enum lttng_enabler_type` to `_format_type`
490 * Decouple `struct lttng_session` from filter code
491 * port: FreeBSD 12.2 added pthread_setname_np
492 * port: tests: Add a simple unit test for shm operations
493 * port: fsync(2) on a POSIX shm fd returns EINVAL on FreeBSD
494 * port: set shm size with ftruncate before writing
495 * fix: pass the detected CFLAGS to the C++ compiler
496 * Cleanup: silent rules are always available in automake >= 1.12
497 * Cleanup: Use pkg-config to detect liburcu
498 * tests: Move tap-driver.sh out of the autotools aux directory
499 * Enable autotools warnings as errors
500 * Cleanup: separate tests between 'unit' and 'compile'
501 * Cleanup: Bump autoconf required version to 2.69
502 * Cleanup: Remove obsolete and unused tests
503 * fix: pthread_setname_np tests to match compat behavior
504 * fix: pthread_setname_np fails on longer tread names
505 * Namespace lttng/align.h macros
506 * Fix: remove redefinition of _GNU_SOURCE
507 * Add pthread_setname_np tests
508 * port: fix pthread_setname_np integration
509 * Cleanup: standardise include path
510 * port: no libnuma on FreeBSD
511 * port: use /bin/sh in test_ust_elf
512 * port: fix typo 'lttng_ust_safe_closefrom' -> 'lttng_ust_safe_closefrom_fd'
513 * port: include limits.h first for CHAR_BIT
514 * port: fix endian and byteswap compat on FreeBSD
515 * port: Silence macro redefinition warnings on FreeBSD
516 * port: fix pthread autoconf detection to support FreeBSD
517 * Set version to 2.13-pre
518 * Fix: ustctl_release_object: eliminate double-close/free on error
519 * tests: return the proper TAP exit code
520 * Add userspace time namespace context
521 * Use libtool syntax in LDADD
522 * Add missing files to distribution
523 * Fix: python agent: 'time' has no attribute 'clock'
524 * Fix: libc-wrapper: undef temporary token rather than value
525 * Fix: support compile units including 'sys/sdt.h' without defining SDT_USE_VARIADIC
526 * Cleanup: have interpreter functions return _DISCARD instead of 0
527 * Cleanup: bytecode: typo: "s16" -> "u16"
528 * doc: Explain `struct lttng_bytecode_runtime` layout restrictions
529 * Fix: event probes attached before event enabled
530 * Fix: use underlying types for array and sequence assertion
531 * Add compile time assertion that array and sequence have integer elements
532 * Implement compile time assertion macro wrapper
533 * Fix: agent: read: end of loop condition should exclude 0
534 * fix: Java examples CLASSPATH override
535 * Add missing files to .gitignore
536 * fix: Add CLASSPATH to autoconf precious variables
537 * Fix: Java agent: close session daemon socket on error
538 * Java agent: Use inequality for read bound check
539 * Fix: Java agent: handle partial payload read
540 * Fix: incorrect field accounting for dynamic type
541 * ust-compiler.h: Allocate compound literals on heap with gcc <= 4.8
542 * Require C++11 for building probe providers with C++ compiler
543 * filter: bytecode already in the list should go before
544 * Bump LTTNG_UST_ABI version from 8.1 to 9.0
545 * tracepoint: Refactor representation of nested types
546 * Remove has_strcpy check following probe provider version bump
547 * Bump LTTNG_UST_PROVIDER_MAJOR from 1 to 2
548 * ust-compiler.h: Implement __LTTNG_COMPOUND_LITERAL
549 * Document dependency on liburcu >= 0.12
550 * configure: add check for DEFINE_URCU_TLS_INIT
551 * Cleanup: use DEFINE_URCU_TLS_INIT for all CONFIG_RCU_TLS configurations
552 * Fix: namespace contexts !CONFIG_RCU_TLS variable initialization
553 * Record event as soon as one filters evaluates to TRUE
554 * Cleanup: ust-tracepoint-event.h: extract `__num_fields` in a variable
555 * Fix: v.u.d might be uninitialized
556 * Fix: Add missing vtracelog demo to make dist
557 * Fix: Add missing vtracef demo to make dist
558 * Introduce vtracelog
559 * Introduce vtracef
560 * Fix: set FD_CLOEXEC on incoming FDs.
561 * Fix: tracepoint.h: Disable address sanitizer on pointer array section variables
562 * Fix: jhash.h: remove out-of-bound reads
563 * Fix: generation of man pages with multiple refnames
564 * Cleanup: remove trailing white spaces across project
565 * Fix: lttng-ust-comm.c: return number of fd rather size of array
566 * liblttng-ust-comm: move `_unlock_fd_tracker()` after `close()` on error paths
567 * Cleanup: liblttng-ust: change `int` flag to `bool`
568 * liblttng-ust: exit loop early on event enabler match
569 * Cleanup: remove redundant memory barrier
570 * Cleanup: remove unused `lttng_bytecode_runtime::event` field
571 * Docs: explain why unused `lttng_enabler::ctx` is kept around
572 * Cleanup: remove unused `lttng_free_enabler_filter_bytecode()` func
573 * Cleanup: move unused function to deprecated symbol list
574 * Cleanup: remove unused `__check_ust_safe_fmt()` function
575 * Cleanup: silence unused parameter `ps` warning
576 * Cleanup: apply `include-what-you-use` guideline for `close()`
577 * Cleanup: apply `include-what-you-use` guideline for `uint*_t`
578 * Cleanup: apply `include-what-you-use` guideline for `mbstate_t`
579 * Cleanup: apply `include-what-you-use` guideline for `fpos_t`
580 * Cleanup: apply `include-what-you-use` guideline for `size_t`
581 * Cleanup: typo: column -> colon
582 * Add git-review config
583
f2a09ccd
MD
5842020-02-05 (National Weatherperson's Day) lttng-ust 2.12.0-rc1
585 * Fix: build with -fno-common
586 * Bump LTTNG_UST_ABI_MINOR_VERSION to 1
587 * lttng-clear: stop tracing required
588 * doc: fix build failure due to wrong whitespace character
589 * doc: reformat long lines in doc/examples/Makefile.am
590 * doc: pass AR when building examples
591 * Require automake >= 1.12
592 * Add procname to lttng_ust_statedump information
593 * Docs: LTTNG-UST(3): missing references to some namespace man pages
594 * Set version to 2.12-pre
595 * Add pkgconfig support for liblttng-ust-ctl
596 * Fix: uninitialized variable in lib_ring_buffer_reserve_committed
597 * Fix: document proper liburcu version dependency
598 * Fix: Add missing files to distribution
599 * Add userspace vuid/vgid contexts
600 * Add userspace namespace contexts
601 * Fix: lttng perf counter deadlock
602 * Revert "Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs"
603 * Fix: fd tracker: do not allow signal handlers to close lttng-ust FDs
604 * Fix: fd tracker: provide async-signal-safety for close wrapper
605 * Fix: Disable cancellation around fd tracker lock
606 * Fix: Lock FD tracker across fork
607 * doc/man: include build version in GitHub links
608 * Check if the AR environment variable exists for cross compilation
609 * ustctl: Implement ring buffer clear
610 * Make bitfield.h C++-friendly
611 * Fix: don't wait for initial statedump when 0 session active
612 * Fix: wait for initial statedump before proceeding to the main program
613 * Use MAP_POPULATE to reduce pagefault when available
614 * Fix: remove uninitialised value
615 * Fix: GCC unaligned pointer warnings
616 * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
617 * Fix: missing define when not building with gcc
618 * Fix: client_sequence_number may dereference NULL pointer
619 * Fix: namespace our gettid wrapper
620 * Fix: get tid not pid in vtid context
621 * Cleanup: bitfields: streamline use of underscores
622 * Silence compiler "always false comparison" warning
623 * Fix: bitfield: shift undefined/implementation defined behaviors
624 * Fix: Update coding style link
625 * Fix: alignment of ring buffer shm space reservation
626 * Fix: allocate ts_end in ringbuffer shared memory
627 * Fix: timestamp_end field should include all events within sub-buffer
628 * Harmonize rw_prog_cxx_works macro across projects
629 * Update macros from the autoconf archive
630 * ust-ctl API: clarify getter usage requirements
631 * Fix: don't access packet header for stream_id and stream_instance_id getters
632 * Add LTTNG_PACKED ifdefs to validate that it is defined
633 * Report perf integration status at configure
634 * compat: work around broken _SC_NPROCESSORS_CONF on MUSL libc
635 * Code cleanup in contexts
636 * doc: remove repeated word in coding style
637 * tap-driver.sh: flush stdout after each test result
638 * Move wait_shm_mmap initialization to library constructor
639 * Fix: additional compiler barriers for procname context
640 * Fix: procname context async-signal safety
641 * Cleanup vtid/vpid context caches
642 * Cleanup: fix typo 'acces' -> 'access'
643 * Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
644 * Cleanup: test Makefiles
645 * Add silent mode to examples Makefiles
646 * Add silent rules support for docs
647 * Use config.h to define SONAME major number
648 * Use a variable to select the dlopen lib in Makefiles
649 * Add hello-many to gitignore
650 * Adapt lttng-ust to use multiflavor symbols from liburcu 0.11
651 * Clarify lib_ring_buffer_switch_slow() requirements
652 * tests: hello-many
653 * Fix: sync event enablers before choosing header type
654 * Fix: address shellcheck warnings/errors in example scripts
655 * Fix: check for event class/instance prototype mismatch
656 * Fix: race between statedump and library destructor
657 * Fix: reset procname on fork in child process
658
d397e38a
MD
6592018-09-06 (Fight Procrastination Day) lttng-ust 2.11.0-rc1
660 * Fix: add missing stdbool.h include
661 * Move symbol preventing unloading of probe providers
662 * Fix: Remove unused line from liblttng-ust-fd makefile
663 * Fix: add liblttng-ust dependency to liblttng-ust-fd
664 * Fix: use LIBDL/LIBC_DL to select either libdl or libc
665 * Fix: lttng filter validator ERANGE error handling
666 * Filter: implement dynamic typing for load object
667 * Filter: add FILTER_OP_RETURN_S64 instruction
668 * Perform bitwise ops on unsigned types
669 * Filter: catch shift undefined behavior
670 * Filter: implement bitwise lshift, rshift, not
671 * Filter: index array, sequences, implement bitwise binary operators
672 * Fix: AM_CONDITIONAL should be outside AS_IF block
673 * Fix: build jni libs with openjdk >= 10
674 * Fix: ustfork: save and restore errno in syscall wrappers
675 * Fix: cache the result of getpid() internally
676 * Fix: reset cached vpid context on fork
677 * Fix: build example SO when PIE is enabled
678 * Fix: string comparison on incorrect length in context provider
679 * Support unloading of probe providers
680 * Rename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
681 * dlopen() liblttng-ust.so from constructor to prevent unloading
682 * Add probe provider unregister function
683 * Cleanup: Move version numbers in separate variables in configure script
684 * Remove duplicate provider name checks
685 * Fix: remove for() loop initial declarations
686 * Use ust_lock during sock_info operations for atomicity against fork
687 * Force tracked fd to be bigger than STDERR_FILENO
688 * Fix: numa: dynamically check that numa is available
689 * Fix: specify SONAME in python-lttngust LoadLibrary
690 * Fix: ensure fd tracker is initialized when called from constructors
691 * Fix: fd of an elf object must be registered to the fd tracker
692 * Cleanup: clock description for metadata was moved to lttng-sessiond
693 * Fix: liblttng-ust-fd.so: override fclose symbol
694 * Revert "Use initial-exec TLS model"
695 * Revert "Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE"
696 * configure.ac: add --disable-examples option to not build/install examples
697 * Disable NUMA by default on 32bit arm
698 * Update Makefile.am output about libnuma not found
699 * Update readme to document opt dep on numa
700 * numa support: allow disabling numa support
701 * Update README to document dependency on libnuma
702 * Take NUMA configuration into account for UST buffer allocation
703 * Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE
704 * Use initial-exec TLS model
705 * lttng-gen-tp: formatting
706 * Fix: lttng-gen-tp: only replace file extension
707 * Fix: move fsync after ftruncate
708 * Fix: sync buffer file metadata on buffer allocation
709 * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable
710 * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
711 * Fix: doc/man: use a single XSL file and match local names
712 * Fix: Expand the shmobj size for the sequence number
713 * Introduce LTTNG_UST_ALLOW_BLOCKING env. var.
714 * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
715 * Calculate context length outside of retry loop
716 * Fix: Quote CMAKE variable assignment in Makefile
717 * Rework configure script
718 * Fix: Typo in doc/examples/Makefile.am
719 * Fix: Don't override user variables within the build system
720 * Move m4 scripts to m4 dir
721 * doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
722
59d82da5
MD
7232017-05-05 (International Tuba Day) lttng-ust 2.10.0-rc1
724 * Clean-up: remove unused variables to silence gcc warning
725 * Add ustctl_snapshot_sample_positions ustctl command
726 * Cleanup: formatting in strutils_star_glob_match explanation
727 * doc/man: add typical `$` and `#` prompts to command lines
728 * Fix: add missing getenv.h include to ustctl.c
729 * Fix: race between lttng-ust getenv() and application setenv()
730 * Use SIZE_MAX instead of -1ULL for size_t parameter
731 * filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL
732 * Fix: out of bound array access in filter code
733 * Correctly clean all generated JAR files
734 * Fix: List missing file in Java agent's Makefile
735 * Support generic globbing patterns in the Java agent
736 * Log more information in the Java TCP client
737 * Cleanup: Remove unused import in JUL Java agent
738 * Add support for star globbing patterns in event names
739 * Filtering: add support for star-only globbing patterns
740 * Add string utilities
741 * Fix: (un)install targets of Python agent
742 * Fix: include config.h to resolve HAVE_DLMOPEN
743 * Validate the presence of dlmopen at configure time
744 * Fix: CMake examples integration
745 * doc/examples/Makefile.am: define C and C++ compilers for CMake
746 * lttng-ust(3): document `lttng_ust_loaded` symbol
747 * lttng-ust(3): document `perf:thread:raw:rN:NAME` context
748 * lttng-ust-dl(3): update documentation
749 * lttng-ust(3): document liblttng-ust-fd
750 * doc/man: document the lttng_ust_lib events
751 * doc/man: add full stop to descriptive table cells
752 * doc/man: reorganize source for tables
753 * lttng-ust(3): sort ctf_*() macro parameter definitions
754 * lttng-ust(3): fix alignment and indentation
755 * lttng-ust(3): document new ctf_*() array/sequence network/hex macros
756 * Filter code relicensing to MIT license
757 * Performance: add missing "caa_unlikely" on fast-path
758 * Fix: blocking mode: add missing stdbool.h include
759 * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
760 * Fix: loglevel and model_emf_uri build fix
761 * Fix: loglevel and model_emf_uri with g++ compiled probes
762 * Fix: Out of tree build of liblttng-ust-java
763
e654ae79
MD
7642016-10-07 (National Frappé Day) lttng-ust 2.9.0-rc1
765 * Fix: cmake example with configure based oot build
766 * Fix: perform statedump before replying to sessiond
767 * build: check for CXX_WORKS for cmake example
768 * Implement liblttng-ust-fd
769 * Introduce file descriptor tracker
770 * Fix: honor send timeout on unix socket connect
771 * Fix: perform TLS fixup in all UST entry points from each thread
772 * Fix: build: pass configure flags to cmake example
773 * Performance: implement lttng_inline_memcpy
774 * Performance: mark ring buffer do_copy callers always inline
775 * Performance: cache the backend pages pointer in context
776 * Add ctx_len field to ring buffer context
777 * ring buffer: handle shmp errors
778 * Cleanup: libringbuffer: remove duplicate shmp() invocations in slow paths
779 * Performance: Only dereference shmp once
780 * Performance: Mark channel and buffer event disabled check unlikely
781 * Performance: Relax atomicity constraints for crash handling
782 * Fix: compat: -ust suffix sprintf error handling
783 * Performance: disable event counting by default
784 * Fix: remove unlock in getcpu
785 * Performance: remove rcu read lock from ring buffer get/put cpu
786 * Performance: define _LGPL_SOURCE in LGPL c files
787 * Performance: split check deliver fast/slow paths
788 * Fix: perf counters build against kernel headers < 3.12
789 * Fix: perf counter context deadlock
790 * Fix: many-events registration/unregistration speed
791 * Fix: pre-fault TLS in ust-malloc instrumentation
792 * Fix: ust-ctl: use LTTNG_UST_HAVE_PERF_EVENT to report perf counter availability
793 * Fix: reset vtid cache before releasing urcu locks
794 * Fix: cleanup local_apps.allowed flag on lib cleanup
795 * Fix: Correctly handle invalid agent port file
796 * Fix: memory corruption in compat.h
797 * Introduce lttng_ust_loaded weak symbol
798 * Revert "Introduce LTTNG_UST_LOADED environment variable"
799 * Introduce LTTNG_UST_LOADED environment variable
800 * Fix: remove invalid free
801 * Use AC_PROG_MKDIR_P (generic mkdir -p)
802 * Split CMake example build steps on different lines
803 * Fix: CMake example: specify source/built includes/libs
804 * configure: allow building perf support across all architectures
805 * Fix: use-after-free in statedump lib iter_end
806 * Add generic fallback for perf counter read
807 * Fix: perf counters: sign-extend pmc register
808 * doc: Add flags for JUL and python agent compiling
809 * tests/hello.cxx: add ctf_enum_auto() entries
810 * Add ctf_enum_auto() for autoincrementing enumeration values
811 * Add missing ust_lib.c and ust_lib.h
812 * dl instrumentation: add dlmopen event, trace dlopen flags
813 * Add library load/unload tracking events
814 * Communication protocol: use fixed-size integer rather than enum
815 * Add ustctl command to regenerate the statedump
816 * Implement statedump command in UST
817 * tests/hello.cxx: add enumeration field
818 * Fix: ctf_enum_value() does not work with g++
819 * Fix: lttng context perf: missing stdbool.h header include
820 * Add perf context support for ARMv7
821 * Keep perf context FD open for other architectures
822 * Doc: cmake example: fix coding style
823 * Doc: ship cmake example with 'make distcheck'
824 * Doc: add CMake example
825 * configure.ac: check cmake availability
826 * Only build python lib when agent is enabled
827 * doc: information has no plural
828 * Fix: allow non-LGPL modules to use tracepoints
829 * Add -ust to the name of UST threads of the application
830 * Comment the locking mechanisms in ContextInfoManager
831 * Fix: Null-check return value of log4j.Category.getAllAppenders()
832 * Add liblttng-ust-agent.jar to the .gitignore
833 * Fix: Specify encoding when reading agent port file
834 * Fix: Include child loggers in the output of "lttng list"
835 * Fix: Handle both agent config files pointing to same port
836 * Suppress static method warning
837 * Add more logging to the LttngTcpSessiondClient
838 * Use config.h to detect sched_getcpu support
839 * Fix: use limits.h in ust-elf test
840 * Fix: strerror_r behavior is glibc specific
841 * Add support for musl libc to ust-dlfcn.h
842 * Fix: don't generate 0-len array in tracepoint probes
843 * Fix: log4j example: set logger level to prevent unexpected level inheritance
844 * Fix: no LGPL define for malloc and pthread wrappers
845 * Fix: all lttng-ust source files should be tagged _LGPL_SOURCE
846 * Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects
847 * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects
848 * Fix: don't call __builtin_return_address(0) on 32-bit powerpc
849 * Update version name TBD
850 * Update version to 2.9.0-pre
851 * Fix: tracepoint header: declare tracepoint_dlopen_ptr
852 * Fix: update debug message about weak-hidden symbols
853 * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr
854 * Fix: test: relax requirement on weak-hidden symbol address
855 * Fix: work-around gcc optimisation oddness on 32-bit powerpc
856 * Fix: test weak-hidden symbols
857 * Print DBG() message about compiler weak hidden symbol behavior
858 * test: add test for gcc issue with weak hidden symbol on powerpc
859 * Restrict Java context retriever names to a set of valid characters
860 * Fix: Correctly compute Java agent list loggers response size
861 * Add support for aarch64_be
862 * Fix: Fix synchronization of LTTngAgent#dispose
863 * Fix: Verify number of bytes contained in sessiond agent commands
864 * Fix: Avoid potential null dereference with log4j loggers
865 * Specify UTF-8 encoding for all Java agent commands
866 * Fix: merge tap tests stdout and stderr
867 * Documentation: ring buffer: SWITCH_FLUSH can be used when active
868 * Fix: unchecked return value in trace_clock_read64_monotonic
869 * Fix: portability: no arith on void pointer
870 * Fix: initialize build id and debug link flags to 0
871 * Tests: Add tap-driver.sh for automake < 1.12
872 * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
873 * Tests: Replace prove by autotools tap runner
874 * bootstrap: Standardize on autoreconf -vi
875 * Harmonize bootstrap script across projects
876 * lttng-ust(3): order environment variables
877 * lttng-ust(3): fix syntax of env. variables section
878 * lttng-ust(3): document $LTTNG_HOME
879 * Fix: Java agent should use LTTNG_HOME
880 * Fix: examples make distcheck failure
881 * Cleanup: add static for internal symbols
882 * Cleanup: Remove unused max() macros from ring_buffer_frontend.c
883 * Use min_t/max_t macros in lttng-ust-elf.c
884 * Tests: update ust-elf tests to reflect correct memsz computation
885 * Fix: erroneous computation of ELF in-memory size
886 * Make code and man pages share the same default values
887 * Fix: remove NULL check of nonnull parameter in dlclose
888 * Tracepoint array/sequence: add nowrite hex macros
889 * Tracepoint: add ctf array for network byte order integers
890 * Tracepoint: add ctf sequence for network byte order integers
891 * Fix: endianness of integers received by filter
892 * Doc: Update README.md
893 * Fix: jul and log4j agents makefile missing line and indentation
894 * Fix: re-introduce exported symbols
895 * Doc: update manpages for soinfo/sopath name change
896 * Rename statedump and dl events and fields
897 * Tests: list ust-elf test data explicitly in EXTRA_DIST
898 * Tests: add tests for lttng_ust_elf_is_pic
899 * Add is_pic field to statedump soinfo event
900 * Fix: add common jar to lttng-ust-agent-all dependencies
901 * Fix: add version to lttng-ust-agent-all jar file
902 * Fix: rename liblttng-ust-agent to lttng-ust-agent-all
903 * Fix: re-add liblttng-ust-agent.jar
904 * Fix: lttng java agent: dispose is non-static
905 * doc/man: do not use macros in the NAME section
906 * doc/man: remove duplicate copyrights section
907 * doc/man: lttng-ust(3): add tracing control to example
908 * doc/man: lttng-ust(3): split example files in subsections
909 * doc/man/common-copyrights: add missing THANKS section
910 * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section
911 * README.md: bolden dependencies and update links
912 * README.md: split required and optional dependencies
913 * Convert man pages to AsciiDoc
914 * Fix: remove dead code from filter interpreter
915 * Fix: convey enum value signedness into metadata
916
358b7b74
MD
9172016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1
918 * Fix: remove assertions in lttng-ust-comm init
919 * Add tracepoint_disable_destructors()
920 * Documentation: fix manpage typo
921 * Fix: move lttng_context_is_app to core file
922 * Fix: move dummy functions to common file
923 * Fix: handle backward probe compatibility for application contexts
924 * Fix: application context header size
925 * Fix: event ctx get size should be after chan ctx
926 * Clarify and simplify the Java agent "Hello" examples
927 * Export the stream instance ID
928 * Generate and export the sequence number
929 * Add stream instance id to the packet header
930 * configure.ac: print empty line after AC_OUTPUT
931 * configure.ac: macros with no arguments do not need ()
932 * configure.ac: standardize indentation to tabs
933 * configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
934 * configure.ac: test -a -> shell's && (more portable)
935 * configure.ac: use test "x$var" = "xyes"
936 * configure.ac: AM_CONDITIONAL() accepts two arguments
937 * configure.ac: use dnl at appropriate places
938 * configure.ac: if -> AS_IF()
939 * configure.ac: case -> AS_CASE()
940 * configure.ac: add missing quotes in macro calls
941 * configure.ac: use macros for version name and description
942 * configure.ac: do not use shell eval for known values
943 * Add CONTRIBUTING.md
944 * Output "(null)" when ctf_string()'s arg is NULL
945 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
946 * Fix: java agent 32-bit pointer to jlong warning
947 * Fix: Use Java 6 syntax in JUL examples
948 * Fix: add missing example file to dist tarball
949 * Fix: add missing header to dist tarball
950 * Fix: add missing LttngContextApi.java to dist tarball
951 * Pass the Java app context information using two separate arrays
952 * Fix: Correctly report filter notifications on Java agent teardown
953 * Add some logging to the AbstractLttngAgent
954 * Fix: Clear tracked application contexts upon closing a Java agent
955 * Introduce a verbose mode for the Java agent
956 * Implement Java agent application context retrieval
957 * Turn ISessiondCommand into an abstract class
958 * Split the JNI APIs in separate classes
959 * Add app context support to ust-ctl protocol
960 * Handle application context cmd
961 * Implement dynamic types, and application context provider support
962 * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
963 * Fix: Ensure the Java JUL messages are correctly formatted
964 * Fix: double-free on error sending fields
965 * Add CTF enum type support to tracepoint event
966 * Fix: missing _GNU_SOURCE define
967 * python-lttngust/setup.py.in: update setup() fields
968 * Refactor Python agent build and install
969 * Fix: remove debugging print() call from Python agent
970 * Fix: header size larger than 256 bytes
971 * Python agent: Support Agent protocol v2.0
972 * Fix: Java agent protocol network endianness consistency
973 * Fix: examples jul: add missing files to make dist
974 * Fix: Filer -> Filter typo in example
975 * Fix: Return the correct list of available Java events
976 * Add a toString() to Java agent's EventRule
977 * Add API stubs for the Java context info retrievers
978 * Receive the event filter string in the Java agent
979 * Document the Java filter notification model
980 * Add filter change notification mechanism to the Java agent
981 * Manage complete "event rules" in the Java agent
982 * Introduce a new client listener interface for the Java agent
983 * Turn ILttngAgentResponse into an abstract class
984 * Remove stale tests/java-jul test
985 * Fix: live timer calculation error
986 * Fix python agent build/install/uninstall with DESTDIR specified
987 * Fix: Don't (re)define STAP_PROBEV
988 * Fix: don't dereference NULL pointers
989 * Cleanup: Remove unused values
990 * Fix: Value stored to 'has_waited' is never read
991 * Fix: Argument with 'nonnull' attribute passed null
992 * Cleanup: Unnecessary bit shift
993 * Clean-up: remove extraneous "found" parameters in ust-elf
994 * Fix: sysconf() unchecked return value
995 * doc: add Python example
996 * Fix: Python agent: do not register twice to same port
997 * Fix: potential leaks in error paths
998 * Fix: double free in liblttng-ust-dl
999 * Fix: make check in OOT build with absolute path
1000 * Fix: elf: leaks on error paths
1001 * Cleanup: coding style
1002 * Cleanup: elf: use off_t for offsets, size_t for len
1003 * Cleanup: eliminate implicit sign-extension
1004 * Fix: elf: NULL pointer dereference
1005 * Fix: add missing ust-elf.h header to dist
1006 * Fix: make check in out of tree build
1007 * Fix: old gcc warnings
1008 * Fix: old gcc warning
1009 * Fix: remove stale lttng-ust-elf.h from makefile
1010 * Fix: elf: uninitialized ret
1011 * Fix: test elf: handle NULL debug file
1012 * test: elf move constants to top of implementation
1013 * Fix: elf test prog arg checking
1014 * baddr statedump: remove dependency on file streams
1015 * baddr statedump: hold ust lock around allocations
1016 * Add unit tests for lttng_ust_elf
1017 * Add memory size, build id, and debug link info to statedump and dl
1018 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
1019 * Cleanup: more descriptive error message
1020 * Fix: add missing ust lock around objd_table_destroy()
1021 * Fix: application exit race with pthread cancel
1022 * Cleanup: configure layout for python agent detection
1023 * Build: python agent: use setup.py over autoconf
1024 * Build: add python interpreter used by python agent if built
1025 * Doc: basic lttng ust python agent documentation
1026 * Build: use AM_PATH_PYTHON to resolve python when building agent
1027 * Build: only check if python exists in path
1028 * Update version to 2.8.0-pre
1029 * Fix: Send the correct Java agent return code when disabling events
1030 * Fix: Correctly handle the command to disable all events
1031 * Small refactor of the Java agent's TCP client
1032 * Rename Java Agent event names to "event"
1033 * Rename Python agent tracepoint to "event"
1034 * Allow compiling the Java agent with Java 1.6
1035 * Restore concurrent build when Java agent is enabled
1036 * Refactor Java agent to let applications manage the log handlers
1037 * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
1038 * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
1039 * Cleanup: Add Javadoc to all public methods and members
1040 * Fix: Small fixes to the Java agent example files
1041 * Update doc/java-agent.txt to reflect the new packaging
1042 * Split Java agent library in 3 separate jars
1043 * Remove deprecated org.lttng.ust.jul.LTTngAgent class
1044 * Use tar-ustar format for the dist archive
1045 * Fix: remove generated file from git tree
1046
36745ac7
MD
10472015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
1048 * Fix: Use $enableval with AC_ARG_ENABLE
1049 * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
1050 * Fix: handle sys_futex EINTR and EWOULDBLOCK
1051 * Fix: update liburcu URL
1052 * .gitignore: ignore Python agent generated files
1053 * Add ctf_sequence_hex() macro
1054 * Fix: set soinfo_data's vdso flag correctly in base address statedump
1055 * Fix: running java examples out of tree
1056 * Fix: java class check when uudecode is not present
1057 * Cleanup: remove extra whitespace in configure output
1058 * Default to no unaligned access on unsupported archs
1059 * cleanup: Coding style fixes to the Java agent
1060 * cleanup: Mark obsolete JUL agent as @Deprecated
1061 * Fix compilation warnings in the Java agent
1062 * Fix: out of tree build of java agents
1063 * Fix: Use env CLASSPATH when building log4j example
1064 * Fix: build log4j example when enabled
1065 * Bump tracer version to 2.7.0-pre
1066 * Fix: perform volatile load of tracepoint state
1067 * Add demo-tracelog to gitignore file
1068 * Add aarch64 support to configure
1069 * Implement cpu_id context for filtering
1070 * ust cyg-profile: use same class for entry and exit
1071 * Fix: function instrumentation ip context
1072 * Fix: liblttng-ust-dl ip context
1073 * Remove caller field from malloc events
1074 * Fix: pthread wrapper ip context
1075 * Fix: lttng-ust-malloc ip context
1076 * Allow TP_IP_PARAM arg name to be configured
1077 * tracelog: use same class for all loglevels
1078 * fix tracelog namespacing of loglevels
1079 * Add tracelog documentation to lttng-ust(3)
1080 * Implement demo-tracelog example
1081 * Implement tracelog API
1082 * Fix: fetch caller address from tracef()
1083 * Rename helper providers and events for consistency
1084 * Refactor state dump system
1085 * Refactor Python agent
1086 * Fix: building probe providers with C++ compiler
1087 * Fix: use lttng_secure_getenv to handle env. vars. involving paths
1088 * Fix: Don't wait during registration if clock_gettime() fails
1089 * Fix: getcpu/clock plugin handle leak
1090 * Fix: add missing new ldl dependency for liblttng-ust-ctl
1091 * Fix: add missing getenv wrapper
1092 * Fix: add missing lttng-clock.c
1093 * Fix: add missing ust-clock.h
1094 * clock plugin example: use shift and mul
1095 * Implement getcpu override
1096 * Implement clock override plugin support
1097 * Add tracepoint_enabled() macro
1098 * Move file creation/unlink from liblttng-ust-ctl to consumerd
1099 * Implement file-backed ring buffer
1100 * Fix: oot build: missing top_builddir include
1101 * Fix: Mismatching code and console output in log4j example
1102 * Update manpage about LTTNG_UST_DEBUG effect
1103 * Don't output to stderr from lib unless DEBUG is activated
1104 * Remove usterr.h, use usterr-signal-safe.h everywhere instead
1105 * Fix: out-of-tree build: wrong file path for sed input
1106 * Fix: make dist: python agent file handling
1107 * Fix: java-agent: out-of-tree path to java manifest
1108 * Add return address to liblttng-ust-libc-wrapper
1109 * Fix: missing parenthesis in offset_align_floor
1110 * Fix: add ustctl_has_perf_counters
1111 * Fix: add urcu-bp TLS fixup
1112 * Fix: add missing poll.h include
1113 * Fix: get_subbuf: bound number of consumerd retry
1114 * Fix: man: you can't link a lib with a static lib
1115 * Fix: context alignment not properly handled
1116 * Fix: Shorthand option -cp not supported in all version of Java
1117 * Fix: allow tracepoints to build with --std=c99
1118 * Bump UST ABI for new release cycle
1119 * Cleanup: remove "disabled" flag for new release cycle
1120 * Fix: filter attach vs event enable race
1121 * Fix: add a configure check for weak symbols support
1122 * Fix coverity warning about sizeof(void **) != sizeof(void *)
1123 * Fix: off-by-one in sequence filter comparator
1124 * Fix: Java Agent JAR file symlink should be created after objects install
1125 * Fix: Add versioning to liblttng-ust-agent JAR
1126 * Fix: Warn when log4j version is too old
1127 * Update Java agent documentation
1128 * Fix: Try loading classes using the thread context class loader
1129 * Add Python agent support
1130 * Update version name
1131
837fc266
MD
11322014-10-20 lttng-ust 2.6.0-rc1
1133 * Add missing file to gitignore
1134 * Fix: preserve example files' timestamps when copying
1135 * Fix: Abort loading log4j agent classes when detected log4j version is too old
1136 * Cleanup: Remove the no longer needed liblttng-ust-jul folder
1137 * Fix: Wrong CLASSPATH when building liblttng-ust-java oot
1138 * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
1139 * Rename public structure to avoid collisions
1140 * Refactor liblttng-ust-jul in liblttng-ust-agent
1141 * Build the liblttng-ust-java library using the new M4 macros
1142 * Add M4 macros helpers to build Java programs
1143 * Modernize README using Markdown
1144 * Documentation: clarify event name in lttng-ust.3
1145 * Add cscope to gitignore
1146 * configure.ac: fix "missing jni.h" error message
1147 * Fix: remove references to trace_printf()
1148 * Change JUL agent to use the new ABI
1149
ce59a997
MD
11502014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
1151 * Mutex while updating statedump_pending is not needed
1152 * Revert "Turn base address dump into experimental feature"
1153 * Fix: document ust_fork_mutex nesting
1154 * Bugfix for #745 deadlock with baddr statedump+fork
1155 * Move enablers syncing after the channel registration
1156 * Add lttng_ust_notrace to static inline functions
1157 * lttng ust: support ppc64le within configure
1158
f08370eb
MD
11592014-06-27 lttng-ust 2.5.0-rc2
1160 * Fix: lttng-ust-jul: set thread in daemon mode
1161 * JUL: use root logger to capture events
1162 * Fix: Wrong configure check for UST perf event counters context support
1163 * Fix: multiple providers in same C file failure
1164 * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
1165 * Fix: 2.5.0-rc1 changelog has off-by-one date
1166
40fc5322 11672014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
c2d275b8
MD
1168 * Fix: out of tree build for lib Java and JUL
1169 * Fix: default loglevel is DEBUG
1170 * Fix: refuse overwrite mode buffers with less than two subbuffers
1171 * Fix: tracef.h: add missing c++ guard
1172 * Fix: remove JUL loglevel filtering from the agent
1173 * Fix: cleanup JUL agent state on sessiond disconnect
1174 * Fix: Move generated headers to the BUILT_SOURCES target
1175 * Fix: perf ust: check close return value
1176 * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
1177 * Implement LTTng-UST perf counters support on x86
1178 * Fix linking failure when cross-compiling
1179 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
1180 * Fix: pass proper args when writing commit counter
1181 * Fix: pad strings that are modified concurrently with tracing
1182 * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
1183 * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
1184 * Fix: .split() the CC environment variable in lttng-gen-tp
1185 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
1186 * Fix: python invocation through env
1187 * Change default loglevel to TRACE_DEBUG_LINE
1188 * Fix: Override AM_PATH_PYTHON's default action-if-not-found
1189 * Fix: don't accept configure --disable-shared
1190 * Fix: configure.ac: add missing result to alignment req. check
1191 * Fix: malloc wrapper: infinite recursion with compat TLS
1192 * Fix: lttng-ust needs -ldl for tracef()
1193 * Fix: typo in lttng-ust.3
1194 * Fix: liblttng-ust-libc-wrapper recursive use of calloc
1195 * Fix: add demo-tracef to dist tarball
1196 * Fix: add missing header files for tracef
1197 * Implement tracef() instrumentation API
1198 * Add 'unused' attribute to tracepoint callback
1199 * Use autoconf AM_MAINTAINER_MODE
1200 * Fix: mismatch between code and comments
1201 * Fix: incorrect urcu git URL in README
1202
5ba5bf7f
MD
12032014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
1204 * Fix: JUL test: update to API change
1205 * Fix: Cast from pointer to different integer size warning
1206 * Turn base address dump into experimental feature
1207 * Fix: JUL support multiple loglevels
1208 * Fix: Skip lttng-gen-tp example build if Python is missing
1209 * Fix: dynamically fetch the session daemon port
1210 * Fix: JUL agent connect to user and root sessiond
1211 * Fix: handle registration done command
1212 * Fix: Unsynchronized access in LTTngTCPSessiondClient
1213 * Cleanup: fix comment
1214 * Fix: Dump executable base-address with readlink
1215 * Fix: add assert for NULL dereference
1216 * Fix: tracepoint out of memory handling
1217 * Fix: dereference before null check
1218 * Cleanup: remove logically dead code
1219 * Fix: handle sysconf errors
1220 * Fix: java-jul/Makefile should not be marked as a binary
1221
d06136ec
MD
12222014-02-14 lttng-ust 2.4.0-rc4
1223 * Cleanup: remove extra space in dlerror wrapper
1224 * Fix: work-around glibc lying about dlsym()/dlerror() leafness
1225 * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
1226 * Fix: malloc libc instrumentation wrapper
1227 * Fix: add LTTngEvent class to fix delayed logger
1228 * Fix: FD leak in liblttng-ust-ctl
1229 * Fix: liblttng-ust-dl Makefile flags mismatch
1230 * Fix: liblttng-ust-fork Makefile flags mismatch
1231 * Fix: out of tree examples build
1232 * Fix: C++: incomplete extern C guard transition
1233
35d2bbde
MD
12342014-01-29 lttng-ust 2.4.0-rc3
1235 * Fix: add missing JUL loglevel handling
1236 * Cleanup gen-tp: add quotes around AM_CC
1237 * Pass the CC variable to the example Makefiles
1238 * cleanup ust_baddr and ust_baddr_statedump doc
1239 * baddr: add ust_baddr and ust_baddr_statedump doc
1240 * Fix: baddr_statedump tracepoint registration
1241 * Fix: baddr out of tree build
1242
d516ed24
MD
12432013-12-10 lttng-ust 2.4.0-rc2
1244 * Fix: baddr_statedump tracepoint registration
1245 * Fix: baddr deadlocks and RCU races
1246 * Fix: lock exit mutex when creating threads
1247 * Fix: baddr deadlock with lttng-ust destructor
1248 * baddr: include missing header
1249 * baddr: get session under lock
1250 * Fix: take the ust lock around session iteration in statedump
1251 * Fix: baddr_statedump deadlock with JUL tracing
1252 * Fix: client_packet_header() uses wrong packet
1253 * Cleanup: fix typo in ring buffer backend comment
1254 * Compile liblttng-ust-baddr c files into liblttng-ust
1255 * Allow suppressing of base-address-state tracing
1256 * Integrate base-address statedump into lttng-ust
1257 * Fix: eliminate timestamp overlap between packets
1258 * Fix: lttng-gen-tp to build out of tree
1259 * Fix: compile doc/ after JUL/Java
1260 * JUL: add Hello.java in doc/examples
1261 * Fix lttng-ust(3) manpage
1262 * JUL: fix enable all event for delayed Logger
1263 * Fix: typo in JNICALL for the JUL tracepoint
1264 * Fix: move va_end to outermost label
1265 * Fix: add missing NULL check after allocation
1266 * Fix cleanup: all spaces before flags
1267 * fix: lttng-gen-tp: add missing spaces around flags
1268
48de55ad
MD
12692013-11-15 lttng-ust 2.4.0-rc1
1270 * doc/examples: error out when a subdir make fails
1271 * JUL: fix out of tree build
1272 * Java/jul: fix make dist
1273 * JUL: install documentation and jar file
1274 * Add missing copyrights to test scripts
1275 * Escape minus signs in lttng-ust-cyg-profile manpage
1276 * Fix spelling mistake in lttng-ust manpage
1277 * Fix tests/benchmark
1278 * Implement base-address-state tracing
1279 * Base-address tracing for dlopen and dlclose
1280 * Add a check against excluders
1281 * Add handler for LTTNG_UST_EXCLUSION in UST ABI
1282 * Store exclusions to enablers
1283 * Add excluders to enabler structure
1284 * Send exclusion data through ustcomm
1285 * Define exclusion structure for UST ABI
1286 * Define a new command LTTNG_UST_EXCLUSION
1287 * Fix: package of LTTngUst.h was renamed without renaming target in makefile
1288 * Fix: check for java .class in package subfolders
1289 * Fix: java library to use user define JDK at compile time
1290 * Add liblttng-ust-jul for JUL support
1291 * Fix: application SIGBUS when starting in parallel with sessiond
1292 * Fix: Minor corrections to the lttng-ust man page
1293 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
1294 * Warning cleanup: add missing padding initializer
1295 * Fix: socket connect hang on heavy loads
1296 * Cleanup: fix typo
1297 * Fix: ust-comm recvmsg should handle partial receive
1298 * gcc warning fix: -Wextra
1299 * Add usage reference count for tracepoints
1300 * tracepoint.c: Move add_callsite/remove_callsite further down in file
1301 * Store the callsites into the library callsite list
1302 * Fix linking warning
1303 * Per-stream ioctl to get the current timestamp
1304 * LTTng ringbuffer ABI calls for index generation
1305 * Specialize lttng_ust_lib_ring_buffer_client_cb
1306 * Add tracing instrumentation for pthread mutex lock functions
1307
9f00ce32
MD
13082013-09-03 lttng-ust 2.3.0
1309 * No change
1310
07d2f704
MD
13112013-08-30 lttng-ust 2.3.0-rc2
1312 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
1313 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
1314 * Fix: doc/examples cross-build
1315 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
1316 * Introduce configure --with-lttng-system-rundir
1317 * examples: tracepoint probes don't need extern C
1318 * Tracepoint probes don't need extern C
1319 * Add trace support for memalign and posix_memalign
1320 * malloc instrumentation: remove dependency on pthread
1321 * Add trace support for calloc and realloc.
1322 * Fix: allow make check to run in VPATH build
1323 * Update .gitignore
1324 * Update obsolete benchmark test
1325 * Cleanup tests (2nd commit)
1326 * Cleanup tests
1327 * Fix: doc/examples VPATH build
1328
0ff43c44
MD
13292013-07-17 lttng-ust 2.3.0-rc1
1330 * Fix: Unchecked asprintf/vasprintf return values
1331 * Missing NULL pointer init in tap.c
1332 * Disable doc/examples build
1333 * Add python3 support to lttng-gen-tp
1334 * Bump ABI major to 5
1335 * callsite: add "ip" context
1336 * Allow environment variable LTTNG_HOME to override HOME
1337 * Fix: libs order in Makefile
1338 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
1339 * Introduce ustctl_write_one_packet_to_channel
1340 * build: Fix out-of-tree build
1341 * Fix: SWITCH_FLUSH new sub-buffer checks
1342 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
1343 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
1344 * Fix: doc/examples: gen-tp path
1345 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
1346 * Fix: handle writes of length 0
1347 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
1348 * Fix: lttng-events VPATH build
1349 * Allow #include in template (.tp) file
1350 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
1351 * doc/examples: build gen-tp example by default
1352 * doc/examples: support BSD make
1353 * Tracepoint.h: replace assertion by fprintf and abort()
1354 * Remove unused assert.h from bitfield.h
1355 * Clarify probe registration documentation/errors
1356 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
1357 * Add mising include in ust.h
1358 * lttng-gen-tp: Fix include guard name with file using non valid characters
1359 * Fix: segfault when print invalid command
1360 * Fix: Add --no-as-needed to the demo example's Makefile
1361 * zmalloc: attribute always_inline
1362 * Fix: liblttng-ust process startup hang when sessiond is stopped
1363 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
1364 * Allow tracepoint providers to be compiled with g++
1365 * Add parameter -f to rm in Makefile clean target
1366 * Fix: missing dependency for liblttng-ust-tracepoint.so
1367 * Remove 0.x TODO
1368 * Add warning about default prefix and library paths to README
1369 * Revert "Revert "Fix (another) linker library order""
1370 * Revert "Revert "Fix linker library order""
1371 * snprintf: play nice with static checker
1372 * tracepoint.c: Add coverity alloc/free annotations
1373 * Fix: "fields" leak on register
1374 * Fix: memory leak for events without fields
1375 * Fix: memory leak on connection reset
1376 * Revert "Fix linker library order"
1377 * Revert "Fix (another) linker library order"
1378 * Fix: incorrect support for multi-context
1379 * Fix (another) linker library order
1380 * Fix typo in run script
1381 * Fix linker library order
1382 * Fix examples: add missing CPPFLAGS
1383 * example Makefiles: standardize on $^ for linking
1384 * Fix demo example Makefile
1385 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
1386
9ac8c212
MD
13872013-05-09 lttng-ust 2.2.0-rc2
1388 * manpage: Document probe provider compatibility
1389 * Fix: add provider ABI compatibility check
1390 * Cleanup: ignore mktemp return value
1391 * Cleanup: documentation: argument vs field
1392 * Documentation: document undefined behavior for NULL pointers
1393 * Cleanup: silence cppcheck error
1394 * Fix: add internal mutex for timer
1395 * 32-bit warning fix for cyg profile fast
1396 * Fix warnings for 32-bit in lttng-ust-cyg-profile
1397 * Typo fix in README
1398 * Fix: tracepoint.h incorrect assumption about constructor order
1399 * Cleanup: comment mismatch with code
1400 * Fix: ABI breakage between 2.1 and 2.2-rc1
1401 * Documentation: document that sequence len field is unsigned
1402 * connect: don't report EACCES
1403 * connect: don't print error on EPERM
1404 * Bump liblttng-ust-ctl lib version major number
1405 * Optimisation: implement callsite hash table in tracepoint.c
1406 * Optimisation: only update added library in tracepoint.c
1407 * Optimisation: only fix pending events once per lazy update
1408
9c915ee8
MD
14092013-03-28 lttng-ust 2.2.0-rc1
1410 * Fix: tracepoint instrumentation constructor order issue
1411 * Documentation: update 2.0 to 2.x
1412 * Add demo test back as an example
1413 * Don't rely on explicit context for filtering
1414 * Implement per-context filtering
1415 * Fix: filter string comparison should check for literal
1416 * update tests/demo readme file
1417 * Add man page for lttng-ust-cyg-profile
1418 * Fix: filter string wildcard comparison
1419 * Fix: Remove test runner script
1420 * Fix: forwarding of call_site argument to field
1421 * Add demo README
1422 * Tests: Use Perl prove as the testsuite runner
1423 * Remove tests depending on consumerd
1424 * Convert hello.cxx test to a build test
1425 * Clean-up of configure.ac and tests/Makefile.am
1426 * Fix snprintf test and output result to TAP format
1427 * Replace same_line_marker test with same_line_tracepoint
1428 * Remove tests-libustinstr-malloc
1429 * Remove exit-fast test
1430 * Remove fork test
1431 * Remove daemon test
1432 * Remove demo test
1433 * Remove outdated test-nevents test
1434 * Remove outdated simple_include test
1435 * Remove outdated register_test test
1436 * Convert hello-static-lib test to a build test
1437 * Convert hello test to a build test only
1438 * Remove outdated libustctl_function_tests test
1439 * Remove outdated test hello2
1440 * Remove outdated dlopen test
1441 * Remove outdated test basic long
1442 * Remove outdated test basic
1443 * cyg_profile: implement fast and verbose .so
1444 * Performance: add unlikely to tracepoint dynamic linking test
1445 * Fix: _LGPL_SOURCE rcu dereference fix
1446 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
1447 * Minor fix: libc wrapper internal run script
1448 * Fix: ustctl_recv_register_event pointer mixup
1449 * Fix: allow enabling same events for two channels
1450 * Add channel ID field to attr
1451 * Remove useless else clause
1452 * tracepoint: move "probe" test outside of loop
1453 * Fix uninitialized has_loglevel variable
1454 * Fix clang warnings
1455 * Cleanup: work-around clang unused result warning
1456 * Cleanup compile warning
1457 * Cleanup: remove unused variables
1458 * tracepoint: Don't add NULL probes
1459 * Remove mention of locking issues associated with dlopen usage
1460 * Implement read timer (for RT)
1461 * Only flush when there are readers active
1462 * Add mutex for channel wakeup fd update
1463 * Fix: fields should be initialized to NULL
1464 * Implement ustctl_duplicate_ust_object_data
1465 * Add channel wakeup fd to monitor close
1466 * Fix: refcount issue in lttng-ust-abi.c
1467 * Fix: only consumerd should print errors
1468 * Implement ring buffer periodic buffer switch timer
1469 * Fix: ensure all probe providers have their symbols
1470 * Reactivate error printing
1471 * Unregister tracepoint probes when not needed
1472 * Cleanup: remove now unused metadata code from UST
1473 * Fix: notification timeout logic
1474 * Fix: don't print error in comm proto connect on ENOENT
1475 * Fix: return expected error return values for sessiond
1476 * Fix: set wait/wake fd to -1 before close
1477 * Fix: Only notify socket should have timeout/nonblock
1478 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
1479 * Fix: Add timeout on notification socket
1480 * Remove now unused metadata printf code
1481 * Move metadata creation into lttng-sessiond and lttng-consumed
1482 * Add write metadata API to ust-ctl.h
1483 * Move UST registry into sessiond and implement notifiers
1484 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
1485 * Use tp rcu link test in provider
1486 * Remove direct dependency of probes on urcu-bp
1487 * Use urcu tls-compat.h
1488 * Lazy provider registration
1489 * Always use lttng_get_probe_list_head to get probe list
1490 * Fix static build
1491 * Move LTTng-UST buffer ownership from application to consumer
1492 * Fix package: don't distribute generated headers
1493 * Fix: don't cancel already exited threads
1494 * Scalability fix: tracepoint.c hash table size increase
1495 * Scalability fix for many events: event hash table size
1496 * Speed up probe registration for large amount of events
1497 * Add missing demo-trace shell script to dist tarball
1498 * Documentation: add uuid package name for Fedora in README
1499 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
1500 * Add compilation support for Tile architectures
1501 * Documentation: clarify debian package name for uuid in README
1502 * Fix: comment in ust-ctl.h
1503 * Fix I/O-related error values in ustctl
1504 * Introduce hash table for lttng_create_event_if_missing()
1505 * Fix: don't build C++ example if a C++ compiler isn't available
1506 * Remove LIBFORMAT output in configure.
1507 * Document dependency on libuuid
1508
0c9ad44b
MD
15092012-12-20 (13th Baktun) lttng-ust 2.1.0
1510 * Bump liblttng-ust-ctl lib version major number
1511 * Bump UST proto version minor number
1512 * Helper to debug: add object name
1513 * Tests: Fix rundir not created in ust-basic-tracing
1514 * ust test: add missing return -1
1515 * Test: update ust tracing unit tests to 2.1 internal ABI
1516 * Tests: Fix rundir not created in ust-multi-test
1517 * Adapt internal files and examples to TRACEPOINT_INCLUDE
1518 * Adapt tests to TRACEPOINT_INCLUDE
1519 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
1520 * Fix: don't do macro expansion in tracepoint file name
1521 * Fix lttng-gen-tp: Template file must end in .tp
1522 * Pack structures in comm protocol between UST and sessiond
1523 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
1524 * Cleanup lttng-gen-tp: remove leading underscore before include guard
1525 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
1526 * Update license text
1527 * Fix: check if event enabled for bytecode-less events
1528 * Fix: handle enablers without bytecode
1529 * Print probe provider mismatch error even without -Wsystem-headers
1530 * filter: Add missing padding
1531
dd8b384a
MD
15322012-11-22 lttng-ust 2.1.0-rc2
1533 * filter interpreter cleanup: use uint64_t for retval
1534 * Fix: filter linking can dereference NULL pointer on alloc failure
1535 * Cleanup: remove whitespaces and EOL in tests
1536 * Filter: use only single lower bit of filter return value
1537 * Fix: filter: var len array at end of external structure
1538 * Fix: filter link fail handling
1539 * Fix: add missing seqnum field to filter
1540 * filters: perform union rather than intersection
1541 * Implement support for overlapping wildcard/events
1542 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
1543 * filter: add seqnum field to filter command
1544 * Filter iteration: iterate on list of filters
1545 * document that tracepoint names should ideally not be re-used
1546 * Remove LIBFORMAT config declaration, unused
1547 * Add libc errno translation layer to UST error code
1548 * Fix: add const qualifier for filter local void *
1549 * Fix: re-allow non-lvalue string, sequence, array parameters
1550 * Tear down handles associated with a closed sessiond socket
1551 * Distinguish UST return codes from transport return codes
1552 * Fix: Conditionally disable tests requiring shared libs support
1553 * Cleanup: don't spawn per-user thread if HOME is not set
1554 * Manpage: document supported UST contexts
1555 * Fix: procname context semantic
1556 * Fix: Fix self-assign warning on struct ustfork_clone_info init
1557 * Fix: memcpy of string is larger than source
1558 * Implement liblttng-ust-fork daemon() override test
1559 * liblttng-ust-fork: override daemon() call
1560 * ustfork: set errno to ENOSYS if symbol lookup fails
1561 * Fix: be quiet on filter linker error
1562 * Build out of src tree
1563 * Fix: filter bytecode specializer stack leak
1564 * Fix: reloc offset validation error out on filters with no reloc table
1565 * Perform calculation on bit size in 64-bit
1566 * Use uint64_t for packet header content size and packet size
1567 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
1568 * Fix: BSD getprogname null pointer dereference
1569 * Add support for model.emf.uri event info
1570 * Filter error message cleanup
1571 * Manpage update: document use in daemons
1572 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
1573 * Fix: get_wait_shm() ust mutex deadlock
1574 * Fix: add events with 0 field to field list
1575
d8c99839
MD
15762012-09-10 lttng-ust 2.1.0-rc1
1577 * Fix make dist: fix liblttng-ust-java dependencies
1578 * Fix make dist: add missing filter header
1579 * Fix: backward compatibility with UST 2.0 app probes
1580 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
1581 * Export "written" information about fields
1582 * Fix filter: pointer to string, not string, should be on stack
1583 * Fix: tracepoint float nowrite
1584 * Fix: accept 65536 bytes long bytecodes
1585 * Add hostname to env
1586 * ABI change: bump internal version to 3.0.0
1587 * Fix: threads should be created in DETACHED state
1588 * Fix: 32-bit x86 strict-aliasing warnings
1589 * Fix UST SIGPIPE handling
1590 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
1591 * Cleanup: filter: turn bytecode linking error msg into debug
1592 * Make lttng-ust robust against -finstrument-functions.
1593 * Filter: keep aliased ax and bx registers
1594 * Filter: remove interpreter dynamic typing
1595 * Filter: add missing specialized op names
1596 * Filter: specialize double-s64 binary comparators
1597 * Fix filter: fix stack leak on taken branch
1598 * Filter: Implement stack-based interpreter
1599 * Filter: double comparator produces s64
1600 * Filter: use hash table to check merge points
1601 * Filter: split passes into separate components
1602 * Filter: cleanup macros
1603 * Filter: validate range overflow with end of insn
1604 * Filter: validate that field ref strings are non-NULL
1605 * Filter: ensure logical operator merge is always s64
1606 * Filter: we don't care if double/s64 are literals
1607 * Filter: specialize 'and' and 'or' ops.
1608 * Implement dispatch-table based interpretor
1609 * Filter: Specialize unary operators
1610 * Define switch use as macro in interpreter
1611 * Filter interpreter: mark float test as unlikely
1612 * Filter: fix bytecode validation typo
1613 * Filter: specialize comparators
1614 * Specialize load and unary ops
1615 * Validate registers, no need to initialize to 0
1616 * Filter: opcode for ref loads
1617 * Remove redundant validation from interpreter
1618 * filter: Add bytecode validation pass
1619 * TRACEPOINT_EVENT: add *_nowrite fields for filter
1620 * Only print filter errors if LTTNG_UST_DEBUG is set
1621 * Cleanup: remove debug define
1622 * Filter: add floating point support
1623 * Remove filter test printouts
1624 * Implement filter bytecode interpreter and linker
1625 * Filter: receive, attach and link empty filter
1626 * Filter: prepare filter stack data
1627 * Wrap dynamic len array into stackvar union
1628 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
1629 * liblttng-ust/lttng-ust-comm.c: fixing typo.
1630 * Fix: remove unused texinfo dep from configure.ac
1631 * Fix C99 strict compatibility: don't use void * for function pointers
1632 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
1633 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
1634 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
1635 * Fix: perform TLS fixup of nest count outside of UST mutex
1636 * Fix: liblttng-ust-fork deadlock
1637 * Fix: handle pthread errors
1638 * Fix: local apps allowed should disable local (not global) tracing
1639 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
1640 * Fix: support -std=c99 in tracepoint macros
1641 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
1642 * hello test: fail on old style definition
1643 * Fix: tracepoint.h should not generate old-style definitions
1644 * Fix: don't define variables in headers
1645 * test "hello": add boolean test
1646 * Fix: perform macro expansion on tracepoint signatures
1647 * UST check pointer/de-reference order
1648 * Fix list field: handle error
1649 * Implement event fields listing
1650 * Implement field listing command
1651 * Fix: Block all signals in listener thread
1652 * Add CodingStyle document to tarball
1653 * Add coding style document
1654 * endian.h: support cygwin
1655 * align.h: support cygwin page size
1656 * Add cygwin support to libringbuffer getcpu.h
1657 * Add "2x int" and "2x long" types to the Java interface
1658 * Add Integer and Long tracepoint types to the Java interface
1659 * Fix: don't SIGBUS when filesystem is full
1660 * tracepoint: include stdio.h for NULL definition
1661 * manpage update: document that probes need gcc
1662 * Fix: remove # in front on extern "C" {
1663 * Cleanup: don't use GNU old-style field designator extension
1664 * Fix: remove padding field after variable sized array
1665 * Use unsigned long type for events discarded counter
1666 * Fix: getcpu build with modern uClibc versions
1667 * Fix: lttng-ust.pc needs to specify -ldl
1668 * Fix: examples Makefiles should pass $(LIBS) at last
1669 * Build a jar for the Java side of the JNI interface
1670 * Fix: ustctl need to send the second fd upon error of 1st fd
1671 * Fix: Add missing fork test program dependency library
1672 * Fix: Make the JNI interface actually work
1673 * Merge branch 'dev'
1674 * Fix: stringify version description
1675
1a94cf83
MD
16762012-03-29 lttng-ust 2.0.1
1677 * Use bsd-compatible fcntl for close-on-exec on socket
1678 * Fix multi-session wildcard support
1679 * Fix event lost count when buffer is full
1680 * Remove inappropriate \n from easy-ust sample
1681
649282a8
MD
16822012-03-20 lttng-ust 2.0.0
1683 * First STABLE version
1684 * Add version name
1685
68d9f89e
MD
16862012-03-20 lttng-ust 2.0.0-rc4
1687 * Fix out-of-bound write in ltt-events.c
1688 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
1689 * Update COPYING
1690 * Add exception handling to lttng-gen-tp io operations
1691
8e2d61c8
MD
16922012-03-16 lttng-ust 2.0.0-rc3
1693 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
1694 * fix: ustcomm_close_unix_sock should close, not shutdown
1695 * Fix: do not print EPIPE perror, as it is an expected error
1696 * Ensure that multiplication of clock offset is done on 64-bit
1697 * Add 2 missing licenses in deprecated tests
1698 * Remove unbuild and unused (deprecated) make_shared_lib test
1699 * License text standardization, add missing licenses
1700 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
1701 * Fix: power of 2 size check should apply to size_t type, not uint32_t
1702 * Fix: recvmsg should handle EINTR
1703 * Make lttng-gen-tp work on python 2.6
1704 * Make lttng-gen-tp executable
1705
bf1175c2
MD
17062012-03-02 lttng-ust 2.0.0-rc2
1707 * Manpage fixes
1708 * Fix: dmesg printout should not print metadata warnings
1709 * Fix: use transport name as channel name
1710 * Fix: Add signature check in tracepoint activation
1711 * Fix: add tracepoint signature at tracepoint definition site
1712 * Fix: keep event probe signature, for use by event probe signature check
1713 * Fix ABI: add padding to structures shared between UST and consumer
1714 * Fix ABI: add padding to tracepoint and ring buffer config public structu
1715 * Fix ABI: Adding missing padding in tracepoint event structures
1716 * Fix: Add include/lttng/ust-config.h to git ignore
1717 * Fix effect: update README about dlopen()
1718 * Fix: fixup vtid TLS
1719 * Fix: fixup ringbuffer tls at constructor by forcing read
1720 * Fix: fix deadlock with dlopen() lttng-ust
1721 * Fix: only print event errors every 1048576 hits
1722 * Fix: add missing debug printout to identify the cause of lost events
1723 * fix: liblttng-ust-ctl should check for incorrect parameters
1724 * fix: ust comm error handling segfault
1725 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
1726 * fix: on exit, leave thread/mmap reclaim to OS
1727 * fix: Handle sys_futex with async cancel, add missing pthread_join
1728 * fix: Only munmap the wait page when not exiting from process
1729 * Use CPPFLAGS instead of CFLAGS for -I
1730 * Fix type range comparison always false for 64-bit arch
1731 * demo: remove useless libs
1732 * tests: include missing headers
1733 * Add missing limits.h include for NAME_MAX
1734
1796af86
MD
17352012-02-20 lttng-ust 2.0.0-rc1
1736 * Standardize version across toolchain
1737 * Fix a typo in gen-tp Makefile
1738 * Implement the .o file generation in lttng-gen-tp
1739
58bfa9af
MD
17402012-02-16 lttng-ust 1.9.8
1741 * Fix comment in tracepoint.h
1742 * Add loglevel info to manpage
1743 * Remove stale binary file
1744 * Add lttng-ust(3)
1745 * Add a man page for lttng-gen-tp
1746 * Install easy-ust and gen-tp examples in doc/
1747 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
1748 * Add missing #define _GNU_SOURCE for sched_getcpu()
1749 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
1750 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
1751 * Mark lib_ring_buffer_print_errors unused
1752 * Cleanup: remove extra space from easy_ust example
1753 * Add missing comma to tracepoint STAP_PROBEV call
1754
43f76196
MD
17552012-02-13 lttng-ust 1.9.7
1756 * liblttng-ust-java: add missing -classpath ./
1757 * Only specify that sdt.h provides system integration for now
1758 * Add STAP_PROBEV check ton configure.ac
1759 * Add sdt.h integration
1760 * Remove extern C around probe header
1761 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
1762 * Add a configure report at the end of the output
1763 * Add sdt.h integration option
1764 * Set default loglevel in metadata
1765 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
1766
94b6d0d1
MD
17672012-02-09 lttng-ust 1.9.6
1768 * Fix tracepoint.h multiple .o within module/core exec linkage bug
1769 * tracepoint: name -> _name to fix possible namespace clash
1770 * Add debug printout to tracepoint.c
1771 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
1772 * Update hardcoded loglevel
1773 * Add "easy_ust" example
1774 * Update gitignore
1775 * Zero-initialize struct msghdr
1776 * Add environment information
1777 * Fix event-specific enabling
1778 * Update static lib linking
1779 * liblttng-ust-libc: fix linking
1780 * liblttng-ust-libc: fix lib dependency
1781 * Install README and ChangeLog into system doc
1782 * Add hello-static-lib test
1783 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
1784 * Fix 32-bit type: allocated len is used
1785 * Fix 32-bit type mismatch
1786
e4d66fb5
MD
17872012-02-02 lttng-ust 1.9.5
1788 * UST comm ABI: Add padding, push version to 2.0
1789 * Update loglevel names
1790 * Implement loglevels as event and wildcard attributes
1791 * Update loglevel ABI: only loglevel value/enum is known by UST
1792 * Pre-assign fixed loglevels
1793 * Remove old (now unused) loglevel control code entirely
1794 * Update loglevel selection ABI
1795 * Use boot_id as monotonic clock uuid
1796 * clock: add clock description to metadata
1797 * Properly fix the timekeeping overflow detection
1798 * Revert "Fix timestamps for slow-paced event rates"
1799 * Revert "Force 64-bit timestamps"
1800 * Declare struct lttng_ust_calibrate
1801 * Force 64-bit timestamps
1802 * demo program: ensure we don't link demo on useless libs
1803 * ust comm: Receive second FD even if 1st receive failed
1804 * ust consumer: close shm fd after mapping it
1805 * Add a comment about which wait fd is closed early by UST.
1806 * Remove leftover structure in ust-abi.h
1807 * Close stream and channel file descriptors as soon as passed to
1808 sessiond
1809 * Fix AC_LANG_SOURCE usage: only takes one parameter
1810 * Fix timestamps for slow-paced event rates
1811 * configure.ac: Use AC_LANG_SOURCE for if else macros
1812 * Add execution instructions to the demo test program
1813 * Force the building of shared noinst libraries in the demo test
1814 program.
1815 * Only print the futex perror in debug mode
1816
54d2e210
MD
18172011-12-23 lttng-ust 1.9.4
1818 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
1819 * Comment the union field (only used in call_rcu scheme)
1820
dddc9140
MD
18212011-12-21 lttng-ust 1.9.3
1822 * Fix clock source overflow on 32-bit archs
1823 * Remove unused trace_clock_frequency
1824 * check for negative wait() return value
1825 * Add DBG message when registering a probe
1826 * Only show futex warning "perror" in debug mode
1827
07a0da24
MD
18282011-12-14 lttng-ust 1.9.2
1829 * Add missing ust_libc.h to Makefile.am
1830 * Use DBG instead of WARN for futex_wake workaround message
1831 * Make dlopen more robust by using the .0 target for the library
1832
943be3a0
MD
18332011-12-13 lttng-ust 1.9.1
1834 * First LTTng-UST 2.0 prerelease.
This page took 0.096733 seconds and 4 git commands to generate.