summaryrefslogtreecommitdiff
path: root/src/unistd.rs
AgeCommit message (Expand)Author
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-19unistd: add execveat() on Linux and AndroidLuca Bruno
2017-11-12unistd: Rework import of std::ptrJamie Hewland
2017-11-12unistd: groups: Disable functions on Apple platformsJamie Hewland
2017-11-12unistd: groups: Respond to minor PR feedback itemsJamie Hewland
2017-11-12unistd: Make getgrouplist and initgroups take &CStrJamie Hewland
2017-11-12unistd: Add getgrouplist()Jamie Hewland
2017-11-12unistd: Add initgroups()Jamie Hewland
2017-11-12unistd: Add getgroups()Jamie Hewland
2017-11-12unistd: Add setgroups()Jamie Hewland
2017-11-12unistd: Remove trailing whitespaceJamie Hewland
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-27Remove syscall module.Bryant Mairs
2017-08-18unistd: add fexecve()Luca Bruno
2017-08-14Added documentation to Whence.Nicolás Caracci
2017-08-08Add FreeBSD, OpenBSD support for setresuid/setresgidWesley Moore
2017-07-22Document invariants of fork and fix testsJonas Schievink
2017-07-18Remove broken execvpe implementationBryant Mairs
2017-07-16Merge #677bors[bot]
2017-07-15PtyMaster::drop should panic on EBADFAlan Somers
2017-07-15Merge #630bors[bot]
2017-07-15Add sysconf(3), pathconf(2), and fpathconf(2)Alan Somers
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