summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-07sys/statfs: use statfs from libcJörg Thalheim
2017-07-07reuse mknod/umask/fstat/lstat from libcJörg Thalheim
2017-07-05We need to pass by value and not by pointer for writing ioctlsBastian Köcher
2017-07-05Merge #625bors[bot]
2017-07-05Wrap lines to keep them under 100 charsequal-l2
2017-07-05Unify BSD constsequal-l2
2017-07-05Fix libc is not viable with netbsdequal-l2
2017-07-04Allow nix to compile on android targetsroblabla
2017-07-04Allow casting a flag to a type in libc_bitflags!roblabla
2017-07-04Merge pull request #629 from Kixunil/newtypesAlan Somers
2017-07-04Use libc_bitflags! for BSD in fcntl.rsequal-l2
2017-07-02Rely on libc for more socket constantsBryant Mairs
2017-07-02Newtypes for uid_t, gid_t and pid_t.Martin Habovštiak
2017-06-20Merge #599bors[bot]
2017-06-20Merge #622bors[bot]
2017-06-19Support powerpc64Luca Barbato
2017-06-19Separate OpenBSD and FreeBSD in fcntl.rsequal-l2
2017-06-18Fix BSD errorequal-l2
2017-06-18Update bitflags to 0.9equal-l2
2017-06-15Change sched_setaffinity's PID argument to pid_tJulian Squires
2017-06-13Added ptrace utilities.Daniel McKenna
2017-06-12Add openpty()Kelvin Ly
2017-06-04Add pthread_selfking6cong
2017-06-01Add SigAction gettersHenning Ottesen
2017-05-16Add various pty functionsBryant Mairs
2017-04-21remove test warningsking6cong
2017-04-16Self should not be mutated (pull request 564)diekmann
2017-04-15Add AioCb::from_boxed_sliceAlan Somers
2017-04-09Split socket consts. test across ARM arch.Zac Berkowitz
2017-04-09Removed tests on ARM for non-existant constants.Zac Berkowitz
2017-04-09Removed unused libc imports in termios.Zac Berkowitz
2017-04-09Added missing syscalls for powerpcZac Berkowitz
2017-04-09Re-enabled errorno test for not_android.Zac Berkowitz
2017-04-09Removed some socket constants from arch=armZac Berkowitz
2017-04-09Fixed constants for MIPSZac Berkowitz
2017-04-09Fixes nix-rust/nix#532Zac Berkowitz
2017-04-09Switched bsd speed_t def. to libc::speed_tZac Berkowitz
2017-03-22add support `readlink|readlinkat`Jörg Thalheim
2017-03-21add support for `fstatat`Jörg Thalheim
2017-03-21add support for `openat`Jörg Thalheim
2017-03-18Actually mark mmap and related functions as `unsafe`Kevin Mehall
2017-03-02Remove revents from PollFd::newBryant Mairs
2017-02-28fcntl: Expose FcntlArg variants at the module levelKamal Marhubi
2017-02-27fcntl: Support getting and setting pipe size on LinuxKamal Marhubi
2017-02-27Auto merge of #506 - asomers:aio3, r=posborneHomu
2017-02-26Auto merge of #520 - Susurrus:master, r=fiveopHomu
2017-02-26Auto merge of #526 - Fulkerson:master, r=posborneHomu
2017-02-26Auto merge of #518 - berkowski:baud_constants, r=posborneHomu
2017-02-25Remove EPOLLWAKEUP and SIGEV_THREAD_ID when cross-compiling to MIPS.Johan Anderholm
2017-02-25Add ppoll()Bryant Mairs