deliverable/lttng-ust.git
2020-11-13  Michael Jeansonport: fsync(2) on a POSIX shm fd returns EINVAL on...
2020-11-13  Michael Jeansonport: set shm size with ftruncate before writing
2020-10-29  Michael Jeansonfix: pass the detected CFLAGS to the C++ compiler
2020-10-20  Michael JeansonCleanup: silent rules are always available in automake...
2020-10-20  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-20  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2020-10-20  Michael JeansonEnable autotools warnings as errors
2020-10-20  Michael JeansonCleanup: separate tests between 'unit' and 'compile'
2020-10-20  Michael JeansonCleanup: Bump autoconf required version to 2.69
2020-10-16  Michael JeansonCleanup: Remove obsolete and unused tests
2020-10-16  Michael Jeansonfix: pthread_setname_np tests to match compat behavior
2020-10-16  Michael Jeansonfix: pthread_setname_np fails on longer tread names
2020-10-16  Michael JeansonNamespace lttng/align.h macros
2020-10-16  Mathieu DesnoyersFix: remove redefinition of _GNU_SOURCE
2020-10-15  Michael JeansonAdd pthread_setname_np tests
2020-10-15  Michael Jeansonport: fix pthread_setname_np integration
2020-10-15  Michael JeansonCleanup: standardise include path
2020-10-14  Michael Jeansonport: no libnuma on FreeBSD
2020-10-14  Michael Jeansonport: use /bin/sh in test_ust_elf
2020-10-14  Michael Jeansonport: fix typo 'lttng_ust_safe_closefrom' -> 'lttng_ust...
2020-10-14  Michael Jeansonport: include limits.h first for CHAR_BIT
2020-10-14  Michael Jeansonport: fix endian and byteswap compat on FreeBSD
2020-10-14  Michael Jeansonport: Silence macro redefinition warnings on FreeBSD
2020-10-14  Michael Jeansonport: fix pthread autoconf detection to support FreeBSD
2020-10-06  Michael JeansonSet version to 2.13-pre
2020-09-22  Mathieu DesnoyersFix: ustctl_release_object: eliminate double-close...
2020-08-25  Michael Jeansontests: return the proper TAP exit code
2020-07-07  Michael JeansonAdd userspace time namespace context
2020-07-02  Michael JeansonUse libtool syntax in LDADD
2020-07-02  Michael JeansonAdd missing files to distribution
2020-06-30  Jonathan RajotteFix: python agent: 'time' has no attribute 'clock'
2020-06-30  Christophe... Fix: libc-wrapper: undef temporary token rather than...
2020-06-30  Michael JeansonFix: support compile units including 'sys/sdt.h' withou...
2020-05-12  Francis DeslauriersCleanup: have interpreter functions return _DISCARD...
2020-05-11  Francis DeslauriersCleanup: bytecode: typo: "s16" -> "u16"
2020-05-11  Francis Deslauriersdoc: Explain `struct lttng_bytecode_runtime` layout...
2020-05-05  Francis DeslauriersFix: event probes attached before event enabled
2020-04-27  Mathieu DesnoyersFix: use underlying types for array and sequence assertion
2020-04-24  Francis DeslauriersAdd compile time assertion that array and sequence...
2020-04-24  Francis DeslauriersImplement compile time assertion macro wrapper
2020-04-23  Mathieu DesnoyersFix: agent: read: end of loop condition should exclude 0
2020-04-22  Michael Jeansonfix: Java examples CLASSPATH override
2020-04-22  Michael JeansonAdd missing files to .gitignore
2020-04-22  Michael Jeansonfix: Add CLASSPATH to autoconf precious variables
2020-04-22  Mathieu DesnoyersFix: Java agent: close session daemon socket on error
2020-04-22  Mathieu DesnoyersJava agent: Use inequality for read bound check
2020-04-22  Mathieu DesnoyersFix: Java agent: handle partial payload read
2020-04-22  Mathieu DesnoyersFix: incorrect field accounting for dynamic type
2020-04-20  Mathieu Desnoyersust-compiler.h: Allocate compound literals on heap...
2020-04-20  Mathieu DesnoyersRequire C++11 for building probe providers with C+...
2020-04-17  Francis Deslauriersfilter: bytecode already in the list should go before
2020-04-15  Mathieu DesnoyersBump LTTNG_UST_ABI version from 8.1 to 9.0
2020-04-15  Mathieu Desnoyerstracepoint: Refactor representation of nested types
2020-04-15  Mathieu DesnoyersRemove has_strcpy check following probe provider versio...
2020-04-15  Mathieu DesnoyersBump LTTNG_UST_PROVIDER_MAJOR from 1 to 2
2020-04-15  Mathieu Desnoyersust-compiler.h: Implement __LTTNG_COMPOUND_LITERAL
2020-04-09  Mathieu DesnoyersDocument dependency on liburcu >= 0.12
2020-04-09  Mathieu Desnoyersconfigure: add check for DEFINE_URCU_TLS_INIT
2020-04-09  Mathieu DesnoyersCleanup: use DEFINE_URCU_TLS_INIT for all CONFIG_RCU_TL...
2020-04-09  Mathieu DesnoyersFix: namespace contexts !CONFIG_RCU_TLS variable initia...
2020-03-20  Francis DeslauriersRecord event as soon as one filters evaluates to TRUE
2020-03-19  Francis DeslauriersCleanup: ust-tracepoint-event.h: extract `__num_fields...
2020-03-19  Jonathan RajotteFix: v.u.d might be uninitialized
2020-03-04  Mathieu DesnoyersFix: Add missing vtracelog demo to make dist
2020-03-04  Mathieu DesnoyersFix: Add missing vtracef demo to make dist
2020-03-04  Maxime Roussin... Introduce vtracelog
2020-03-04  Maxime Roussin... Introduce vtracef
2020-03-04  Jonathan RajotteFix: set FD_CLOEXEC on incoming FDs.
2020-02-18  Mathieu DesnoyersFix: tracepoint.h: Disable address sanitizer on pointer...
2020-02-18  Mathieu DesnoyersFix: jhash.h: remove out-of-bound reads
2020-02-17  Simon MarchiFix: generation of man pages with multiple refnames
2020-02-17  Francis DeslauriersCleanup: remove trailing white spaces across project
2020-02-13  Francis DeslauriersFix: lttng-ust-comm.c: return number of fd rather size...
2020-02-13  Francis Deslauriersliblttng-ust-comm: move `_unlock_fd_tracker()` after...
2020-02-13  Francis DeslauriersCleanup: liblttng-ust: change `int` flag to `bool`
2020-02-13  Francis Deslauriersliblttng-ust: exit loop early on event enabler match
2020-02-13  Francis DeslauriersCleanup: remove redundant memory barrier
2020-02-13  Francis DeslauriersCleanup: remove unused `lttng_bytecode_runtime::event...
2020-02-13  Francis DeslauriersDocs: explain why unused `lttng_enabler::ctx` is kept...
2020-02-13  Francis DeslauriersCleanup: remove unused `lttng_free_enabler_filter_bytec...
2020-02-13  Francis DeslauriersCleanup: move unused function to deprecated symbol...
2020-02-13  Francis DeslauriersCleanup: remove unused `__check_ust_safe_fmt()` function
2020-02-13  Francis DeslauriersCleanup: silence unused parameter `ps` warning
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2020-02-13  Francis DeslauriersCleanup: typo: column -> colon
2020-02-13  Francis DeslauriersAdd git-review config
2020-02-05  Mathieu DesnoyersVersion 2.12.0-rc1
2020-01-22  Michael JeansonFix: build with -fno-common
2019-12-20  Mathieu DesnoyersBump LTTNG_UST_ABI_MINOR_VERSION to 1 2.12-pre
2019-12-16  Mathieu Desnoyerslttng-clear: stop tracing required
2019-11-18  Simon Marchidoc: fix build failure due to wrong whitespace character
2019-11-18  Simon Marchidoc: reformat long lines in doc/examples/Makefile.am
2019-11-18  Simon Marchidoc: pass AR when building examples
2019-11-08  Michael JeansonRequire automake >= 1.12
2019-11-01  Jonathan RajotteAdd procname to lttng_ust_statedump information
2019-10-24  Jérémie GalarneauDocs: LTTNG-UST(3): missing references to some namespac...
next
This page took 0.04062 seconds and 5 git commands to generate.