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