Fix: use LIBDL/LIBC_DL to select either libdl or libc
[lttng-ust.git] / libringbuffer /
2017-12-19  Mathieu DesnoyersFix: numa: dynamically check that numa is available
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec TLS model"
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-10-19  Mathieu DesnoyersUse initial-exec TLS model
2017-08-23  Mathieu DesnoyersFix: move fsync after ftruncate
2017-08-23  Mathieu DesnoyersFix: sync buffer file metadata on buffer allocation
2017-06-22  Liguang LiFix: Expand the shmobj size for the sequence number
2017-06-12  Mathieu DesnoyersIntroduce LTTNG_UST_ALLOW_BLOCKING env. var.
2017-05-27  Mathieu DesnoyersCalculate context length outside of retry loop
2017-05-09  Michael JeansonFix: Don't override user variables within the build...
2017-05-05  Jérémie GalarneauClean-up: remove unused variables to silence gcc warning
2017-05-05  Jérémie GalarneauAdd ustctl_snapshot_sample_positions ustctl command
2016-11-09  Mathieu DesnoyersFix: blocking mode: add missing stdbool.h include
2016-11-08  Mathieu DesnoyersImplement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-09-25  Mathieu DesnoyersPerformance: implement lttng_inline_memcpy
2016-09-25  Mathieu DesnoyersPerformance: mark ring buffer do_copy callers always...
2016-09-24  Mathieu DesnoyersPerformance: cache the backend pages pointer in context
2016-09-24  Mathieu Desnoyersring buffer: handle shmp errors
2016-09-24  Mathieu DesnoyersCleanup: libringbuffer: remove duplicate shmp() invocat...
2016-09-24  Mathieu DesnoyersPerformance: Only dereference shmp once
2016-09-24  Mathieu DesnoyersPerformance: Mark channel and buffer event disabled...
2016-09-24  Mathieu DesnoyersPerformance: Relax atomicity constraints for crash...
2016-09-09  Mathieu DesnoyersPerformance: disable event counting by default
2016-09-02  Mathieu DesnoyersFix: remove unlock in getcpu
2016-08-21  Mathieu DesnoyersPerformance: remove rcu read lock from ring buffer...
2016-08-21  Mathieu DesnoyersPerformance: define _LGPL_SOURCE in LGPL c files
2016-08-21  Mathieu DesnoyersPerformance: split check deliver fast/slow paths
2016-05-31  Michael JeansonUse config.h to detect sched_getcpu support
2016-05-18  Mathieu DesnoyersDocumentation: ring buffer: SWITCH_FLUSH can be used...
2016-05-10  Mathieu DesnoyersCleanup: Remove unused max() macros from ring_buffer_fr...
2016-03-04  Julien DesfossezGenerate and export the sequence number
2015-10-21  Mikael BeckiusFix: live timer calculation error
2015-09-21  Mathieu DesnoyersFix: don't dereference NULL pointers
2015-09-21  Mathieu DesnoyersFix: Argument with 'nonnull' attribute passed null
2015-09-21  Jonathan RajotteCleanup: Unnecessary bit shift
2015-09-21  Mathieu DesnoyersFix: sysconf() unchecked return value
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu DesnoyersImplement file-backed ring buffer
2015-02-04  Mathieu DesnoyersRemove usterr.h, use usterr-signal-safe.h everywhere...
2015-01-12  Mathieu DesnoyersFix: add missing poll.h include
2015-01-05  Mathieu DesnoyersFix: get_subbuf: bound number of consumerd retry
2014-05-23  Mathieu DesnoyersFix: refuse overwrite mode buffers with less than two...
2014-04-16  Mathieu DesnoyersFix: pass proper args when writing commit counter
2014-04-15  Mathieu DesnoyersFix: pad strings that are modified concurrently with...
2014-02-25  Mathieu DesnoyersCleanup: fix comment
2013-11-30  Mathieu DesnoyersCleanup: fix typo in ring buffer backend comment
2013-11-24  Mathieu DesnoyersFix: eliminate timestamp overlap between packets
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
2013-07-03  Mathieu DesnoyersFix: ring buffer: get_subbuf() checks should be perform...
2013-07-01  Mathieu DesnoyersFix: SWITCH_FLUSH new sub-buffer checks
2013-07-01  Mathieu DesnoyersFix: ring buffer: handle concurrent update in nested...
2013-07-01  Mathieu DesnoyersCleanup: lib_ring_buffer_switch_new_end() only calls...
2013-06-30  Mathieu DesnoyersRevert "Cleanup: ring buffer: remove lib_ring_buffer_sw...
2013-06-30  Mathieu DesnoyersFix: handle writes of length 0
2013-06-30  Mathieu DesnoyersCleanup: ring buffer: remove lib_ring_buffer_switch_new...
2013-05-07  Mathieu DesnoyersCleanup: ignore mktemp return value
2013-04-26  Mathieu DesnoyersFix: add internal mutex for timer
2013-04-12  Mathieu DesnoyersCleanup: comment mismatch with code
2013-03-20  Mathieu DesnoyersCleanup: work-around clang unused result warning
2013-03-20  Mathieu DesnoyersCleanup: remove unused variables
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-09  Mathieu DesnoyersOnly flush when there are readers active
2013-03-09  Mathieu DesnoyersAdd mutex for channel wakeup fd update
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-06  Mathieu DesnoyersFix: only consumerd should print errors
2013-03-06  Mathieu DesnoyersImplement ring buffer periodic buffer switch timer
2013-03-05  Mathieu DesnoyersReactivate error printing
2013-03-01  Mathieu DesnoyersFix: set wait/wake fd to -1 before close
2013-02-27  Mathieu DesnoyersFix: don't flush-final for offset 0 if reader is on...
2013-02-21  Mathieu DesnoyersUse urcu tls-compat.h
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2012-12-05  Mathieu DesnoyersUpdate license text
2012-10-02  Paul ChaventBuild out of src tree
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
2012-05-24  Mathieu DesnoyersAdd cygwin support to libringbuffer getcpu.h
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-05-10  Mathieu DesnoyersFix: remove padding field after variable sized array
2012-04-26  Peter KorsgaardFix: getcpu build with modern uClibc versions
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-20  Mathieu DesnoyersDocument LTTNG_UST_DEBUG_VALGRIND compilation flag
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-08  Mathieu DesnoyersCleanup: remove duplicate check for 0 num_subbuf and...
2012-03-08  Mathieu DesnoyersFix: power of 2 size check should apply to size_t type...
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-02  Mathieu DesnoyersFix: dmesg printout should not print metadata warnings
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersFix ABI: add padding to structures shared between UST...
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-03-01  Mathieu DesnoyersFix: fixup ringbuffer tls at constructor by forcing...
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-24  Mathieu DesnoyersFix: only print event errors every 1048576 hits
2012-02-24  Mathieu DesnoyersFix: add missing debug printout to identify the cause...
2012-02-23  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu Desnoyersfreebsd port: use a leading / prefix for shm tmp name
2012-02-22  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-22  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
next
This page took 0.041853 seconds and 7 git commands to generate.