summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-19Bump version to v0.3.6Carl Lerche
2015-05-19added getpid and getppidMarkus Jais
2015-05-16cleaned up mq unit testsMarkus Jais
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-07Scope to unix platformsCarl Lerche
2015-05-07More multicast supportCarl Lerche
2015-05-05feat: add execvpeQingping Hou
2015-04-28feat: add chroot syscallQingping Hou
2015-04-27Basic Posix MQ supportMarkus Jais
2015-04-26Bump version to v0.3.5Carl Lerche
2015-04-24sched: add support for arm linux using same cpuset_attribs as androidPaul Osborne
2015-04-24Run CI on beta and nightlyCarl Lerche
2015-04-24FromPrimitive is no moreFlorian Hartwig
2015-04-20Bump version to v0.3.4Carl Lerche
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-07Bump version to v0.3.3Carl Lerche
2015-04-07Error on warningsCarl Lerche
2015-04-07Add Error::from_errnoCarl 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-01Bump version to v0.3.2Carl Lerche
2015-04-01Bump dependency versionsCarl Lerche
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-04-01Fix argument order for copy* functionsFlorian Hartwig
2015-03-31Track Rust nightlyCarl Lerche
2015-03-28Track Rust nightlyCarl Lerche
2015-03-25Use libc from crates.ioCarl Lerche
2015-03-25Tweak conversion in testCarl Lerche
2015-03-25Fix manifest excludesCarl Lerche
2015-03-25Bump version to 0.3.1Carl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-25Bump version to 0.3.0Carl Lerche
2015-03-24Bump rand dev dependencyCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-18Implement errno() on NixErrorCarl Lerche
2015-03-16Fix deprecation warningsCarl 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