summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-03Add support for getifaddrs. Closes: #650.Markus Wanner
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-25Merge #694bors[bot]
2017-07-20Remove workaround for `pub extern crate`Jonas Schievink
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-06-13Added ptrace utilities.Daniel McKenna
2017-05-16Add various pty functionsBryant Mairs
2017-02-19Fix the style for bitflags!Mathias Svensson
2016-10-27error: add documentation for nix::ErrorPaul Osborne
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-06-06Only deny warnings in testKamal Marhubi
2016-04-18Use Void in exec return typearcnmx
2016-03-17Auto merge of #311 - fiveop:context, r=@kamalmarhubiHomu
2016-03-16Add libc_bitflags convenience macroKamal Marhubi
2016-03-14Add context module.Philipp Matthias Schaefer
2016-03-11libc: re-export libc properlyPaul Osborne
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
2016-02-28Make crate libc import public.Philipp Matthias Schaefer
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-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-27Added if_nametoindex (and necessary module based on Cs net/if.h)Marc Brinkmann
2016-01-25Implement NixPath for CStrKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-18Update to libc 0.2.4User Vagrant
2016-01-18update libc to 0.2.2Mattis Marjak
2015-11-03Use `libc::PATH_MAX` in `NixPath::with_nix_path`.Utkarsh Kukreti
2015-10-27Improve Error interoperability with stdJeremy Fitzhardinge
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-28Move nix::mq -> nix::mqueue to mirror headerCarl Lerche
2015-05-21Fix NixPath yield with CStr instead of OsStrCarl Lerche
2015-05-07Scope to unix platformsCarl Lerche
2015-04-27Basic Posix MQ supportMarkus Jais
2015-04-07Error on warningsCarl Lerche
2015-04-07Add Error::from_errnoCarl Lerche
2015-04-06Get compiling on Rust 1.0 betaCarl Lerche
2015-04-03Fd ist now RawFdFlorian Hartwig
2015-04-01Fix argument order for copy* functionsFlorian Hartwig
2015-03-25Use libc from crates.ioCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche
2015-03-13Amend some files to make it compile on arm-linux-androideabi.kennytm
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche