summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-02-08signal: Allow raw_pointer_derive on SigAction structKamal Marhubi
2016-02-04Let SigHandler derive Clone and CopyPhilipp Matthias Schaefer
2016-02-04Handle `SA_SIGINFO` flag in the constructor.Philipp Matthias Schaefer
2016-02-04Account for the different signal handler types.Philipp Matthias Schaefer
2016-02-04Add comment on IPv6 address endianness.Philipp Matthias Schaefer
2016-02-04IPv6 addresses are always in big endian orderFrank Denis
2016-02-01Implement SO_ACCEPTCONN sockoptStanisław Pitucha
2016-02-01Add SO_TYPE handling in getsockoptStanisław Pitucha
2016-01-29Convert MSG_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-29Add support for SO_{RCV,SND}BUF(FORCE)? sockoptsFrank Denis
2016-01-29cfg out MAP_32BIT on non-x86arcnmx
2016-01-28Rename to MapFlags and MsFlags.Philipp Matthias Schaefer
2016-01-28Convert MS_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert PROT_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert MAP_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Convert CLONE_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-28Use sockaddr_nl from libcKamal Marhubi
2016-01-28Derive all the thingsAlexander Polakov
2016-01-28Fix style suggestions regarding #cfgAlexander Polakov
2016-01-28Netlink bitsAlexander Polakov
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-27Avoid stack allocation in with_nix_path for Option::NoneKamal Marhubi
2016-01-27Bring back mountKamal Marhubi
2016-01-27Implement NixPath for Option<&T> where T: NixPathKamal Marhubi
2016-01-27Implement NixPath for str and OsStrKamal Marhubi
2016-01-27Use the net module unconditionallyKamal Marhubi
2016-01-27Use NixPath for if_nametoindexKamal Marhubi
2016-01-27Use function name as it is used in C.Marc Brinkmann
2016-01-27Added note regarding naming.Marc Brinkmann
2016-01-27Use nix::Result explicitly.Marc Brinkmann
2016-01-27Changed Error type to nix::Error.Marc Brinkmann
2016-01-27Do not use extern, but if_nametoindex from libc instead.Marc Brinkmann
2016-01-27Added if_nametoindex (and necessary module based on Cs net/if.h)Marc Brinkmann
2016-01-25Fix an indentarcnmx
2016-01-25Normalize tabs to spacesarcnmx
2016-01-25Implement NixPath for CStrKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-21Use libc constants for signals.Philipp Matthias Schaefer
2016-01-18improve bsd unixes ipv6 supportarthurprs
2016-01-18Update to libc 0.2.4User Vagrant
2016-01-18Disable IPV6_ADD_MEMBERSHIP on freebsdUser Vagrant
2016-01-18allow improper_ctypes for size_tMattis Marjak
2016-01-18fix on macMattis Marjak
2016-01-18update libc to 0.2.2Mattis Marjak
2016-01-18Add POSIX function raise()Philipp Matthias Schaefer
2016-01-18Publish SockFlags from nix::sys::signal.Philipp Matthias Schaefer
2016-01-18Fix name of MNT_DETACH flagKamal Marhubi