summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More fixes for x86_64-unknown-linux-gnux32Marco A L Barbosa2017-10-2714-357/+764
* Fix kqueue filter consts type on NetBSDVojtech Kral2017-10-241-7/+7
* fix ABI breakage in syscall constantsNicolas Dusart2017-10-2010-3332/+3332
* Auto merge of #812 - malbarbo:x32, r=alexcrichtonbors2017-10-1911-40/+131
|\
| * Fix styleMarco A L Barbosa2017-10-183-4/+4
| * Move down c_long and c_ulong of linux/other/b64 to accommodate x32Marco A L Barbosa2017-10-186-11/+13
| * Linux x32 does not have some SYS_ constantsMarco A L Barbosa2017-10-182-11/+12
| * Linux x32 does not support sysctlMarco A L Barbosa2017-10-187-7/+64
| * Fix utmpx.ut_session for linux x32Marco A L Barbosa2017-10-181-2/+2
| * Fix timespec, stat, stat64 for linux x32Marco A L Barbosa2017-10-183-17/+22
| * Fix mq_attr for linux x32Marco A L Barbosa2017-10-181-1/+19
| * Fix c_long, c_ulong and sysinfo for linux x32Marco A L Barbosa2017-10-181-12/+20
* | Auto merge of #813 - ndusart:syscall-android, r=alexcrichtonbors2017-10-192-615/+615
|\ \
| * | SYS_* constants are of type long in AndroidNicolas Dusart2017-10-192-615/+615
| |/
* | Auto merge of #810 - oherrala:pthread_cancel, r=alexcrichtonbors2017-10-192-0/+4
|\ \
| * | Trying to fix for i686-appleOssi Herrala2017-10-191-0/+2
| * | Introduce pthread_cancel() for terminating threadsOssi Herrala2017-10-182-0/+2
* | | Auto merge of #802 - Mic92:setfsuid, r=alexcrichtonbors2017-10-191-0/+2
|\ \ \
| * | | provide setfsgid/setfsuid also on androidJoerg Thalheim2017-10-191-0/+2
* | | | Add termios2 for Android & LinuxBryant Mairs2017-10-1812-0/+132
* | | | Add BOTHER to Android & LinuxBryant Mairs2017-10-189-0/+9
| |_|/ |/| |
* | | Add more Linux-based syscall tablesAlex Crichton2017-10-1815-138/+4006
| |/ |/|
* | freebsd: Add LOCAL_* for local domain sockets.Dan Glastonbury2017-10-181-0/+16
* | Add missing powerpc64 in musl/mod.rsRoberto Oliveira2017-10-171-1/+3
* | Auto merge of #807 - djg:macos_sol_local, r=alexcrichtonbors2017-10-171-0/+18
|\ \
| * | apple: Add SOL_LOCAL and LOCAL_* for local domain sockets.Dan Glastonbury2017-10-161-0/+18
* | | define SYS_renameat2 + flags on linuxJoerg Thalheim2017-10-168-0/+25
|/ /
* | Add getprotobynumberAndrew Tunnell-Jones2017-10-131-0/+1
* | Remove excess whitespaceAndy Lowry2017-10-121-1/+1
* | Add ucred to muslAndy Lowry2017-10-121-0/+6
|/
* Add `ucred` on AndroidAlex Crichton2017-10-111-0/+6
* netbsd: add KERN_PROC_ARGS sysctl MIB subtypesJonathan A. Kollasch2017-10-071-0/+5
* Add getservbyname and getprotobynameAndrew Tunnell-Jones2017-10-071-0/+16
* Auto merge of #792 - justinlatimer:ip-bindany, r=alexcrichtonbors2017-10-051-0/+2
|\
| * Add IP_BINDANY for FreeBSDJustin Latimer2017-10-051-0/+2
* | add utimensat to netbsdlikeSébastien Marie2017-10-051-0/+2
|/
* Add preadv64/pwritev64 on Linux/AndroidJoerg Thalheim2017-09-281-0/+8
* Add fstatat64 on Linux/AndroidJoerg Thalheim2017-09-271-0/+2
* Auto merge of #782 - tjkirch:master, r=alexcrichtonbors2017-09-259-69/+254
|\
| * Add support for aarch64-unknown-linux-muslTom Kirchner2017-09-259-69/+254
* | Auto merge of #781 - jessicah:haiku-fixes-for-nix, r=alexcrichtonbors2017-09-257-58/+335
|\ \ | |/ |/|
| * unix: remove constants moved into submodules.Jessica Hamilton2017-09-261-9/+0
| * Move various POLL* and RTLD_LAZY constants into submodules.Jessica Hamilton2017-09-265-0/+39
| * Revert "POLL*/RTLD_LAZY: definitions differ on Haiku."Jessica Hamilton2017-09-261-7/+0
| * POLL*/RTLD_LAZY: definitions differ on Haiku.Jessica Hamilton2017-09-261-0/+7
| * haiku: add missing definitions found from building nix.Jessica Hamilton2017-09-261-43/+221
| * haiku: add openpty/forkpty, and link to libbsd.Jessica Hamilton2017-09-261-0/+10
| * haiku: define PATH_MAX.Jessica Hamilton2017-09-261-0/+2
| * haiku: fix incorrect constant for EMFILE.Jessica Hamilton2017-09-261-1/+1
| * haiku: add missing pathconf constants.Jessica Hamilton2017-09-251-0/+23