summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1887 from psumbera/masterYuki Okushi2020-09-101-0/+9
|\
| * add pthread_getattr_np() and pthread_attr_getstack() support for illumos and ...Petr Sumbera2020-09-091-0/+9
* | Merge pull request #1886 from sunfishcode/mainYuki Okushi2020-09-101-0/+12
|\ \
| * | Define several more constants for WASI.Dan Gohman2020-09-031-0/+12
| |/
* | Add getitimer and setitimer for macOSMeiK2020-09-031-0/+21
|/
* Merge pull request #1882 from alindima/masterYuki Okushi2020-09-021-1/+5
|\
| * Add missing syscall numbers for aarch64-muslalindima2020-08-311-1/+5
* | Merge pull request #1881 from JohnColanduoni/apple-o-symlinkYuki Okushi2020-09-021-0/+1
|\ \
| * | Add support for Apple's O_SYMLINK flagJohn Colanduoni2020-08-291-0/+1
| |/
* | Merge pull request #1880 from Thomasdezeeuw/io-max-constsYuki Okushi2020-09-022-0/+4
|\ \
| * | Add IOV_MAX and UIO_MAXIOV constantsThomas de Zeeuw2020-08-282-0/+4
| |/
* | Merge pull request #1875 from cmusser/masterYuki Okushi2020-09-022-0/+2
|\ \ | |/ |/|
| * Restore the __error() function, but add a deprecation warning.Chuck Musser2020-08-232-0/+20
| * Dragonfly: expose __errno_location() rather than define __error().Chuck Musser2020-08-232-19/+1
* | Haiku: add [get/set]priority()Niels Sascha Reedijk2020-08-221-0/+3
|/
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-215-48/+33
* Merge pull request #1870 from joshtriplett/safe-functionsYuki Okushi2020-08-212-15/+47
|\
| * Make some inline functions like WIFEXITED and WEXITSTATUS const and safeJosh Triplett2020-08-192-15/+47
* | libc can't use derive(Copy,Clone) because it doesn't work in rustcJosh Triplett2020-08-191-1/+6
|/
* add fmemopen, open_memstream, and open_wmemstream for POSIX.1-2008Jed Brown2020-08-191-0/+13
* Merge pull request #1864 from sajattack/psp-correctionsYuki Okushi2020-08-201-9/+16
|\
| * PSP: A few corrections to types and function signaturesPaul Sajna2020-08-191-9/+16
* | Merge pull request #1863 from ifreund/aarch64-musl-ucontext_tYuki Okushi2020-08-201-0/+18
|\ \ | |/ |/|
| * Add ucontext_t for aarch64-unknown-linux-muslIsaac Freund2020-08-191-0/+18
* | Merge pull request #1861 from joshtriplett/p_pidfdYuki Okushi2020-08-191-0/+5
|\ \
| * | Define P_PIDFD, used with waitidJosh Triplett2020-08-181-0/+5
* | | Merge pull request #1862 from fornwall/android-regexYuki Okushi2020-08-171-0/+70
|\ \ \ | |_|/ |/| |
| * | Expose regex.h for AndroidFredrik Fornwall2020-08-121-0/+70
* | | Merge pull request #1859 from joshtriplett/w_exitcodeYuki Okushi2020-08-141-0/+8
|\ \ \
| * | | Add W_STOPCODE to construct a stop codeJosh Triplett2020-08-101-0/+4
| * | | Add W_EXITCODE to construct an exit codeJosh Triplett2020-08-091-0/+4
| | |/ | |/|
* | | Add execl* functions on WindowsBasix2020-08-121-0/+29
| |/ |/|
* | Merge pull request #1858 from joshtriplett/siginfo-pid-uidYuki Okushi2020-08-115-0/+105
|\ \
| * | siginfo: Provide functions for si_utime and si_stimeJosh Triplett2020-08-101-0/+10
| * | siginfo: In the struct used to access sifields, don't name the first 3 fieldsJosh Triplett2020-08-101-3/+1
| * | Expose si_pid, si_uid, and si_status from siginfo_t as functionsJosh Triplett2020-08-105-0/+97
| |/
* | Merge pull request #1860 from joshtriplett/cldYuki Okushi2020-08-111-0/+7
|\ \
| * | Add CLD_ constantsJosh Triplett2020-08-091-0/+7
| |/
* | Add mac/ios pthread_from_mach_thread_npFábio Botelho2020-08-091-0/+3
|/
* Merge pull request #1854 from jclulow/illumos-openptyYuki Okushi2020-08-072-0/+174
|\
| * add openpty and forkpty implementation for illumos systemsJoshua M. Clulow2020-08-052-0/+174
* | Add DevkitPPC supportDark Kirb2020-08-053-0/+43
* | Merge pull request #1853 from coolreader18/nameinfo-constsYuki Okushi2020-08-051-0/+7
|\ \ | |/ |/|
| * Add more constants for getnameinfocoolreader182020-08-021-0/+7
* | add ucred(3C) support for illumos and Solaris systemsJoshua M. Clulow2020-08-011-0/+33
|/
* Add sys/personality.h constants for LinuxNikita Baksalyar2020-07-292-0/+15
* Merge pull request #1844 from asomers/CTL_P1003_1B_MAXIDYuki Okushi2020-07-291-0/+1
|\
| * Deprecate CTL_P1003_1B_MAXIDAlan Somers2020-07-271-0/+1
* | Merge pull request #1843 from amanda-tait/fuchsia-cmsgYuki Okushi2020-07-281-0/+55
|\ \
| * | Fix style in CMSG_* "macros" for fuchsiaamanda-tait2020-07-271-5/+6