aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_syswrap
AgeCommit message (Expand)Author
2009-06-10Add wrappers for shmat() and shmdt() on Darwin. Fixes bug 191271.njn
2009-06-10Added a wrapper and test for exchangedata() on Darwin. Fixes bug 195860.njn
2009-06-10Implement and test wrappers for lstat_extended, stat64_extended,njn
2009-06-10Darwin syscall wrapper cleanups:njn
2009-06-10Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layoutnjn
2009-06-09Handle shmctl on Darwin. From bug 191271.njn
2009-06-09Fix URB ioctl handling. Patch from Hector Martin (bug 191095).njn
2009-06-09Handle another Linux ioctl. Patch from Jay Foad.njn
2009-06-05x86-linux: sys_set_thread_area: don't allocate GDT entry number zero,sewardj
2009-06-05Increase a hard limit that was reached in the wild.njn
2009-06-05For no apparent reason, the machine-dependent syscallnjn
2009-06-03Don't print stack traces by default for unhandled syscalls -- it's not thatnjn
2009-06-03A number of changes relating to syscall numbering:njn
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-25DARWIN sync: timeval.njn
2009-05-24DARWIN sync: sys_truncate64 and sys_ftruncate64 wrappers.njn
2009-05-24DARWIN sync: remove redundant check (it's done again in pre_mem_sock_addr()).njn
2009-05-24DARWIN sync: sys_open wrapper.njn
2009-05-23DARWIN sync: sys_readlink layout.njn
2009-05-23DARWIN sync: remove '.' from some field names for consistency, and factornjn
2009-05-22DARWIN sync: all the timeval stuffnjn
2009-05-22DARWIN sync: comment and braces.njn
2009-05-22Abort on unknown fcntl, rather than doing no checking.njn
2009-05-22DARWIN sync: add ML_({PRE,POST}_unknown_ioctl).njn
2009-05-21Merge r10085, r10086 (post-fork handling) from the DARWIN branch.njn
2009-05-21DARWIN sync: improve syscall retval tracking, and factor out position code.njn
2009-05-20DARWIN sync: whitespace change only.njn
2009-05-20DARWIN sync: use Word instead of UWord for sysno in two places.njn
2009-05-20DARWIN sync: change how newlines are printed for --trace-syscalls.njn
2009-05-20Be more consistent with the spacing of syscall nums.njn
2009-05-19DARWIN sync: pread64 and pwrite64 wrappers.njn
2009-05-18Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from thenjn
2009-05-10Merge r9828 (fix aspacem layering violation) from the DARWIN branch.njn
2009-04-28Merged r9657 (fdleak fixes) from the DARWIN branch.njn
2009-03-31Add SIOCGSTAMPNS support. Fixes #188530.tom
2009-03-10Updated copyright years.njn
2009-03-03Use "status" as the argname for 'exit' and 'exit_group'.njn
2009-02-25atoll() is a terrible function -- you can't do any error checking with it.njn
2009-02-24Remove a number of unused parameters, found with -Wunused-parameter.njn
2009-02-22Merge a large chunk of r8949 (the part that moved fcntl and ioctl wrappersnjn
2009-02-22Make fcntl and fcntl64 wrappers more consistent.njn
2009-02-17Merged r9185 (fix up getsockopt mess) from the DARWIN branch, minus thenjn
2009-01-22Some minor format string fixes for gcc-3.3.3 (SuSE 9.1). Not sure whysewardj
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn
2009-01-15The SG_GET_TIMEOUT ioctl doesn't write to memory - it returns thetom
2009-01-15The SG_GET_VERSION_NUM ioctl writes to memory rather than reading it.tom
2009-01-09Add signalfd4 support.tom
2008-12-15Add support ioprio_get and wire up ioprio_set on all platforms.tom
2008-12-12Fix format string warning in PRE(sys_eventfd2).sewardj
2008-12-10Add support for eventfd2 (and wire up pipe2 on PPC platforms).tom