summaryrefslogtreecommitdiff
path: root/lib/intercept/intercept.h
Commit message (Collapse)AuthorAge
* Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)Chris Wilson2017-06-22
|
* Fix intercept tests on NetBSD.Chris Wilson2014-12-10
| | | | | Thanks to Jose Luis Rodriguez Garcia for the patch!
* Ensure that _FILE_OFFSET_BITS is defined before testing its value.Chris Wilson2008-10-11
| | | | | | Move definition of DEFINE_ONLY_OPEN64 into intercept.cpp which is the only place that should use it.
* Fix intercept compile problem on Solaris, and hopefully on other platformsChris Wilson2008-10-11
| | | | | with large file support.
* Fix compilation of open64() intercept.Chris Wilson2008-09-26
|
* Add stat() intercept and stat() and lstat() post call hooks.Chris Wilson2008-05-28
|
* Compile fix for platforms without intercept capability (refs #3)Chris Wilson2006-12-29
|
* Added a header file for including in test/bbackupd/testbbackupd.cpp and Chris Wilson2006-12-03
other modules which might need intercepts in future. Added opendir/readdir and lstat hook capability. (refs #3, refs #9)