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