summaryrefslogtreecommitdiff
path: root/src/unistd.rs
AgeCommit message (Expand)Author
2014-12-10Fallout of Copy becoming opt-in.Victor Berger
2014-11-19Use namespaced enum variants.Roma Sokolov
2014-10-27Add mmap, shm_open and other mman relativesPhil Vachon
2014-10-20Add recvfrom(2) and sendto(2) wrappersPhil Vachon
2014-10-11Implement scatter/gather IO: writev & readv.Roma Sokolov
2014-10-08Bind x86 linuxTilde Engineering
2014-10-07Fix dup3 and accept4 on DarwinTilde Engineering
2014-10-06Fix warningsCarl Lerche
2014-10-06Implement dup3Carl Lerche
2014-10-02Track Rust masterCarl Lerche
2014-09-16execve should take a ref to a CStringCarl Lerche
2014-09-16Provide fork() + error tweaksCarl Lerche
2014-09-15Temporarily remove dup3 supportCarl Lerche
2014-09-14Expose pipe and pipe2Carl Lerche
2014-09-11Add gethostname and sethostnameYehuda Katz
2014-09-11Bind daemon(3)Yehuda Katz
2014-08-20Start binding DarwinCarl Lerche
2014-08-17More socket APIsCarl Lerche
2014-08-16Epoll, rename to nix, misc cleanupCarl Lerche
2014-08-15Bind FD dup fns + misc tweaksCarl Lerche
2014-08-13Add open(), tweak mount functionsCarl Lerche
2014-08-07Initial commitCarl Lerche