summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bootstrap on redoxJosh Triplett2020-10-041-2/+5
* Merge pull request #1897 from Aaron1011/feature/sys-pidfd-open-clone3Josh Triplett2020-09-3013-0/+28
|\
| * Add SYS_pidfd_open and SYS_clone3Aaron Hill2020-09-1713-0/+28
* | Merge pull request #1899 from joshtriplett/support-static-glibcYuki Okushi2020-09-304-4/+27
|\ \
| * | Consolidate handling of libdl, and handle crt-staticJosh Triplett2020-09-212-1/+3
| * | Consolidate handling of libutil, and handle crt-staticJosh Triplett2020-09-213-2/+3
| * | Add support for building with static glibcJosh Triplett2020-09-212-1/+21
| |/
* | Merge pull request #1903 from bartelsielski/masterYuki Okushi2020-09-304-0/+24
|\ \
| * | Add struct ip_mreqn to more Linux targetsBartel Sielski2020-09-254-0/+24
* | | Merge pull request #1904 from glaubitz/sparc-linuxYuki Okushi2020-09-301-1/+1
|\ \ \
| * | | Fix type definition for c_char on sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz2020-09-271-1/+1
| |/ /
* | | Merge pull request #1905 from qwandor-google/vsockYuki Okushi2020-09-301-0/+14
|\ \ \
| * | | Android: Add vsock constants and struct.Andrew Walbran2020-09-291-0/+14
| |/ /
* | | Merge pull request #1895 from schultetwin1/masterYuki Okushi2020-09-301-0/+2
|\ \ \ | |/ / |/| |
| * | Add UIO_MAXIOV constant to uclibcMatt Schulte2020-09-161-0/+2
| |/
* | Define some `sysconf` constants for WASI.Dan Gohman2020-09-131-0/+5
|/
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-1214-183/+211
* 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
|\ \