summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1587 from Susurrus/termios_breaks_constsYuki Okushi2020-05-0812-15/+29
|\
| * Add TIOCSBRK/TIOCCBRK to more supported platformsBryant Mairs2020-05-0712-11/+25
| * Reorder consts for sparc64 to match headerBryant Mairs2020-05-071-4/+4
* | Add c typedefs for the Sony PSPMarko Mijalkovic2020-05-072-0/+53
|/
* Merge pull request #1747 from wg/masterYuki Okushi2020-05-033-0/+5
|\
| * define IPV6_HOPLIMIT for freebsd, linux, and macosWill2020-05-013-0/+3
| * define IPV6_CHECKSUM for freebsd and macosWill2020-05-012-0/+2
* | Merge pull request #1684 from JohnTitor/riscv64Yuki Okushi2020-05-031-13/+8
|\ \
| * | Make some fields privateYuki Okushi2020-04-301-8/+8
| * | Remove the re-definition of `timespec`Yuki Okushi2020-04-301-5/+0
| |/
* | Haiku: fix name of AF_UNSPECNiels Sascha Reedijk2020-05-021-1/+1
|/
* Merge pull request #1745 from msizanoen1/riscv-add-constantsYuki Okushi2020-04-291-78/+66
|\
| * Add RLIMIT_* constants for RISC-V 64-bit GNU/Linuxmsizanoen12020-04-251-0/+5
| * Remove redundant type definitions for RISC-V 64-bit GNU/Linuxmsizanoen12020-04-251-78/+61
* | Fix #1670 missing RLIMIT_AS etc on androidRobert Collins2020-04-291-0/+5
|/
* Merge pull request #1741 from kubo39/patch-CPU_ALLOC_SIZEYuki Okushi2020-04-161-0/+6
|\
| * Add CPU_ALLOC_SIZEHiroki Noda2020-04-161-0/+6
* | freebsd: add sockcred/SOCKCREDSIZEGreg V2020-04-151-0/+18
* | freebsdlike: add SCM_CREDSGreg V2020-04-151-0/+1
|/
* Merge pull request #1739 from kubo39/patch-CPU_COUNTYuki Okushi2020-04-151-0/+13
|\
| * Add CPU_COUNT/CPU_COUNT_SHiroki Noda2020-04-151-0/+13
* | Merge pull request #1736 from JohnTitor/rtentryYuki Okushi2020-04-151-0/+21
|\ \
| * | Add `rtentry` to musl as wellYuki Okushi2020-04-141-0/+21
* | | REG_ENOSYS is NetBSD specificSébastien Marie2020-04-142-2/+2
|/ /
* | Fix `max_align_t` size and alignYuki Okushi2020-04-141-2/+2
* | Use wasi values for `errno`sYuki Okushi2020-04-144-136/+210
* | Update linksYuki Okushi2020-04-141-2/+2
* | Remove `TCP_FASTOPEN_CONNECT` from emscriptenYuki Okushi2020-04-141-1/+0
* | Remove `IPV6_FLOWINFO` from emscriptenYuki Okushi2020-04-143-1/+2
* | Remove some items defined in `errqueue.h` from emscriptenYuki Okushi2020-04-143-21/+44
* | Merge pull request #1729 from JohnTitor/licenseYuki Okushi2020-04-143-29/+0
|\ \
| * | Remove license headersYuki Okushi2020-04-113-29/+0
* | | Add bindings for POSIX regexesAlexander Batischev2020-04-138-0/+157
* | | unix: add strndup()Matthias Schiffer2020-04-111-0/+1
|/ /
* | Merge pull request #1716 from pfmooney/illumos-targetYuki Okushi2020-04-114-101/+162
|\ \
| * | Split up Solaris and illumos targetsPatrick Mooney2020-04-034-101/+162
* | | Merge pull request #1728 from alexcrichton/add-ucontextYuki Okushi2020-04-112-1/+23
|\ \ \
| * | | Add definition of ucontext_t for aarch64-unknown-linux-gnuAlex Crichton2020-04-102-1/+23
| | |/ | |/|
* | | This adds the defines from include/uapi/asm-generic/hugetlb_encode.h and the ...Guillume DIDIER2020-04-093-2/+65
|/ /
* | Add strsignal(3) to unixBrian Gavin2020-04-071-0/+1
* | Merge pull request #1720 from glebpom/linux-udp-constantsYuki Okushi2020-04-081-0/+8
|\ \
| * | Add Linux UDP constantsGleb Pomykalov2020-04-061-0/+8
* | | Merge pull request #1717 from jclulow/illumos-cfmakerawYuki Okushi2020-04-081-6/+21
|\ \ \ | |/ / |/| |
| * | fix cfmakeraw() for illumos and SolarisJoshua M. Clulow2020-04-041-6/+21
| |/
* | linux: add fanotify(7) API bindings.Daniel McCarney2020-04-045-0/+92
|/
* Merge pull request #1712 from pfmooney/cfg_attr-cleanupYuki Okushi2020-04-017-106/+0
|\
| * Clean up unnecessary cfg_attr attributesPatrick Mooney2020-03-298-130/+0
* | Haiku: add futimens and utimensat, remove futimes and cleanup.Niels Sascha Reedijk2020-03-281-25/+7
|/
* Merge pull request #1708 from pickfire/lockfYuki Okushi2020-03-271-0/+6
|\
| * Add lockfIvan Tham2020-03-261-0/+6