summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-08-11Merge #729bors[bot]
2017-08-10Refactor statvfs moduleBryant Mairs
2017-08-09Merge #688bors[bot]
2017-08-08Merge #722bors[bot]
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk
2017-08-07Merge #721bors[bot]
2017-08-08Add entry to CHANGELOG about OpenBSD fixesWesley Moore
2017-08-08Add FreeBSD, OpenBSD support for setresuid/setresgidWesley Moore
2017-08-05Correct access of cmsg ancillary data on first headerWesley Moore
2017-08-05Fix tests on OpenBSDWesley Moore
2017-08-05Add OpenBSD compatibility to signalsWesley Moore
2017-08-05Add OpenBSD compatibility to eventsWesley Moore
2017-08-01Merge #716bors[bot]
2017-08-01Fix changelog from bad mergeBryant Mairs
2017-08-01Merge #647bors[bot]
2017-08-01removing socket constants tests in nix-testNicolas Dusart
2017-08-01Document AddressFamily and SockTypeNicolas Dusart
2017-08-01add SockProtocol type for third argument of socket and socketpairNicolas Dusart
2017-08-01Document `MsgFlags` constantsNicolas Dusart
2017-08-01add socket constants already present in libcNicolas Dusart
2017-08-01remove sys::sockets::consts module as it's libc goal to define themNicolas Dusart
2017-07-30Merge #672bors[bot]
2017-07-30document poll moduleNicolas Dusart
2017-07-30Merge #713bors[bot]
2017-07-29Move i686-unknown-freebsd builds from Travis to BuildBotAlan Somers
2017-07-29Merge #712bors[bot]
2017-07-29Change the FreeBSD builder's name to "amd64_fbsd11"Alan Somers
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-25Merge #692bors[bot]
2017-07-25Remove the TODO comments, add unwrap() for ptrace.Marcin Mielniczuk
2017-07-25Merge branch 'ptrace-rename' of github.com:marmistrz/nix into ptrace-renameMarcin Mielniczuk
2017-07-25Fix the tests compilingMarcin Mielniczuk
2017-07-25Merge branch 'master' into ptrace-renameMarcin Mielniczuk
2017-07-25Add a changelog entryMarcin Mielniczuk
2017-07-25Disable testing because of musl #include issuesBryant Mairs
2017-07-25Disable failing tests on mips64Bryant Mairs
2017-07-25Disable tests on s390xBryant Mairs
2017-07-25Move Tier 3s to Tier 2Bryant Mairs
2017-07-25Bump version to 0.10.0-preAlan Somers
2017-07-25Release 0.9.0Alan Somers
2017-07-25Add CHANGELOG entry for PR #661Alan Somers
2017-07-25Replace remaining process::exit with libc::_exitJonas Schievink
2017-07-25Remove unneeded localJonas Schievink
2017-07-25Document invariants of fork and fix testsJonas Schievink
2017-07-25Allow doc attributes in ioctl macroroblabla
2017-07-25use std::env::temp_dir() to retrieve the temp directory in test_mkstempNicolas Dusart
2017-07-25Document WaitStatus and its variantsGeoffrey Thomas
2017-07-25Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-25Add tests of actual ioctl usageBryant Mairs