summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-11Ensure child stack passed to clone is 16 byte aligned.Kevin DeJong
2016-12-02Auto merge of #475 - asomers:timespec, r=fiveopHomu
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-23Fixed typo in tcsetpgrpzethra
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-11-19Opaqueify TimeValAlan Somers
2016-11-18Fix Unix domain sockets.Alan Somers
2016-11-15Auto merge of #460 - chaosagent:sys_signal, r=fiveopHomu
2016-11-15Auto merge of #463 - asomers:kevent, r=fiveopHomu
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-11-13Avoid TempDir::into_path(), because it doesn't cleanup on DropAlan Somers
2016-11-10Change KEvent to treat udata as an intptr_t instead of a uintptr_t.Alan Somers
2016-11-08Rename SigFlags to SigmaskHowDavid Hou
2016-11-08Added .map(drop) as requestedzethra
2016-11-08Merge remote-tracking branch 'upstream/master'zethra
2016-11-08Added documention to tcgetpgrp and tcsetpgrpzethra
2016-11-06Add some tests for sys::signal.David Hou
2016-11-06Change SigFlags into an enum.David Hou
2016-11-03Add CLONE_NEWCGROUPDylan Reid
2016-11-02Auto merge of #452 - posborne:additional-documentation-additions, r=fiveopHomu
2016-11-01unistd: doc updates based on review commentsPaul Osborne
2016-10-31Remove `rustc-version` dependency and build scriptAlex Crichton
2016-10-29Update comments and CHANGELOG for PR 442Alan Somers
2016-10-29impl Send for KEventAlan Somers
2016-10-29unistd: add module-level doc comment that makes sensePaul Osborne
2016-10-29unistd: add documentation for the daemon functionPaul Osborne
2016-10-29unistd: add docs for exec* functionsPaul Osborne
2016-10-30Auto merge of #449 - posborne:documentation-improvements, r=kamalmarhubiHomu
2016-10-28remove extra line in the commitkiddkai
2016-10-28add getpgidkiddkai
2016-10-27unistd: add docs for chownPaul Osborne
2016-10-27unistd: add docs for chdirPaul Osborne
2016-10-27unistd: document the dup, dup2, and dup3 callsPaul Osborne
2016-10-27unistd: add documentation for gettidPaul Osborne
2016-10-27unistd: add setsid implementationPaul Osborne
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-26Add setresuid and setresgidDylan Reid
2016-10-13Merge github.com:nix-rust/nix into evfiltAlan Somers
2016-10-02Use libc_bitflags! for EventFlagAlan Somers
2016-10-02Auto merge of #428 - philippkeller:mkstemp, r=fiveopHomu
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-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-17Removes SIGSTKFLT when cross-compiling to MIPS.Tim Ryan
2016-09-18Auto merge of #429 - Idolf:master, r=fiveopHomu