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