summaryrefslogtreecommitdiff
path: root/src/unistd.rs
AgeCommit message (Expand)Author
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-04-21remove test warningsking6cong
2017-01-19unistd: add fchdir(2)Luca Bruno
2017-01-15sethostname: convert to taking OsStr refPaul Osborne
2017-01-15unistd: document and change implementation of gethostnamePaul Osborne
2017-01-15unistd: add docs for gethostname and tweak APIPaul Osborne
2016-12-12Added getpgrpzethra
2016-11-23Fixed typo in tcsetpgrpzethra
2016-11-13Avoid TempDir::into_path(), because it doesn't cleanup on DropAlan Somers
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-01unistd: doc updates based on review commentsPaul Osborne
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-26Add setresuid and setresgidDylan Reid
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-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-15make unsafe code more fine-grained in pipe2Jack O'Connor
2016-09-14call pipe2 directly on LinuxJack O'Connor
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-08-10Fix the sethostname binding on FreeBSD and DragonflyBSDAlan Somers
2016-06-13Added lseek to unistdAndrei Oprisan
2016-05-06Use Wrapping for intended underflow of unsigned integer value.Philipp Matthias Schaefer
2016-05-01Return both the fd and the created pathAndreas Fuchs
2016-05-01Add mkstemp(3)Andreas Fuchs
2016-04-18Use Void in exec return typearcnmx
2016-04-14Auto merge of #350 - llogiq:clippy, r=posborneHomu