summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #3137 - nekopsykose:s390x-statfs, r=AmanieuHEADmainauto-libcbors2023-05-181-12/+12
|\
| * linux/musl/s390x: change f_* types to uint from ulongpsykose2023-05-141-12/+12
* | Auto merge of #3249 - joshtriplett:switch-to-main, r=Amanieubors2023-05-1516-40/+38
|\ \ | |/ |/|
| * Change branch references to HEAD where possible or main otherwiseJosh Triplett2023-05-1516-40/+38
|/
* Merge pull request #3247 from marcelbuesing/canxlmasterJosh Triplett2023-05-144-1/+63
|\
| * Skip canxl_frame structmarcelbuesing2023-05-141-0/+2
| * Skip canxl constantsmarcelbuesing2023-05-141-1/+16
| * Add CAN_RAW_XL_FRAMES socket optionmarcelbuesing2023-05-122-0/+2
| * Add linux canxl constants and canxl frame structmarcelbuesing2023-05-123-0/+43
* | Auto merge of #3246 - loongarch-rs:fix-loongarch, r=JohnTitorbors2023-05-134-5/+168
|\ \
| * | Add tests for loongarch64WANG Rui2023-05-122-0/+142
| * | Fix loongarch64 bindingsWANG Rui2023-05-122-5/+26
| |/
* | Auto merge of #3245 - emilengler:musl-sysemu, r=JohnTitorbors2023-05-125-0/+15
|\ \
| * | s930x-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
| * | powerpc64-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
| * | powerpc-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
| * | x86-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
| * | x86_64-musl: support the PTRACE_SYSEMU familyEmil Engler2023-05-111-0/+3
| |/
* | Auto merge of #3244 - devnexen:redox__sigtimedwait, r=JohnTitorbors2023-05-122-0/+8
|\ \ | |/ |/|
| * redox add sig(timed)wait callsDavid Carlier2023-05-102-0/+8
|/
* Auto merge of #3239 - GuillaumeGomez:update, r=JohnTitor0.2.144bors2023-05-082-3/+3
|\
| * Update crate version to 0.2.144Guillaume Gomez2023-05-082-3/+3
* | Auto merge of #3241 - jmillikin:cmsg-macros-const-usize, r=JohnTitorbors2023-05-0812-12/+12
|\ \
| * | Constify `CMSG_LEN` for all targets.John Millikin2023-05-0812-12/+12
|/ /
* | Auto merge of #3238 - valpackett:bsd, r=JohnTitorbors2023-05-079-1/+119
|\ \ | |/ |/|
| * freebsd: add missing SCM_ constantsVal Packett2023-05-072-1/+10
| * freebsdlike: add rebootVal Packett2023-05-076-0/+71
| * bsd: add setloginVal Packett2023-05-075-0/+5
| * freebsdlike: add kenvVal Packett2023-05-075-0/+33
|/
* Auto merge of #3233 - GuillaumeGomez:proc-darwin, r=Amanieubors2023-05-061-0/+12
|\
| * Add missing <proc.h> constants for darwinGuillaume Gomez2023-05-051-0/+12
* | Auto merge of #3236 - JohnTitor:release-0.2.143, r=JohnTitor0.2.143bors2023-05-062-3/+3
|\ \
| * | Release 0.2.143Yuki Okushi2023-05-062-3/+3
| |/
* | Auto merge of #2999 - SteveLauC:major/minor-on-BSDs, r=JohnTitorbors2023-05-069-0/+91
|\ \
| * | add major/minor on BSDs/illumosSteve Lau2023-05-069-0/+91
* | | Auto merge of #3051 - tones111:rtnl_if_enum, r=JohnTitorbors2023-05-063-0/+26
|\ \ \
| * | | linux: add rtnetlink ifinfomsg attribute enumeralsPaul Sbarra2023-04-213-0/+26
* | | | Auto merge of #3237 - loongarch-rs:loongarch64, r=JohnTitorbors2023-05-061-2/+4
|\ \ \ \
| * | | | linux_like: Add missing constants for loongarch64WANG Rui2023-05-061-2/+4
| | |_|/ | |/| |
* | | | Auto merge of #3206 - roblabla:rtmsghdr-apple, r=JohnTitorbors2023-05-061-0/+74
|\ \ \ \
| * | | | Add PF_ROUTE structures on Apple systemsroblabla2023-04-251-0/+74
* | | | | Auto merge of #3224 - stevenengler:wait-for-one, r=JohnTitorbors2023-05-064-0/+5
|\ \ \ \ \
| * | | | | Removed `MSG_WAITFORONE` from illumosSteven Engler2023-04-251-2/+0
| * | | | | Added `MSG_WAITFORONE` to freebsd, openbsd, and illumosSteven Engler2023-04-255-0/+7
* | | | | | Auto merge of #3231 - devnexen:fbsd_procctl_x8664, r=JohnTitorbors2023-05-061-0/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | freebsd add few more procctl x86_64 constants.David CARLIER2023-04-281-0/+7
* | | | | | Auto merge of #3232 - devnexen:redox_poll_consts, r=JohnTitorbors2023-05-031-0/+4
|\ \ \ \ \ \
| * | | | | | redox add few more poll constantsDavid Carlier2023-05-031-0/+4
|/ / / / / /
* | | | | | Auto merge of #3228 - redox-os:redox-pw, r=JohnTitorbors2023-05-012-2/+41
|\ \ \ \ \ \
| * | | | | | redox: add grp.h and pwd.h functions for the users crateJeremy Soller2023-04-262-2/+41
| |/ / / / /