| Commit message (Expand) | Author | Age | Files | Lines |
* | add `ifreq` and friends for linux | Folkert | 2022-10-16 | 1 | -1/+4 |
* | Auto merge of #2941 - SteveLauC:statx-constants-on-gnu-linux, r=JohnTitor | bors | 2022-10-09 | 1 | -0/+3 |
|\ |
|
| * | add missing STATX_ATTR_* constants on gnu/linux | Steve Lau | 2022-10-09 | 1 | -0/+3 |
* | | os_log/signpost for apple api subset | David CARLIER | 2022-10-07 | 1 | -0/+1 |
|/ |
|
* | Add bindings to Apple's `os/lock.h` APIs (os_unfair_lock) | Thom Chiovoloni | 2022-10-05 | 1 | -0/+3 |
* | linux add ptrace_rseq_configuration | David Carlier | 2022-09-29 | 1 | -0/+3 |
* | Do not import `sys/sendfile.h` | Yuki Okushi | 2022-09-28 | 1 | -1/+0 |
* | Ignore some items | Yuki Okushi | 2022-09-28 | 1 | -4/+120 |
* | Try to update emsdk version | Yuki Okushi | 2022-09-25 | 1 | -1/+9 |
* | test: Unignore some items | Yuki Okushi | 2022-09-20 | 1 | -105/+13 |
* | test: Ignore some items changed in recent Linux versions | Yuki Okushi | 2022-09-20 | 1 | -1/+15 |
* | Add test exceptions | Christian Duerr | 2022-09-09 | 1 | -0/+11 |
* | Auto merge of #2891 - asomers:makedev, r=JohnTitor | bors | 2022-09-09 | 1 | -0/+9 |
|\ |
|
| * | Add makedev for the BSDs | Alan Somers | 2022-09-07 | 1 | -0/+9 |
* | | apple: Add the attrlist set of functions | beetrees | 2022-09-06 | 1 | -1/+1 |
* | | Fix the tests on the latest FreeBSD 14.0-CURRENT | Alan Somers | 2022-09-03 | 1 | -2/+27 |
* | | Auto merge of #2896 - devnexen:pthread_jit_mac_upd, r=JohnTitor | bors | 2022-09-02 | 1 | -0/+3 |
|\ \ |
|
| * | | apple add pthread_jit_write_callback_t api related. | David CARLIER | 2022-09-01 | 1 | -0/+3 |
* | | | Auto merge of #2889 - phi-gamma:rtnetlink-mcast-groups, r=JohnTitor | bors | 2022-09-02 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | linux: add rtnetlink mcast group definitions | Philipp Gesang | 2022-08-31 | 1 | -0/+6 |
| |/ |
|
* | | freebsd add shm_largepage_conf data and its ioctl request. | David CARLIER | 2022-08-29 | 1 | -0/+5 |
|/ |
|
* | Auto merge of #2876 - phi-gamma:netfilter, r=JohnTitor | bors | 2022-08-24 | 1 | -0/+15 |
|\ |
|
| * | linux: add missing netfilter definitions | Philipp Gesang | 2022-08-21 | 1 | -0/+15 |
* | | IEEE EUI-64 callss for freebsd/dragonflybsd. | David CARLIER | 2022-08-18 | 1 | -0/+2 |
* | | openbsd: ignore ci error about unexistent KERN_NSELCOLL constant | Sébastien Marie | 2022-08-17 | 1 | -0/+2 |
|/ |
|
* | Auto merge of #2873 - pirocks:master, r=JohnTitor | bors | 2022-08-15 | 1 | -0/+6 |
|\ |
|
| * | Add pthread_sigqueue. | Francis Nixon | 2022-08-13 | 1 | -0/+6 |
* | | Ignore FUTEX_LOCK_PI2 in tests | Ryan Zoeller | 2022-08-13 | 1 | -0/+3 |
|/ |
|
* | Limit `gnu/libc-version.h` header to glibc | Christian Legnitto | 2022-08-11 | 1 | -1/+1 |
* | Add `gnu_get_[version|release]` for glibc | Christian Legnitto | 2022-08-03 | 1 | -0/+1 |
* | Few socket updates related for Linux. | David Carlier | 2022-07-22 | 1 | -0/+1 |
* | linux arm64 pointer, prctl auth control follow-up. | David Carlier | 2022-06-29 | 1 | -0/+3 |
* | Auto merge of #2831 - JohnTitor:macos-12-ci, r=Amanieu | bors | 2022-06-22 | 1 | -3/+0 |
|\ |
|
| * | Remove a workaround for older macOS | Yuki Okushi | 2022-06-21 | 1 | -3/+0 |
* | | Add rtnetlink.h, if_addr.h, if_link.h header to Android | tiann | 2022-06-22 | 1 | -0/+3 |
|/ |
|
* | memfd_create additional flags for FreeBSD. | David CARLIER | 2022-06-19 | 1 | -0/+13 |
* | Remove rumprun-related code | Yuki Okushi | 2022-06-19 | 1 | -21/+0 |
* | linux 64 bits gnu/musl add clone_args for clone3 syscall. | David Carlier | 2022-05-31 | 1 | -0/+3 |
* | Auto merge of #2804 - JohnTitor:cleanup-freebsd-test, r=Amanieu | bors | 2022-05-31 | 1 | -159/+4 |
|\ |
|
| * | Remove workarounds for old FreeBSDs on libc-test | Yuki Okushi | 2022-05-28 | 1 | -159/+4 |
* | | Auto merge of #2607 - devnexen:user_fpsimd_struct_arm64, r=Amanieu | bors | 2022-05-28 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | linux glibc add user_fpsimd_struct struct | David Carlier | 2022-01-04 | 1 | -1/+3 |
* | | Auto merge of #2791 - openqrnch:macos-rawsock, r=Amanieu | bors | 2022-05-24 | 1 | -0/+4 |
|\ \ |
|
| * | | Add missing headers for tests on macos. | Jan Danielsson | 2022-05-17 | 1 | -0/+4 |
* | | | dragonflybsd adding subset of kvm api | David Carlier | 2022-05-22 | 1 | -0/+5 |
|/ / |
|
* | | Auto merge of #2768 - colincross:pthread_setname_np, r=Amanieu | bors | 2022-05-11 | 1 | -0/+3 |
|\ \ |
|
| * | | Promote pthread_getname_np and pthread_setname_np from glibc to linux | Colin Cross | 2022-05-10 | 1 | -0/+3 |
* | | | Add LIO_READV and LIO_WRITEV on FreeBSD | Alan Somers | 2022-05-07 | 1 | -0/+3 |
* | | | Auto merge of #2775 - asomers:aio_writev2, r=Amanieu | bors | 2022-05-05 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Enable aio_{read,write}v on FreeBSD | Alan Somers | 2022-05-05 | 1 | -0/+2 |