Lines Matching refs:unistd
65 - Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both `&[&CStr]` and `&[CSt…
67 - Made `unistd::fork` an unsafe funtion, bringing it in line with [libstd's decision](https://githu…
86 - Added `unistd::setfsuid` and `unistd::setfsgid` to set the user or group
89 - Derived `Ord`, `PartialOrd` for `unistd::Pid` (#[1189](https://github.com/nix-rust/nix/pull/1189))
106 - Added `unistd::ttyname`
119 - `execv`, `execve`, `execvp` and `execveat` in `::nix::unistd` and `reboot` in
138 - Fixed a bug in nix::unistd that would result in an infinite loop
166 - Removed `unistd::daemon` and `unistd::pipe2` on OSX and ios
370 - Added `nix::unistd:seteuid` and `nix::unistd::setegid` for those platforms that do
482 - Added `unistd::execvpe` for Haiku, Linux and OpenBSD
517 - Added `unistd::getsid`
588 - Added `nix::unistd:fexecve`.
606 - Added `nix::unistd::mkfifo`.
612 - Added `nix::unistd::{getgroups, setgroups, getgrouplist, initgroups}`. ([#733](https://github.com…
615 - Added `nix::unistd::execveat` on Linux and Android.
642 - Exposed `unistd::setresuid` and `unistd::setresgid` on FreeBSD and OpenBSD
710 - Added `nix::unistd::{openat, fstatat, readlink, readlinkat}`
815 - Added `setresuid` and `setresgid` for Linux in `::nix::unistd`
817 - Added `getpgid` in `::nix::unistd`
819 - Added `tcgetpgrp` and `tcsetpgrp` in `::nix::unistd`
823 - Added `getpgrp` in `::nix::unistd`
825 - Added `fchdir` in `::nix::unistd`
903 - Added `lseek` and `lseek64` in `::nix::unistd`
905 - Added `mkdir` and `getcwd` in `::nix::unistd`
974 - Added `gettid` in `::nix::unistd` for _linux_ and _android_.
985 - Added `pause` to `::nix::unistd`.
987 - Added `sleep` to `::nix::unistd`.
1011 - Renamed `Fork` to `ForkResult` and changed its fields in `::nix::unistd`.
1016 `Result<()>` in `::nix::unistd`.