Age | Commit message (Expand) | Author |
2016-10-29 | impl Send for KEvent | Alan Somers |
2016-10-30 | Auto merge of #449 - posborne:documentation-improvements, r=kamalmarhubi | Homu |
2016-10-29 | Auto merge of #433 - kiddkai:getpgid, r=posborne | Homu |
2016-10-28 | add getpgid in changelog | kiddkai |
2016-10-28 | remove extra line in the commit | kiddkai |
2016-10-28 | add getpgid | kiddkai |
2016-10-27 | unistd: add docs for chown | Paul Osborne |
2016-10-27 | unistd: add docs for chdir | Paul Osborne |
2016-10-27 | unistd: document the dup, dup2, and dup3 calls | Paul Osborne |
2016-10-27 | unistd: add documentation for gettid | Paul Osborne |
2016-10-27 | unistd: add setsid implementation | Paul Osborne |
2016-10-27 | unistd: add documentation for setpgid | Paul Osborne |
2016-10-27 | unistd: add docs for getpid/getppid | Paul Osborne |
2016-10-27 | unistd: add better docs for fork() | Paul Osborne |
2016-10-27 | error: add documentation for nix::Error | Paul Osborne |
2016-10-28 | Auto merge of #448 - dgreid:setresuid, r=posborne | Homu |
2016-10-26 | Add setresuid and setresgid | Dylan Reid |
2016-10-25 | Auto merge of #446 - kamalmarhubi:bind-mount-in-ci, r=posborne | Homu |
2016-10-24 | mount: Run test_mount_bind in CI | Kamal Marhubi |
2016-10-25 | Auto merge of #443 - asomers:mkstemp, r=posborne | Homu |
2016-10-25 | Auto merge of #444 - posborne:rust-1.7-minimum-supported-version, r=kamalmarhubi | Homu |
2016-10-24 | cargo: bump version to 0.8.0-pre | Paul Osborne |
2016-10-24 | ci: drop official support for rustc < 1.7.0 | Paul Osborne |
2016-10-23 | use tempfile in test_pwrite. | Alan Somers |
2016-10-22 | Temporarily allow beta failures till 1.13.0-beta.3 or later is released | Philipp Matthias Schaefer |
2016-10-20 | Merge pull request #415 from asomers/evfilt | Kamal Marhubi |
2016-10-13 | Merge github.com:nix-rust/nix into evfilt | Alan Somers |
2016-10-12 | Bring CHANGELOG.md up to date | Philipp Matthias Schaefer |
2016-10-02 | Update CHANGELOG for PR #415 | Alan Somers |
2016-10-02 | Use libc_bitflags! for EventFlag | Alan Somers |
2016-10-02 | Auto merge of #428 - philippkeller:mkstemp, r=fiveop | Homu |
2016-09-28 | Apparently not all mkstemp implementation require the X at the end (despite i... | Philipp Keller |
2016-09-28 | Add debug_assert ensuring popped byte is nul | Philipp Keller |
2016-09-27 | Remove double copy of array (to_owned() and PathBuf::from), use OsString::fro... | Philipp Keller |
2016-09-27 | test also that mkstemp fails when there's no X at the end | Philipp Keller |
2016-09-27 | move path outside closure to avoid use after free, restructed for easier read... | Philipp Keller |
2016-09-18 | struct KEvent should wrap an inner libc::kevent structure | Alan Somers |
2016-09-19 | Auto merge of #430 - tessel:master, r=posborne | Homu |
2016-09-17 | Removes SIGSTKFLT when cross-compiling to MIPS. | Tim Ryan |
2016-09-18 | Auto merge of #429 - Idolf:master, r=fiveop | Homu |
2016-09-18 | Auto merge of #427 - oconnor663:pipe2, r=fiveop | Homu |
2016-09-17 | Fixed a bug where UnixAddr::new_abstract forgot to count the null-byte. | Mathias Svensson |
2016-09-17 | Auto merge of #410 - fiveop:epoll_create1, r=posborne | Homu |
2016-09-16 | fixing build for aarch64-unknown-linux-gnu (which expects the pointer to be *... | Philipp Keller |
2016-09-16 | made it running with rust 1.2, added documentation to mkstemp | Philipp Keller |
2016-09-15 | add a GitHub link to the CHANGELOG | Jack O'Connor |
2016-09-15 | add a CHANGELOG entry for pipe2 | Jack O'Connor |
2016-09-15 | Rename EpollEventKind to EpollFlags, according to convention. | Philipp Matthias Schaefer |
2016-09-15 | Add EpollCrateFlags bitflag type. | Philipp Matthias Schaefer |
2016-09-15 | make unsafe code more fine-grained in pipe2 | Jack O'Connor |