summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #3145 - coolreader18:redox-locale, r=JohnTitorhomu-tmpbors2023-03-132-1/+11
|\
| * Add LC_ constants for redox (and truncate() is now supported)Noa2023-03-102-1/+11
* | Auto merge of #3148 - KoviRobi:add-reentrant-getmntent_r, r=JohnTitorbors2023-03-122-0/+11
|\ \
| * | Add reentrant glibc getmntent_rKovacsics Robert2023-03-112-0/+11
| |/
* | Auto merge of #3147 - devnexen:haiku_stringlist, r=JohnTitorbors2023-03-122-1/+14
|\ \
| * | Haiku StringList api additionDavid Carlier2023-03-122-1/+14
| |/
* | Auto merge of #3136 - nekopsykose:dccp, r=JohnTitorbors2023-03-124-38/+38
|\ \ | |/ |/|
| * linux: move DCCP_ constants from linux/gnu to linuxpsykose2023-03-034-38/+38
* | Auto merge of #3141 - Amanieu:v0.2.140, r=JohnTitor0.2.140bors2023-03-092-9/+9
|\ \
| * | Bump version to 0.2.140Amanieu d'Antras2023-03-052-9/+9
* | | Auto merge of #3143 - connor4312:add-errno, r=JohnTitorbors2023-03-081-0/+2
|\ \ \
| * | | wasi: add __errno_locationConnor Peet2023-03-071-0/+2
* | | | Auto merge of #3037 - ferrocene:pa-check-cfg, r=JohnTitorbors2023-03-082-25/+97
|\ \ \ \ | |/ / / |/| | |
| * | | compatibility with rust 1.13.0Pietro Albini2023-03-081-3/+3
| * | | add ci job to test check-cfgPietro Albini2023-03-061-0/+17
| * | | support extra check-cfgPietro Albini2023-03-061-0/+11
| * | | emit rustc-check-cfg in the build script when LIBC_CHECK_CFG=1Pietro Albini2023-03-061-0/+12
| * | | ensure all cfgs used are allowedPietro Albini2023-03-061-0/+30
| * | | refactor build script to use a function to set cfgsPietro Albini2023-03-061-25/+27
| |/ /
* | | Auto merge of #3142 - connor4312:wasi-irwx, r=JohnTitorbors2023-03-071-0/+3
|\ \ \ | |/ / |/| |
| * | add S_IRWX* constants to wasiConnor Peet2023-03-061-0/+3
|/ /
* | Auto merge of #3138 - Amanieu:ohos, r=JohnTitorbors2023-03-048-102/+157
|\ \
| * | Add support for OpenHarmonyAmanieu d'Antras2023-03-048-102/+157
|/ /
* | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitorbors2023-03-033-8/+10
|\ \
| * | Move `copy_file_range` to `linux/mod.rs`Yuki Okushi2023-03-033-17/+9
| * | linux/musl: add copy_file_range syscall wrapperSergio Lopez2023-03-032-0/+10
| |/
* | Auto merge of #3039 - devnexen:membarrier_flags_linux, r=JohnTitorbors2023-03-035-0/+55
|\ \
| * | membarrier flags constants additionDavid Carlier2023-02-225-0/+55
* | | Auto merge of #3134 - JohnTitor:ignore-some-IP_BIND-freebsd, r=JohnTitorbors2023-03-031-0/+4
|\ \ \ | |_|/ |/| |
| * | Ignore some removed `IP_*` consts on FreeBSDYuki Okushi2023-03-031-0/+4
|/ /
* | Auto merge of #3130 - flba-eb:remote_duplicated_atof, r=JohnTitorbors2023-03-011-1/+0
|\ \
| * | Remove duplicated atof function declarationFlorian Bartels2023-02-211-1/+0
* | | Auto merge of #3128 - stepancheg:qos-class, r=JohnTitorbors2023-03-013-0/+11
|\ \ \
| * | | Add posix_spawnattr_set_qos_class_npStiopa Koltsov2023-02-223-0/+11
| | |/ | |/|
* | | Auto merge of #3127 - JohnTitor:rm-semver-check, r=JohnTitorbors2023-03-013-102/+1
|\ \ \ | |/ / |/| |
| * | Drop semver check job on CIYuki Okushi2023-02-223-102/+1
* | | Auto merge of #3126 - semarie:openbsd-thrname, r=JohnTitorbors2023-02-221-0/+1
|\ \ \ | |/ / |/| |
| * | add p_name field in kinfo_proc struct on OpenBSDSébastien Marie2023-02-221-0/+1
|/ /
* | Auto merge of #3119 - kosayoda:posix_spawn_gnu, r=JohnTitorbors2023-02-223-0/+32
|\ \
| * | Skip certain tests on sparc64 due to old glibc version.kosayoda2023-02-211-0/+4
| * | Add glibc extensions for posix_spawn*.kosayoda2023-02-142-0/+28
* | | Auto merge of #2894 - ecnelises:aix, r=JohnTitorbors2023-02-223-1/+2901
|\ \ \
| * | | Support AIX operating systemQiu Chaofan2023-02-223-1/+2901
* | | | Auto merge of #3124 - valpackett:fbsd, r=JohnTitorbors2023-02-214-2/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | FreeBSD: add Linux-compatible clock aliasesVal Packett2023-02-193-0/+14
| * | | FreeBSD: add AT_RESOLVE_BENEATHVal Packett2023-02-193-2/+4
* | | | Auto merge of #3076 - ETKNeil:add-statx-dioalign, r=JohnTitorbors2023-02-203-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add STATX_DIOALIGN (introduced in linux v6.1)ETKNeil2023-02-203-1/+7
* | | | Auto merge of #3121 - devnexen:fbsd_sctp4, r=JohnTitorbors2023-02-192-0/+71
|\ \ \ \
| * | | | freebsd further sctp support.David Carlier2023-02-182-0/+71
| |/ / /