summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libc.h
Commit message (Expand)AuthorAge
* Add internal_strchrnul functionAlexey Samsonov2013-09-03
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* tsan: add internal_unlink() functionDmitry Vyukov2013-03-20
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-27
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [Sanitizer] extend internal libc with stat/fstat/lstat functionsAlexey Samsonov2013-02-04
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-01
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-30
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-28
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-02
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-02
* Implement internal_memmove.Alexander Potapenko2012-10-15
* [Sanitizer] implement readlink as syscall on LinuxAlexey Samsonov2012-09-05
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* [Sanitizer] implement internal_strcspnAlexey Samsonov2012-08-21
* [asan] get rid of libc's sscanf as it causes infinite recursion on Fedora. Kostya Serebryany2012-06-29
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] State that sanitizer_libc.h header can be included in the user co...Alexey Samsonov2012-06-19
* [Sanitizer] add internal_strncmp to sanitizer libcAlexey Samsonov2012-06-18
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-18
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-15
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov2012-06-14
* [Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov2012-06-08
* [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make ...Alexey Samsonov2012-06-07
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [Sanitizer] move internal_filesize and internal_dup2 from TSan to sanitizer_c...Alexey Samsonov2012-06-06
* [Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan ...Alexey Samsonov2012-06-06
* [Sanitizer] rename sanitizer_defs.h to sanitizer_internal_defs.hAlexey Samsonov2012-06-05
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-05
* [Sanitizer] add internal_{close,read,write} functions to sanitizer_libcAlexey Samsonov2012-06-05
* [Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc...Alexey Samsonov2012-06-05
* Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific i...Alexey Samsonov2012-06-04
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-04
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-04
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-31
* [asan,tsan] rename files in sanitizer_common to have a common prefix (sanitiz...Kostya Serebryany2012-05-31