summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes #144 by defining O_ACCMODE for BSD'sDave Huseby2016-01-202-0/+2
* Preliminary PowerPC SupportPavel Krajcevski2016-01-203-1/+26
* Add IP_TRANSPARENT socket optionJakab Kristóf2016-01-201-0/+1
* Fix all definitions on FreeBSDAlex Crichton2016-01-186-35/+79
* Move getpwuid_r definition to platform-specific modulesNikita Baksalyar2016-01-173-7/+11
* Reorganize Illumos moduleNikita Baksalyar2016-01-171-143/+138
* Add Illumos supportNikita Baksalyar2016-01-174-1/+777
* Add setns api to linux targetsJana Radhakrishnan2016-01-151-0/+1
* Add powerpc64 and powerpc64le supportAnton Blanchard2016-01-138-14/+142
* Correct MIPS types of SA_* flagsAlex Crichton2016-01-121-3/+3
* Common up all definitions of MS_RMT_MASK, since they're all equal now.Jim Blandy2016-01-115-8/+1
* Don't #include <linux/fs.h>; libc's API is described by <sys/mount.h>.Jim Blandy2016-01-111-1/+1
* Remove MS_NOSEC and MS_BORN flags; these are not part of the public kernel in...Jim Blandy2016-01-112-5/+0
* Delete definitions of MS_VERBOSE; it's deprecated in favor of the (more porta...Jim Blandy2016-01-113-3/+0
* Fix constant values for MIPSAlex Crichton2016-01-114-32/+96
* Merge branch 'android-posix-memalign' of https://github.com/tamird/libc into ...Alex Crichton2016-01-111-3/+3
|\
| * android has `posix_memalign` for API 16+ since NDK r10dTamir Duberstein2016-01-061-3/+3
* | Merge branch 'add_ioctl_constants' of https://github.com/derekdreery/libc int...Alex Crichton2016-01-102-6/+67
|\ \
| * | Add ioctl constantsRichard Dodd2015-12-312-6/+67
| |/
* | Merge branch 'mips3' of https://github.com/polachok/libc into mergeAlex Crichton2016-01-104-8/+10
|\ \
| * | Fix mips fallout on new toolchainAlexander Polakov2016-01-054-8/+10
| |/
* | Merge branch 'master' of https://github.com/diwic/libc into mergeAlex Crichton2016-01-104-0/+19
|\ \
| * | Add poll APIDavid Henningsson2015-12-254-0/+19
| |/
* | Merge branch 'openbsd-cleanup' of https://github.com/semarie/libc into mergeAlex Crichton2016-01-107-42/+85
|\ \
| * | keep openbsd name for dirent field memberSébastien Marie2015-12-231-1/+1
| * | provide getentropy(2) instead of SYS_entropySébastien Marie2015-12-231-3/+1
| * | define NI_MAXHOST per systemSébastien Marie2015-12-236-2/+10
| * | define TMP_MAX differently for openbsdlikeSébastien Marie2015-12-234-1/+6
| * | properly define SIGSTKSZ under openbsdSébastien Marie2015-12-231-1/+1
| * | use proper type of si_addr in siginfo_tSébastien Marie2015-12-231-2/+2
| * | change sign for `blksize_t` type under openbsdSébastien Marie2015-12-231-1/+1
| * | change type size to match openbsd CSébastien Marie2015-12-231-2/+2
| * | remove backtrace() prototype that don't exists underSébastien Marie2015-12-231-1/+0
| * | change proto for getnameinfo()Sébastien Marie2015-12-236-7/+35
| * | more proto change on openbsdSébastien Marie2015-12-231-8/+2
| * | change proto (uint -> int) for pthread_*_np() functionsSébastien Marie2015-12-231-2/+2
| * | rename syscalls constants to follow name under openbsdSébastien Marie2015-12-231-1/+1
| * | drop undefined constants under openbsdSébastien Marie2015-12-231-4/+0
| * | move Dl_info struct per systemSébastien Marie2015-12-234-7/+21
| * | there are no `pw_fields` in `struct passwd` under openbsdSébastien Marie2015-12-231-1/+2
| |/
* | Add SO_REUSEPORT for AndroidSimon Sapin2015-12-281-0/+1
|/
* Remove emscripten docsBrian Anderson2015-12-221-3/+0
* Add emscripten supportBrian Anderson2015-12-214-4/+14
* openbsd: map `si_addr` inside `struct siginfo_t`Sébastien Marie2015-12-201-2/+2
* Update the android CI imageAlex Crichton2015-12-184-43/+34
* Fix build by adding type prefix colonsMichael McConville2015-12-181-1/+1
* Add getentropy(2)'s syscall number as a constMichael McConville2015-12-181-0/+3
* Fix compiles on various BSDsAlex Crichton2015-12-174-15/+42
* Add binding for memrchr on Linux, FreeBSD, OpenBSD and NetBSDFlorian Hahn2015-12-163-0/+3
* Add a load of constants/definitions from nixAlex Crichton2015-12-1619-10/+1454