summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #2952 - SteveLauC:eaccess-on-freebsd-and-dragonfly, r=JohnTitorbors2022-10-101-0/+2
|\
| * add eaccess on freebsd and dragonflySteve Lau2022-10-091-0/+2
* | add faccessat on illumos/solaris and euidaccess on solarisSteve Lau2022-10-092-0/+4
|/
* Auto merge of #2941 - SteveLauC:statx-constants-on-gnu-linux, r=JohnTitorbors2022-10-091-0/+3
|\
| * add missing STATX_ATTR_* constants on gnu/linuxSteve Lau2022-10-091-0/+3
* | Auto merge of #2949 - MrCroxx:xx/android-xfs-super-magic, r=JohnTitorbors2022-10-091-0/+11
|\ \
| * | add xfs super magic to android targetsMrCroxx2022-10-081-0/+11
* | | Auto merge of #2947 - SteveLauC:euidaccess-and-eaccess, r=JohnTitorbors2022-10-092-0/+6
|\ \ \
| * | | add euidaccess and eaccess on gnu/musl linuxSteve Lau2022-10-082-0/+6
| |/ /
* | | Auto merge of #2946 - devnexen:os_log_macos, r=JohnTitorbors2022-10-091-0/+24
|\ \ \ | |_|/ |/| |
| * | os_log/signpost for apple api subsetDavid CARLIER2022-10-071-0/+24
| |/
* | Auto merge of #2944 - thomcc:apple-iconv, r=JohnTitorbors2022-10-091-1/+4
|\ \
| * | Don't link against iconv on apple targets when used by `std`Thom Chiovoloni2022-10-061-1/+4
| |/
* | Auto merge of #2943 - SteveLauC:fgetpwent_r-and-fgetgrent_r-on-GNU-Linux, r=J...bors2022-10-091-0/+14
|\ \ | |/ |/|
| * add fgetpwent_r and fgetgrent_r on GNU/LinuxSteve Lau2022-10-071-0/+14
* | Auto merge of #2930 - devnexen:solarish_regset_amd64, r=JohnTitorbors2022-10-061-0/+31
|\ \
| * | solarish amd64 regset constantsDavid Carlier2022-09-281-0/+31
* | | Add bindings to Apple's `os/lock.h` APIs (os_unfair_lock)Thom Chiovoloni2022-10-051-0/+38
| |/ |/|
* | add major/minor/makedev on apple OSesSteve Lau2022-10-021-0/+12
* | Auto merge of #2923 - devnexen:ptrace_another_update, r=JohnTitorbors2022-09-301-0/+9
|\ \
| * | linux add ptrace_rseq_configurationDavid Carlier2022-09-291-0/+9
| |/
* | Auto merge of #2922 - devnexen:mman_update_solarish, r=JohnTitorbors2022-09-302-0/+6
|\ \
| * | mmap/madvise specific solaris additional flags.David Carlier2022-09-242-0/+6
* | | Use `::Option` and not `Option` for `pthread_jit_write_callback_t`Thom Chiovoloni2022-09-291-1/+1
| |/ |/|
* | Auto merge of #2925 - devnexen:cpuset_size_dfbsd, r=JohnTitorbors2022-09-281-0/+2
|\ \
| * | CPU_SETSIZE constant to dragonflybsd.David Carlier2022-09-281-0/+2
* | | fs: add NSFS_MAGIC constant Pedro Tammela2022-09-261-0/+2
|/ /
* | Added malloc_good_size.Nathan Ricci2022-09-231-0/+1
* | Exposed malloc_size on macNathan Ricci2022-09-221-0/+2
|/
* Auto merge of #2899 - devnexen:linux_fileclone, r=JohnTitorbors2022-09-1911-0/+23
|\
| * linux add FICLONE* ioctl.David Carlier2022-09-1911-0/+23
* | Compatibility with ESP-IDF V5ivmarkov2022-09-171-1/+1
* | Auto merge of #2911 - devnexen:netbsd_reg_constants, r=JohnTitorbors2022-09-171-0/+27
|\ \
| * | netbsd mcontext x86_64 constants.David Carlier2022-09-171-0/+27
* | | expose setgrent/getgrent/endgrent on fuchsiaSteve Lau2022-09-161-0/+5
|/ /
* | openbsd: add getmntinfo(3) and getfsstat(2) supportSébastien Marie2022-09-131-0/+6
* | Auto merge of #2904 - cd-work:linux_syscalls, r=JohnTitorbors2022-09-1223-0/+184
|\ \
| * | Add new Linux system call constantsChristian Duerr2022-09-0923-0/+184
| |/
* | Auto merge of #2901 - gco:tcp_keepcnt, r=JohnTitorbors2022-09-111-2/+2
|\ \
| * | Solaris TCP_KEEPINTVL and TCP_KEEPCNT have wrong valuesgco2022-09-051-2/+2
* | | Auto merge of #2900 - gco:master, r=JohnTitorbors2022-09-103-2/+8
|\ \ \
| * | | fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumosgco2022-09-053-2/+8
| |/ /
* | | solarish SHM* flagsDavid Carlier2022-09-101-0/+8
| |/ |/|
* | Auto merge of #2891 - asomers:makedev, r=JohnTitorbors2022-09-0911-29/+112
|\ \
| * | Add makedev for the BSDsAlan Somers2022-09-0711-29/+112
* | | Auto merge of #2902 - beetrees:apple-attrlist, r=JohnTitorbors2022-09-091-0/+227
|\ \ \
| * | | apple: Add the attrlist set of functionsbeetrees2022-09-061-0/+227
* | | | Auto merge of #2897 - paandahl:add-elf-constants, r=JohnTitorbors2022-09-062-20/+177
|\ \ \ \ | |/ / / |/| | |
| * | | Added missing constants from elf.hPreben Aandahl2022-09-062-20/+177
| | |/ | |/|
* | | Fix the tests on the latest FreeBSD 14.0-CURRENTAlan Somers2022-09-031-1/+48