Fix: Fix self-assign warning on struct ustfork_clone_info init
[lttng-ust.git] / libringbuffer /
2012-10-02  Paul ChaventBuild out of src tree
2012-08-14  Mathieu DesnoyersFix UST SIGPIPE handling
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-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-02  Mathieu DesnoyersFix: dmesg printout should not print metadata warnings
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-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-22  Mathieu DesnoyersRevert "fls: use local namespace to do not clash with...
2012-02-22  Mathieu DesnoyersRevert "Add freebsd support for getcpu (use cpu nr 0)"
2012-02-22  Mathieu DesnoyersRevert "Use ENOMSG as fallback for ENODATA on freebsd"
2012-02-22  Mathieu DesnoyersFix: Return -EINVAL instead of print warning if non...
2012-02-21  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-21  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-02-21  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-02-21  Mathieu DesnoyersAdd missing limits.h include for NAME_MAX
2012-02-15  Mathieu DesnoyersDefine _GNU_SOURCE for all implementation files rather...
2012-02-13  Mathieu DesnoyersMark lib_ring_buffer_print_errors unused
2012-02-02  Mathieu DesnoyersFix 32-bit type: allocated len is used
2012-02-02  Mathieu DesnoyersFix 32-bit type mismatch
2012-01-26  Mathieu DesnoyersRevert "Force 64-bit timestamps"
2012-01-23  Mathieu DesnoyersForce 64-bit timestamps
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2011-12-14  Mathieu DesnoyersMake dlopen more robust by using the .0 target for...
2011-12-12  Mathieu DesnoyersFix unset metadata buffer self ref
2011-12-01  Mathieu DesnoyersUse unsigned int instead of int for bitfields
2011-11-30  Mathieu DesnoyersRemove unneeded null pointer check
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-18  Mathieu DesnoyersRemove core.h
2011-11-18  Mathieu DesnoyersImplement __rb_same_type
2011-11-18  Mathieu DesnoyersImplement lttng_ust_get_cpu()
2011-11-18  Mathieu DesnoyersCompile fix following moved headers
2011-11-17  Mathieu DesnoyersFix lib ring buffer compile errors
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-13  Mathieu DesnoyersFix fork handling, where child shares shm with parent
2011-11-13  Mathieu DesnoyersRemove unused libringbuffer/ring_buffer_abi.c
2011-11-10  Mathieu DesnoyersClean unused vars. warnings
2011-11-08  Mathieu DesnoyersMove libringbuffer and comm connect messages to debug...
2011-11-08  Mathieu Desnoyersinit private data
2011-11-08  Mathieu DesnoyersMove struct ltt_channel to shm for consumer flush
2011-11-07  Gregory HaskinsFix problem with including libringbuffer/smp.h in make...
2011-11-07  Mathieu DesnoyersFix shadow channel struct callback override in consumer
2011-11-07  Mathieu DesnoyersAllow consumer to flush buffers, fix alignment bug
2011-11-05  Mathieu Desnoyersfix make dist: adding missing headers to makefiles
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-11-03  Mathieu DesnoyersUpdate to use caa_likely/caa_unlikely from urcu 0.6.6
2011-11-02  Mathieu DesnoyersRename struct lib_ring_buffer* to struct lttng_ust_lib_...
2011-11-02  Mathieu DesnoyersRename shm_handle to lttng_ust_shm_handle
2011-10-20  Mathieu DesnoyersImplement libustctl
2011-10-19  Mathieu DesnoyersDo not install libringbuffer into system
2011-09-26  Mathieu DesnoyersCleanup warnings
2011-09-24  Mathieu DesnoyersFix memory layout for channel
2011-09-23  Mathieu DesnoyersCheck for num cpus
2011-09-23  Mathieu DesnoyersUpdate lib ring buffer for external consumer
2011-09-23  Mathieu DesnoyersExport consumer ABI, implement ring buffer modification...
2011-09-22  Mathieu Desnoyerslibust ABI: export streams
2011-08-29  Mathieu Desnoyersrestore signals in error case (shm allocation)
2011-08-29  Mathieu Desnoyersshm creation: use temporary name with O_CREAT | O_EXCL
2011-08-29  Mathieu DesnoyersFix error handling
2011-08-28  Mathieu Desnoyersshm: check error value of shm_unlink
2011-08-26  Mathieu DesnoyersRemove unused label
2011-08-26  Mathieu Desnoyerslibringbuffer shm: second unlink should be allowed...
2011-08-26  Mathieu Desnoyerslibringbuffer shm: be resilient to app crash between...
2011-08-25  Mathieu DesnoyersUpdate comment
2011-08-25  Mathieu DesnoyersFix reversed mask usage of subbuffer offset
2011-08-25  Mathieu DesnoyersFix buffer allocation alignment error (fix overwrite...
2011-08-24  Mathieu DesnoyersDocument prod/consumer synchro
2011-08-23  Mathieu DesnoyersAdd missing error handling
2011-08-23  Mathieu DesnoyersFix channel release call order wrt free
2011-08-23  Mathieu Desnoyersset missing shm obj index field
2011-08-23  Mathieu Desnoyersfix shm objects wait fd and allocation error handling
2011-08-20  Mathieu Desnoyerscomment shm
2011-08-20  Mathieu Desnoyersshm: Include the returned element length in the range...
2011-08-20  Mathieu Desnoyersshm: introduce shmp_index
2011-08-20  Mathieu DesnoyersCleanup
2011-08-20  Mathieu DesnoyersAdd wakeup on subbuffer delivery
2011-08-20  Mathieu DesnoyersImplement shm object table
2011-08-10  Mathieu DesnoyersBuild TRACEPOINT_EVENT integer type
2011-08-08  Mathieu Desnoyerslibust 2.0 + ringbuffer + TRACEPOINT_EVENT builds and...
2011-08-04  Mathieu DesnoyersAdd ring buffer comment about shm
2011-08-04  Mathieu DesnoyersUse shm handle, fix allocation space, take care of...
2011-07-16  Mathieu Desnoyersimplement ring buffer clients
2011-07-16  Mathieu DesnoyersLib ring buffer: use TLS for nesting count
2011-07-04  Mathieu DesnoyersRing buffer: use shmp (shared-memory pointers) for...
2011-06-27  Mathieu DesnoyersPort ring buffer to userspace, part 1
2011-06-27  Mathieu DesnoyersMerge LTTng commit 5c0552665e4d152e97edc995650711d4f6ac418d
2011-06-27  Mathieu DesnoyersBuild libringbuffer, remove kernel includes
2011-06-16  Mathieu Desnoyerslib ring buffer initial import
This page took 0.03893 seconds and 7 git commands to generate.