summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1171 from alexcrichton/bump0.2.45Alex Crichton2018-12-103-66/+67
|\
| * Fix build on x86_64-unknown-cloudabi, bump versionAlex Crichton2018-12-093-66/+67
|/
* Auto merge of #1159 - cmbrandenburg:sysv_sem_support, r=alexcrichtonbors2018-12-093-1/+53
|\
| * Allow Android builds to failAlex Crichton2018-12-081-0/+4
| * Add support for SysV semaphores on Apple platformCraig M. Brandenburg2018-12-082-1/+49
* | Auto merge of #1167 - asomers:cirrus, r=alexcrichtonbors2018-12-083-16/+14
|\ \ | |/ |/|
| * Remove bors.toml. Per @alexcrichton it isn't needed.Alan Somers2018-12-071-4/+0
| * Move FreeBSD testing from Travis/QEMU to Cirrus-CIAlan Somers2018-12-074-16/+18
* | Auto merge of #1169 - jmagnuson:feature/move-sol_bluetooth-to-notbsd, r=alexc...bors2018-12-082-1/+1
|\ \
| * | Move SOL_BLUETOOTH to notbsd moduleJon Magnuson2018-12-082-1/+1
|/ /
* | Auto merge of #1168 - asomers:byebye_buildbot, r=alexcrichtonbors2018-12-071-1/+0
|\ \ | |/ |/|
| * Don't submit build status to buildbot.rust-lang.orgAlan Somers2018-12-071-1/+0
|/
* Auto merge of #1158 - strake:TIMER_ABSTIME, r=gnzlbgbors2018-12-072-0/+4
|\
| * not define `TIMER_ABSTIME` on AppleM Farkas-Dyck2018-12-053-2/+4
| * define `TIMER_ABSTIME` on BSDM Farkas-Dyck2018-12-011-0/+2
* | Auto merge of #1164 - AdelieLinux:musl-endianness, r=alexcrichtonbors2018-12-061-1/+10
|\ \
| * | musl: 64-bit: Ensure proper (c)msghdr layout on big-endianA. Wilcox2018-12-051-1/+10
* | | Auto merge of #1165 - xd009642:gid-funcs, r=gnzlbgbors2018-12-062-0/+2
|\ \ \
| * | | Added setegid functionxd0096422018-12-052-0/+2
| |/ /
* | | Auto merge of #1166 - jakllsch:netbsd-tcp-opts-fixes, r=alexcrichtonbors2018-12-061-2/+0
|\ \ \ | |/ / |/| |
| * | NetBSD: unbreak tests; neither TCP_NOPUSH or TCP_NOOPT yet exist hereJonathan A. Kollasch2018-12-051-2/+0
|/ /
* | Auto merge of #1161 - tklauser:xdp-consts, r=gnzlbgbors2018-12-053-0/+6
|\ \
| * | Add AF_XDP, PF_XDP and SOL_XDP consts for linuxTobias Klauser2018-12-043-0/+6
|/ /
* | Auto merge of #1160 - levex:dfly-add-missing-errnos, r=alexcrichtonbors2018-12-031-0/+2
|\ \ | |/ |/|
| * DragonflyBSD: add ENOMEDIUM and EASYNCLevente Kurusa2018-12-021-0/+2
* | Auto merge of #1157 - Susurrus:sparc64, r=alexcrichtonbors2018-12-011-0/+1
|\ \
| * | Add SO_PASSCRED for sparc64Bryant Mairs2018-12-011-0/+1
|/ /
* | Auto merge of #1156 - rust-lang:dependabot/cargo/ctest-0.2.8, r=gnzlbgbors2018-11-282-4/+4
|\ \
| * | Bump ctest from 0.2.7 to 0.2.8dependabot/cargo/ctest-0.2.8dependabot[bot]2018-11-282-4/+4
|/ /
* | 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 #1150 - rust-lang:dependabot/cargo/ctest-0.2.7, r=alexcrichtonbors2018-11-272-7/+16
|\ \ \ \
| * | | | Bump ctest from 0.2.6 to 0.2.7dependabot/cargo/ctest-0.2.7dependabot[bot]2018-11-262-7/+16
* | | | | 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
| * | | | Use crates.io keywords and categoriesgnzlbg2018-11-262-5/+6
* | | | | Auto merge of #1151 - Fensteer:Add-TCP-constants, r=gnzlbgbors2018-11-277-3/+28
|\ \ \ \ \
| * | | | | Add some TCP constantsFensteer2018-11-277-3/+28
|/ / / / /
* | | | | Auto merge of #1105 - gz:fix-timestamping, r=gnzlbgbors2018-11-276-8/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
| * | | | Added missing net_tstamp.h header to tests.Gerd Zellweger2018-11-211-0/+1
| * | | | 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
* | | | | Auto merge of #1130 - palfrey:strcase-various, r=alexcrichtonbors2018-11-278-12/+55
|\ \ \ \ \