summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27unistd: add documentation for setpgidPaul Osborne
2016-10-27unistd: add docs for getpid/getppidPaul Osborne
2016-10-27unistd: add better docs for fork()Paul Osborne
2016-10-27error: add documentation for nix::ErrorPaul Osborne
2016-10-28Auto merge of #448 - dgreid:setresuid, r=posborneHomu
2016-10-26Add setresuid and setresgidDylan Reid
2016-10-25Auto merge of #446 - kamalmarhubi:bind-mount-in-ci, r=posborneHomu
2016-10-24mount: Run test_mount_bind in CIKamal Marhubi
2016-10-25Auto merge of #443 - asomers:mkstemp, r=posborneHomu
2016-10-25Auto merge of #444 - posborne:rust-1.7-minimum-supported-version, r=kamalmarhubiHomu
2016-10-24cargo: bump version to 0.8.0-prePaul Osborne
2016-10-24ci: drop official support for rustc < 1.7.0Paul Osborne
2016-10-23use tempfile in test_pwrite.Alan Somers
2016-10-22Temporarily allow beta failures till 1.13.0-beta.3 or later is releasedPhilipp Matthias Schaefer
2016-10-20Merge pull request #415 from asomers/evfiltKamal Marhubi
2016-10-13Merge github.com:nix-rust/nix into evfiltAlan Somers
2016-10-12Bring CHANGELOG.md up to datePhilipp Matthias Schaefer
2016-10-02Update CHANGELOG for PR #415Alan Somers
2016-10-02Use libc_bitflags! for EventFlagAlan Somers
2016-10-02Auto merge of #428 - philippkeller:mkstemp, r=fiveopHomu
2016-09-28Apparently not all mkstemp implementation require the X at the end (despite i...Philipp Keller
2016-09-28Add debug_assert ensuring popped byte is nulPhilipp Keller
2016-09-27Remove double copy of array (to_owned() and PathBuf::from), use OsString::fro...Philipp Keller
2016-09-27test also that mkstemp fails when there's no X at the endPhilipp Keller
2016-09-27move path outside closure to avoid use after free, restructed for easier read...Philipp Keller
2016-09-18struct KEvent should wrap an inner libc::kevent structureAlan Somers
2016-09-19Auto merge of #430 - tessel:master, r=posborneHomu
2016-09-17Removes SIGSTKFLT when cross-compiling to MIPS.Tim Ryan
2016-09-18Auto merge of #429 - Idolf:master, r=fiveopHomu
2016-09-18Auto merge of #427 - oconnor663:pipe2, r=fiveopHomu
2016-09-17Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte.Mathias Svensson
2016-09-17Auto merge of #410 - fiveop:epoll_create1, r=posborneHomu
2016-09-16fixing build for aarch64-unknown-linux-gnu (which expects the pointer to be *...Philipp Keller
2016-09-16made it running with rust 1.2, added documentation to mkstempPhilipp Keller
2016-09-15add a GitHub link to the CHANGELOGJack O'Connor
2016-09-15add a CHANGELOG entry for pipe2Jack O'Connor
2016-09-15Rename EpollEventKind to EpollFlags, according to convention.Philipp Matthias Schaefer
2016-09-15Add EpollCrateFlags bitflag type.Philipp Matthias Schaefer
2016-09-15make unsafe code more fine-grained in pipe2Jack O'Connor
2016-09-14call pipe2 directly on LinuxJack O'Connor
2016-09-10Auto merge of #425 - fiveop:release_procedure, r=kamalmarhubiHomu
2016-09-10Auto merge of #424 - fiveop:bump_0.7.1-dev, r=kamalmarhubiHomu
2016-09-09Small fixes to RELEASE_PROCEDURE.mdPhilipp Matthias Schaefer
2016-09-09Bump to 0.7.1-prePhilipp Matthias Schaefer
2016-09-10Auto merge of #423 - fiveop:release_0.7.0, r=kamalmarhubiHomu
2016-09-09Release v0.7.0Philipp Matthias Schaefer
2016-09-09Add note to CHANGELOG.md for PR #422.Philipp Matthias Schaefer
2016-09-10Auto merge of #422 - sdroege:msg-cmsg-cloexec, r=posborneHomu
2016-09-09Add MSG_CMSG_CLOEXEC to MsgFlags on LinuxSebastian Dröge
2016-09-09Auto merge of #420 - philippkeller:patch-1, r=fiveopHomu