summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22Merge #1127bors[bot]
2019-09-21unistd: getcwd: Double the buffer when need, up to PATH_MAX as limitOtavio Salvador
2019-09-21Merge #1126bors[bot]
2019-09-21Merge #1124bors[bot]
2019-09-20Relax some dependency versionsAlex Touchet
2019-09-19Where relevant, replace equality checks in assert! with assert_eq!Xavier L'Heureux
2019-09-20Merge #1123bors[bot]
2019-09-19Fix test breakage in Seccomp mode.Alan Somers
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2019-09-12use unrelease section in changelogDing Xiang Fei
2019-09-12use slices for array comparisonDing Xiang Fei
2019-09-12CHANGELOG updateDing Xiang Fei
2019-09-12better wordingDing Xiang Fei
2019-09-12posix_fallocateDing Xiang Fei
2019-09-04Merge #1120bors[bot]
2019-09-04Fix length of abstract socket addressYuxuan Shui
2019-09-04Merge #1113bors[bot]
2019-09-04Replace Signal::from_c_int by Signal::try_fromAlan Somers
2019-09-04Simplify implementation of libc_enum! with vis metavariablesAlan Somers
2019-09-04Merge #1114bors[bot]
2019-09-03Skip the aio_suspend test on LinuxAlan Somers
2019-09-03Workaround an outdated Travis imageAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-30Merge #1107bors[bot]
2019-08-29Clippy: remove an unused lifetime parameterAlan Somers
2019-08-29Implement Default for FdSetAlan Somers
2019-08-29Remove an obsolete commentAlan Somers
2019-08-29Clippy: silence a false-positive cast alignment warningAlan Somers
2019-08-29Clippy: remove unnecessary mem::transmuteAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-08-29Merge #1108bors[bot]
2019-08-28Fix some ioctl tests on muslAlan Somers
2019-08-28Raise minimum supported Rust version to 1.36.0Otavio Salvador
2019-08-22Merge #1109bors[bot]
2019-08-22Update CHANGELOG.mdSendil Kumar N
2019-08-22updated changelogSendil Kumar
2019-08-22remove macro symbolSendil Kumar
2019-08-22add readlinkat tooSendil Kumar
2019-08-22fix review commentsSendil Kumar
2019-08-22Add changelogSendil Kumar
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-08-22fix readlink/readlinkat to return too long only when it is longSendil Kumar
2019-08-10Merge #1104bors[bot]
2019-08-10Release v0.15.0Alan Somers
2019-07-18Merge #1097bors[bot]
2019-07-17Add renameatScott Lamb
2019-07-16Merge #1058bors[bot]
2019-07-14Implement unlinkatJohnnie Birch
2019-07-13Merge #1095bors[bot]
2019-07-13Temporarily allow deprecated itemsAlan Somers