Move to kernel style SPDX license identifiers
[lttng-ust.git] / libringbuffer / shm.c
2021-02-26  Michael JeansonMove to kernel style SPDX license identifiers
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-16  Michael JeansonNamespace lttng/align.h macros
2020-10-15  Michael JeansonCleanup: standardise include path
2020-03-04  Jonathan RajotteFix: set FD_CLOEXEC on incoming FDs.
2020-02-13  Francis DeslauriersCleanup: apply `include-what-you-use` guideline for...
2019-07-29  Jonathan RajotteUse MAP_POPULATE to reduce pagefault when available
2017-12-19  Mathieu DesnoyersFix: numa: dynamically check that numa is available
2017-11-05  Mathieu Desnoyersnuma support: allow disabling numa support
2017-11-05  Mathieu DesnoyersTake NUMA configuration into account for UST buffer...
2017-08-23  Mathieu DesnoyersFix: move fsync after ftruncate
2017-08-23  Mathieu DesnoyersFix: sync buffer file metadata on buffer allocation
2016-10-03  Mathieu DesnoyersIntroduce file descriptor tracker
2016-08-21  Mathieu DesnoyersPerformance: define _LGPL_SOURCE in LGPL c files
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu DesnoyersImplement file-backed ring buffer
2013-11-19  Mathieu DesnoyersFix: add missing NULL check after allocation
2013-05-07  Mathieu DesnoyersCleanup: ignore mktemp return value
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2012-05-18  Mathieu DesnoyersFix: don't SIGBUS when filesystem is full
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
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-21  Mathieu DesnoyersAdd missing limits.h include for NAME_MAX
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2011-11-18  Mathieu DesnoyersRemove core.h
2011-11-07  Mathieu DesnoyersFix shadow channel struct callback override in consumer
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-09-23  Mathieu DesnoyersUpdate lib ring buffer for external consumer
2011-09-23  Mathieu DesnoyersExport consumer ABI, implement ring buffer modification...
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-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-23  Mathieu DesnoyersAdd missing error handling
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 DesnoyersAdd wakeup on subbuffer delivery
2011-08-20  Mathieu DesnoyersImplement shm object table
This page took 0.198659 seconds and 55 git commands to generate.