| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | haku adding dl_iterate_phdr bsd extension | David Carlier | 2023-03-23 | 1 | -0/+17 |
* | | | | | | Auto merge of #3166 - kxxt:riscv64gc-userregs, r=JohnTitor | bors | 2023-03-29 | 2 | -0/+70 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add user_regs_struct for riscv32/64 | kxxt | 2023-03-28 | 2 | -0/+70 |
| |/ / / / / |
|
* | | | | | | Auto merge of #3152 - shua:mactime, r=JohnTitor | bors | 2023-03-29 | 1 | -0/+17 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | apple: add time.h functions | shua | 2023-03-26 | 1 | -0/+17 |
* | | | | | | Auto merge of #3165 - devnexen:haiku_memmem, r=JohnTitor | bors | 2023-03-28 | 1 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | add memmem GNU extension for haiku | David Carlier | 2023-03-24 | 1 | -0/+10 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Auto merge of #3164 - devnexen:redox_explicit_bzero, r=JohnTitor | bors | 2023-03-28 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | redox add explicit_bzero | David CARLIER | 2023-03-24 | 1 | -0/+3 |
| |/ / / / / |
|
* | | | | | | redox add strlcpy api | David CARLIER | 2023-03-25 | 1 | -0/+4 |
|/ / / / / |
|
* | | | | | Auto merge of #3156 - ribalda:kexec, r=JohnTitor | bors | 2023-03-23 | 2 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | linux: add kexec flags | Ricardo Ribalda | 2023-03-20 | 2 | -0/+16 |
| |/ / / / |
|
* | | | | | progname api for haiku | David Carlier | 2023-03-20 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Add OpenBSD CLOCK_* constants | Laurent Cheylus | 2023-03-13 | 1 | -0/+6 |
| |/ /
|/| | |
|
* | | | Auto merge of #3145 - coolreader18:redox-locale, r=JohnTitor | bors | 2023-03-13 | 2 | -1/+11 |
|\ \ \ |
|
| * | | | Add LC_ constants for redox (and truncate() is now supported) | Noa | 2023-03-10 | 2 | -1/+11 |
* | | | | Auto merge of #3140 - sunfishcode:sunfishcode/map-sync-sock-seqpacket, r=John... | bors | 2023-03-13 | 3 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Fix `MAP_SYNC` on musl powerpc and s390. | Dan Gohman | 2023-03-12 | 3 | -2/+4 |
* | | | | | Auto merge of #3148 - KoviRobi:add-reentrant-getmntent_r, r=JohnTitor | bors | 2023-03-12 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | Add reentrant glibc getmntent_r | Kovacsics Robert | 2023-03-11 | 1 | -0/+10 |
| | |/ / /
| |/| | | |
|
* | | | | | Auto merge of #3147 - devnexen:haiku_stringlist, r=JohnTitor | bors | 2023-03-12 | 1 | -0/+13 |
|\ \ \ \ \ |
|
| * | | | | | Haiku StringList api addition | David Carlier | 2023-03-12 | 1 | -0/+13 |
| |/ / / / |
|
* | | | | | Auto merge of #3136 - nekopsykose:dccp, r=JohnTitor | bors | 2023-03-12 | 2 | -21/+21 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | linux: move DCCP_ constants from linux/gnu to linux | psykose | 2023-03-03 | 2 | -21/+21 |
* | | | | | wasi: add __errno_location | Connor Peet | 2023-03-07 | 1 | -0/+2 |
* | | | | | add S_IRWX* constants to wasi | Connor Peet | 2023-03-06 | 1 | -0/+3 |
| |/ / /
|/| | | |
|
* | | | | Add support for OpenHarmony | Amanieu d'Antras | 2023-03-04 | 7 | -100/+155 |
* | | | | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitor | bors | 2023-03-03 | 2 | -8/+9 |
|\ \ \ \ |
|
| * | | | | Move `copy_file_range` to `linux/mod.rs` | Yuki Okushi | 2023-03-03 | 3 | -17/+9 |
| * | | | | linux/musl: add copy_file_range syscall wrapper | Sergio Lopez | 2023-03-03 | 1 | -0/+9 |
| |/ / / |
|
* | | | | Auto merge of #3039 - devnexen:membarrier_flags_linux, r=JohnTitor | bors | 2023-03-03 | 2 | -0/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | membarrier flags constants addition | David Carlier | 2023-02-22 | 2 | -0/+24 |
| |/ / |
|
* | | | Auto merge of #3130 - flba-eb:remote_duplicated_atof, r=JohnTitor | bors | 2023-03-01 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Remove duplicated atof function declaration | Florian Bartels | 2023-02-21 | 1 | -1/+0 |
* | | | | Add posix_spawnattr_set_qos_class_np | Stiopa Koltsov | 2023-02-22 | 1 | -0/+8 |
| |/ /
|/| | |
|
* | | | add p_name field in kinfo_proc struct on OpenBSD | Sébastien Marie | 2023-02-22 | 1 | -0/+1 |
* | | | Auto merge of #3119 - kosayoda:posix_spawn_gnu, r=JohnTitor | bors | 2023-02-22 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | Add glibc extensions for posix_spawn*. | kosayoda | 2023-02-14 | 1 | -0/+24 |
* | | | | Auto merge of #2894 - ecnelises:aix, r=JohnTitor | bors | 2023-02-22 | 3 | -1/+2901 |
|\ \ \ \ |
|
| * | | | | Support AIX operating system | Qiu Chaofan | 2023-02-22 | 3 | -1/+2901 |
* | | | | | Auto merge of #3124 - valpackett:fbsd, r=JohnTitor | bors | 2023-02-21 | 2 | -0/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | FreeBSD: add Linux-compatible clock aliases | Val Packett | 2023-02-19 | 1 | -0/+3 |
| * | | | | FreeBSD: add AT_RESOLVE_BENEATH | Val Packett | 2023-02-19 | 1 | -0/+1 |
* | | | | | Auto merge of #3076 - ETKNeil:add-statx-dioalign, r=JohnTitor | bors | 2023-02-20 | 1 | -1/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add STATX_DIOALIGN (introduced in linux v6.1) | ETKNeil | 2023-02-20 | 1 | -1/+3 |
* | | | | | Auto merge of #3121 - devnexen:fbsd_sctp4, r=JohnTitor | bors | 2023-02-19 | 1 | -0/+46 |
|\ \ \ \ \ |
|
| * | | | | | freebsd further sctp support. | David Carlier | 2023-02-18 | 1 | -0/+46 |
| |/ / / / |
|
* | | | | | Auto merge of #3116 - devnexen:prctl_upd_arm64, r=JohnTitor | bors | 2023-02-19 | 1 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | prctl SME flags for gnu arm64. | David Carlier | 2023-02-14 | 1 | -0/+7 |
| |/ / / / |
|
* | | | | | FreeBSD: add strchrnul | Val Packett | 2023-02-18 | 1 | -0/+2 |