summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-23Merge #661bors[bot]
2017-07-22Document invariants of fork and fix testsJonas Schievink
2017-07-21Allow doc attributes in ioctl macroroblabla
2017-07-21Document WaitStatus and its variantsGeoffrey Thomas
2017-07-21Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-20Remove workaround for `pub extern crate`Jonas Schievink
2017-07-20Rename the public ptrace_* functions.Marcin Mielniczuk
2017-07-19Refactor ioctl! for buffersBryant Mairs
2017-07-19Add 'bad' prefixes for read, write_*, and readwrite ioctlsBryant Mairs
2017-07-19Split ioctl!(write ...) into write_ptr and write_intBryant Mairs
2017-07-19Unify argument names to generated ioctl functionsBryant Mairs
2017-07-19Remove unnecessary constantsBryant Mairs
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-07-19Use the proper ioctl number type depending on targetBryant Mairs
2017-07-19Remove ioc_* functionsBryant Mairs
2017-07-19Revise ioctl module documentationBryant Mairs
2017-07-19Remove unnecessary path aliasingBryant Mairs
2017-07-19Hide internal macros/types within ioctlBryant Mairs
2017-07-19Add a "bad none" variant to the ioctl macroBryant Mairs
2017-07-19Re-add bad variant of ioctl!Bryant Mairs
2017-07-19Remove old workaroundBryant Mairs
2017-07-19Merge #681bors[bot]
2017-07-19Merge #686bors[bot]
2017-07-18Remove broken execvpe implementationBryant Mairs
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2017-07-17Remove eventfd feature in favor of conditional includeBryant Mairs
2017-07-17Improve OpenptyResult documentationAlan Somers
2017-07-17Refactor ptrace_get_dataBryant Mairs
2017-07-17Fix UnsupportedOperation when using ptrace_* functionsBryant Mairs
2017-07-16Merge #677bors[bot]
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-15Merge #630bors[bot]
2017-07-15Add sysconf(3), pathconf(2), and fpathconf(2)Alan Somers
2017-07-10Enable termios on iOS and move it to Tier 2Bryant Mairs
2017-07-10Add tcgetsid()Bryant Mairs
2017-07-10Add cfmakeraw and cfsetspeedBryant Mairs
2017-07-10Use libc types for termiosBryant Mairs
2017-07-10Add a libc_enum! macroBryant Mairs
2017-07-10Fix sendmsg on macOS when passing a zero entry cmsgs array.Matthew Gregan
2017-07-10Simplify Vec allocation in sendmsg after 077d979a removed alignment hacks.Matthew Gregan
2017-07-09Merge #624bors[bot]
2017-07-08Support syscalls on mips64Bryant Mairs
2017-07-08Enable syscalls on s390xBryant Mairs
2017-07-08SIGSTKFLT doesn't exist on Linux/GNU/mips(64)Bryant Mairs
2017-07-08Enable ioctl on mips64 and s390xBryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas
2017-07-07sys/statfs: use statfs from libcJörg Thalheim
2017-07-07reuse mknod/umask/fstat/lstat from libcJörg Thalheim
2017-07-05We need to pass by value and not by pointer for writing ioctlsBastian Köcher