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
2015-01-03
Update to rust master
Valerii Hiora
2015-01-02
Track rust master
Valerii Hiora
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-11-19
Use namespaced enum variants.
Roma Sokolov
2014-10-27
Add mmap, shm_open and other mman relatives
Phil Vachon
2014-10-20
Add recvfrom(2) and sendto(2) wrappers
Phil Vachon
2014-10-11
Implement scatter/gather IO: writev & readv.
Roma Sokolov
2014-10-08
Bind x86 linux
Tilde Engineering
2014-10-07
Fix dup3 and accept4 on Darwin
Tilde Engineering
2014-10-06
Fix warnings
Carl Lerche
2014-10-06
Implement dup3
Carl Lerche
2014-10-02
Track Rust master
Carl Lerche
2014-09-16
execve should take a ref to a CString
Carl Lerche
2014-09-16
Provide fork() + error tweaks
Carl Lerche
2014-09-15
Temporarily remove dup3 support
Carl Lerche
2014-09-14
Expose pipe and pipe2
Carl Lerche
2014-09-11
Add gethostname and sethostname
Yehuda Katz
2014-09-11
Bind daemon(3)
Yehuda Katz
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-17
More socket APIs
Carl Lerche
2014-08-16
Epoll, rename to nix, misc cleanup
Carl Lerche
2014-08-15
Bind FD dup fns + misc tweaks
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche
2014-08-07
Initial commit
Carl Lerche