summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #3024 - redox-os:redox-0.2.137, r=JohnTitorbors2022-12-031-4/+16
|\
| * redox: make off_t and time_t long longJeremy Soller2022-12-021-2/+2
| * redox: long is 32-bits on 32-bit systemsJeremy Soller2022-12-011-2/+14
* | Auto merge of #3021 - devnexen:getopt_long, r=JohnTitorbors2022-12-035-1/+71
|\ \
| * | adding getopt_long for unixes.David Carlier2022-12-015-1/+71
* | | Auto merge of #3023 - asomers:copy_file_range, r=JohnTitorbors2022-11-303-18/+9
|\ \ \
| * | | Enable copy_file_range on FreeBSDAlan Somers2022-11-303-18/+9
| |/ /
* | | Auto merge of #3022 - asomers:capsicum, r=JohnTitorbors2022-11-301-0/+6
|\ \ \
| * | | Add more capsicum functions for FreeBSDAlan Somers2022-11-291-0/+6
| |/ /
* | | Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitorbors2022-11-301-0/+2
|\ \ \
| * | | linux musl adding `PIDFD_NONBLOCK` constant.David Carlier2022-11-201-0/+2
* | | | Auto merge of #3010 - stevenengler:sock-storage-repr, r=JohnTitorbors2022-11-302-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | fixup! Rearrange `sockaddr_storage` padding/alignment fieldsSteven Engler2022-11-211-1/+1
| * | | Rearrange `sockaddr_storage` padding/alignment fieldsSteven Engler2022-11-211-3/+3
* | | | Auto merge of #3013 - BelovDV:handle-c-circular-dependence, r=JohnTitor,petro...bors2022-11-271-0/+2
|\ \ \ \
| * | | | handle c circular dependence (linux gnu)Daniil Belov2022-11-161-0/+2
| | |/ / | |/| |
* | | | Auto merge of #3012 - devnexen:sys_pidfd_foruclibc, r=JohnTitorbors2022-11-271-0/+2
|\ \ \ \
| * | | | adding SYS_pidfd_send_signal/SYS_pidfd_getfd constants to linux uclibc arm fl...David Carlier2022-11-211-0/+2
| | |/ / | |/| |
* | | | Auto merge of #3007 - xen0n:fix-loong, r=JohnTitorbors2022-11-271-17/+2
|\ \ \ \
| * | | | Fix the loongarch64 kernel ABIWANG Xuerui2022-11-201-17/+2
| |/ / /
* | | | mips32: fix missing __s64 type definitionXiaobo Liu2022-11-261-0/+1
* | | | Add kexec_file_load system call for arm64 linuxDavid Tolnay2022-11-211-0/+1
|/ / /
* | | Auto merge of #3001 - dtolnay-contrib:aarch64, r=JohnTitorbors2022-11-201-0/+7
|\ \ \
| * | | Add sys/ucontext.h signatures for linux aarch64 glibcDavid Tolnay2022-11-191-0/+7
| |/ /
* | | Auto merge of #2995 - carbotaniuman:rand48, r=JohnTitorbors2022-11-201-0/+10
|\ \ \
| * | | Add rand48 functionscarbotaniuman2022-11-201-0/+10
* | | | freebsd subset of memstat api additionDavid CARLIER2022-11-131-0/+25
| |/ / |/| |
* | | Auto merge of #2992 - devnexen:fbsd_procctl_upd, r=JohnTitorbors2022-11-101-0/+11
|\ \ \
| * | | freebsd procctl flags updateDavid CARLIER2022-11-071-0/+11
* | | | Auto merge of #2991 - SteveLauC:extattr_list_xx-on-NetBSD, r=JohnTitorbors2022-11-071-0/+18
|\ \ \ \
| * | | | add extattr_list_xxx() on NetBSDSteve Lau2022-11-031-0/+18
| |/ / /
* | | | Auto merge of #2984 - spencercw:android-uinput, r=JohnTitorbors2022-11-071-0/+241
|\ \ \ \
| * | | | Add Android uinput bindingsChris Spencer2022-11-071-0/+241
| | |_|/ | |/| |
* | | | Add ucontext and clone_args for loongarch64zhaixiaojuan2022-11-051-0/+33
| |/ / |/| |
* | | Auto merge of #2988 - SteveLauC:XATTR-constants-on-NetBSD, r=JohnTitorbors2022-11-031-0/+6
|\ \ \
| * | | add extended attributes constants on NetBSDSteve Lau2022-11-021-0/+6
* | | | Auto merge of #2914 - SteveLauC:Wrong-getpwent_r-definition-on-solarish-os, r...bors2022-11-032-14/+53
|\ \ \ \ | |/ / / |/| | |
| * | | adopt the get[pw/gr]ent_r def used by FreeBSDSteve Lau2022-10-032-14/+53
* | | | Auto merge of #2986 - dtolnay-contrib:ficlone, r=JohnTitorbors2022-11-011-1/+3
|\ \ \ \
| * | | | Add FICLONE ioctl for linux aarch64David Tolnay2022-10-311-1/+3
* | | | | fix: Order of all `s_*!` macro callsFlorian Bartels2022-10-284-48/+47
|/ / / /
* | | | Auto merge of #2983 - HarveyHunt:posix-spawn-setsid, r=JohnTitorbors2022-10-271-0/+1
|\ \ \ \
| * | | | linux: Add POSIX_SPAWN_SETSID flagHarvey Hunt2022-10-261-0/+1
| | |/ / | |/| |
* | | | Auto merge of #2981 - giraffate:fix_readfs_typo, r=JohnTitorbors2022-10-272-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo: `readfs` -> `readfds`Takayuki Nakata2022-10-252-4/+4
* | | | Auto merge of #2979 - redox-os:redox-0.2.136, r=JohnTitorbors2022-10-251-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Add MADV constants for RedoxJeremy Soller2022-10-241-0/+6
* | | | Auto merge of #2974 - SteveLauC:dirname-basename, r=JohnTitorbors2022-10-2510-0/+35
|\ \ \ \
| * | | | expose dirname and basenameSteve Lau2022-10-2510-0/+35
| |/ / /
* | | | follow-up on #2963, changing MSG* constant types for musl/emscripten.David Carlier2022-10-251-72/+0
|/ / /