Add lttng_buffer_view util
[lttng-tools.git] / src / common / compat /
2017-02-14  Michael JeansonPort: add cygwin support to endian compat
2017-01-26  Michael JeansonFix: Lazily initialize max poll set size in poll compat
2017-01-24  Jonathan Rajottex is never reused, no need to shift it
2016-09-29  Jérémie GalarneauBuild fix: macOS Sierra provides clock_gettime
2016-09-28  Jérémie GalarneauFix: time redefinition warnings on macOS builds
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-08-05  Michael JeansonPort: Add OSX support to socket compat
2016-08-05  Michael JeansonPort: Add OSX support to poll compat
2016-08-05  Michael JeansonPort: Add OSX support to fcntl compat
2016-08-04  Michael JeansonPort: Add OSX endian.h compat
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-05-17  Mathieu DesnoyersFix: macro compares unsigned to 0 (no effect)
2016-03-18  Baruch SiachFix: build failure when __GLIBC_PREREQ is missing
2015-10-19  Jérémie GalarneauFix: Retry poll on interruption
2015-10-19  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-19  Michael JeansonPort: Add Solaris compat for netdb
2015-10-19  Michael JeansonPort: Add Solaris dirent compat
2015-10-19  Michael JeansonPort: Add Solaris paths compat
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Jérémie GalarneauPort: Implement prctl wrapper
2015-10-19  Michael JeansonPort: removed unused clone() compat
2015-10-19  Michael JeansonPort: Add macro for socket linking on solaris
2015-10-19  Michael JeansonPort: Add Solaris support to mman compat
2015-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Jérémie GalarneauPort: Add Solaris fls compat
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Michael JeansonPort: Add Solaris support to poll compat
2015-10-19  Michael JeansonPort: Add Solaris support to fcntl compat
2015-10-19  Michael JeansonPort: Add Solaris endian.h compat
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-08  Mathieu DesnoyersFix: various compat poll/epoll issues
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2013-11-12  David GouletFix: bad type of return variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-06-06  David GouletFix: poll compat layer reallocation new size
2013-05-28  David GouletFix: remove dead code
2013-05-16  David GouletFix: use memset instead of poll reset for poll init
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Uninitialized pointer read
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-25  Mathieu DesnoyersFix: add missing unistd.h for fdatasync in compat-fcntl.c
2013-01-22  David GouletFix: poll max size should be checked during resize
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-16  Samuel MartinMake sync_file_range() usage optional
2012-12-18  David GouletFix: prioritize control socket communication in relayd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-17  David GouletFix: force the poll() return value to be nb_fd
2012-11-09  David GouletFix: Add pointer check when freeing poll events
2012-10-02  Paul ChaventFix: Build out of src tree
2012-09-11  David GouletAdd new thread in consumer for metadata handling
2012-05-24  Mathieu Desnoyerscompat mman.h: add cygwin support
2012-05-24  Mathieu Desnoyerscompat socket.h: add cygwin support
2012-05-24  Mathieu Desnoyerspoll compat wrapper: add cygwin support
2012-05-24  Mathieu DesnoyersUpdate fcntl cygwin support
2012-05-24  Mathieu Desnoyerscygwin support: only freebsd needs to typedef loff_t
2012-05-24  Mathieu Desnoyersfix: add missing parenthesis
2012-05-24  Mathieu Desnoyerscompat fcntl.h: add cygwin support
2012-03-16  David GouletFix missing headers for make dist
2012-03-13  David GouletMake libcompat independent not to confuse automake
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-06  David GouletFix missing _GNU_SOURCE define
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: Use PERROR all across lttng-tools, never make...
2012-03-02  Mathieu DesnoyersFix: large audit of close() use in sessiond main.c
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-23  Mathieu DesnoyersFreeBSD port: lttng_clone_files should execute handler
2012-02-23  Mathieu DesnoyersImplement FreeBSD credential support
2012-02-23  Mathieu Desnoyersbsd compat: add missing #elif -> #elif defined()
2012-02-23  Mathieu Desnoyersbsd compat headers: #elif -> #elif defined
2012-02-23  Mathieu DesnoyersImplement CLONE_FILES compat layer with rfork
2012-02-22  David GouletMultiple fix for FreeBSD compat layer
2012-02-22  David GouletAdd multiple FreeBSD compat layer
2012-02-22  David GouletAdd FreeBSD compat layer for splice and sync_file_range
2012-02-22  David GouletAdd FreeBSD compat layer for socket.h
2012-02-22  David GouletAdd FreeBSD compat layer for endian.h
2012-02-22  David GouletRevert FreeBSD compatibility layer
2012-02-21  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-21  David GouletMultiple fix for FreeBSD compat layer
2012-02-21  David GouletAdd multiple FreeBSD compat layer
2012-02-21  David GouletAdd FreeBSD compat layer for splice and sync_file_range
2012-02-21  David GouletAdd FreeBSD compat layer for socket.h
2012-02-21  David GouletAdd FreeBSD compat layer for endian.h
2012-02-07  Mathieu Desnoyerscompat poll: remove useless "void" and semicolons
2012-02-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-02  David GouletFix EEXIST handling on epoll_ctl add
2012-01-20  David GouletRename lttngerr.h to error.h
2012-01-20  David GouletSplit and remove lttng-share header file
2012-01-20  David GouletMove compat to common and create an internal lib
This page took 0.053388 seconds and 7 git commands to generate.