summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | | | | Auto merge of #3174 - devnexen:redox_reallocarray, r=JohnTitorbors2023-04-021-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | redox reallocarray additionDavid Carlier2023-03-281-0/+3
* | | | | Auto merge of #3153 - devnexen:dl_iterate_phdr_haiku, r=JohnTitorbors2023-03-291-0/+17
|\ \ \ \ \
| * | | | | haku adding dl_iterate_phdr bsd extensionDavid Carlier2023-03-231-0/+17
* | | | | | Auto merge of #3166 - kxxt:riscv64gc-userregs, r=JohnTitorbors2023-03-292-0/+70
|\ \ \ \ \ \
| * | | | | | Add user_regs_struct for riscv32/64kxxt2023-03-282-0/+70
| |/ / / / /
* | | | | | Auto merge of #3152 - shua:mactime, r=JohnTitorbors2023-03-291-0/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | apple: add time.h functionsshua2023-03-261-0/+17
* | | | | | Auto merge of #3165 - devnexen:haiku_memmem, r=JohnTitorbors2023-03-281-0/+10
|\ \ \ \ \ \
| * | | | | | add memmem GNU extension for haikuDavid Carlier2023-03-241-0/+10
| | |/ / / / | |/| | | |
* | | | | | Auto merge of #3164 - devnexen:redox_explicit_bzero, r=JohnTitorbors2023-03-281-0/+3
|\ \ \ \ \ \
| * | | | | | redox add explicit_bzeroDavid CARLIER2023-03-241-0/+3
| |/ / / / /
* | | | | | redox add strlcpy apiDavid CARLIER2023-03-251-0/+4
|/ / / / /
* | | | | Auto merge of #3156 - ribalda:kexec, r=JohnTitorbors2023-03-232-0/+16
|\ \ \ \ \
| * | | | | linux: add kexec flagsRicardo Ribalda2023-03-202-0/+16
| |/ / / /
* | | | | progname api for haikuDavid Carlier2023-03-201-0/+3
|/ / / /
* | | | Add OpenBSD CLOCK_* constantsLaurent Cheylus2023-03-131-0/+6
| |/ / |/| |
* | | Auto merge of #3145 - coolreader18:redox-locale, r=JohnTitorbors2023-03-132-1/+11
|\ \ \
| * | | Add LC_ constants for redox (and truncate() is now supported)Noa2023-03-102-1/+11
* | | | Auto merge of #3140 - sunfishcode:sunfishcode/map-sync-sock-seqpacket, r=John...bors2023-03-133-2/+4
|\ \ \ \
| * | | | Fix `MAP_SYNC` on musl powerpc and s390.Dan Gohman2023-03-123-2/+4
* | | | | Auto merge of #3148 - KoviRobi:add-reentrant-getmntent_r, r=JohnTitorbors2023-03-121-0/+10
|\ \ \ \ \
| * | | | | Add reentrant glibc getmntent_rKovacsics Robert2023-03-111-0/+10
| | |/ / / | |/| | |
* | | | | Auto merge of #3147 - devnexen:haiku_stringlist, r=JohnTitorbors2023-03-121-0/+13
|\ \ \ \ \
| * | | | | Haiku StringList api additionDavid Carlier2023-03-121-0/+13
| |/ / / /
* | | | | Auto merge of #3136 - nekopsykose:dccp, r=JohnTitorbors2023-03-122-21/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | linux: move DCCP_ constants from linux/gnu to linuxpsykose2023-03-032-21/+21
* | | | | wasi: add __errno_locationConnor Peet2023-03-071-0/+2
* | | | | add S_IRWX* constants to wasiConnor Peet2023-03-061-0/+3
| |/ / / |/| | |
* | | | Add support for OpenHarmonyAmanieu d'Antras2023-03-047-100/+155
* | | | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitorbors2023-03-032-8/+9
|\ \ \ \
| * | | | Move `copy_file_range` to `linux/mod.rs`Yuki Okushi2023-03-033-17/+9
| * | | | linux/musl: add copy_file_range syscall wrapperSergio Lopez2023-03-031-0/+9
| |/ / /
* | | | Auto merge of #3039 - devnexen:membarrier_flags_linux, r=JohnTitorbors2023-03-032-0/+24
|\ \ \ \ | |/ / / |/| | |
| * | | membarrier flags constants additionDavid Carlier2023-02-222-0/+24
| |/ /