| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bindings to Apple's `os/lock.h` APIs (os_unfair_lock) | Thom Chiovoloni | 2022-10-05 | 1 | -0/+38 |
* | add major/minor/makedev on apple OSes | Steve Lau | 2022-10-02 | 1 | -0/+12 |
* | Auto merge of #2923 - devnexen:ptrace_another_update, r=JohnTitor | bors | 2022-09-30 | 1 | -0/+9 |
|\ |
|
| * | linux add ptrace_rseq_configuration | David Carlier | 2022-09-29 | 1 | -0/+9 |
* | | Auto merge of #2922 - devnexen:mman_update_solarish, r=JohnTitor | bors | 2022-09-30 | 2 | -0/+6 |
|\ \ |
|
| * | | mmap/madvise specific solaris additional flags. | David Carlier | 2022-09-24 | 2 | -0/+6 |
* | | | Use `::Option` and not `Option` for `pthread_jit_write_callback_t` | Thom Chiovoloni | 2022-09-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | Auto merge of #2925 - devnexen:cpuset_size_dfbsd, r=JohnTitor | bors | 2022-09-28 | 1 | -0/+2 |
|\ \ |
|
| * | | CPU_SETSIZE constant to dragonflybsd. | David Carlier | 2022-09-28 | 1 | -0/+2 |
* | | | fs: add NSFS_MAGIC constant | Pedro Tammela | 2022-09-26 | 1 | -0/+2 |
|/ / |
|
* | | Added malloc_good_size. | Nathan Ricci | 2022-09-23 | 1 | -0/+1 |
* | | Exposed malloc_size on mac | Nathan Ricci | 2022-09-22 | 1 | -0/+2 |
|/ |
|
* | Auto merge of #2899 - devnexen:linux_fileclone, r=JohnTitor | bors | 2022-09-19 | 11 | -0/+23 |
|\ |
|
| * | linux add FICLONE* ioctl. | David Carlier | 2022-09-19 | 11 | -0/+23 |
* | | Compatibility with ESP-IDF V5 | ivmarkov | 2022-09-17 | 1 | -1/+1 |
* | | Auto merge of #2911 - devnexen:netbsd_reg_constants, r=JohnTitor | bors | 2022-09-17 | 1 | -0/+27 |
|\ \ |
|
| * | | netbsd mcontext x86_64 constants. | David Carlier | 2022-09-17 | 1 | -0/+27 |
* | | | expose setgrent/getgrent/endgrent on fuchsia | Steve Lau | 2022-09-16 | 1 | -0/+5 |
|/ / |
|
* | | openbsd: add getmntinfo(3) and getfsstat(2) support | Sébastien Marie | 2022-09-13 | 1 | -0/+6 |
* | | Auto merge of #2904 - cd-work:linux_syscalls, r=JohnTitor | bors | 2022-09-12 | 23 | -0/+184 |
|\ \ |
|
| * | | Add new Linux system call constants | Christian Duerr | 2022-09-09 | 23 | -0/+184 |
| |/ |
|
* | | Auto merge of #2901 - gco:tcp_keepcnt, r=JohnTitor | bors | 2022-09-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Solaris TCP_KEEPINTVL and TCP_KEEPCNT have wrong values | gco | 2022-09-05 | 1 | -2/+2 |
* | | | Auto merge of #2900 - gco:master, r=JohnTitor | bors | 2022-09-10 | 3 | -2/+8 |
|\ \ \ |
|
| * | | | fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumos | gco | 2022-09-05 | 3 | -2/+8 |
| |/ / |
|
* | | | solarish SHM* flags | David Carlier | 2022-09-10 | 1 | -0/+8 |
| |/
|/| |
|
* | | Auto merge of #2891 - asomers:makedev, r=JohnTitor | bors | 2022-09-09 | 11 | -29/+112 |
|\ \ |
|
| * | | Add makedev for the BSDs | Alan Somers | 2022-09-07 | 11 | -29/+112 |
* | | | Auto merge of #2902 - beetrees:apple-attrlist, r=JohnTitor | bors | 2022-09-09 | 1 | -0/+227 |
|\ \ \ |
|
| * | | | apple: Add the attrlist set of functions | beetrees | 2022-09-06 | 1 | -0/+227 |
* | | | | Auto merge of #2897 - paandahl:add-elf-constants, r=JohnTitor | bors | 2022-09-06 | 2 | -20/+177 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Added missing constants from elf.h | Preben Aandahl | 2022-09-06 | 2 | -20/+177 |
| | |/
| |/| |
|
* | | | Fix the tests on the latest FreeBSD 14.0-CURRENT | Alan Somers | 2022-09-03 | 1 | -1/+48 |
* | | | Auto merge of #2896 - devnexen:pthread_jit_mac_upd, r=JohnTitor | bors | 2022-09-02 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | apple add pthread_jit_write_callback_t api related. | David CARLIER | 2022-09-01 | 1 | -0/+12 |
| |/ / |
|
* | | | Auto merge of #2889 - phi-gamma:rtnetlink-mcast-groups, r=JohnTitor | bors | 2022-09-02 | 1 | -0/+56 |
|\ \ \
| |/ /
|/| | |
|
| * | | linux: add rtnetlink mcast group definitions | Philipp Gesang | 2022-08-31 | 1 | -0/+56 |
| |/ |
|
* | | freebsd add shm_largepage_conf data and its ioctl request. | David CARLIER | 2022-08-29 | 1 | -0/+7 |
* | | Auto merge of #2881 - folkertdev:sof-timestamping-add-missing, r=JohnTitor | bors | 2022-08-27 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | remove SOF_TIMESTAMPING_BIND_PHC for now | Folkert | 2022-08-25 | 1 | -1/+0 |
| * | add missing SOF_TIMESTAMPING flags | Folkert | 2022-08-18 | 1 | -0/+9 |
* | | Auto merge of #2876 - phi-gamma:netfilter, r=JohnTitor | bors | 2022-08-24 | 1 | -8/+16 |
|\ \ |
|
| * | | linux: add missing netfilter definitions | Philipp Gesang | 2022-08-21 | 1 | -8/+16 |
* | | | Auto merge of #2888 - lwhsu:freebsd-CPU_SETSIZE, r=JohnTitor | bors | 2022-08-24 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add CPU_SETSIZE const for FreeBSD | Li-Wen Hsu | 2022-08-23 | 1 | -0/+3 |
* | | | | Auto merge of #2887 - devnexen:fbsd_cpusetid_t, r=JohnTitor | bors | 2022-08-23 | 1 | -0/+10 |
|\ \ \ \ |
|
| * | | | | add freebsd's cpusetid_t api | David CARLIER | 2022-08-22 | 1 | -0/+10 |
* | | | | | Auto merge of #2883 - thomcc:confstr, r=JohnTitor | bors | 2022-08-23 | 1 | -0/+10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add `confstr` and guaranteed `_CS_*` constants on apple | Thom Chiovoloni | 2022-08-18 | 1 | -0/+10 |
| | |_|/
| |/| | |
|
* | | | | Auto merge of #2886 - youknowone:apple-constant, r=JohnTitor | bors | 2022-08-22 | 1 | -5/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|