summaryrefslogtreecommitdiff
path: root/src/unix/linux_like
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1889 from LinkTed/masterJosh Triplett2020-10-014-85/+158
|\
| * Add more constants for Linux like OSLinkTed2020-09-114-85/+158
* | 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-302-3/+0
|\ \
| * | Consolidate handling of libdl, and handle crt-staticJosh Triplett2020-09-211-1/+0
| * | Consolidate handling of libutil, and handle crt-staticJosh Triplett2020-09-212-2/+0
| |/
* | 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
| |/
* | Android: Add vsock constants and struct.Andrew Walbran2020-09-291-0/+14
|/
* Merge pull request #1882 from alindima/masterYuki Okushi2020-09-021-1/+5
|\
| * Add missing syscall numbers for aarch64-muslalindima2020-08-311-1/+5
* | Add IOV_MAX and UIO_MAXIOV constantsThomas de Zeeuw2020-08-281-0/+2
|/
* Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-212-5/+6
* Merge pull request #1870 from joshtriplett/safe-functionsYuki Okushi2020-08-211-15/+17
|\
| * Make some inline functions like WIFEXITED and WEXITSTATUS const and safeJosh Triplett2020-08-191-15/+17
* | libc can't use derive(Copy,Clone) because it doesn't work in rustcJosh Triplett2020-08-191-1/+6
|/
* 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
| |/
* | Merge pull request #1858 from joshtriplett/siginfo-pid-uidYuki Okushi2020-08-111-0/+57
|\ \
| * | 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-101-0/+49
| |/
* | Add CLD_ constantsJosh Triplett2020-08-091-0/+7
|/
* Add more constants for getnameinfocoolreader182020-08-021-0/+7
* Add sys/personality.h constants for LinuxNikita Baksalyar2020-07-292-0/+15
* Merge pull request #1834 from GabrielMajeri/ptrace-event-stopYuki Okushi2020-07-263-2/+4
|\
| * Add `PTRACE_EVENT_STOP`Gabriel Majeri2020-07-253-2/+4
* | Expose IP_FREEBIND constant for linuxBryan Donlan2020-07-241-0/+1
|/
* Merge pull request #1831 from xonatius/patch-1Yuki Okushi2020-07-241-0/+5
|\
| * Fixed style suggestionDaniil Bondarev2020-07-231-1/+1
| * Added clock_getcpuclockid to linuxDaniil Bondarev2020-07-211-0/+5
* | Merge pull request #1830 from JohnTitor/utmpxYuki Okushi2020-07-241-0/+97
|\ \ | |/ |/|
| * Declare `utmpx` on muslYuki Okushi2020-07-221-0/+97
* | Merge pull request #1828 from stefano-garzarella/vsock-vmaddr-localYuki Okushi2020-07-211-0/+6
|\ \ | |/ |/|
| * linux: add VMADDR_CID_LOCALStefano Garzarella2020-07-201-0/+6
* | Add a declaration for `posix_fadvise64` on Linux.Dan Gohman2020-07-201-0/+6
|/
* Merge pull request #1806 from alexcrichton/aarch64-mcontetYuki Okushi2020-07-031-0/+22
|\
| * Add ucontext_t/mcontext_t for aarch64 AndroidAlex Crichton2020-07-021-0/+22
* | Merge pull request #1750 from asomers/super_magicYuki Okushi2020-07-031-5/+23
|\ \
| * | Add more *_SUPER_MAGIC defines from the latest Linux kernelAlan Somers2020-07-021-0/+18