summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-16made it running with rust 1.2, added documentation to mkstempPhilipp Keller
2016-09-09Add MSG_CMSG_CLOEXEC to MsgFlags on LinuxSebastian Dröge
2016-09-08Auto merge of #416 - philippkeller:master, r=posborneHomu
2016-09-07resolving all remarks by @posborne, fixed max line length=99, fixed rust 1.2....Philipp Keller
2016-09-06rust 1.2.0 doesn't support expect, switched to proper match blockPhilipp Keller
2016-09-06added documentation for getcwd and mkdir, changed test so that it compares ag...Philipp Keller
2016-09-06fixed the trailing whitespacesPhilipp Keller
2016-09-06made it running with rust 1.2.0: the code for getcwd is now an exact copy of ...Philipp Keller
2016-09-05implemented mkdir, extended getcwd test to include long path namesPhilipp Keller
2016-09-02implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec...Philipp Keller
2016-09-01Auto merge of #392 - fiveop:less_ffi, r=@fiveopHomu
2016-08-31Run rustfmt on mqueue.rsPhilipp Matthias Schaefer
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-08-31Use libc in poll.rsPhilipp Matthias Schaefer
2016-08-29Replace parts of ffi module by libc functions in sched.rsPhilipp Matthias Schaefer
2016-08-27Auto merge of #407 - untitaker:fullfsync-fcntl, r=fiveopHomu
2016-08-26Add FcntlArg::F_FULLFSYNCMarkus Unterwaditzer
2016-08-25Implement `Clone` for `FdSet` on Mac/iOSMurarth
2016-08-10Fix nix on FreeBSD amd64Alan Somers
2016-08-10Fix the sockopt_impl matcher rule order.Alan Somers
2016-08-10Fix the sethostname binding on FreeBSD and DragonflyBSDAlan Somers
2016-07-18Fix NetBSD buildTobias Bucher
2016-07-14Name enum variants after the libc constantsSergey Bugaev
2016-07-14Revert "Manually match on RebootMode::*"Sergey Bugaev
2016-07-14Add some documentationSergey Bugaev
2016-07-14Switch Clone and CopySergey Bugaev
2016-07-13Manually match on RebootMode::*Sergey Bugaev
2016-07-13Use libc's declarationsSergey Bugaev
2016-07-13Stop targeting AndroidSergey Bugaev
2016-07-13Ignore the overflow for constantsSergey Bugaev
2016-07-13Add some basic docs for reboot::set_cad_enabled()Sergey Bugaev
2016-07-13Add the initial implementation of reboot()Sergey Bugaev
2016-07-03eventfd: Follow nix conventionsKamal Marhubi
2016-07-01Auto merge of #379 - nikklassen:wait-flags, r=fiveopHomu
2016-06-29musl target needs std::mem nowPhilipp Matthias Schaefer
2016-06-29Replace wait constants with libc constantsNik Klassen
2016-06-28Auto merge of #370 - fiveop:context, r=posborneHomu
2016-06-28Auto merge of #362 - fiveop:signal_enum, r=posborneHomu
2016-06-26Convert signal constants to enumeration.Philipp Matthias Schaefer
2016-06-20Auto merge of #377 - aoprisan:master, r=posborneHomu
2016-06-13Added lseek to unistdAndrei Oprisan
2016-06-11Provide accessors to sigmask of UContext.Philipp Matthias Schaefer
2016-06-10Add missing wait flag WUNTRACED for non-Linux systemsNik Klassen
2016-06-06Only deny warnings in testKamal Marhubi
2016-05-18Exclude UContext::get(),set() on musl, not available from libc.Justin Latimer
2016-05-07Auto merge of #361 - fiveop:missing_signals, r=@kamalmarhubiHomu
2016-05-06Add missing signals.Philipp Matthias Schaefer
2016-05-06Use Wrapping for intended underflow of unsigned integer value.Philipp Matthias Schaefer
2016-05-03Auto merge of #367 - justinlatimer:so-original-dst, r=kamalmarhubiHomu
2016-05-02Add SO_ORIGINAL_DSTJustin Latimer