lttng-ust.git
2020-04-08  Mathieu DesnoyersVersion 2.11.2 v2.11.2
2020-03-19  Jonathan RajotteFix: v.u.d might be uninitialized
2020-03-04  Mathieu DesnoyersVersion 2.11.1 v2.11.1
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-18  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: exit loop early on event enabler match
2020-02-13  Francis DeslauriersAdd git-review config
2020-01-22  Michael JeansonFix: build with -fno-common
2019-10-22  Mathieu DesnoyersFix: uninitialized variable in lib_ring_buffer_reserve_...
2019-10-21  Michael JeansonFix: document proper liburcu version dependency
2019-10-21  Michael JeansonFix: Add missing files to distribution
2019-10-17  Mathieu DesnoyersVersion 2.11.0 v2.11.0
2019-10-11  Mathieu DesnoyersVersion 2.11.0-rc5 v2.11.0-rc5
2019-10-11  Mathieu DesnoyersFix: lttng perf counter deadlock
2019-10-11  Mathieu DesnoyersRevert "Fix: fd tracker: do not allow signal handlers...
2019-10-07  Mathieu DesnoyersFix: fd tracker: do not allow signal handlers to close...
2019-10-07  Mathieu DesnoyersFix: fd tracker: provide async-signal-safety for close...
2019-10-07  Mathieu DesnoyersFix: Disable cancellation around fd tracker lock
2019-10-07  Mathieu DesnoyersFix: Lock FD tracker across fork
2019-09-08  Philippe Proulxdoc/man: include build version in GitHub links
2019-09-08  Maxime SORINCheck if the AR environment variable exists for cross...
2019-09-07  Mathieu DesnoyersVersion 2.11.0-rc4 v2.11.0-rc4
2019-08-02  Mathieu DesnoyersFix: don't wait for initial statedump when 0 session...
2019-07-30  Gabriel-Andrew... Fix: wait for initial statedump before proceeding to...
2019-07-29  Jonathan RajotteUse MAP_POPULATE to reduce pagefault when available
2019-07-29  Gabriel-Andrew... Fix: remove uninitialised value
2019-07-29  Gabriel-Andrew... Fix: GCC unaligned pointer warnings
2019-07-04  Jonathan RajotteFix: do not use diagnostic pragma when GCC version...
2019-07-04  Jonathan RajotteFix: missing define when not building with gcc
2019-06-04  Mathieu DesnoyersFix: client_sequence_number may dereference NULL pointer
2019-06-03  Michael JeansonFix: namespace our gettid wrapper
2019-05-24  Mathieu DesnoyersVersion 2.11.0-rc3 v2.11.0-rc3
2019-05-17  Mathieu DesnoyersCleanup: bitfields: streamline use of underscores
2019-05-17  Mathieu DesnoyersSilence compiler "always false comparison" warning
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-05-12  Stefan WallentowitzFix: Update coding style link
2019-05-10  Mathieu DesnoyersFix: alignment of ring buffer shm space reservation
2019-05-10  Gabriel-Andrew... Fix: allocate ts_end in ringbuffer shared memory
2019-04-30  Mathieu DesnoyersFix: timestamp_end field should include all events...
2019-04-10  Mathieu Desnoyersust-ctl API: clarify getter usage requirements
2019-04-10  Mathieu DesnoyersFix: don't access packet header for stream_id and strea...
2019-03-20  Michael Jeansoncompat: work around broken _SC_NPROCESSORS_CONF on...
2019-03-14  Sebastien Boisvertdoc: remove repeated word in coding style
2019-03-14  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-03-08  Jonathan RajotteMove wait_shm_mmap initialization to library constructor
2019-01-25  Mathieu DesnoyersVersion 2.11.0-rc2 v2.11.0-rc2
2019-01-22  Jonathan RajotteFix: Initialize fd field of struct lttng_ust_elf to...
2018-11-08  Mathieu DesnoyersClarify lib_ring_buffer_switch_slow() requirements
2018-10-12  Omair MajidFix: address shellcheck warnings/errors in example...
2018-09-27  Mathieu DesnoyersFix: check for event class/instance prototype mismatch
2018-09-20  Mathieu DesnoyersFix: race between statedump and library destructor
2018-09-07  Mathieu DesnoyersFix: reset procname on fork in child process
2018-09-06  Mathieu DesnoyersVersion 2.11.0-rc1 v2.11.0-rc1
2018-09-05  Michael JeansonFix: add missing stdbool.h include
2018-09-05  Francis DeslauriersMove symbol preventing unloading of probe providers
2018-08-20  Mathieu DesnoyersFix: Remove unused line from liblttng-ust-fd makefile
2018-06-30  Vitaly LipatovFix: add liblttng-ust dependency to liblttng-ust-fd
2018-06-30  Vitaly LipatovFix: use LIBDL/LIBC_DL to select either libdl or libc
2018-06-07  Mathieu DesnoyersFix: lttng filter validator ERANGE error handling
2018-06-06  Mathieu DesnoyersFilter: implement dynamic typing for load object
2018-06-06  Mathieu DesnoyersFilter: add FILTER_OP_RETURN_S64 instruction
2018-06-06  Mathieu DesnoyersPerform bitwise ops on unsigned types
2018-06-06  Mathieu DesnoyersFilter: catch shift undefined behavior
2018-06-06  Mathieu DesnoyersFilter: implement bitwise lshift, rshift, not
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2018-05-03  Mathieu DesnoyersFix: AM_CONDITIONAL should be outside AS_IF block
2018-05-03  Michael JeansonFix: build jni libs with openjdk >= 10
2018-03-05  Michael JeansonFix: ustfork: save and restore errno in syscall wrappers
2018-03-05  Michael JeansonFix: cache the result of getpid() internally
2018-03-05  Michael JeansonFix: reset cached vpid context on fork
2018-02-20  Michael JeansonFix: build example SO when PIE is enabled
2018-02-20  Mathieu DesnoyersFix: string comparison on incorrect length in context...
2018-02-09  Francis DeslauriersSupport unloading of probe providers
2018-02-09  Francis DeslauriersRename lttng_ust_enum_get to lttng_ust_enum_get_from_desc
2018-02-09  Francis Deslauriersdlopen() liblttng-ust.so from constructor to prevent...
2018-02-09  Francis DeslauriersAdd probe provider unregister function
2018-02-09  Francis DeslauriersCleanup: Move version numbers in separate variables...
2018-02-09  Mathieu DesnoyersRemove duplicate provider name checks
2018-02-06  Mathieu DesnoyersFix: remove for() loop initial declarations
2018-02-06  Jonathan RajotteUse ust_lock during sock_info operations for atomicity...
2018-02-06  Jonathan RajotteForce tracked fd to be bigger than STDERR_FILENO
2017-12-19  Mathieu DesnoyersFix: numa: dynamically check that numa is available
2017-11-21  Michael JeansonFix: specify SONAME in python-lttngust LoadLibrary
2017-11-12  Mathieu DesnoyersFix: ensure fd tracker is initialized when called from...
2017-11-10  Jonathan RajotteFix: fd of an elf object must be registered to the...
2017-11-10  Jonathan RajotteCleanup: clock description for metadata was moved to...
2017-11-07  Mathieu DesnoyersFix: liblttng-ust-fd.so: override fclose symbol
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-11-07  Mathieu DesnoyersRevert "Fix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_T...
2017-11-06  Philippe Proulxconfigure.ac: add --disable-examples option to not...
2017-11-06  Michael JeansonDisable NUMA by default on 32bit arm
2017-11-05  Mathieu DesnoyersUpdate Makefile.am output about libnuma not found
2017-11-05  Mathieu DesnoyersUpdate readme to document opt dep on numa
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersUpdate README to document dependency on libnuma
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-10-21  Mathieu DesnoyersFix: typo: DECLARE_URCU_TLS_IE -> DEFINE_URCU_TLS_IE
next
This page took 0.038482 seconds and 4 git commands to generate.