summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny2019-01-101-3/+1
* [sanitizer] Android does not provide <fstab.h>Evgeniy Stepanov2019-01-021-3/+2
* [Sanitizer] Enable getfsent api for DarwinDavid Carlier2018-12-291-0/+2
* Enable posix regex interceptors on linux.Evgeniy Stepanov2018-12-271-0/+3
* [Sanitizer] Separate FreeBSD interception data structuresDavid Carlier2018-12-071-54/+18
* Unbreak FreeBSD build.David Carlier2018-11-221-0/+1
* [Sanitizer] Adding setvbuf in supported platforms and other stream buffer fun...David Carlier2018-11-211-0/+2
* Add glibc_prereq to platform limits mmsghdrBrian Cain2018-09-051-4/+5
* [hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov2018-08-131-1/+1
* Define SIZEOF_STRUCT_USTAT for 32bit sparc.Sylvestre Ledru2018-05-311-1/+1
* Revert the last test commitH.J. Lu2018-05-251-1/+0
* This is a test commit to verify repository accessH.J. Lu2018-05-251-0/+1
* sanitizer: Use pre-computed size of struct ustat for LinuxCraig Topper2018-05-241-2/+13
* [asan] Fix build with Android NDK < 14.Evgeniy Stepanov2018-01-041-1/+1
* [msan] Intercept sendmmsg, recvmmsg.Evgeniy Stepanov2018-01-031-0/+6
* Correct NetBSD support in pthread_once(3)/TSanKamil Rytarowski2017-11-211-0/+1
* [tsan] Move out more types to sanitizer_commonVitaly Buka2017-11-101-3/+4
* [Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov2017-07-061-9/+0
* Remove struct_rtentry_sz on FreeBSDDimitry Andric2017-02-101-6/+1
* Fix build breakage on FreeBSD after rL289878/rL289881Dimitry Andric2016-12-201-2/+2
* Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek2016-12-151-0/+4
* [msan] Intercept getutent and friends.Evgeniy Stepanov2016-12-151-0/+7
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* [sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki2016-04-261-2/+7
* [sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki2016-04-141-3/+7
* [ASAN] Add support for mips/mips64 androidMohit K. Bhakkad2016-03-161-1/+1
* [asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads toYury Gribov2015-11-301-0/+8
* Fix #if tests for PTRACE_GETREGS and others.Jay Foad2015-11-111-3/+6
* [compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella2015-10-261-5/+20
* [asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov2015-10-121-0/+5
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-25/+25
* [MSan] Enable MSAN for aarch64Adhemerval Zanella2015-09-161-6/+20
* Unbreak building on FreeBSD.Roman Divacky2015-09-101-1/+3
* [msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov2015-09-081-0/+4
* [msan] Teach sanitizers about the PPC64 ptrace syscallJay Foad2015-06-251-5/+11
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-231-3/+6
* [msan] Intercept fopencookie.Evgeniy Stepanov2015-06-191-0/+6
* [ASan] Only include rpc headers if they are available.Yury Gribov2015-04-091-2/+6
* Allow sanitizer to work with "old" kernel headersRenato Golin2015-02-241-1/+1
* [MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad2015-02-181-3/+14
* Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is notDimitry Andric2015-02-171-1/+0
* [sanitizer] Fix aarch64 sanitizer build with recent glibcKostya Serebryany2015-01-211-0/+6
* [sanitizer] Disable compile-time checks for __kernel_old_uid_t size on aarch64.Evgeniy Stepanov2014-12-101-0/+4
* [sanitizer] Fix build with _FILE_OFFSET_BITS=64.Evgeniy Stepanov2014-10-211-0/+8
* Fix compiler-rt build on FreeBSD 10.1Ed Maste2014-10-141-3/+7
* [sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F A...Kostya Serebryany2014-09-161-1/+1
* [asan] i686-linux-android support.Evgeniy Stepanov2014-07-031-1/+2
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-191-0/+4
* Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer2014-06-181-1/+0