summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-31libc::uint8_t deprecated in favor of rust u8Johannes Schilling
2019-05-25Merge #1066bors[bot]
2019-05-24Allow import of Linux macros in Rust2018Bryant Mairs
2019-05-23Merge #1065bors[bot]
2019-05-23Update fcntl.rsJakub Konka
2019-05-22Merge #1061bors[bot]
2019-05-21Release v0.14.0Alan Somers
2019-05-18Merge #1050bors[bot]
2019-05-17[skip ci] add missing CHANGELOG entry for PR #1055Alan Somers
2019-05-18Merge #1054bors[bot]
2019-05-17Implement `sched_yield`.Dan Gohman
2019-05-17Remove a redundant "use libc"Alan Somers
2019-05-17Merge #1055bors[bot]
2019-05-17Fix build on arm and s390x after recent libc changesAlan Somers
2019-05-05Merge #1048bors[bot]
2019-04-29Restored the bytes field on RecvMsg in order to know the amount of bytes rece...Vincent Dagonneau
2019-04-23Merge #1042bors[bot]
2019-04-23pty: Add forkptyKevin Kuehler
2019-04-22Merge #1046bors[bot]
2019-04-21Remove duplicate use statements on macOS.Tom Pusateri
2019-04-20Merge #1045bors[bot]
2019-04-20Add a access(2) wrapperjr
2019-04-14Merge #1044bors[bot]
2019-04-12Merge #1041bors[bot]
2019-04-11Add unistd::{seteuid,setegid}Julio Merino
2019-04-11Merge #1043bors[bot]
2019-04-09Uncomment to_std and from_std methods for IpAddrrabbott99
2019-04-04export helper macros via `local_inner_macros`Andy Russell
2019-03-29Merge #1036bors[bot]
2019-03-29add errno constants for OpenBSD 6.2 and format long linesJenn Wheeler
2019-03-29Merge #969bors[bot]
2019-03-28Add ENOTSUP to Linux and AndroidJulio Merino
2019-03-16Merge #1034bors[bot]
2019-03-16feat: Add killpgDanSnow
2019-03-16Merge #1031bors[bot]
2019-03-12Support AF_ALGGleb Pomykalov
2019-03-06Merge #1016bors[bot]
2019-03-04Merge #1033bors[bot]
2019-03-03Reenable test_sigwait on OSXAlan Somers
2019-03-03Delete a useless unit test that never did anything.Alan Somers
2019-03-03Fix test_thread_signal* test failures with Cargo 1.33.0Alan Somers
2019-03-03Fix the build on OSX with libc 0.2.49Alan Somers
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2019-02-14Merge #1020bors[bot]
2019-02-14Enable IPv4PacketInfo and Ipv6PacketInfo on more OSes.Alan Somers
2019-02-14Add CHANGELOG entry.Alan Somers
2019-02-14Fix misaligned references when using recvmsg with control messagesAlan Somers
2019-02-14Replace CmsgSpace with a macroAlan Somers
2019-02-14Fix error handling of RecvMsgAlan Somers
2019-02-14Replace hand-rolled cmsg logic with libc's cmsg(3) functions.Alan Somers