summaryrefslogtreecommitdiff
path: root/src/unix/linux_like
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1678 from jbaublitz/keyctl-constsYuki Okushi2020-03-102-0/+75
|\
| * Add constants from linux/keyctl.hJohn Baublitz2020-03-092-0/+75
* | Move linux/reboot.h constants into linux moduleRichard Wiedenhöft2020-03-092-15/+16
|/
* Merge pull request #1682 from JohnTitor/reduce-fixmeYuki Okushi2020-03-093-10/+1
|\
| * Add `CLOCK_TAI` to linux_like/mod.rsYuki Okushi2020-03-083-10/+1
* | Merge pull request #1651 from zonyitoo/feature-linux-like-ip6t-so-original-dstYuki Okushi2020-03-092-0/+6
|\ \
| * | Add IP6T_SO_ORIGINAL_DST definitionzonyitoo2020-03-082-0/+6
| |/
* | Add definitions for cgroupfs and cgroup2fs MAGICMikail Bagishov2020-03-081-0/+2
|/
* Merge pull request #1680 from Ralith/pmtuYuki Okushi2020-03-071-0/+6
|\
| * Add some linux socket MTU constantsBenjamin Saunders2020-03-061-0/+6
* | Add <sys/timex.h> declarations for LinuxDaniel Fox Franke2020-03-011-0/+155
|/
* Nfnetfilter queue constantsMichal 'vorner' Vaner2020-03-012-0/+132
* Merge pull request #1640 from andreas-schwab/masterYuki Okushi2020-03-014-3/+19
|\
| * Define RTLD_* constants for riscv64-linux-gnuAndreas Schwab2020-02-291-0/+3
| * Correct PTHREAD_STACK_MIN for riscv64-linux-gnuAndreas Schwab2020-02-291-1/+2
| * Define struct flock64 for riscv64-linux-gnuAndreas Schwab2020-02-291-0/+8
| * Fix alignment of struct pthread_mutexattr_t for riscv64-linux-gnuAndreas Schwab2020-02-292-2/+6
* | Merge pull request #1672 from JohnTitor/ci-tweaksYuki Okushi2020-03-015-7/+7
|\ \ | |/ |/|
| * Replace TODO with FIXME to make grep easyYuki Okushi2020-02-295-7/+7
* | Add TCP_FASTOPEN_CONNECT for Linux after 4.11zonyitoo2020-02-293-0/+3
|/
* Add definitions in ucontext.h in Android for x86_64Yuji Yamamoto2020-02-282-0/+250
* Add definitions in ucontext.h in Android for x86Yuji Yamamoto2020-02-281-0/+160
* Add definitions in ucontext.h in Android for ARMYuji Yamamoto2020-02-282-0/+184
* Merge pull request #1649 from rfael/masterYuki Okushi2020-02-285-0/+90
|\
| * structs nlmsghdr, nlmsgerr and nlattr added to linux arm and x86 musl targetsru2020-02-193-0/+54
| * structs nlmsghdr, nlmsgerr and nlattr added to linux mips64 musl targetru2020-02-191-0/+18
| * structs nlmsghdr, nlmsgerr and nlattr added to linux mips musl targetru2020-02-191-0/+18
* | Comment out HWCAP2_* constants on AArch64Emmanuel Gil Peyrot2020-02-271-9/+11
* | Add missing AArch64 HWCAP_* and HWCAP2_* values.Emmanuel Gil Peyrot2020-02-261-0/+43
* | Add missing AT_* constants from sys/auxv.hEmmanuel Gil Peyrot2020-02-261-0/+27
* | Move getauxval() to libc, not to libutil.Emmanuel Gil Peyrot2020-02-261-1/+1
* | Merge pull request #1639 from vickenty/memmemYuki Okushi2020-02-212-0/+12
|\ \
| * | Add memmemVickenty Fesunov2020-02-192-0/+12
| |/
* | Add qsort, qsort_r and bsearchMarco A L Barbosa2020-02-191-0/+13
|/
* Remove unnecessary parenthesisVickenty Fesunov2020-02-124-43/+43
* Auto merge of #1621 - coolreader18:fdset-redox-ai-android, r=gnzlbgbors2019-12-271-0/+15
|\
| * Add AI_* constants on android; taken from netdb.hcoolreader182019-12-071-0/+15
* | Auto merge of #1624 - noam93k:master, r=gnzlbgbors2019-12-231-0/+30
|\ \
| * | Fix linting errors.Noam Shalom Kleinburd2019-12-181-2/+10
| * | Add dlmopen dlinfo and related consts.Noam Kleinburd2019-12-181-0/+22
| |/
* | Add sock_extended_err and associated constants from errqueue.hMatthew McPherrin2019-12-021-0/+21
|/
* Auto merge of #1606 - msizanoen1:riscv, r=gnzlbgbors2019-11-283-1/+866
|\
| * Support for RISC-V 64-bit GNU/Linuxmsizanoen12019-11-273-1/+866
* | Add initial support for sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz2019-11-256-2/+1004
* | Auto merge of #1581 - baloo:baloo/linux/ipv6, r=gnzlbgbors2019-11-253-2/+18
|\ \
| * | Revert "IPV6_FLOWINFO does not work with asmjs"Arthur Gautier2019-11-221-0/+1
| * | IPV6_FLOWINFO does not work with asmjsArthur Gautier2019-11-051-1/+0
| * | IPV6_MULTICAST_ALL is too recent for aarch64 test envArthur Gautier2019-11-051-1/+0
| * | IPV6_ROUTER_ALERT_ISOLATE looks too recent for test envArthur Gautier2019-11-051-1/+0
| * | IPV6 consts are shared between android and linuxArthur Gautier2019-11-053-52/+18