summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2636 - skrap:master, r=Amanieu0.2.113bors2022-01-204-31/+21
|\
| * uclibc: fix O_TMPFILE value, un-pub some unused fields to fix libc-testJonah Petri2022-01-194-31/+21
* | Auto merge of #2635 - Thomasdezeeuw:v0.2.113, r=Amanieubors2022-01-202-3/+3
|\ \ | |/ |/|
| * Release v0.2.113Thomas de Zeeuw2022-01-192-3/+3
* | Auto merge of #2634 - skrap:master, r=Amanieubors2022-01-192-7/+1
|\ \ | |/ |/|
| * uclibc: PTRACE_O_MASK comes from the kernel, not from libc, so don't speciali...Jonah Petri2022-01-192-7/+1
|/
* Auto merge of #2615 - lancethepants:TIOCGWINSZ, r=Amanieubors2022-01-1836-935/+329
|\
| * Undefine FIOASYNC for sparc64.lancethepants2022-01-181-1/+1
| * Consolidate all Ioctl constants and functions by architecture.lancethepants2022-01-1736-935/+329
* | Auto merge of #2625 - tamird:ip_mreqn, r=Amanieubors2022-01-176-0/+21
|\ \ | |/ |/|
| * Add `ip_mreqn` on AndroidTamir Duberstein2022-01-172-0/+7
| * Add `ip_mreqn` on FreeBSDTamir Duberstein2022-01-172-0/+7
| * Add `ip_mreqn` on Apple platformsTamir Duberstein2022-01-172-0/+7
|/
* Auto merge of #2631 - devnexen:fbsd13_upd_shm, r=Amanieubors2022-01-172-0/+26
|\
| * shm api update from FreeBSD 13David CARLIER2022-01-162-0/+26
* | Auto merge of #2630 - kaniini:chore/s390x-musl-fixes, r=Amanieubors2022-01-171-4/+4
|\ \
| * | Fix definitions of FIONBIO/FIONCLEX/FIOCLEX constants on s390x-musl.Ariadne Conill2022-01-161-3/+3
| * | Fix ioctl definition on s390x-musl targets.Ariadne Conill2022-01-161-1/+1
| |/
* | Auto merge of #2629 - devnexen:apple_execinfo_upd, r=Amanieubors2022-01-173-0/+30
|\ \
| * | macOs update backtrace api.David CARLIER2022-01-153-0/+30
| |/
* | Auto merge of #2628 - devnexen:netbsd_prot_mprotect, r=Amanieubors2022-01-162-0/+9
|\ \
| * | netbsd add PROT_MPROTECT macros.David Carlier2022-01-152-0/+9
| |/
* | Auto merge of #2626 - Mek101:master, r=Amanieubors2022-01-162-0/+5
|\ \ | |/ |/|
| * Add android ioctl constansts: BLKSSZGET and BLKPBSZGETMek1012022-01-132-0/+5
|/
* Auto merge of #2624 - rtzoeller:umount_nofollow, r=Amanieubors2022-01-131-2/+2
|\
| * Define UMOUNT_NOFOLLOW on Linux-like platformsRyan Zoeller2022-01-121-2/+2
|/
* Auto merge of #2622 - devnexen:fuse_super_magic, r=Amanieubors2022-01-122-0/+5
|\
| * linux GLIBC add FUSE_SUPER_MAGICDavid Carlier2022-01-122-0/+5
* | Auto merge of #2620 - rtzoeller:android_posix_vdisable, r=Amanieubors2022-01-122-0/+3
|\ \ | |/ |/|
| * Android defines _POSIX_VDISABLERyan Zoeller2022-01-102-0/+3
|/
* Auto merge of #2617 - devnexen:fbsd14_cpuset_upd, r=Amanieubors2022-01-092-0/+16
|\
| * freebsd add CPU_COUNT macroDavid CARLIER2022-01-062-0/+16
* | Auto merge of #2618 - devnexen:linux_gnu_malloc_trim, r=Amanieubors2022-01-082-0/+2
|\ \ | |/ |/|
| * linux GLIBC add malloc_trim fn.David Carlier2022-01-082-0/+2
|/
* Auto merge of #2616 - nanpuyue:fix-freebsd-ttycom, r=Amanieubors2022-01-053-27/+27
|\
| * fix(freebsd): incorrect constant type from ttycom.h南浦月2022-01-063-27/+27
|/
* Auto merge of #2609 - devnexen:solarish_sol_filter, r=Amanieubors2022-01-041-0/+15
|\
| * illumos SOL_FILTER socket option.David Carlier2022-01-041-0/+15
* | Auto merge of #2613 - djc:macos-dontfrag, r=Amanieubors2022-01-041-0/+2
|\ \
| * | apple IP{,V6}_DONTFRAG constantsDirkjan Ochtman2022-01-011-0/+2
| |/
* | Auto merge of #2612 - bsiegert:master, r=Amanieubors2022-01-041-0/+6
|\ \
| * | NetBSD: add definition for execvpeBenny Siegert2022-01-011-0/+6
| |/
* | Auto merge of #2611 - devnexen:dfbsd_so_acceptfilter, r=Amanieubors2022-01-043-5/+6
|\ \
| * | dragonflybsd accept_filter_arg support for SO_ACCEPTFILTER.David Carlier2021-12-313-5/+6
| |/
* | Auto merge of #2610 - rtzoeller:dfly_cmsg_align, r=Amanieubors2022-01-041-1/+1
|\ \
| * | Fix _CMSG_ALIGN on DragonFlyRyan Zoeller2022-01-021-1/+1
| |/
* | Auto merge of #2608 - devnexen:obsd_splice, r=Amanieubors2022-01-042-0/+7
|\ \
| * | openbsd adding splice struct for SO_SPLICE sock optDavid Carlier2021-12-302-0/+7
| |/
* | Auto merge of #2606 - devnexen:ptrace_get_syscall_info_linux_gnu, r=Amanieubors2022-01-0311-1/+90
|\ \
| * | linux add ptrace_syscall_info ptrace query.David Carlier2022-01-0311-1/+90
| |/