Version 2.10.3
[lttng-ust.git] / ChangeLog
CommitLineData
9be125aa
MD
12019-01-25 (National Opposite Day) lttng-ust 2.10.3
2 * Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
3 * Clarify lib_ring_buffer_switch_slow() requirements
4 * Fix: address shellcheck warnings/errors in example scripts
5 * Fix: check for event class/instance prototype mismatch
6 * Fix: race between statedump and library destructor
7 * Fix: reset procname on fork in child process
8 * Fix: Remove unused line from liblttng-ust-fd makefile
9
ceba809d
MD
102018-08-20 (World Mosquito Day) lttng-ust 2.10.2
11 * Fix: add liblttng-ust dependency to liblttng-ust-fd
12 * Fix: use LIBDL/LIBC_DL to select either libdl or libc
13 * Fix: AM_CONDITIONAL should be outside AS_IF block
14 * Fix: build jni libs with openjdk >= 10
15 * Fix: ustfork: save and restore errno in syscall wrappers
16 * Fix: cache the result of getpid() internally
17 * Fix: reset cached vpid context on fork
18 * Fix: string comparison on incorrect length in context provider
19 * Fix: remove for() loop initial declarations
20 * Use ust_lock during sock_info operations for atomicity against fork
21 * Force tracked fd to be bigger than STDERR_FILENO
22
9da22141
MD
232017-11-30 (National Mason Jar Day) lttng-ust 2.10.1
24 * Fix: specify SONAME in python-lttngust LoadLibrary
25 * Fix: ensure fd tracker is initialized when called from constructors
26 * Fix: fd of an elf object must be registered to the fd tracker
27 * Fix: liblttng-ust-fd.so: override fclose symbol
28 * Fix: lttng-gen-tp: only replace file extension
29 * Fix: move fsync after ftruncate
30 * Fix: sync buffer file metadata on buffer allocation
31
769bcdbb
MD
322017-08-01 (World Wide Web Day) lttng-ust 2.10.0
33 * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable
34 * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
35 * Fix: doc/man: use a single XSL file and match local names
36 * Fix: Expand the shmobj size for the sequence number
37
34c51123
MD
382017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.10.0-rc2
39 * Introduce LTTNG_UST_ALLOW_BLOCKING env. var.
40 * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
41 * Fix: Quote CMAKE variable assignment in Makefile
42 * Rework configure script
43 * Fix: Typo in doc/examples/Makefile.am
44 * Fix: Don't override user variables within the build system
45 * Move m4 scripts to m4 dir
46 * doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry
47
59d82da5
MD
482017-05-05 (International Tuba Day) lttng-ust 2.10.0-rc1
49 * Clean-up: remove unused variables to silence gcc warning
50 * Add ustctl_snapshot_sample_positions ustctl command
51 * Cleanup: formatting in strutils_star_glob_match explanation
52 * doc/man: add typical `$` and `#` prompts to command lines
53 * Fix: add missing getenv.h include to ustctl.c
54 * Fix: race between lttng-ust getenv() and application setenv()
55 * Use SIZE_MAX instead of -1ULL for size_t parameter
56 * filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL
57 * Fix: out of bound array access in filter code
58 * Correctly clean all generated JAR files
59 * Fix: List missing file in Java agent's Makefile
60 * Support generic globbing patterns in the Java agent
61 * Log more information in the Java TCP client
62 * Cleanup: Remove unused import in JUL Java agent
63 * Add support for star globbing patterns in event names
64 * Filtering: add support for star-only globbing patterns
65 * Add string utilities
66 * Fix: (un)install targets of Python agent
67 * Fix: include config.h to resolve HAVE_DLMOPEN
68 * Validate the presence of dlmopen at configure time
69 * Fix: CMake examples integration
70 * doc/examples/Makefile.am: define C and C++ compilers for CMake
71 * lttng-ust(3): document `lttng_ust_loaded` symbol
72 * lttng-ust(3): document `perf:thread:raw:rN:NAME` context
73 * lttng-ust-dl(3): update documentation
74 * lttng-ust(3): document liblttng-ust-fd
75 * doc/man: document the lttng_ust_lib events
76 * doc/man: add full stop to descriptive table cells
77 * doc/man: reorganize source for tables
78 * lttng-ust(3): sort ctf_*() macro parameter definitions
79 * lttng-ust(3): fix alignment and indentation
80 * lttng-ust(3): document new ctf_*() array/sequence network/hex macros
81 * Filter code relicensing to MIT license
82 * Performance: add missing "caa_unlikely" on fast-path
83 * Fix: blocking mode: add missing stdbool.h include
84 * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
85 * Fix: loglevel and model_emf_uri build fix
86 * Fix: loglevel and model_emf_uri with g++ compiled probes
87 * Fix: Out of tree build of liblttng-ust-java
88
e654ae79
MD
892016-10-07 (National Frappé Day) lttng-ust 2.9.0-rc1
90 * Fix: cmake example with configure based oot build
91 * Fix: perform statedump before replying to sessiond
92 * build: check for CXX_WORKS for cmake example
93 * Implement liblttng-ust-fd
94 * Introduce file descriptor tracker
95 * Fix: honor send timeout on unix socket connect
96 * Fix: perform TLS fixup in all UST entry points from each thread
97 * Fix: build: pass configure flags to cmake example
98 * Performance: implement lttng_inline_memcpy
99 * Performance: mark ring buffer do_copy callers always inline
100 * Performance: cache the backend pages pointer in context
101 * Add ctx_len field to ring buffer context
102 * ring buffer: handle shmp errors
103 * Cleanup: libringbuffer: remove duplicate shmp() invocations in slow paths
104 * Performance: Only dereference shmp once
105 * Performance: Mark channel and buffer event disabled check unlikely
106 * Performance: Relax atomicity constraints for crash handling
107 * Fix: compat: -ust suffix sprintf error handling
108 * Performance: disable event counting by default
109 * Fix: remove unlock in getcpu
110 * Performance: remove rcu read lock from ring buffer get/put cpu
111 * Performance: define _LGPL_SOURCE in LGPL c files
112 * Performance: split check deliver fast/slow paths
113 * Fix: perf counters build against kernel headers < 3.12
114 * Fix: perf counter context deadlock
115 * Fix: many-events registration/unregistration speed
116 * Fix: pre-fault TLS in ust-malloc instrumentation
117 * Fix: ust-ctl: use LTTNG_UST_HAVE_PERF_EVENT to report perf counter availability
118 * Fix: reset vtid cache before releasing urcu locks
119 * Fix: cleanup local_apps.allowed flag on lib cleanup
120 * Fix: Correctly handle invalid agent port file
121 * Fix: memory corruption in compat.h
122 * Introduce lttng_ust_loaded weak symbol
123 * Revert "Introduce LTTNG_UST_LOADED environment variable"
124 * Introduce LTTNG_UST_LOADED environment variable
125 * Fix: remove invalid free
126 * Use AC_PROG_MKDIR_P (generic mkdir -p)
127 * Split CMake example build steps on different lines
128 * Fix: CMake example: specify source/built includes/libs
129 * configure: allow building perf support across all architectures
130 * Fix: use-after-free in statedump lib iter_end
131 * Add generic fallback for perf counter read
132 * Fix: perf counters: sign-extend pmc register
133 * doc: Add flags for JUL and python agent compiling
134 * tests/hello.cxx: add ctf_enum_auto() entries
135 * Add ctf_enum_auto() for autoincrementing enumeration values
136 * Add missing ust_lib.c and ust_lib.h
137 * dl instrumentation: add dlmopen event, trace dlopen flags
138 * Add library load/unload tracking events
139 * Communication protocol: use fixed-size integer rather than enum
140 * Add ustctl command to regenerate the statedump
141 * Implement statedump command in UST
142 * tests/hello.cxx: add enumeration field
143 * Fix: ctf_enum_value() does not work with g++
144 * Fix: lttng context perf: missing stdbool.h header include
145 * Add perf context support for ARMv7
146 * Keep perf context FD open for other architectures
147 * Doc: cmake example: fix coding style
148 * Doc: ship cmake example with 'make distcheck'
149 * Doc: add CMake example
150 * configure.ac: check cmake availability
151 * Only build python lib when agent is enabled
152 * doc: information has no plural
153 * Fix: allow non-LGPL modules to use tracepoints
154 * Add -ust to the name of UST threads of the application
155 * Comment the locking mechanisms in ContextInfoManager
156 * Fix: Null-check return value of log4j.Category.getAllAppenders()
157 * Add liblttng-ust-agent.jar to the .gitignore
158 * Fix: Specify encoding when reading agent port file
159 * Fix: Include child loggers in the output of "lttng list"
160 * Fix: Handle both agent config files pointing to same port
161 * Suppress static method warning
162 * Add more logging to the LttngTcpSessiondClient
163 * Use config.h to detect sched_getcpu support
164 * Fix: use limits.h in ust-elf test
165 * Fix: strerror_r behavior is glibc specific
166 * Add support for musl libc to ust-dlfcn.h
167 * Fix: don't generate 0-len array in tracepoint probes
168 * Fix: log4j example: set logger level to prevent unexpected level inheritance
169 * Fix: no LGPL define for malloc and pthread wrappers
170 * Fix: all lttng-ust source files should be tagged _LGPL_SOURCE
171 * Fix: initialize RCU callbacks with mixed LGPL/non-LGPL objects
172 * Fix: incorrect structure layout with mixed LGPL/non-LGPL objects
173 * Fix: don't call __builtin_return_address(0) on 32-bit powerpc
174 * Update version name TBD
175 * Update version to 2.9.0-pre
176 * Fix: tracepoint header: declare tracepoint_dlopen_ptr
177 * Fix: update debug message about weak-hidden symbols
178 * Fix: tracepoint-rcu header: use tracepoint_dlopen_ptr
179 * Fix: test: relax requirement on weak-hidden symbol address
180 * Fix: work-around gcc optimisation oddness on 32-bit powerpc
181 * Fix: test weak-hidden symbols
182 * Print DBG() message about compiler weak hidden symbol behavior
183 * test: add test for gcc issue with weak hidden symbol on powerpc
184 * Restrict Java context retriever names to a set of valid characters
185 * Fix: Correctly compute Java agent list loggers response size
186 * Add support for aarch64_be
187 * Fix: Fix synchronization of LTTngAgent#dispose
188 * Fix: Verify number of bytes contained in sessiond agent commands
189 * Fix: Avoid potential null dereference with log4j loggers
190 * Specify UTF-8 encoding for all Java agent commands
191 * Fix: merge tap tests stdout and stderr
192 * Documentation: ring buffer: SWITCH_FLUSH can be used when active
193 * Fix: unchecked return value in trace_clock_read64_monotonic
194 * Fix: portability: no arith on void pointer
195 * Fix: initialize build id and debug link flags to 0
196 * Tests: Add tap-driver.sh for automake < 1.12
197 * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events
198 * Tests: Replace prove by autotools tap runner
199 * bootstrap: Standardize on autoreconf -vi
200 * Harmonize bootstrap script across projects
201 * lttng-ust(3): order environment variables
202 * lttng-ust(3): fix syntax of env. variables section
203 * lttng-ust(3): document $LTTNG_HOME
204 * Fix: Java agent should use LTTNG_HOME
205 * Fix: examples make distcheck failure
206 * Cleanup: add static for internal symbols
207 * Cleanup: Remove unused max() macros from ring_buffer_frontend.c
208 * Use min_t/max_t macros in lttng-ust-elf.c
209 * Tests: update ust-elf tests to reflect correct memsz computation
210 * Fix: erroneous computation of ELF in-memory size
211 * Make code and man pages share the same default values
212 * Fix: remove NULL check of nonnull parameter in dlclose
213 * Tracepoint array/sequence: add nowrite hex macros
214 * Tracepoint: add ctf array for network byte order integers
215 * Tracepoint: add ctf sequence for network byte order integers
216 * Fix: endianness of integers received by filter
217 * Doc: Update README.md
218 * Fix: jul and log4j agents makefile missing line and indentation
219 * Fix: re-introduce exported symbols
220 * Doc: update manpages for soinfo/sopath name change
221 * Rename statedump and dl events and fields
222 * Tests: list ust-elf test data explicitly in EXTRA_DIST
223 * Tests: add tests for lttng_ust_elf_is_pic
224 * Add is_pic field to statedump soinfo event
225 * Fix: add common jar to lttng-ust-agent-all dependencies
226 * Fix: add version to lttng-ust-agent-all jar file
227 * Fix: rename liblttng-ust-agent to lttng-ust-agent-all
228 * Fix: re-add liblttng-ust-agent.jar
229 * Fix: lttng java agent: dispose is non-static
230 * doc/man: do not use macros in the NAME section
231 * doc/man: remove duplicate copyrights section
232 * doc/man: lttng-ust(3): add tracing control to example
233 * doc/man: lttng-ust(3): split example files in subsections
234 * doc/man/common-copyrights: add missing THANKS section
235 * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section
236 * README.md: bolden dependencies and update links
237 * README.md: split required and optional dependencies
238 * Convert man pages to AsciiDoc
239 * Fix: remove dead code from filter interpreter
240 * Fix: convey enum value signedness into metadata
241
358b7b74
MD
2422016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1
243 * Fix: remove assertions in lttng-ust-comm init
244 * Add tracepoint_disable_destructors()
245 * Documentation: fix manpage typo
246 * Fix: move lttng_context_is_app to core file
247 * Fix: move dummy functions to common file
248 * Fix: handle backward probe compatibility for application contexts
249 * Fix: application context header size
250 * Fix: event ctx get size should be after chan ctx
251 * Clarify and simplify the Java agent "Hello" examples
252 * Export the stream instance ID
253 * Generate and export the sequence number
254 * Add stream instance id to the packet header
255 * configure.ac: print empty line after AC_OUTPUT
256 * configure.ac: macros with no arguments do not need ()
257 * configure.ac: standardize indentation to tabs
258 * configure.ac: move AC_PROG_SED() close to other AC_PROG_*()
259 * configure.ac: test -a -> shell's && (more portable)
260 * configure.ac: use test "x$var" = "xyes"
261 * configure.ac: AM_CONDITIONAL() accepts two arguments
262 * configure.ac: use dnl at appropriate places
263 * configure.ac: if -> AS_IF()
264 * configure.ac: case -> AS_CASE()
265 * configure.ac: add missing quotes in macro calls
266 * configure.ac: use macros for version name and description
267 * configure.ac: do not use shell eval for known values
268 * Add CONTRIBUTING.md
269 * Output "(null)" when ctf_string()'s arg is NULL
270 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC
271 * Fix: java agent 32-bit pointer to jlong warning
272 * Fix: Use Java 6 syntax in JUL examples
273 * Fix: add missing example file to dist tarball
274 * Fix: add missing header to dist tarball
275 * Fix: add missing LttngContextApi.java to dist tarball
276 * Pass the Java app context information using two separate arrays
277 * Fix: Correctly report filter notifications on Java agent teardown
278 * Add some logging to the AbstractLttngAgent
279 * Fix: Clear tracked application contexts upon closing a Java agent
280 * Introduce a verbose mode for the Java agent
281 * Implement Java agent application context retrieval
282 * Turn ISessiondCommand into an abstract class
283 * Split the JNI APIs in separate classes
284 * Add app context support to ust-ctl protocol
285 * Handle application context cmd
286 * Implement dynamic types, and application context provider support
287 * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT
288 * Fix: Ensure the Java JUL messages are correctly formatted
289 * Fix: double-free on error sending fields
290 * Add CTF enum type support to tracepoint event
291 * Fix: missing _GNU_SOURCE define
292 * python-lttngust/setup.py.in: update setup() fields
293 * Refactor Python agent build and install
294 * Fix: remove debugging print() call from Python agent
295 * Fix: header size larger than 256 bytes
296 * Python agent: Support Agent protocol v2.0
297 * Fix: Java agent protocol network endianness consistency
298 * Fix: examples jul: add missing files to make dist
299 * Fix: Filer -> Filter typo in example
300 * Fix: Return the correct list of available Java events
301 * Add a toString() to Java agent's EventRule
302 * Add API stubs for the Java context info retrievers
303 * Receive the event filter string in the Java agent
304 * Document the Java filter notification model
305 * Add filter change notification mechanism to the Java agent
306 * Manage complete "event rules" in the Java agent
307 * Introduce a new client listener interface for the Java agent
308 * Turn ILttngAgentResponse into an abstract class
309 * Remove stale tests/java-jul test
310 * Fix: live timer calculation error
311 * Fix python agent build/install/uninstall with DESTDIR specified
312 * Fix: Don't (re)define STAP_PROBEV
313 * Fix: don't dereference NULL pointers
314 * Cleanup: Remove unused values
315 * Fix: Value stored to 'has_waited' is never read
316 * Fix: Argument with 'nonnull' attribute passed null
317 * Cleanup: Unnecessary bit shift
318 * Clean-up: remove extraneous "found" parameters in ust-elf
319 * Fix: sysconf() unchecked return value
320 * doc: add Python example
321 * Fix: Python agent: do not register twice to same port
322 * Fix: potential leaks in error paths
323 * Fix: double free in liblttng-ust-dl
324 * Fix: make check in OOT build with absolute path
325 * Fix: elf: leaks on error paths
326 * Cleanup: coding style
327 * Cleanup: elf: use off_t for offsets, size_t for len
328 * Cleanup: eliminate implicit sign-extension
329 * Fix: elf: NULL pointer dereference
330 * Fix: add missing ust-elf.h header to dist
331 * Fix: make check in out of tree build
332 * Fix: old gcc warnings
333 * Fix: old gcc warning
334 * Fix: remove stale lttng-ust-elf.h from makefile
335 * Fix: elf: uninitialized ret
336 * Fix: test elf: handle NULL debug file
337 * test: elf move constants to top of implementation
338 * Fix: elf test prog arg checking
339 * baddr statedump: remove dependency on file streams
340 * baddr statedump: hold ust lock around allocations
341 * Add unit tests for lttng_ust_elf
342 * Add memory size, build id, and debug link info to statedump and dl
343 * Fix: close socket on protocol error, sendmsg MSG_NOSIGNAL
344 * Cleanup: more descriptive error message
345 * Fix: add missing ust lock around objd_table_destroy()
346 * Fix: application exit race with pthread cancel
347 * Cleanup: configure layout for python agent detection
348 * Build: python agent: use setup.py over autoconf
349 * Build: add python interpreter used by python agent if built
350 * Doc: basic lttng ust python agent documentation
351 * Build: use AM_PATH_PYTHON to resolve python when building agent
352 * Build: only check if python exists in path
353 * Update version to 2.8.0-pre
354 * Fix: Send the correct Java agent return code when disabling events
355 * Fix: Correctly handle the command to disable all events
356 * Small refactor of the Java agent's TCP client
357 * Rename Java Agent event names to "event"
358 * Rename Python agent tracepoint to "event"
359 * Allow compiling the Java agent with Java 1.6
360 * Restore concurrent build when Java agent is enabled
361 * Refactor Java agent to let applications manage the log handlers
362 * Doc: add LTTNG_UST_CLOCK_PLUGIN to man page
363 * Doc: add LTTNG_UST_GETCPU_PLUGIN to man page
364 * Cleanup: Add Javadoc to all public methods and members
365 * Fix: Small fixes to the Java agent example files
366 * Update doc/java-agent.txt to reflect the new packaging
367 * Split Java agent library in 3 separate jars
368 * Remove deprecated org.lttng.ust.jul.LTTngAgent class
369 * Use tar-ustar format for the dist archive
370 * Fix: remove generated file from git tree
371
36745ac7
MD
3722015-07-15 (Pet Fire Safety Day) lttng-ust 2.7.0-rc1
373 * Fix: Use $enableval with AC_ARG_ENABLE
374 * Fix: Cleanup local_apps sock_info in lttng_ust_cleanup
375 * Fix: handle sys_futex EINTR and EWOULDBLOCK
376 * Fix: update liburcu URL
377 * .gitignore: ignore Python agent generated files
378 * Add ctf_sequence_hex() macro
379 * Fix: set soinfo_data's vdso flag correctly in base address statedump
380 * Fix: running java examples out of tree
381 * Fix: java class check when uudecode is not present
382 * Cleanup: remove extra whitespace in configure output
383 * Default to no unaligned access on unsupported archs
384 * cleanup: Coding style fixes to the Java agent
385 * cleanup: Mark obsolete JUL agent as @Deprecated
386 * Fix compilation warnings in the Java agent
387 * Fix: out of tree build of java agents
388 * Fix: Use env CLASSPATH when building log4j example
389 * Fix: build log4j example when enabled
390 * Bump tracer version to 2.7.0-pre
391 * Fix: perform volatile load of tracepoint state
392 * Add demo-tracelog to gitignore file
393 * Add aarch64 support to configure
394 * Implement cpu_id context for filtering
395 * ust cyg-profile: use same class for entry and exit
396 * Fix: function instrumentation ip context
397 * Fix: liblttng-ust-dl ip context
398 * Remove caller field from malloc events
399 * Fix: pthread wrapper ip context
400 * Fix: lttng-ust-malloc ip context
401 * Allow TP_IP_PARAM arg name to be configured
402 * tracelog: use same class for all loglevels
403 * fix tracelog namespacing of loglevels
404 * Add tracelog documentation to lttng-ust(3)
405 * Implement demo-tracelog example
406 * Implement tracelog API
407 * Fix: fetch caller address from tracef()
408 * Rename helper providers and events for consistency
409 * Refactor state dump system
410 * Refactor Python agent
411 * Fix: building probe providers with C++ compiler
412 * Fix: use lttng_secure_getenv to handle env. vars. involving paths
413 * Fix: Don't wait during registration if clock_gettime() fails
414 * Fix: getcpu/clock plugin handle leak
415 * Fix: add missing new ldl dependency for liblttng-ust-ctl
416 * Fix: add missing getenv wrapper
417 * Fix: add missing lttng-clock.c
418 * Fix: add missing ust-clock.h
419 * clock plugin example: use shift and mul
420 * Implement getcpu override
421 * Implement clock override plugin support
422 * Add tracepoint_enabled() macro
423 * Move file creation/unlink from liblttng-ust-ctl to consumerd
424 * Implement file-backed ring buffer
425 * Fix: oot build: missing top_builddir include
426 * Fix: Mismatching code and console output in log4j example
427 * Update manpage about LTTNG_UST_DEBUG effect
428 * Don't output to stderr from lib unless DEBUG is activated
429 * Remove usterr.h, use usterr-signal-safe.h everywhere instead
430 * Fix: out-of-tree build: wrong file path for sed input
431 * Fix: make dist: python agent file handling
432 * Fix: java-agent: out-of-tree path to java manifest
433 * Add return address to liblttng-ust-libc-wrapper
434 * Fix: missing parenthesis in offset_align_floor
435 * Fix: add ustctl_has_perf_counters
436 * Fix: add urcu-bp TLS fixup
437 * Fix: add missing poll.h include
438 * Fix: get_subbuf: bound number of consumerd retry
439 * Fix: man: you can't link a lib with a static lib
440 * Fix: context alignment not properly handled
441 * Fix: Shorthand option -cp not supported in all version of Java
442 * Fix: allow tracepoints to build with --std=c99
443 * Bump UST ABI for new release cycle
444 * Cleanup: remove "disabled" flag for new release cycle
445 * Fix: filter attach vs event enable race
446 * Fix: add a configure check for weak symbols support
447 * Fix coverity warning about sizeof(void **) != sizeof(void *)
448 * Fix: off-by-one in sequence filter comparator
449 * Fix: Java Agent JAR file symlink should be created after objects install
450 * Fix: Add versioning to liblttng-ust-agent JAR
451 * Fix: Warn when log4j version is too old
452 * Update Java agent documentation
453 * Fix: Try loading classes using the thread context class loader
454 * Add Python agent support
455 * Update version name
456
837fc266
MD
4572014-10-20 lttng-ust 2.6.0-rc1
458 * Add missing file to gitignore
459 * Fix: preserve example files' timestamps when copying
460 * Fix: Abort loading log4j agent classes when detected log4j version is too old
461 * Cleanup: Remove the no longer needed liblttng-ust-jul folder
462 * Fix: Wrong CLASSPATH when building liblttng-ust-java oot
463 * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot
464 * Rename public structure to avoid collisions
465 * Refactor liblttng-ust-jul in liblttng-ust-agent
466 * Build the liblttng-ust-java library using the new M4 macros
467 * Add M4 macros helpers to build Java programs
468 * Modernize README using Markdown
469 * Documentation: clarify event name in lttng-ust.3
470 * Add cscope to gitignore
471 * configure.ac: fix "missing jni.h" error message
472 * Fix: remove references to trace_printf()
473 * Change JUL agent to use the new ABI
474
ce59a997
MD
4752014-07-16 (Take Your Poet to Work Day) lttng-ust 2.5.0
476 * Mutex while updating statedump_pending is not needed
477 * Revert "Turn base address dump into experimental feature"
478 * Fix: document ust_fork_mutex nesting
479 * Bugfix for #745 deadlock with baddr statedump+fork
480 * Move enablers syncing after the channel registration
481 * Add lttng_ust_notrace to static inline functions
482 * lttng ust: support ppc64le within configure
483
f08370eb
MD
4842014-06-27 lttng-ust 2.5.0-rc2
485 * Fix: lttng-ust-jul: set thread in daemon mode
486 * JUL: use root logger to capture events
487 * Fix: Wrong configure check for UST perf event counters context support
488 * Fix: multiple providers in same C file failure
489 * Fix: header inclusion guard typo in lttng-ust-tracef-provider.h
490 * Fix: 2.5.0-rc1 changelog has off-by-one date
491
40fc5322 4922014-05-28 (International Hamburger Day) lttng-ust 2.5.0-rc1
c2d275b8
MD
493 * Fix: out of tree build for lib Java and JUL
494 * Fix: default loglevel is DEBUG
495 * Fix: refuse overwrite mode buffers with less than two subbuffers
496 * Fix: tracef.h: add missing c++ guard
497 * Fix: remove JUL loglevel filtering from the agent
498 * Fix: cleanup JUL agent state on sessiond disconnect
499 * Fix: Move generated headers to the BUILT_SOURCES target
500 * Fix: perf ust: check close return value
501 * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
502 * Implement LTTng-UST perf counters support on x86
503 * Fix linking failure when cross-compiling
504 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
505 * Fix: pass proper args when writing commit counter
506 * Fix: pad strings that are modified concurrently with tracing
507 * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
508 * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
509 * Fix: .split() the CC environment variable in lttng-gen-tp
510 * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
511 * Fix: python invocation through env
512 * Change default loglevel to TRACE_DEBUG_LINE
513 * Fix: Override AM_PATH_PYTHON's default action-if-not-found
514 * Fix: don't accept configure --disable-shared
515 * Fix: configure.ac: add missing result to alignment req. check
516 * Fix: malloc wrapper: infinite recursion with compat TLS
517 * Fix: lttng-ust needs -ldl for tracef()
518 * Fix: typo in lttng-ust.3
519 * Fix: liblttng-ust-libc-wrapper recursive use of calloc
520 * Fix: add demo-tracef to dist tarball
521 * Fix: add missing header files for tracef
522 * Implement tracef() instrumentation API
523 * Add 'unused' attribute to tracepoint callback
524 * Use autoconf AM_MAINTAINER_MODE
525 * Fix: mismatch between code and comments
526 * Fix: incorrect urcu git URL in README
527
5ba5bf7f
MD
5282014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
529 * Fix: JUL test: update to API change
530 * Fix: Cast from pointer to different integer size warning
531 * Turn base address dump into experimental feature
532 * Fix: JUL support multiple loglevels
533 * Fix: Skip lttng-gen-tp example build if Python is missing
534 * Fix: dynamically fetch the session daemon port
535 * Fix: JUL agent connect to user and root sessiond
536 * Fix: handle registration done command
537 * Fix: Unsynchronized access in LTTngTCPSessiondClient
538 * Cleanup: fix comment
539 * Fix: Dump executable base-address with readlink
540 * Fix: add assert for NULL dereference
541 * Fix: tracepoint out of memory handling
542 * Fix: dereference before null check
543 * Cleanup: remove logically dead code
544 * Fix: handle sysconf errors
545 * Fix: java-jul/Makefile should not be marked as a binary
546
d06136ec
MD
5472014-02-14 lttng-ust 2.4.0-rc4
548 * Cleanup: remove extra space in dlerror wrapper
549 * Fix: work-around glibc lying about dlsym()/dlerror() leafness
550 * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header
551 * Fix: malloc libc instrumentation wrapper
552 * Fix: add LTTngEvent class to fix delayed logger
553 * Fix: FD leak in liblttng-ust-ctl
554 * Fix: liblttng-ust-dl Makefile flags mismatch
555 * Fix: liblttng-ust-fork Makefile flags mismatch
556 * Fix: out of tree examples build
557 * Fix: C++: incomplete extern C guard transition
558
35d2bbde
MD
5592014-01-29 lttng-ust 2.4.0-rc3
560 * Fix: add missing JUL loglevel handling
561 * Cleanup gen-tp: add quotes around AM_CC
562 * Pass the CC variable to the example Makefiles
563 * cleanup ust_baddr and ust_baddr_statedump doc
564 * baddr: add ust_baddr and ust_baddr_statedump doc
565 * Fix: baddr_statedump tracepoint registration
566 * Fix: baddr out of tree build
567
d516ed24
MD
5682013-12-10 lttng-ust 2.4.0-rc2
569 * Fix: baddr_statedump tracepoint registration
570 * Fix: baddr deadlocks and RCU races
571 * Fix: lock exit mutex when creating threads
572 * Fix: baddr deadlock with lttng-ust destructor
573 * baddr: include missing header
574 * baddr: get session under lock
575 * Fix: take the ust lock around session iteration in statedump
576 * Fix: baddr_statedump deadlock with JUL tracing
577 * Fix: client_packet_header() uses wrong packet
578 * Cleanup: fix typo in ring buffer backend comment
579 * Compile liblttng-ust-baddr c files into liblttng-ust
580 * Allow suppressing of base-address-state tracing
581 * Integrate base-address statedump into lttng-ust
582 * Fix: eliminate timestamp overlap between packets
583 * Fix: lttng-gen-tp to build out of tree
584 * Fix: compile doc/ after JUL/Java
585 * JUL: add Hello.java in doc/examples
586 * Fix lttng-ust(3) manpage
587 * JUL: fix enable all event for delayed Logger
588 * Fix: typo in JNICALL for the JUL tracepoint
589 * Fix: move va_end to outermost label
590 * Fix: add missing NULL check after allocation
591 * Fix cleanup: all spaces before flags
592 * fix: lttng-gen-tp: add missing spaces around flags
593
48de55ad
MD
5942013-11-15 lttng-ust 2.4.0-rc1
595 * doc/examples: error out when a subdir make fails
596 * JUL: fix out of tree build
597 * Java/jul: fix make dist
598 * JUL: install documentation and jar file
599 * Add missing copyrights to test scripts
600 * Escape minus signs in lttng-ust-cyg-profile manpage
601 * Fix spelling mistake in lttng-ust manpage
602 * Fix tests/benchmark
603 * Implement base-address-state tracing
604 * Base-address tracing for dlopen and dlclose
605 * Add a check against excluders
606 * Add handler for LTTNG_UST_EXCLUSION in UST ABI
607 * Store exclusions to enablers
608 * Add excluders to enabler structure
609 * Send exclusion data through ustcomm
610 * Define exclusion structure for UST ABI
611 * Define a new command LTTNG_UST_EXCLUSION
612 * Fix: package of LTTngUst.h was renamed without renaming target in makefile
613 * Fix: check for java .class in package subfolders
614 * Fix: java library to use user define JDK at compile time
615 * Add liblttng-ust-jul for JUL support
616 * Fix: application SIGBUS when starting in parallel with sessiond
617 * Fix: Minor corrections to the lttng-ust man page
618 * Documentation cleanup: Overhaul of the lttng-gen-tp man page
619 * Warning cleanup: add missing padding initializer
620 * Fix: socket connect hang on heavy loads
621 * Cleanup: fix typo
622 * Fix: ust-comm recvmsg should handle partial receive
623 * gcc warning fix: -Wextra
624 * Add usage reference count for tracepoints
625 * tracepoint.c: Move add_callsite/remove_callsite further down in file
626 * Store the callsites into the library callsite list
627 * Fix linking warning
628 * Per-stream ioctl to get the current timestamp
629 * LTTng ringbuffer ABI calls for index generation
630 * Specialize lttng_ust_lib_ring_buffer_client_cb
631 * Add tracing instrumentation for pthread mutex lock functions
632
9f00ce32
MD
6332013-09-03 lttng-ust 2.3.0
634 * No change
635
07d2f704
MD
6362013-08-30 lttng-ust 2.3.0-rc2
637 * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
638 * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
639 * Fix: doc/examples cross-build
640 * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
641 * Introduce configure --with-lttng-system-rundir
642 * examples: tracepoint probes don't need extern C
643 * Tracepoint probes don't need extern C
644 * Add trace support for memalign and posix_memalign
645 * malloc instrumentation: remove dependency on pthread
646 * Add trace support for calloc and realloc.
647 * Fix: allow make check to run in VPATH build
648 * Update .gitignore
649 * Update obsolete benchmark test
650 * Cleanup tests (2nd commit)
651 * Cleanup tests
652 * Fix: doc/examples VPATH build
653
0ff43c44
MD
6542013-07-17 lttng-ust 2.3.0-rc1
655 * Fix: Unchecked asprintf/vasprintf return values
656 * Missing NULL pointer init in tap.c
657 * Disable doc/examples build
658 * Add python3 support to lttng-gen-tp
659 * Bump ABI major to 5
660 * callsite: add "ip" context
661 * Allow environment variable LTTNG_HOME to override HOME
662 * Fix: libs order in Makefile
663 * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
664 * Introduce ustctl_write_one_packet_to_channel
665 * build: Fix out-of-tree build
666 * Fix: SWITCH_FLUSH new sub-buffer checks
667 * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
668 * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
669 * Fix: doc/examples: gen-tp path
670 * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
671 * Fix: handle writes of length 0
672 * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
673 * Fix: lttng-events VPATH build
674 * Allow #include in template (.tp) file
675 * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp
676 * doc/examples: build gen-tp example by default
677 * doc/examples: support BSD make
678 * Tracepoint.h: replace assertion by fprintf and abort()
679 * Remove unused assert.h from bitfield.h
680 * Clarify probe registration documentation/errors
681 * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test
682 * Add mising include in ust.h
683 * lttng-gen-tp: Fix include guard name with file using non valid characters
684 * Fix: segfault when print invalid command
685 * Fix: Add --no-as-needed to the demo example's Makefile
686 * zmalloc: attribute always_inline
687 * Fix: liblttng-ust process startup hang when sessiond is stopped
688 * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
689 * Allow tracepoint providers to be compiled with g++
690 * Add parameter -f to rm in Makefile clean target
691 * Fix: missing dependency for liblttng-ust-tracepoint.so
692 * Remove 0.x TODO
693 * Add warning about default prefix and library paths to README
694 * Revert "Revert "Fix (another) linker library order""
695 * Revert "Revert "Fix linker library order""
696 * snprintf: play nice with static checker
697 * tracepoint.c: Add coverity alloc/free annotations
698 * Fix: "fields" leak on register
699 * Fix: memory leak for events without fields
700 * Fix: memory leak on connection reset
701 * Revert "Fix linker library order"
702 * Revert "Fix (another) linker library order"
703 * Fix: incorrect support for multi-context
704 * Fix (another) linker library order
705 * Fix typo in run script
706 * Fix linker library order
707 * Fix examples: add missing CPPFLAGS
708 * example Makefiles: standardize on $^ for linking
709 * Fix demo example Makefile
710 * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
711
9ac8c212
MD
7122013-05-09 lttng-ust 2.2.0-rc2
713 * manpage: Document probe provider compatibility
714 * Fix: add provider ABI compatibility check
715 * Cleanup: ignore mktemp return value
716 * Cleanup: documentation: argument vs field
717 * Documentation: document undefined behavior for NULL pointers
718 * Cleanup: silence cppcheck error
719 * Fix: add internal mutex for timer
720 * 32-bit warning fix for cyg profile fast
721 * Fix warnings for 32-bit in lttng-ust-cyg-profile
722 * Typo fix in README
723 * Fix: tracepoint.h incorrect assumption about constructor order
724 * Cleanup: comment mismatch with code
725 * Fix: ABI breakage between 2.1 and 2.2-rc1
726 * Documentation: document that sequence len field is unsigned
727 * connect: don't report EACCES
728 * connect: don't print error on EPERM
729 * Bump liblttng-ust-ctl lib version major number
730 * Optimisation: implement callsite hash table in tracepoint.c
731 * Optimisation: only update added library in tracepoint.c
732 * Optimisation: only fix pending events once per lazy update
733
9c915ee8
MD
7342013-03-28 lttng-ust 2.2.0-rc1
735 * Fix: tracepoint instrumentation constructor order issue
736 * Documentation: update 2.0 to 2.x
737 * Add demo test back as an example
738 * Don't rely on explicit context for filtering
739 * Implement per-context filtering
740 * Fix: filter string comparison should check for literal
741 * update tests/demo readme file
742 * Add man page for lttng-ust-cyg-profile
743 * Fix: filter string wildcard comparison
744 * Fix: Remove test runner script
745 * Fix: forwarding of call_site argument to field
746 * Add demo README
747 * Tests: Use Perl prove as the testsuite runner
748 * Remove tests depending on consumerd
749 * Convert hello.cxx test to a build test
750 * Clean-up of configure.ac and tests/Makefile.am
751 * Fix snprintf test and output result to TAP format
752 * Replace same_line_marker test with same_line_tracepoint
753 * Remove tests-libustinstr-malloc
754 * Remove exit-fast test
755 * Remove fork test
756 * Remove daemon test
757 * Remove demo test
758 * Remove outdated test-nevents test
759 * Remove outdated simple_include test
760 * Remove outdated register_test test
761 * Convert hello-static-lib test to a build test
762 * Convert hello test to a build test only
763 * Remove outdated libustctl_function_tests test
764 * Remove outdated test hello2
765 * Remove outdated dlopen test
766 * Remove outdated test basic long
767 * Remove outdated test basic
768 * cyg_profile: implement fast and verbose .so
769 * Performance: add unlikely to tracepoint dynamic linking test
770 * Fix: _LGPL_SOURCE rcu dereference fix
771 * Implement liblttng-ust-cyg-profile function entry/exit instrumentation
772 * Minor fix: libc wrapper internal run script
773 * Fix: ustctl_recv_register_event pointer mixup
774 * Fix: allow enabling same events for two channels
775 * Add channel ID field to attr
776 * Remove useless else clause
777 * tracepoint: move "probe" test outside of loop
778 * Fix uninitialized has_loglevel variable
779 * Fix clang warnings
780 * Cleanup: work-around clang unused result warning
781 * Cleanup compile warning
782 * Cleanup: remove unused variables
783 * tracepoint: Don't add NULL probes
784 * Remove mention of locking issues associated with dlopen usage
785 * Implement read timer (for RT)
786 * Only flush when there are readers active
787 * Add mutex for channel wakeup fd update
788 * Fix: fields should be initialized to NULL
789 * Implement ustctl_duplicate_ust_object_data
790 * Add channel wakeup fd to monitor close
791 * Fix: refcount issue in lttng-ust-abi.c
792 * Fix: only consumerd should print errors
793 * Implement ring buffer periodic buffer switch timer
794 * Fix: ensure all probe providers have their symbols
795 * Reactivate error printing
796 * Unregister tracepoint probes when not needed
797 * Cleanup: remove now unused metadata code from UST
798 * Fix: notification timeout logic
799 * Fix: don't print error in comm proto connect on ENOENT
800 * Fix: return expected error return values for sessiond
801 * Fix: set wait/wake fd to -1 before close
802 * Fix: Only notify socket should have timeout/nonblock
803 * Fix: ustctl: return -EPIPE to sessiond if connection is closed
804 * Fix: Add timeout on notification socket
805 * Remove now unused metadata printf code
806 * Move metadata creation into lttng-sessiond and lttng-consumed
807 * Add write metadata API to ust-ctl.h
808 * Move UST registry into sessiond and implement notifiers
809 * Fix: don't flush-final for offset 0 if reader is on sub-buffer
810 * Use tp rcu link test in provider
811 * Remove direct dependency of probes on urcu-bp
812 * Use urcu tls-compat.h
813 * Lazy provider registration
814 * Always use lttng_get_probe_list_head to get probe list
815 * Fix static build
816 * Move LTTng-UST buffer ownership from application to consumer
817 * Fix package: don't distribute generated headers
818 * Fix: don't cancel already exited threads
819 * Scalability fix: tracepoint.c hash table size increase
820 * Scalability fix for many events: event hash table size
821 * Speed up probe registration for large amount of events
822 * Add missing demo-trace shell script to dist tarball
823 * Documentation: add uuid package name for Fedora in README
824 * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
825 * Add compilation support for Tile architectures
826 * Documentation: clarify debian package name for uuid in README
827 * Fix: comment in ust-ctl.h
828 * Fix I/O-related error values in ustctl
829 * Introduce hash table for lttng_create_event_if_missing()
830 * Fix: don't build C++ example if a C++ compiler isn't available
831 * Remove LIBFORMAT output in configure.
832 * Document dependency on libuuid
833
0c9ad44b
MD
8342012-12-20 (13th Baktun) lttng-ust 2.1.0
835 * Bump liblttng-ust-ctl lib version major number
836 * Bump UST proto version minor number
837 * Helper to debug: add object name
838 * Tests: Fix rundir not created in ust-basic-tracing
839 * ust test: add missing return -1
840 * Test: update ust tracing unit tests to 2.1 internal ABI
841 * Tests: Fix rundir not created in ust-multi-test
842 * Adapt internal files and examples to TRACEPOINT_INCLUDE
843 * Adapt tests to TRACEPOINT_INCLUDE
844 * Cleanup: tests remove hello.cxx/ust_tests_demo.h
845 * Fix: don't do macro expansion in tracepoint file name
846 * Fix lttng-gen-tp: Template file must end in .tp
847 * Pack structures in comm protocol between UST and sessiond
848 * Cleanup lttng-gen-tp: Help not showing when using -h,--help
849 * Cleanup lttng-gen-tp: remove leading underscore before include guard
850 * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
851 * Update license text
852 * Fix: check if event enabled for bytecode-less events
853 * Fix: handle enablers without bytecode
854 * Print probe provider mismatch error even without -Wsystem-headers
855 * filter: Add missing padding
856
dd8b384a
MD
8572012-11-22 lttng-ust 2.1.0-rc2
858 * filter interpreter cleanup: use uint64_t for retval
859 * Fix: filter linking can dereference NULL pointer on alloc failure
860 * Cleanup: remove whitespaces and EOL in tests
861 * Filter: use only single lower bit of filter return value
862 * Fix: filter: var len array at end of external structure
863 * Fix: filter link fail handling
864 * Fix: add missing seqnum field to filter
865 * filters: perform union rather than intersection
866 * Implement support for overlapping wildcard/events
867 * Cleanup: add lttng_/lttng-/LTTNG_ prefixes
868 * filter: add seqnum field to filter command
869 * Filter iteration: iterate on list of filters
870 * document that tracepoint names should ideally not be re-used
871 * Remove LIBFORMAT config declaration, unused
872 * Add libc errno translation layer to UST error code
873 * Fix: add const qualifier for filter local void *
874 * Fix: re-allow non-lvalue string, sequence, array parameters
875 * Tear down handles associated with a closed sessiond socket
876 * Distinguish UST return codes from transport return codes
877 * Fix: Conditionally disable tests requiring shared libs support
878 * Cleanup: don't spawn per-user thread if HOME is not set
879 * Manpage: document supported UST contexts
880 * Fix: procname context semantic
881 * Fix: Fix self-assign warning on struct ustfork_clone_info init
882 * Fix: memcpy of string is larger than source
883 * Implement liblttng-ust-fork daemon() override test
884 * liblttng-ust-fork: override daemon() call
885 * ustfork: set errno to ENOSYS if symbol lookup fails
886 * Fix: be quiet on filter linker error
887 * Build out of src tree
888 * Fix: filter bytecode specializer stack leak
889 * Fix: reloc offset validation error out on filters with no reloc table
890 * Perform calculation on bit size in 64-bit
891 * Use uint64_t for packet header content size and packet size
892 * Fix: manpage typo "-lllttng-ust" -> "-llttng-ust"
893 * Fix: BSD getprogname null pointer dereference
894 * Add support for model.emf.uri event info
895 * Filter error message cleanup
896 * Manpage update: document use in daemons
897 * Fix: get_wait_shm() ust mutex deadlock (add 2 missing exit calls)
898 * Fix: get_wait_shm() ust mutex deadlock
899 * Fix: add events with 0 field to field list
900
d8c99839
MD
9012012-09-10 lttng-ust 2.1.0-rc1
902 * Fix make dist: fix liblttng-ust-java dependencies
903 * Fix make dist: add missing filter header
904 * Fix: backward compatibility with UST 2.0 app probes
905 * Fix: Filter ABI changes to support FILTER_BYTECODE_MAX_LEN (65536)
906 * Export "written" information about fields
907 * Fix filter: pointer to string, not string, should be on stack
908 * Fix: tracepoint float nowrite
909 * Fix: accept 65536 bytes long bytecodes
910 * Add hostname to env
911 * ABI change: bump internal version to 3.0.0
912 * Fix: threads should be created in DETACHED state
913 * Fix: 32-bit x86 strict-aliasing warnings
914 * Fix UST SIGPIPE handling
915 * Fix: Libtool fails to find dependent libraries when cross-compiling lttng-ust
916 * Cleanup: filter: turn bytecode linking error msg into debug
917 * Make lttng-ust robust against -finstrument-functions.
918 * Filter: keep aliased ax and bx registers
919 * Filter: remove interpreter dynamic typing
920 * Filter: add missing specialized op names
921 * Filter: specialize double-s64 binary comparators
922 * Fix filter: fix stack leak on taken branch
923 * Filter: Implement stack-based interpreter
924 * Filter: double comparator produces s64
925 * Filter: use hash table to check merge points
926 * Filter: split passes into separate components
927 * Filter: cleanup macros
928 * Filter: validate range overflow with end of insn
929 * Filter: validate that field ref strings are non-NULL
930 * Filter: ensure logical operator merge is always s64
931 * Filter: we don't care if double/s64 are literals
932 * Filter: specialize 'and' and 'or' ops.
933 * Implement dispatch-table based interpretor
934 * Filter: Specialize unary operators
935 * Define switch use as macro in interpreter
936 * Filter interpreter: mark float test as unlikely
937 * Filter: fix bytecode validation typo
938 * Filter: specialize comparators
939 * Specialize load and unary ops
940 * Validate registers, no need to initialize to 0
941 * Filter: opcode for ref loads
942 * Remove redundant validation from interpreter
943 * filter: Add bytecode validation pass
944 * TRACEPOINT_EVENT: add *_nowrite fields for filter
945 * Only print filter errors if LTTNG_UST_DEBUG is set
946 * Cleanup: remove debug define
947 * Filter: add floating point support
948 * Remove filter test printouts
949 * Implement filter bytecode interpreter and linker
950 * Filter: receive, attach and link empty filter
951 * Filter: prepare filter stack data
952 * Wrap dynamic len array into stackvar union
953 * liblttng-ust-comm/lttng-ust-com.c: remove unnecessary goto in ustcomm_accept_unix_sock()
954 * liblttng-ust/lttng-ust-comm.c: fixing typo.
955 * Fix: remove unused texinfo dep from configure.ac
956 * Fix C99 strict compatibility: don't use void * for function pointers
957 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
958 * Revert "Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions"
959 * Fix c99 compatibility: tp_rcu_dereference_bp() should not use braced-groups within expressions
960 * Fix: perform TLS fixup of nest count outside of UST mutex
961 * Fix: liblttng-ust-fork deadlock
962 * Fix: handle pthread errors
963 * Fix: local apps allowed should disable local (not global) tracing
964 * Fix strict ISO-C compatibility for ust-tracepoint-event.h public header
965 * Fix: support -std=c99 in tracepoint macros
966 * Fix c99 compatibility: use __typeof__ instead of typeof in public headers
967 * hello test: fail on old style definition
968 * Fix: tracepoint.h should not generate old-style definitions
969 * Fix: don't define variables in headers
970 * test "hello": add boolean test
971 * Fix: perform macro expansion on tracepoint signatures
972 * UST check pointer/de-reference order
973 * Fix list field: handle error
974 * Implement event fields listing
975 * Implement field listing command
976 * Fix: Block all signals in listener thread
977 * Add CodingStyle document to tarball
978 * Add coding style document
979 * endian.h: support cygwin
980 * align.h: support cygwin page size
981 * Add cygwin support to libringbuffer getcpu.h
982 * Add "2x int" and "2x long" types to the Java interface
983 * Add Integer and Long tracepoint types to the Java interface
984 * Fix: don't SIGBUS when filesystem is full
985 * tracepoint: include stdio.h for NULL definition
986 * manpage update: document that probes need gcc
987 * Fix: remove # in front on extern "C" {
988 * Cleanup: don't use GNU old-style field designator extension
989 * Fix: remove padding field after variable sized array
990 * Use unsigned long type for events discarded counter
991 * Fix: getcpu build with modern uClibc versions
992 * Fix: lttng-ust.pc needs to specify -ldl
993 * Fix: examples Makefiles should pass $(LIBS) at last
994 * Build a jar for the Java side of the JNI interface
995 * Fix: ustctl need to send the second fd upon error of 1st fd
996 * Fix: Add missing fork test program dependency library
997 * Fix: Make the JNI interface actually work
998 * Merge branch 'dev'
999 * Fix: stringify version description
1000
1a94cf83
MD
10012012-03-29 lttng-ust 2.0.1
1002 * Use bsd-compatible fcntl for close-on-exec on socket
1003 * Fix multi-session wildcard support
1004 * Fix event lost count when buffer is full
1005 * Remove inappropriate \n from easy-ust sample
1006
649282a8
MD
10072012-03-20 lttng-ust 2.0.0
1008 * First STABLE version
1009 * Add version name
1010
68d9f89e
MD
10112012-03-20 lttng-ust 2.0.0-rc4
1012 * Fix out-of-bound write in ltt-events.c
1013 * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
1014 * Update COPYING
1015 * Add exception handling to lttng-gen-tp io operations
1016
8e2d61c8
MD
10172012-03-16 lttng-ust 2.0.0-rc3
1018 * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
1019 * fix: ustcomm_close_unix_sock should close, not shutdown
1020 * Fix: do not print EPIPE perror, as it is an expected error
1021 * Ensure that multiplication of clock offset is done on 64-bit
1022 * Add 2 missing licenses in deprecated tests
1023 * Remove unbuild and unused (deprecated) make_shared_lib test
1024 * License text standardization, add missing licenses
1025 * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
1026 * Fix: power of 2 size check should apply to size_t type, not uint32_t
1027 * Fix: recvmsg should handle EINTR
1028 * Make lttng-gen-tp work on python 2.6
1029 * Make lttng-gen-tp executable
1030
bf1175c2
MD
10312012-03-02 lttng-ust 2.0.0-rc2
1032 * Manpage fixes
1033 * Fix: dmesg printout should not print metadata warnings
1034 * Fix: use transport name as channel name
1035 * Fix: Add signature check in tracepoint activation
1036 * Fix: add tracepoint signature at tracepoint definition site
1037 * Fix: keep event probe signature, for use by event probe signature check
1038 * Fix ABI: add padding to structures shared between UST and consumer
1039 * Fix ABI: add padding to tracepoint and ring buffer config public structu
1040 * Fix ABI: Adding missing padding in tracepoint event structures
1041 * Fix: Add include/lttng/ust-config.h to git ignore
1042 * Fix effect: update README about dlopen()
1043 * Fix: fixup vtid TLS
1044 * Fix: fixup ringbuffer tls at constructor by forcing read
1045 * Fix: fix deadlock with dlopen() lttng-ust
1046 * Fix: only print event errors every 1048576 hits
1047 * Fix: add missing debug printout to identify the cause of lost events
1048 * fix: liblttng-ust-ctl should check for incorrect parameters
1049 * fix: ust comm error handling segfault
1050 * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
1051 * fix: on exit, leave thread/mmap reclaim to OS
1052 * fix: Handle sys_futex with async cancel, add missing pthread_join
1053 * fix: Only munmap the wait page when not exiting from process
1054 * Use CPPFLAGS instead of CFLAGS for -I
1055 * Fix type range comparison always false for 64-bit arch
1056 * demo: remove useless libs
1057 * tests: include missing headers
1058 * Add missing limits.h include for NAME_MAX
1059
1796af86
MD
10602012-02-20 lttng-ust 2.0.0-rc1
1061 * Standardize version across toolchain
1062 * Fix a typo in gen-tp Makefile
1063 * Implement the .o file generation in lttng-gen-tp
1064
58bfa9af
MD
10652012-02-16 lttng-ust 1.9.8
1066 * Fix comment in tracepoint.h
1067 * Add loglevel info to manpage
1068 * Remove stale binary file
1069 * Add lttng-ust(3)
1070 * Add a man page for lttng-gen-tp
1071 * Install easy-ust and gen-tp examples in doc/
1072 * Create the lttng-gen-tp tools as an helper to generate UST .h and .c files
1073 * Add missing #define _GNU_SOURCE for sched_getcpu()
1074 * Define _GNU_SOURCE for all implementation files rather than getcpu.h
1075 * Add sched_getcpu and sysconf to AC_CHECK_FUNCS
1076 * Mark lib_ring_buffer_print_errors unused
1077 * Cleanup: remove extra space from easy_ust example
1078 * Add missing comma to tracepoint STAP_PROBEV call
1079
43f76196
MD
10802012-02-13 lttng-ust 1.9.7
1081 * liblttng-ust-java: add missing -classpath ./
1082 * Only specify that sdt.h provides system integration for now
1083 * Add STAP_PROBEV check ton configure.ac
1084 * Add sdt.h integration
1085 * Remove extern C around probe header
1086 * Move lttng/config.h to lttng/ust-config.h, and use LTTNG_UST_ namespace
1087 * Add a configure report at the end of the output
1088 * Add sdt.h integration option
1089 * Set default loglevel in metadata
1090 * Fix: LTTng-UST java jni wrapper does not build with OpenJDK
1091
94b6d0d1
MD
10922012-02-09 lttng-ust 1.9.6
1093 * Fix tracepoint.h multiple .o within module/core exec linkage bug
1094 * tracepoint: name -> _name to fix possible namespace clash
1095 * Add debug printout to tracepoint.c
1096 * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper
1097 * Update hardcoded loglevel
1098 * Add "easy_ust" example
1099 * Update gitignore
1100 * Zero-initialize struct msghdr
1101 * Add environment information
1102 * Fix event-specific enabling
1103 * Update static lib linking
1104 * liblttng-ust-libc: fix linking
1105 * liblttng-ust-libc: fix lib dependency
1106 * Install README and ChangeLog into system doc
1107 * Add hello-static-lib test
1108 * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE
1109 * Fix 32-bit type: allocated len is used
1110 * Fix 32-bit type mismatch
1111
e4d66fb5
MD
11122012-02-02 lttng-ust 1.9.5
1113 * UST comm ABI: Add padding, push version to 2.0
1114 * Update loglevel names
1115 * Implement loglevels as event and wildcard attributes
1116 * Update loglevel ABI: only loglevel value/enum is known by UST
1117 * Pre-assign fixed loglevels
1118 * Remove old (now unused) loglevel control code entirely
1119 * Update loglevel selection ABI
1120 * Use boot_id as monotonic clock uuid
1121 * clock: add clock description to metadata
1122 * Properly fix the timekeeping overflow detection
1123 * Revert "Fix timestamps for slow-paced event rates"
1124 * Revert "Force 64-bit timestamps"
1125 * Declare struct lttng_ust_calibrate
1126 * Force 64-bit timestamps
1127 * demo program: ensure we don't link demo on useless libs
1128 * ust comm: Receive second FD even if 1st receive failed
1129 * ust consumer: close shm fd after mapping it
1130 * Add a comment about which wait fd is closed early by UST.
1131 * Remove leftover structure in ust-abi.h
1132 * Close stream and channel file descriptors as soon as passed to
1133 sessiond
1134 * Fix AC_LANG_SOURCE usage: only takes one parameter
1135 * Fix timestamps for slow-paced event rates
1136 * configure.ac: Use AC_LANG_SOURCE for if else macros
1137 * Add execution instructions to the demo test program
1138 * Force the building of shared noinst libraries in the demo test
1139 program.
1140 * Only print the futex perror in debug mode
1141
54d2e210
MD
11422011-12-23 lttng-ust 1.9.4
1143 * Split liblttng-ust into liblttng-ust and liblttng-ust-tracepoint libs
1144 * Comment the union field (only used in call_rcu scheme)
1145
dddc9140
MD
11462011-12-21 lttng-ust 1.9.3
1147 * Fix clock source overflow on 32-bit archs
1148 * Remove unused trace_clock_frequency
1149 * check for negative wait() return value
1150 * Add DBG message when registering a probe
1151 * Only show futex warning "perror" in debug mode
1152
07a0da24
MD
11532011-12-14 lttng-ust 1.9.2
1154 * Add missing ust_libc.h to Makefile.am
1155 * Use DBG instead of WARN for futex_wake workaround message
1156 * Make dlopen more robust by using the .0 target for the library
1157
943be3a0
MD
11582011-12-13 lttng-ust 1.9.1
1159 * First LTTng-UST 2.0 prerelease.
This page took 0.069545 seconds and 4 git commands to generate.