| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #2969 - pfmooney:illumos-aout, r=JohnTitor | bors | 2022-10-23 | 1 | -2/+0 |
|\ |
|
| * | illumos: Remove obsolete (and private) a.out define | Patrick Mooney | 2022-10-17 | 1 | -2/+0 |
* | | Auto merge of #2973 - asomers:MNT_bsd, r=JohnTitor | bors | 2022-10-23 | 6 | -1/+49 |
|\ \ |
|
| * | | Style fixes, and filter out duplicate definitions | Alan Somers | 2022-10-22 | 3 | -7/+2 |
| * | | Add more MNT_ flags on {Dragonfly,Net,Open}BSD | Alan Somers | 2022-10-22 | 6 | -1/+54 |
* | | | warns that in the near future the MSG_* constants will have | David Carlier | 2022-10-22 | 1 | -0/+72 |
|/ / |
|
* | | Auto merge of #2968 - name1e5s:macos_clocks, r=JohnTitor | bors | 2022-10-18 | 2 | -2/+4 |
|\ \ |
|
| * | | remove redunant definition of CLOCK_UPTIME_RAW | name1e5s | 2022-10-18 | 1 | -2/+0 |
| * | | add missing clockid_t on macOS | yuhaixin.hx | 2022-10-18 | 1 | -0/+4 |
| |/ |
|
* | | Auto merge of #2966 - redox-os:redox-0.2.135, r=JohnTitor | bors | 2022-10-18 | 1 | -0/+4 |
|\ \ |
|
| * | | redox: Add ENOTSUP, FIONREAD, MSG_DONTWAIT, and madvise | Jeremy Soller | 2022-10-18 | 1 | -0/+4 |
* | | | Auto merge of #2967 - devnexen:missing_ioctl_sioc_flags, r=JohnTitor | bors | 2022-10-18 | 1 | -0/+18 |
|\ \ \ |
|
| * | | | linux add missing SIOC* constants. | David Carlier | 2022-10-17 | 1 | -0/+18 |
| | |/
| |/| |
|
* | | | Auto merge of #2965 - semarie:locale, r=JohnTitor | bors | 2022-10-18 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | openbsd: add more locale constants for use with newlocale() | Sébastien Marie | 2022-10-17 | 1 | -0/+12 |
| |/ / |
|
* | | | solarish: Fix libsendfile symbol dependency | Patrick Mooney | 2022-10-17 | 1 | -11/+12 |
|/ / |
|
* | | Auto merge of #2964 - devnexen:win32_putenv, r=JohnTitor | bors | 2022-10-16 | 1 | -0/+8 |
|\ \ |
|
| * | | adds putenv call to win32. | David Carlier | 2022-10-16 | 1 | -0/+8 |
* | | | add `ifreq` and friends for linux | Folkert | 2022-10-16 | 1 | -0/+69 |
|/ / |
|
* | | Auto merge of #2958 - thomcc:tvos-support, r=JohnTitor | bors | 2022-10-13 | 2 | -3/+16 |
|\ \ |
|
| * | | Add support for tvos | Thom Chiovoloni | 2022-10-11 | 2 | -3/+16 |
| |/ |
|
* | | some time functions on glibc and musl | Steve Lau | 2022-10-12 | 2 | -0/+21 |
|/ |
|
* | Auto merge of #2952 - SteveLauC:eaccess-on-freebsd-and-dragonfly, r=JohnTitor | bors | 2022-10-10 | 1 | -0/+2 |
|\ |
|
| * | add eaccess on freebsd and dragonfly | Steve Lau | 2022-10-09 | 1 | -0/+2 |
* | | add faccessat on illumos/solaris and euidaccess on solaris | Steve Lau | 2022-10-09 | 2 | -0/+4 |
|/ |
|
* | Auto merge of #2941 - SteveLauC:statx-constants-on-gnu-linux, r=JohnTitor | bors | 2022-10-09 | 1 | -0/+3 |
|\ |
|
| * | add missing STATX_ATTR_* constants on gnu/linux | Steve Lau | 2022-10-09 | 1 | -0/+3 |
* | | Auto merge of #2949 - MrCroxx:xx/android-xfs-super-magic, r=JohnTitor | bors | 2022-10-09 | 1 | -0/+11 |
|\ \ |
|
| * | | add xfs super magic to android targets | MrCroxx | 2022-10-08 | 1 | -0/+11 |
* | | | Auto merge of #2947 - SteveLauC:euidaccess-and-eaccess, r=JohnTitor | bors | 2022-10-09 | 2 | -0/+6 |
|\ \ \ |
|
| * | | | add euidaccess and eaccess on gnu/musl linux | Steve Lau | 2022-10-08 | 2 | -0/+6 |
| |/ / |
|
* | | | Auto merge of #2946 - devnexen:os_log_macos, r=JohnTitor | bors | 2022-10-09 | 1 | -0/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | os_log/signpost for apple api subset | David CARLIER | 2022-10-07 | 1 | -0/+24 |
| |/ |
|
* | | Auto merge of #2944 - thomcc:apple-iconv, r=JohnTitor | bors | 2022-10-09 | 1 | -1/+4 |
|\ \ |
|
| * | | Don't link against iconv on apple targets when used by `std` | Thom Chiovoloni | 2022-10-06 | 1 | -1/+4 |
| |/ |
|
* | | Auto merge of #2943 - SteveLauC:fgetpwent_r-and-fgetgrent_r-on-GNU-Linux, r=J... | bors | 2022-10-09 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | add fgetpwent_r and fgetgrent_r on GNU/Linux | Steve Lau | 2022-10-07 | 1 | -0/+14 |
* | | Auto merge of #2930 - devnexen:solarish_regset_amd64, r=JohnTitor | bors | 2022-10-06 | 1 | -0/+31 |
|\ \ |
|
| * | | solarish amd64 regset constants | David Carlier | 2022-09-28 | 1 | -0/+31 |
* | | | Add bindings to Apple's `os/lock.h` APIs (os_unfair_lock) | Thom Chiovoloni | 2022-10-05 | 1 | -0/+38 |
| |/
|/| |
|
* | | add major/minor/makedev on apple OSes | Steve Lau | 2022-10-02 | 1 | -0/+12 |
* | | Auto merge of #2923 - devnexen:ptrace_another_update, r=JohnTitor | bors | 2022-09-30 | 1 | -0/+9 |
|\ \ |
|
| * | | linux add ptrace_rseq_configuration | David Carlier | 2022-09-29 | 1 | -0/+9 |
| |/ |
|
* | | Auto merge of #2922 - devnexen:mman_update_solarish, r=JohnTitor | bors | 2022-09-30 | 2 | -0/+6 |
|\ \ |
|
| * | | mmap/madvise specific solaris additional flags. | David Carlier | 2022-09-24 | 2 | -0/+6 |
* | | | Use `::Option` and not `Option` for `pthread_jit_write_callback_t` | Thom Chiovoloni | 2022-09-29 | 1 | -1/+1 |
| |/
|/| |
|
* | | Auto merge of #2925 - devnexen:cpuset_size_dfbsd, r=JohnTitor | bors | 2022-09-28 | 1 | -0/+2 |
|\ \ |
|
| * | | CPU_SETSIZE constant to dragonflybsd. | David Carlier | 2022-09-28 | 1 | -0/+2 |
* | | | fs: add NSFS_MAGIC constant | Pedro Tammela | 2022-09-26 | 1 | -0/+2 |
|/ / |
|
* | | Added malloc_good_size. | Nathan Ricci | 2022-09-23 | 1 | -0/+1 |