summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #428 from alexcrichton/fixesAlex Crichton2016-10-141-0/+6
|\
| * Add a number of constants to mips64Alex Crichton2016-10-141-0/+6
* | Go back to stable for rustdocAlex Crichton2016-10-141-3/+0
|/
* Fix the build on s390xAlex Crichton2016-10-102-0/+17
* Make the AF_NETLINK constant available for AndroidMátyás Mustoha2016-10-102-2/+1
* Auto merge of #420 - kallisti5:master, r=alexcrichtonbors2016-10-081-0/+2
|\
| * Haiku: Add missing EAI_SYSTEM constAlexander von Gluck IV2016-10-071-0/+2
* | define more MSG_NOSIGNALMathieu Poumeyrol2016-10-084-0/+8
* | Typo in unix/solaris/mod.rsVojtech Kral2016-10-061-1/+1
* | Auto merge of #413 - zenhack:CLONE_NEWCGROUP, r=alexcrichtonbors2016-10-0510-16/+7
|\ \
| * | Consolidate and fix musl-specific definitions.Ian Denhardt2016-10-0510-16/+5
| * | Define CLONE_NEWCGROUPIan Denhardt2016-10-051-0/+2
* | | Forgot the x86 changesWilliam Laeder2016-10-051-2/+0
* | | Removed SYSEMU flags until I get the stuff sorted out with sys mainters.William Laeder2016-10-051-2/+0
* | | Added all additional ptrace options.William Laeder2016-10-052-0/+15
* | | Auto merge of #416 - kallisti5:master, r=alexcrichtonbors2016-10-043-6/+31
|\ \ \ | | |/ | |/|
| * | Haiku: Add in final missing pthread pubsAlexander von Gluck IV2016-10-041-0/+8
| * | Haiku: Add missing sem/thread structs. Fix non-pub ULONGAlexander von Gluck IV2016-10-043-6/+23
* | | Auto merge of #415 - kallisti5:master, r=alexcrichtonbors2016-10-041-0/+3
|\ \ \ | |/ /
| * | Haiku: Add missing nl_item typeAlexander von Gluck IV2016-10-031-0/+1
| * | Haiku: Fix missing use merge of pointer moduleAlexander von Gluck IV2016-10-031-0/+2
* | | Add `pthread_mutex_timedlock`Andrew Paseltiner2016-10-015-0/+10
| |/ |/|
* | Auto merge of #410 - kallisti5:master, r=alexcrichtonbors2016-09-307-2/+732
|\ \ | |/
| * Add support for Haiku x86 and x86_64Niels Sascha Reedijk2016-09-297-2/+732
* | Auto merge of #409 - jakllsch:netbsdlike-long-fixes, r=alexcrichtonbors2016-09-306-2/+22
|\ \
| * | Recognize 32-bit NetBSDJonathan A. Kollasch2016-09-292-0/+7
| * | Move 64-bit-specific NetBSD stuff aroundJonathan A. Kollasch2016-09-293-2/+13
| * | Move c_long and c_ulong for netbsdlikeJonathan A. Kollasch2016-09-293-2/+4
| * | Move NetBSD into its own directoryJonathan A. Kollasch2016-09-291-0/+0
| |/
* | Auto merge of #391 - japaric:mips-musl, r=alexcrichtonbors2016-09-301-1/+4
|\ \ | |/ |/|
| * linux: make statvfs.__f_unused privateJorge Aparicio2016-09-121-1/+1
| * add CI for mips-muslJorge Aparicio2016-09-111-0/+3
* | add MSG_NOSIGNAL (linux, android)Mathieu Poumeyrol2016-09-281-0/+2
* | Merge remote-tracking branch 'upstream/master' into shadowpwPhilipp Keller2016-09-2622-2/+368
|\ \
| * \ Auto merge of #405 - mmun:patch-1, r=alexcrichtonbors2016-09-261-0/+2
| |\ \
| | * | Add getchar_unlocked and putchar_unlockedMartin Muñoz2016-09-251-0/+2
| * | | Add EAI_SYSTEM getaddrinfo error code.Tomasz Miąsko2016-09-267-0/+14
| * | | Auto merge of #401 - alexander255:master, r=alexcrichtonbors2016-09-2513-1/+229
| |\ \ \
| | * | | Add System V message queue bindings for Linux (glibc/musl)Alexander Schlarb2016-09-1813-1/+229
| * | | | Auto merge of #400 - mrjana:netlink, r=alexcrichtonbors2016-09-252-0/+122
| |\ \ \ \
| | * | | | Add netlink constantsJana Radhakrishnan2016-09-172-0/+122
| | |/ / /
| * | | | Auto merge of #399 - semarie:sethostname, r=alexcrichtonbors2016-09-252-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | define `sethostname` under OpenBSD and BitrigSébastien Marie2016-09-162-1/+1
| | |/ /
* | | | Add shadow password bindings: setspent, endspent, getspent, getspnam plus spw...Philipp Keller2016-09-261-0/+17
|/ / /
* | | couldn't get strftime to work, even with help from IRC. Removing it now as it...Philipp Keller2016-09-251-3/+0
* | | fixing 'bad strftime function pointer' for i686-apple-darwinPhilipp Keller2016-09-241-4/+3
* | | fix double blank linePhilipp Keller2016-09-241-1/+0
* | | added time, localtime, strftimePhilipp Keller2016-09-231-0/+9
|/ /
* | Auto merge of #394 - lemonrock:accept4, r=alexcrichtonbors2016-09-141-0/+2
|\ \
| * | Adding accept4 functionRaphael Cohn2016-09-141-0/+2
| |/