Age | Commit message (Expand) | Author |
2016-10-27 | unistd: add better docs for fork() | Paul Osborne |
2016-10-27 | error: add documentation for nix::Error | Paul Osborne |
2016-10-26 | Add setresuid and setresgid | Dylan Reid |
2016-10-16 | Attempt to fix build for non-{android,linux} platforms | David Hou |
2016-10-16 | wait: Support ptrace events for Linux | David Hou |
2016-10-13 | Merge github.com:nix-rust/nix into evfilt | 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 | 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 | 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-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 | 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 |
2016-09-14 | call pipe2 directly on Linux | Jack O'Connor |
2016-09-09 | Add MSG_CMSG_CLOEXEC to MsgFlags on Linux | Sebastian Dröge |
2016-09-08 | Remove macos NOTE_ definitions that aren't in libc | Alan Somers |
2016-09-08 | Reconcile with libc changes | Alan Somers |
2016-09-08 | Add property readers to EpollEvent | Philipp Matthias Schaefer |
2016-09-08 | Readd EpollEvent | Philipp Matthias Schaefer |
2016-09-08 | Use libc's declarations | Hiroki Noda |
2016-09-08 | Not to set EPOLL_CLOEXEC by default. | Hiroki Noda |
2016-09-08 | Add epoll_create1 and set EPOLL_CLOEXEC flag by default. | Hiroki Noda |
2016-09-08 | Auto merge of #416 - philippkeller:master, r=posborne | Homu |
2016-09-07 | resolving all remarks by @posborne, fixed max line length=99, fixed rust 1.2.... | Philipp Keller |
2016-09-06 | rust 1.2.0 doesn't support expect, switched to proper match block | Philipp Keller |
2016-09-06 | added documentation for getcwd and mkdir, changed test so that it compares ag... | Philipp Keller |
2016-09-06 | fixed the trailing whitespaces | Philipp Keller |
2016-09-06 | made it running with rust 1.2.0: the code for getcwd is now an exact copy of ... | Philipp Keller |
2016-09-05 | implemented mkdir, extended getcwd test to include long path names | Philipp Keller |
2016-09-02 | implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec... | Philipp Keller |
2016-09-02 | Define kqueue-related stuff in terms of libc | Alan Somers |
2016-09-01 | Auto merge of #392 - fiveop:less_ffi, r=@fiveop | Homu |
2016-08-31 | Run rustfmt on mqueue.rs | Philipp Matthias Schaefer |
2016-08-31 | Replace ffi module by libc functions in mqueue.rs | Philipp Matthias Schaefer |
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer |
2016-08-29 | Replace parts of ffi module by libc functions in sched.rs | Philipp Matthias Schaefer |
2016-08-27 | Auto merge of #407 - untitaker:fullfsync-fcntl, r=fiveop | Homu |
2016-08-26 | Add FcntlArg::F_FULLFSYNC | Markus Unterwaditzer |
2016-08-25 | Implement `Clone` for `FdSet` on Mac/iOS | Murarth |
2016-08-10 | Fix nix on FreeBSD amd64 | Alan Somers |
2016-08-10 | Fix the sockopt_impl matcher rule order. | Alan Somers |