summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_libc.h
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka2015-02-061-0/+1
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-0/+1
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+19
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+2
* [libsanitizer] Fix the return type of internal_forkAlexander Potapenko2014-05-131-1/+1
* [libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko2014-05-131-0/+2
* [ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko2014-01-311-0/+2
* [sanitizer] use 16-byte aligned bzero in performance critical place (mostly f...Kostya Serebryany2013-11-231-0/+2
* Add internal_strchrnul functionAlexey Samsonov2013-09-031-0/+1
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-0/+1
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-16/+19
* tsan: add internal_unlink() functionDmitry Vyukov2013-03-201-0/+1
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-0/+5
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-201-2/+4
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-041-0/+4
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-011-1/+1
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-011-2/+5
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-2/+1
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-281-0/+5
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-021-0/+1
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-021-0/+3
* Implement internal_memmove.Alexander Potapenko2012-10-151-0/+1
* [Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov2012-09-051-0/+1
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* [Sanitizer] implement internal_strcspnAlexey Samsonov2012-08-211-0/+1
* [asan] get rid of libc's sscanf as it causes infinite recursion on Fedora. Kostya Serebryany2012-06-291-1/+0
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-191-0/+1
* [Sanitizer] State that sanitizer_libc.h header can be included in the user co...Alexey Samsonov2012-06-191-1/+4
* [Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov2012-06-181-0/+1
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-181-0/+3
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-151-2/+7
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-151-0/+1
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-141-0/+1
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-081-0/+3
* [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov2012-06-071-0/+2
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-061-0/+1
* [Sanitizer] move internal_filesize and internal_dup2 from TSan to sanitizer_c...Alexey Samsonov2012-06-061-0/+2
* [Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan ...Alexey Samsonov2012-06-061-4/+0
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-051-1/+1
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-051-0/+7
* [Sanitizer] add internal_{close,read,write} functions to sanitizer_libcAlexey Samsonov2012-06-051-0/+4
* [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc...Alexey Samsonov2012-06-051-2/+3
* Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...Alexey Samsonov2012-06-041-0/+5
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-041-0/+1
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-041-0/+5
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-311-3/+3
* [asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany2012-05-311-0/+28
OpenPOWER on IntegriCloud