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
Age
Commit message (
Expand
)
Author
2014-09-21
Bind eventfd()
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-14
EpollEvent is a packed struct
Carl Lerche
2014-09-11
Add gethostname and sethostname
Yehuda Katz
2014-09-11
Bind daemon(3)
Yehuda Katz
2014-09-03
Expose some more C types
Carl Lerche
2014-08-25
Tweaks + fix accept4
Carl Lerche
2014-08-24
SysError does not need desc field
Carl Lerche
2014-08-21
Fix O_* flags for Darwin. Minor kqueue tweaks.
Carl Lerche
2014-08-21
Bind kqueue + misc cleanup
Carl Lerche
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-20
getsockopt and setsockopt
Carl Lerche
2014-08-19
Start on socket options
Carl Lerche
2014-08-17
More socket APIs
Carl Lerche
2014-08-17
Add uname
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-15
Add mknod, mkdev, and umask APIs
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche
2014-08-07
Initial commit
Carl Lerche