summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1879 from xonatius/0.2.770.2.77Yuki Okushi2020-09-101-1/+1
|\ | | | | Bump up to 0.2.77
| * Bump up to 0.2.77Daniil Bondarev2020-08-241-1/+1
| |
* | Merge pull request #1887 from psumbera/masterYuki Okushi2020-09-101-0/+9
|\ \ | | | | | | add pthread_getattr_np() and pthread_attr_getstack() for Solaris
| * | add pthread_getattr_np() and pthread_attr_getstack() support for illumos and ↵Petr Sumbera2020-09-091-0/+9
| | | | | | | | | | | | Solaris systems
* | | Merge pull request #1886 from sunfishcode/mainYuki Okushi2020-09-101-0/+12
|\ \ \ | | | | | | | | Define several more constants for WASI.
| * | | Define several more constants for WASI.Dan Gohman2020-09-031-0/+12
| |/ / | | | | | | | | | | | | Define `O_NOCTTY`, `R_OK`, `POLLIN`, and related constants using the current values from WASI libc.
* | | Merge pull request #1885 from MeiK2333/masterYuki Okushi2020-09-101-0/+21
|\ \ \ | |/ / |/| | Add getitimer and setitimer for macOS
| * | Add getitimer and setitimer for macOSMeiK2020-09-031-0/+21
|/ / | | | | | | Add getitimer and setitimer for macOS
* | Merge pull request #1882 from alindima/masterYuki Okushi2020-09-021-1/+5
|\ \ | | | | | | Add missing syscall numbers for aarch64-musl
| * | 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 flag
| * | 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 constants
| * | Add IOV_MAX and UIO_MAXIOV constantsThomas de Zeeuw2020-08-282-0/+4
| |/ | | | | | | | | | | | | These constant can be used to determine the maximum number of iovecs can be passed to functions like readv/writev. Linux like uses UIO_MAXIOV, while the BSD family uses IOV_MAX.
* | 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
| | | | | | | | | | | | | | Expose __errno_location() (introduced in DragonFlyBSD 5.8), which returns the current thread's errno value. This is similar to Linux and avoids having a separate module that defines both errno (which depends on the thread_local feature) and an __error() function.
* | Merge pull request #1874 from nielx/fix/priorityYuki Okushi2020-08-241-0/+3
|\ \ | |/ |/| Haiku: add [get/set]priority()
| * Haiku: add [get/set]priority()Niels Sascha Reedijk2020-08-221-0/+3
|/ | | | These methods were added in Haiku R1 beta 2.
* Merge pull request #1873 from JohnTitor/vs2019Yuki Okushi2020-08-231-1/+1
|\ | | | | Update Windows Server and Visual Studio versions to 2019
| * Update Windows Server and Visual Studio versions to 2019Yuki Okushi2020-08-221-1/+1
| |
* | Merge pull request #1867 from xonatius/clock_getcpuclockid_more_targetsYuki Okushi2020-08-226-52/+49
|\ \ | |/ |/| Added clock_getcpuclockid to more targets
| * Added clock_getcpuclockid to more targetsDaniil Bondarev2020-08-216-52/+49
|/ | | | | Previously clock_getcpuclockid was enabled only on linux, with this change it is enabled on all linux_like and freebsdlike.
* Merge pull request #1872 from JohnTitor/switch-imageYuki Okushi2020-08-221-0/+3
|\ | | | | Clarify the use of external Docker image
| * Clarify the use of external Docker imageYuki Okushi2020-08-211-0/+3
|/
* Merge pull request #1868 from JohnTitor/emsdk-1.39.20Yuki Okushi2020-08-212-5/+5
|\ | | | | Update emsdk to 1.39.20
| * Update emsdk to 1.39.20Yuki Okushi2020-08-202-5/+5
| |
* | 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
| | |
* | | Merge pull request #1871 from JohnTitor/0.2.760.2.76Yuki Okushi2020-08-201-1/+1
|\ \ \ | | | | | | | | Bump up to 0.2.76
| * | | Bump up to 0.2.76Yuki Okushi2020-08-201-1/+1
| |/ /
* | | Merge pull request #1869 from joshtriplett/fix-copy-clone-no-deriveYuki Okushi2020-08-202-1/+9
|\ \ \ | |/ / |/| |
| * | ci/style.rs: Catch derives of Copy and CloneJosh Triplett2020-08-191-0/+3
| | | | | | | | | | | | Let's prevent this from happening again.
| * | libc can't use derive(Copy,Clone) because it doesn't work in rustcJosh Triplett2020-08-191-1/+6
|/ /
* | Merge pull request #1866 from joshtriplett/master0.2.75Yuki Okushi2020-08-201-1/+1
|\ \ | |/ |/| libc 0.2.75
| * libc 0.2.75Josh Triplett2020-08-181-1/+1
| |
* | Merge pull request #1855 from jedbrown/masterYuki Okushi2020-08-202-1/+15
|\ \
| * | add fmemopen, open_memstream, and open_wmemstream for POSIX.1-2008Jed Brown2020-08-192-1/+15
|/ / | | | | | | Skip test on aarch64 due to https://github.com/rust-lang/libc/issues/1765
* | Merge pull request #1864 from sajattack/psp-correctionsYuki Okushi2020-08-201-9/+16
|\ \ | | | | | | PSP: A few corrections to types and function signatures
| * | 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-musl
| * | Add ucontext_t for aarch64-unknown-linux-muslIsaac Freund2020-08-191-0/+18
| | |
* | | Merge pull request #1865 from JohnTitor/cloudabi-tier3Yuki Okushi2020-08-192-3/+2
|\ \ \ | |_|/ |/| | Move `x86_64-unknown-cloudabi` to tier 3 check
| * | Move `x86_64-unknown-cloudabi` to tier 3 checkYuki Okushi2020-08-192-3/+2
|/ /
* | Merge pull request #1861 from joshtriplett/p_pidfdYuki Okushi2020-08-192-0/+14
|\ \
| * | Define P_PIDFD, used with waitidJosh Triplett2020-08-182-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Linux defines a waitid type `P_PIDFD`, for use with process file descriptors (`pidfd`). Add that constant. In libc-test, add linux/wait.h to the Linux-specific and Android-specific headers, to get the definition. Exclude it on Android and musl for now, though, as the versions in CI don't have it yet.
* | | Merge pull request #1862 from fornwall/android-regexYuki Okushi2020-08-172-0/+71
|\ \ \ | |_|/ |/| |
| * | Add regex.h to libc-test for AndroidFredrik Fornwall2020-08-161-0/+1
| | |
| * | Expose regex.h for AndroidFredrik Fornwall2020-08-121-0/+70
| | |
* | | Merge pull request #1859 from joshtriplett/w_exitcodeYuki Okushi2020-08-141-0/+8
|\ \ \