summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-12conditionally enable ioctl test for linuxCorey Richardson
2015-08-12remove osx-specific Debug implCorey Richardson
2015-08-12Update docsCorey Richardson
2015-08-12Fix testsCorey Richardson
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-08-12Completely revamp sys::ioctl to use cmr/ioctl's approachCorey Richardson
2015-08-10Make eventfds compile againDavid Henningsson
2015-08-10Add missing exec functionsNik Klassen
2015-07-27Make it compatible for Android.Tim JIANG
2015-07-20Derive Clone for EpollEvent on android.Carl Lerche
2015-07-18added mq_getattr for LinuxMarkus Jais
2015-07-13Remove import on those platforms where it is unused.Laurence Tratt
2015-07-13Add status to WaitStatusJoseph Kain
2015-07-13Add support for preadv and pwritev to sys/uio on Linux.Trip Volpe
2015-07-10Fix comparisonCarl Lerche
2015-07-10Fix unit tests as blank files can still have blocksAlex Newman
2015-07-09Fix Travis doc buildsCarl Lerche
2015-07-09Run 32 bit CI buildsCarl Lerche
2015-07-09Bump version to v0.3.9Carl Lerche
2015-07-08Run tests with one thread on travisCarl Lerche
2015-07-07remove unneeded mut.Felix Kronlage
2015-07-07make execvpe unit test compile on LinuxMarkus Jais
2015-07-06Consts are not on all kernelsTilde Engineering
2015-07-06Use c_long in ptrace fns for arch-independenceTilde Engineering
2015-07-06Add feature flag around execvpeTilde Engineering
2015-07-04Fix off-by-one error calling Rng::gen_rangeJoseph Kain
2015-07-03Add support for ptraceJoseph Kain
2015-07-01Remove sa_tramp from macos sigactionNik Klassen
2015-07-01Bump version to v0.3.8Carl Lerche
2015-06-24Implement more fcntl operationsAndy Grover
2015-06-24TCP_NODELAY should be in IPPROTO_TCP levelY. T. Chung
2015-06-24Bump libc dependency up to version 0.1.8Jarred Nicholls
2015-06-17Change pread/pwrite to take offset as a off_t.Holger Rapp
2015-06-15TCP_KEEPALIVE, TCP_KEEPIDLE, split SockOpt traitY. T. Chung
2015-06-08Bump version to v0.3.7Carl Lerche
2015-06-08added wait system call and unit testMarkus Jais
2015-06-05Add pwrite and preadFlorian Hartwig
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-28Pass shutdown enum by valueCarl Lerche
2015-05-28Update READMECarl Lerche
2015-05-28Deploy docs to S3Carl Lerche
2015-05-28Move nix::mq -> nix::mqueue to mirror headerCarl Lerche
2015-05-28Run CI on linux & os xCarl Lerche
2015-05-27Add sys::socket send and recvPhil Dawes
2015-05-24Change epoll_wait to use isize timeout_ms.Cole Reynolds
2015-05-21Fix NixPath yield with CStr instead of OsStrCarl Lerche
2015-05-21Fix travis testsCarl Lerche
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-21Add socket::shutdown functionhoxnox