summaryrefslogtreecommitdiffstats
path: root/compiler-rt/include/sanitizer/linux_syscall_hooks.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov2016-06-241-5/+18
| | | | llvm-svn: 273746
* tsan: fix linux syscall hooksDmitry Vyukov2013-10-231-2/+3
| | | | | | the file references non-existent arguments and breaks build llvm-svn: 193234
* tsan: intercept fork syscallDmitry Vyukov2013-09-211-4/+12
| | | | llvm-svn: 191144
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-061-607/+2865
| | | | llvm-svn: 190157
* Lint fixesAlexey Samsonov2013-08-051-1/+2
| | | | llvm-svn: 187726
* [sanitizer] Tweak read syscall handler signature for consistency.Evgeniy Stepanov2013-07-301-2/+2
| | | | llvm-svn: 187417
* [sanitizer] read() syscall hook.Evgeniy Stepanov2013-07-301-2/+2
| | | | llvm-svn: 187414
* [sanitizer] Syscall handlers for clock_gettime and clock_getres.Evgeniy Stepanov2013-07-091-4/+4
| | | | llvm-svn: 185913
* [sanitizer] Fix lint.Evgeniy Stepanov2013-04-221-5/+9
| | | | llvm-svn: 180012
* [sanitizer] Implement wait4 and waitpid syscall hooks.Evgeniy Stepanov2013-04-161-4/+5
| | | | llvm-svn: 179592
* [sanitizer] More syscall handler placeholders.Evgeniy Stepanov2013-04-121-234/+756
| | | | | | | This time it's the full list scavenged from syscalls.h Fixed return value type. llvm-svn: 179378
* [sanitizer] Syscall hooks.Evgeniy Stepanov2013-04-111-0/+275
Pre- and post- hooks for linux syscalls. Not wired into anything, but exposed through public interface. llvm-svn: 179288
OpenPOWER on IntegriCloud