aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_syswrap/syswrap-darwin.c
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2015-10-15Establish some plumbing for old_semwait_signal syscall on OS X.rhyskidd
2015-09-03Fix UNKNOWN fcntl 97 on OS X 10.11rhyskidd
2015-08-23Preliminary support for OS X 10.11 (El Capitan) documentation. bz#348909.rhyskidd
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-08Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-25ioctl handling needs to do POST handling on generic ioctls and needs to handl...rhyskidd
2015-07-24Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8rhyskidd
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-12Fix Valgrind does not support pthread_sigmask() on OS X rhyskidd
2015-07-08Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing ...rhyskidd
2015-06-13Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (ta...rhyskidd
2015-06-13Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (ta...rhyskidd
2015-06-08Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == size...rhyskidd
2015-05-31Fix OS X host_create_mach_voucher: UNKNOWN host message [id 222, to mach_host...rhyskidd
2015-05-31Fix OS X host_get_special_port: UNKNOWN host message [id 412, to mach_host_se...rhyskidd
2015-05-30Fix unhandled syscall: mach:41 (_kernelrpc_mach_port_guard_trap)rhyskidd
2015-05-25Address clang compiler warnings on OS X.rhyskidd
2015-05-20Fix unhandled syscall: unix:473 (readlinkat) on OS X 10.10rhyskidd
2015-05-20Improve documentation of syscall: unix: 44 profil() which was deprecated arou...rhyskidd
2015-05-17Fix unhandled syscall: unix:410 (sigsuspend_nocancel) on OS X. bz#319274.rhyskidd
2015-05-17Fix Warning: noted but unhandled ioctl 0x2000747b on Mac OS X. bz#208217.rhyskidd
2015-05-17Followup to r15242 - as PRE() and POST() wrappers utilised, define with the *...rhyskidd
2015-05-16Fix unhandled syscall: unix:132 (mkfifo) on OS X. bz#212291.rhyskidd
2015-05-11Fix typo in task_policy_set() output. n-i-bz.rhyskidd
2015-05-11OS X task_info: UNKNOWN task message [id 3405, to mach_task_self(), reply 0x....rhyskidd
2015-04-18Remove a few unneeded header files.florian
2015-03-07Fix unhandled syscall: unix:348 (__pthread_chdir) and unhandled syscall: unix...rhyskidd
2015-02-22Fix bz#343523, OS X mach_ports_register: UNKNOWN task message [id 3403, to ma...rhyskidd
2015-02-21Fix OS X 10.10 (Yosemite) - missing system calls and fcntl code, courtesy of ...rhyskidd
2015-01-26OS X 10.10: Fix incorrect check for presence of unsupported MACH_SEND_TRAILER...rhyskidd
2014-12-17Fix 197259 Unsupported arch_prtctl PR_SET_GS optionphilippe
2014-11-29Fix a few VG_(message) invocations. The function does not add a florian
2014-11-19Fix up the wrapper for getdirentries64 a bit so as to avoid false positivessewardj
2014-11-15* add a logging mechanism to show repeated messages at exponentiallysewardj
2014-11-13* add syscall wrappers for some new OSX 10.10 specific callssewardj
2014-11-11PRE(mach_msg) on OSX 10.10 64-bit: replace failing assertionsewardj
2014-11-10MacOSX 10.10: Resolve "UNKNOWN attrlist flags 0:0x10000000. Fixessewardj
2014-11-07Add a no-op wrapper for a new-in-10.10 syscall: getattrlistbulksewardj
2014-11-06Adds initial support for new syscalls on MacOS X 10.10, including newsewardj
2014-11-05Back out the darwin-specific part of r14683, since darwin doesn'tsewardj
2014-11-01fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVALphilippe
2014-10-23Darwin only: add a filter mechanism that aims to remove pointlesssewardj
2014-10-23Add a bit of casting to avoid a compiler warning following recentsewardj
2014-10-17_thread_suspend: hold on to the lock when suspending some othersewardj
2014-10-12Fix the thread-name facility and associated test on Darwin. sewardj
2014-09-12VG_(malloc/calloc/strdup) never return NULL (and never will).florian
2014-09-11Use wrapper functions VG_(malloc) and friends consistently across theflorian
2014-08-29The semantic of the stack bounds is not consistent or is not described.philippe
2014-07-08Accuracy improvements to syscall wrappers for OSX 10.8 and 10.9.sewardj