summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-04Add support for SO_TIMESTAMPWesley Wolfe
2017-09-03Fixed error handling in `AioCb::{fsync,read,write}`Alan Somers
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-09-03Merge #746bors[bot]
2017-09-01Merge #750bors[bot]
2017-08-29Migrate quota module to libc FFI typesBryant Mairs
2017-08-30Merge #745bors[bot]
2017-08-29Use upstream libc definitions for fcntl FFIBryant Mairs
2017-08-28Merge #749bors[bot]
2017-08-28Added detach functionxd009642
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-27Remove syscall module.Bryant Mairs
2017-08-27Support casting values in libc_enum!Bryant Mairs
2017-08-26Use libc types for sched FFIBryant Mairs
2017-08-26Replace more FFI instancesBryant Mairs
2017-08-25Merge #744bors[bot]
2017-08-25Merge #732bors[bot]
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-08-21Use libc definitions for wait moduleBryant Mairs
2017-08-21Expose signalfd on AndroidBryant Mairs
2017-08-21Log sendfile as missing for some BSDsBryant Mairs
2017-08-21Expose utsname on all platformsBryant Mairs
2017-08-18unistd: add fexecve()Luca Bruno
2017-08-17Merge #725bors[bot]
2017-08-17Merge #700bors[bot]
2017-08-16Remove ugly libc_bitflags hack for mac/ios.Bryant Mairs
2017-08-16Replace ffi constants with libc in epollBryant Mairs
2017-08-16Replace ffi declarations for selectBryant Mairs
2017-08-16Use libc::uname and libc::utsnameBryant Mairs
2017-08-16Use libc::quotactlBryant Mairs
2017-08-16Use libc_bitflags for stat::ModeBryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-08-16Replace extra SOCK_ constants with libc versionsBryant Mairs
2017-08-15Merge pull request #730 from ncaracci/whenceAlan Somers
2017-08-14Added documentation to Whence.Nicolás Caracci
2017-08-11Merge #728 #731bors[bot]
2017-08-11Use upstream libc ptrace FFIBryant Mairs
2017-08-11Merge #701bors[bot]
2017-08-11Use libc for FFI functions and constantsBryant Mairs
2017-08-11Fix safety of sockopt helper traitsJonas Schievink
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-08-11Merge #709bors[bot]
2017-08-10Refactor statvfs moduleBryant Mairs
2017-08-10Remove the incorrect doc comment.Marcin Mielniczuk
2017-08-10Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-10Deprecate `ptrace`.Marcin Mielniczuk
2017-08-09Merge #688bors[bot]
2017-08-08Merge #722bors[bot]
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk