index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd.rs
Age
Commit message (
Expand
)
Author
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
Bryant Mairs
2017-12-10
Fix doctest that weren't run with the old doctest parser
Bryant Mairs
2017-12-08
Merge #777
bors[bot]
2017-12-07
Use the real pipe2(2) on all BSD targets.
Alan Somers
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
unistd: add execveat() on Linux and Android
Luca Bruno
2017-11-12
unistd: Rework import of std::ptr
Jamie Hewland
2017-11-12
unistd: groups: Disable functions on Apple platforms
Jamie Hewland
2017-11-12
unistd: groups: Respond to minor PR feedback items
Jamie Hewland
2017-11-12
unistd: Make getgrouplist and initgroups take &CStr
Jamie Hewland
2017-11-12
unistd: Add getgrouplist()
Jamie Hewland
2017-11-12
unistd: Add initgroups()
Jamie Hewland
2017-11-12
unistd: Add getgroups()
Jamie Hewland
2017-11-12
unistd: Add setgroups()
Jamie Hewland
2017-11-12
unistd: Remove trailing whitespace
Jamie Hewland
2017-10-11
added unistd::mkfifo #602
Jakub Pastuszek
2017-10-08
Replace most Linux man page links with Open Group man page links
Alan Somers
2017-08-27
Remove syscall module.
Bryant Mairs
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-08-14
Added documentation to Whence.
Nicolás Caracci
2017-08-08
Add FreeBSD, OpenBSD support for setresuid/setresgid
Wesley Moore
2017-07-22
Document invariants of fork and fix tests
Jonas Schievink
2017-07-18
Remove broken execvpe implementation
Bryant Mairs
2017-07-16
Merge #677
bors[bot]
2017-07-15
PtyMaster::drop should panic on EBADF
Alan Somers
2017-07-15
Merge #630
bors[bot]
2017-07-15
Add sysconf(3), pathconf(2), and fpathconf(2)
Alan Somers
2017-07-02
Newtypes for uid_t, gid_t and pid_t.
Martin Habovštiak
2017-04-21
remove test warnings
king6cong
2017-01-19
unistd: add fchdir(2)
Luca Bruno
2017-01-15
sethostname: convert to taking OsStr ref
Paul Osborne
2017-01-15
unistd: document and change implementation of gethostname
Paul Osborne
2017-01-15
unistd: add docs for gethostname and tweak API
Paul Osborne
2016-12-12
Added getpgrp
zethra
2016-11-23
Fixed typo in tcsetpgrp
zethra
2016-11-13
Avoid TempDir::into_path(), because it doesn't cleanup on Drop
Alan Somers
2016-11-08
Added .map(drop) as requested
zethra
2016-11-08
Merge remote-tracking branch 'upstream/master'
zethra
2016-11-08
Added documention to tcgetpgrp and tcsetpgrp
zethra
2016-11-01
unistd: doc updates based on review comments
Paul Osborne
2016-10-29
unistd: add module-level doc comment that makes sense
Paul Osborne
2016-10-29
unistd: add documentation for the daemon function
Paul Osborne
2016-10-29
unistd: add docs for exec* functions
Paul Osborne
2016-10-30
Auto merge of #449 - posborne:documentation-improvements, r=kamalmarhubi
Homu
2016-10-28
remove extra line in the commit
kiddkai
2016-10-28
add getpgid
kiddkai
[next]