| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed sockaddr definition | Andrea Ciliberti | 2022-01-23 | 1 | -1/+1 |
* | Fixed conditional programming lint | Andrea Ciliberti | 2022-01-23 | 2 | -14/+26 |
* | Fixed network implementations | Meziu | 2022-01-23 | 2 | -1/+10 |
* | Fixed struct/constants order | Meziu | 2022-01-23 | 1 | -34/+34 |
* | ARMv6K Horizon OS support | Meziu | 2022-01-23 | 2 | -0/+196 |
* | Auto merge of #2543 - asomers:fspacectl, r=Amanieu | bors | 2022-01-21 | 1 | -0/+16 |
|\ |
|
| * | Add fspacectl, new in FreeBSD 14 | Alan Somers | 2022-01-20 | 1 | -0/+16 |
* | | Auto merge of #2638 - devnexen:shm_create_largepage_fbsd, r=Amanieu | bors | 2022-01-21 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | freebsd 13 non thp userspace fn. | David CARLIER | 2022-01-20 | 1 | -0/+10 |
* | | Auto merge of #2637 - asomers:no-kern-stacktop, r=Amanieu | bors | 2022-01-20 | 1 | -58/+0 |
|\ \
| |/
|/| |
|
| * | Delete FreeBSD's MNTK_ constants | Alan Somers | 2022-01-19 | 1 | -57/+0 |
| * | Remove KERN_STACKTOP | Alan Somers | 2022-01-19 | 1 | -1/+0 |
* | | uclibc: fix O_TMPFILE value, un-pub some unused fields to fix libc-test | Jonah Petri | 2022-01-19 | 2 | -20/+20 |
|/ |
|
* | uclibc: PTRACE_O_MASK comes from the kernel, not from libc, so don't speciali... | Jonah Petri | 2022-01-19 | 2 | -7/+1 |
* | Auto merge of #2615 - lancethepants:TIOCGWINSZ, r=Amanieu | bors | 2022-01-18 | 36 | -935/+329 |
|\ |
|
| * | Undefine FIOASYNC for sparc64. | lancethepants | 2022-01-18 | 1 | -1/+1 |
| * | Consolidate all Ioctl constants and functions by architecture. | lancethepants | 2022-01-17 | 36 | -935/+329 |
* | | Add `ip_mreqn` on Android | Tamir Duberstein | 2022-01-17 | 1 | -0/+6 |
* | | Add `ip_mreqn` on FreeBSD | Tamir Duberstein | 2022-01-17 | 1 | -0/+6 |
* | | Add `ip_mreqn` on Apple platforms | Tamir Duberstein | 2022-01-17 | 1 | -0/+6 |
|/ |
|
* | Auto merge of #2631 - devnexen:fbsd13_upd_shm, r=Amanieu | bors | 2022-01-17 | 1 | -0/+14 |
|\ |
|
| * | shm api update from FreeBSD 13 | David CARLIER | 2022-01-16 | 1 | -0/+14 |
* | | Auto merge of #2630 - kaniini:chore/s390x-musl-fixes, r=Amanieu | bors | 2022-01-17 | 1 | -4/+4 |
|\ \ |
|
| * | | Fix definitions of FIONBIO/FIONCLEX/FIOCLEX constants on s390x-musl. | Ariadne Conill | 2022-01-16 | 1 | -3/+3 |
| * | | Fix ioctl definition on s390x-musl targets. | Ariadne Conill | 2022-01-16 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #2629 - devnexen:apple_execinfo_upd, r=Amanieu | bors | 2022-01-17 | 1 | -0/+22 |
|\ \ |
|
| * | | macOs update backtrace api. | David CARLIER | 2022-01-15 | 1 | -0/+22 |
| |/ |
|
* | | Auto merge of #2628 - devnexen:netbsd_prot_mprotect, r=Amanieu | bors | 2022-01-16 | 1 | -0/+8 |
|\ \ |
|
| * | | netbsd add PROT_MPROTECT macros. | David Carlier | 2022-01-15 | 1 | -0/+8 |
| |/ |
|
* | | Add android ioctl constansts: BLKSSZGET and BLKPBSZGET | Mek101 | 2022-01-13 | 1 | -0/+3 |
|/ |
|
* | Define UMOUNT_NOFOLLOW on Linux-like platforms | Ryan Zoeller | 2022-01-12 | 1 | -2/+2 |
* | Auto merge of #2622 - devnexen:fuse_super_magic, r=Amanieu | bors | 2022-01-12 | 1 | -0/+2 |
|\ |
|
| * | linux GLIBC add FUSE_SUPER_MAGIC | David Carlier | 2022-01-12 | 1 | -0/+2 |
* | | Android defines _POSIX_VDISABLE | Ryan Zoeller | 2022-01-10 | 1 | -0/+2 |
|/ |
|
* | Auto merge of #2617 - devnexen:fbsd14_cpuset_upd, r=Amanieu | bors | 2022-01-09 | 1 | -0/+11 |
|\ |
|
| * | freebsd add CPU_COUNT macro | David CARLIER | 2022-01-06 | 1 | -0/+11 |
* | | linux GLIBC add malloc_trim fn. | David Carlier | 2022-01-08 | 1 | -0/+1 |
|/ |
|
* | fix(freebsd): incorrect constant type from ttycom.h | 南浦月 | 2022-01-06 | 3 | -27/+27 |
* | Auto merge of #2609 - devnexen:solarish_sol_filter, r=Amanieu | bors | 2022-01-04 | 1 | -0/+15 |
|\ |
|
| * | illumos SOL_FILTER socket option. | David Carlier | 2022-01-04 | 1 | -0/+15 |
* | | Auto merge of #2613 - djc:macos-dontfrag, r=Amanieu | bors | 2022-01-04 | 1 | -0/+2 |
|\ \ |
|
| * | | apple IP{,V6}_DONTFRAG constants | Dirkjan Ochtman | 2022-01-01 | 1 | -0/+2 |
| |/ |
|
* | | Auto merge of #2612 - bsiegert:master, r=Amanieu | bors | 2022-01-04 | 1 | -0/+6 |
|\ \ |
|
| * | | NetBSD: add definition for execvpe | Benny Siegert | 2022-01-01 | 1 | -0/+6 |
| |/ |
|
* | | Auto merge of #2611 - devnexen:dfbsd_so_acceptfilter, r=Amanieu | bors | 2022-01-04 | 2 | -5/+5 |
|\ \ |
|
| * | | dragonflybsd accept_filter_arg support for SO_ACCEPTFILTER. | David Carlier | 2021-12-31 | 2 | -5/+5 |
| |/ |
|
* | | Auto merge of #2610 - rtzoeller:dfly_cmsg_align, r=Amanieu | bors | 2022-01-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix _CMSG_ALIGN on DragonFly | Ryan Zoeller | 2022-01-02 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #2608 - devnexen:obsd_splice, r=Amanieu | bors | 2022-01-04 | 1 | -0/+6 |
|\ \ |
|
| * | | openbsd adding splice struct for SO_SPLICE sock opt | David Carlier | 2021-12-30 | 1 | -0/+6 |
| |/ |
|