summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2015-06-08added wait system call and unit testMarkus Jais
2015-06-05Add pwrite and preadFlorian Hartwig
2015-05-29Basic OpenBSD support.Laurence Tratt
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-28Pass shutdown enum by valueCarl Lerche
2015-05-27Add sys::socket send and recvPhil Dawes
2015-05-24Change epoll_wait to use isize timeout_ms.Cole Reynolds
2015-05-21Fix NixPath yield with CStr instead of OsStrCarl Lerche
2015-05-21Fix travis testsCarl Lerche
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-21Add socket::shutdown functionhoxnox
2015-05-13docs: fix module documentation for ioctlPaul Osborne
2015-05-12ioctl: modify type signatures to match common ioctl usage and libc implsPaul Osborne
2015-05-12ioctl: implement generic support for the ioctl syscall and supporting functionsPaul Osborne
2015-05-11Get the library to build on freebsdAndrew J. Stone
2015-05-08Add lstatSkyler Hawthorne
2015-05-07More multicast supportCarl Lerche
2015-04-24FromPrimitive is no moreFlorian Hartwig
2015-04-20Fix build on Rust nightliesCarl Lerche
2015-04-18Added OOB_INLINE socket optionValerii Hiora
2015-04-14Make `sigaction` unsafeTobias Bucher
2015-04-11Add socketpairFlorian Hartwig
2015-04-08Bring back eventfd behind a feature flagCarl Lerche
2015-04-06Use fcntl:Fd vs. std::os::unix::io::RawFdCarl Lerche
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-04-03Fd ist now RawFdFlorian Hartwig
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-04-01Fix argument order for copy* functionsFlorian Hartwig
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-16Fix on 32bit platformsCarl Lerche
2015-03-14Make sockaddr_storage_to_addr public.Jan Bujak
2015-03-14Derive FromPrimitive for SockType.Jan Bujak
2015-03-14Derive FromPrimitive for AddressFamily.Jan Bujak
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-03-13Sockopt for broadcast supportValerii Hiora
2015-03-13Expose socket timeoutsCarl Lerche
2015-03-12Add TimeVal and helpersCarl Lerche
2015-03-10Track Rust nightliesCarl Lerche
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-23in_addr conversions + IP_DROP_MEMBERSHIP supportCarl Lerche
2015-02-23Improve ergonomics of getsockopt / setsockoptCarl Lerche
2015-02-22Remove prefix from SockAddr variantsCarl Lerche
2015-02-22Split up socket moduleCarl Lerche
2015-02-22Implement round trip SockAddr conversionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche
2015-02-20Fix a null bug in uname bindingCarl Lerche