summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freebsd add few more procctl x86_64 constants.David CARLIER2023-04-281-0/+7
* Auto merge of #3226 - ChrisDenton:std-no-legacy, r=JohnTitorbors2023-04-261-7/+11
|\
| * Don't link `legacy_stdio_definitions` from stdChris Denton2023-04-261-7/+11
* | Auto merge of #3209 - nikarh:vita, r=JohnTitorbors2023-04-262-0/+176
|\ \
| * | armv7 PSVita OS support via newlibNikolay Arhipov2023-04-212-0/+176
* | | haiku: fix incorrect linked library.Jessica Hamilton2023-04-251-1/+1
| |/ |/|
* | Auto merge of #3210 - devnexen:fbsd_elf_aux_info_constants, r=JohnTitorbors2023-04-231-0/+9
|\ \
| * | freebsd add elf_aux_info constantsDavid CARLIER2023-04-201-0/+9
| |/
* | Clean up some `extern`sYuki Okushi2023-04-232-39/+24
* | linux_like: IPPROTO_MPTCP are supported in all linux_like platformszonyitoo2023-04-222-2/+2
* | Auto merge of #3214 - devnexen:redox_further_missing_calls, r=JohnTitorbors2023-04-221-0/+10
|\ \
| * | redox adding few calls.David Carlier2023-04-221-0/+10
| |/
* | Auto merge of #3212 - sunfishcode:sunfishcode/ficlone-mips-power, r=JohnTitorbors2023-04-223-8/+8
|\ \
| * | Define `FICLONE` on mips and power.Dan Gohman2023-04-213-8/+8
| |/
* | Auto merge of #3159 - tatref:linux-madv, r=JohnTitorbors2023-04-221-0/+11
|\ \
| * | Add MADV_* constants for Linuxtatref2023-04-211-0/+11
* | | Auto merge of #3040 - 0-wiz-0:netbsd, r=JohnTitorbors2023-04-221-1/+9
|\ \ \ | |_|/ |/| |
| * | netbsd add deprecation warning for ELASTThomas Klausner2023-04-211-0/+6
| * | netbsd add two more errnosThomas Klausner2022-12-191-1/+3
* | | Auto merge of #3171 - Toasterson:master, r=JohnTitor,pfmooneybors2023-04-201-1/+1
|\ \ \
| * | | fix: CMSG_HEADER_ALIGNMENT was not properly equal to the C Header file in ill...Till Wegmueller2023-03-141-1/+1
* | | | Auto merge of #3204 - ComputerDruid:riscv64, r=JohnTitorbors2023-04-193-0/+48
|\ \ \ \
| * | | | fuchsia: add definitions for riscv64Dan Johnson2023-04-183-0/+48
* | | | | Auto merge of #3202 - devnexen:fbsd_ucontext_i686, r=JohnTitorbors2023-04-181-0/+155
|\ \ \ \ \
| * | | | | freebsd i686 add ucontext/mcontextDavid Carlier2023-04-181-0/+155
| |/ / / /
* | | | | Auto merge of #3173 - sunfishcode:sunfishcode/upstream, r=JohnTitorbors2023-04-184-1/+38
|\ \ \ \ \
| * | | | | Upstream a few more constants from rustix.Dan Gohman2023-04-184-1/+38
| |/ / / /
* | | | | Auto merge of #3200 - ribalda:add-kexec-file-load-arm, r=JohnTitorbors2023-04-181-0/+1
|\ \ \ \ \
| * | | | | Add kexec_file_load system call for arm linuxRicardo Ribalda2023-04-141-0/+1
| |/ / / /
* | | | | adding getdtablesize on redoxDavid Carlier2023-04-131-0/+1
|/ / / /
* | | | Auto merge of #3188 - valpackett:waitconst, r=JohnTitorbors2023-04-122-1/+15
|\ \ \ \
| * | | | netbsd,openbsd: add more waitid related constantsVal Packett2023-04-062-1/+15
* | | | | Auto merge of #3193 - devnexen:bsd_unitstd_lconst_haiku, r=JohnTitorbors2023-04-101-0/+3
|\ \ \ \ \
| * | | | | haiku adding bsd missing constantsDavid Carlier2023-04-091-0/+3
| |/ / / /
* | | | | Auto merge of #3189 - ecnelises:aix_sigval_fix, r=JohnTitorbors2023-04-102-41/+3
|\ \ \ \ \
| * | | | | Remove AIX specific definition of sigvalQiu Chaofan2023-04-062-41/+3
| |/ / / /
* | | | | Auto merge of #3144 - ecnelises:aix_more, r=JohnTitorbors2023-04-102-16/+1146
|\ \ \ \ \
| * | | | | Add more declarations for AIXQiu Chaofan2023-03-302-16/+1146
* | | | | | Auto merge of #3167 - devnexen:fbsd_map_aligned, r=JohnTitorbors2023-04-091-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | freebsd add MAP_ALIGNED macroDavid CARLIER2023-04-041-0/+12
| | |_|_|/ | |/| | |
* | | | | netbsd add MAP_ALIGNED macroDavid Carlier2023-04-041-0/+13
|/ / / /
* | | | Auto merge of #3185 - valpackett:aix, r=JohnTitorbors2023-04-031-0/+23
|\ \ \ \
| * | | | aix: add siginfo_t accessors for symmetry with other platformsVal Packett2023-04-031-0/+23
* | | | | definitions for linux hardware timestampingFolkert2023-04-031-0/+55
|/ / / /
* | | | Auto merge of #3176 - coolreader18:aix-const-cmsg_space, r=JohnTitorbors2023-04-021-1/+1
|\ \ \ \
| * | | | Make CMSG_SPACE on aix constNoa2023-03-291-1/+1
| |/ / /
* | | | Auto merge of #3150 - valpackett:kq, r=JohnTitorbors2023-04-024-5/+28
|\ \ \ \
| * | | | Add missing kqueue constants across BSDsVal Packett2023-03-294-5/+28
| |/ / /
* | | | Auto merge of #3035 - jreppnow:rtnetlink-ext-filter, r=JohnTitorbors2023-04-021-0/+8
|\ \ \ \
| * | | | add RTEXT_FILTER* constants from linux/rtnetlink.hJanosch Reppnow2023-02-261-0/+8