summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1155 - semarie:openbsd-unbreak, r=gnzlbgbors2018-11-276-17/+17
|\
| * openbsd: add KERN_CPUSTATS and increment KERN_MAXIDSébastien Marie2018-11-271-1/+2
| * openbsd: unbreak: TCP_* flagsSébastien Marie2018-11-276-10/+10
| * openbsd: unbreak: chflags familySébastien Marie2018-11-273-6/+5
* | Auto merge of #1153 - gnzlbg:fuchsia2, r=alexcrichtonbors2018-11-273-10/+4
|\ \
| * | Remove unreachable fuchsia branchesgnzlbg2018-11-273-10/+4
* | | Auto merge of #1146 - mwanner:musl-pthread-affinity, r=alexcrichtonbors2018-11-271-0/+7
|\ \ \ | |_|/ |/| |
| * | Add a couple pthread function definitions and get_sched for musl.Markus Wanner2018-11-261-0/+7
* | | Add some TCP constantsFensteer2018-11-277-3/+28
* | | Auto merge of #1105 - gz:fix-timestamping, r=gnzlbgbors2018-11-275-8/+15
|\ \ \ | |_|/ |/| |
| * | Update sparc64 value for SO_TIMESTAMPING.Gerd Zellweger2018-11-261-0/+3
| * | Remove some SOF_TIMESTAMPING_ options not supported with musl.Gerd Zellweger2018-11-211-11/+0
| * | Break long line to make style check pass.Gerd Zellweger2018-11-211-1/+2
| * | Add SOF_TIMESTAMPING_* from linux/net_tstamp.h.Gerd Zellweger2018-11-211-0/+19
| * | Move SO_TIMESTAMPING and SCM_TIMESTAMPING.Gerd Zellweger2018-11-215-8/+3
* | | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-234-18/+23
|\ \ \ | | |/ | |/|
| * | Add alias for MAP_ANONYMOUS to Apple targets.gnzlbg2018-11-221-0/+1
| * | Remove unstable `libc` feature on rustc-dep-of-std0.2.44Alex Crichton2018-11-211-9/+1
| |/
| * Prepare for being included via crates.io into stdAlex Crichton2018-11-214-11/+23
* | Split out windows strcase* work into gnu/msvc filesTom Parker-Shemilt2018-11-233-30/+30
* | strcase*: add redox supportTom Parker-Shemilt2018-11-231-0/+4
* | strcase*: Add cloudabi supportTom Parker-Shemilt2018-11-231-0/+5
* | Pull cfg_if! outside the externTom Parker-Shemilt2018-11-231-1/+3
* | Split out strcase* into unix, MSVC and Windows-GNUTom Parker-Shemilt2018-11-212-0/+19
* | Merge branch 'master' into strcase-variousTom Parker-Shemilt2018-11-2116-209/+1011
|\ \ | |/
| * Auto merge of #1129 - gnzlbg:sgx, r=gnzlbgbors2018-11-2116-205/+1010
| |\
| | * splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-2118-256/+1002
| | * Add SGX C types.gnzlbg2018-11-204-182/+241
| * | Add missing condition for musl mips64Mike Hommey2018-11-211-1/+1
| |/
* | Fix line-length unix style issueTom Parker-Shemilt2018-11-211-1/+2
* | Fix missing imports for unix moduleTom Parker-Shemilt2018-11-211-0/+1
* | Define _WITH_GETLINE for FreeBSD so we can move getline into general UnixTom Parker-Shemilt2018-11-203-4/+1
* | Split out getline and strcasestr to supported platformsTom Parker-Shemilt2018-11-204-2/+6
* | Add getlineTom Parker-Shemilt2018-11-201-0/+1
* | Add strcase*Tom Parker-Shemilt2018-11-201-0/+3
|/
* Factor out platforms for which libc is emptygnzlbg2018-11-202-194/+154
* Auto merge of #1127 - gnzlbg:fmt, r=gnzlbgbors2018-11-203-93/+132
|\
| * re-formatgnzlbg2018-11-193-93/+132
* | Add chflags(2) and friendsAlan Somers2018-11-197-0/+77
|/
* Auto merge of #1122 - gnzlbg:unused_macro, r=alexcrichtonbors2018-11-121-0/+1
|\
| * the f macro is unused in some targetsgnzlbg2018-11-101-0/+1
* | android: restore signalfd fields to c_ulonglongStephen Barber2018-11-071-4/+4
* | Add support for SIGSYS in signalfdStephen Barber2018-11-065-9/+33
|/
* Auto merge of #1119 - jakllsch:netbsd-extattr-not-in-libutil, r=alexcrichtonbors2018-11-031-4/+4
|\
| * NetBSD: these extattr functions are not in libutil, but libcJonathan A. Kollasch2018-11-021-4/+4
* | Add F_RDLCK/F_WRLCK/F_UNLCK to several platformsSamuel Holland2018-11-017-0/+28
|/
* Auto merge of #1117 - jakllsch:netbsd-extattr-signatures, r=gnzlbgbors2018-10-311-3/+3
|\
| * NetBSD: fix extattr_set_* return typesJonathan A. Kollasch2018-10-311-3/+3
* | Auto merge of #1115 - asomers:libutil_overlinking, r=alexcrichtonbors2018-10-311-136/+135
|\ \
| * | On FreeBSD and Dragonfly, don't unnecessarily link to libutilAlan Somers2018-10-301-136/+135
| |/