- a5bfa1a Add alias for MAP_ANONYMOUS to Apple targets. by gnzlbg · 6 years ago
- 1eeba38 Remove unstable `libc` feature on rustc-dep-of-std by Alex Crichton · 6 years ago
- 03310f8 Auto merge of #1134 - alexcrichton:rustc-test, r=gnzlbg by bors · 6 years ago
- 91bd079 Prepare for being included via crates.io into std by Alex Crichton · 6 years ago
- 5b40375 Auto merge of #1129 - gnzlbg:sgx, r=gnzlbg by bors · 6 years ago
- 5c1a6b8 splice the common libc functions and ctypes throughout the library by gnzlbg · 6 years ago
- e85479b Auto merge of #1132 - glandium:master, r=alexcrichton by bors · 6 years ago
- 438034c Auto merge of #1133 - glandium:musl-mips, r=gnzlbg by bors · 6 years ago
- c97a771 Add missing condition for musl mips64 by Mike Hommey · 6 years ago
- fdb9726 core::ffi::c_void is available since rustc 1.30 by Mike Hommey · 6 years ago
- 4d9a03e Auto merge of #1131 - palfrey:appveyor-reqwest, r=gnzlbg by bors · 6 years ago
- 335841c Use Reqwest backend for Appveyor, not Hyper which is deprecated by Tom Parker-Shemilt · 6 years ago
- 92172d9 Add SGX C types. by gnzlbg · 6 years ago
- 16f6fef Auto merge of #1126 - gnzlbg:clean_no_libc, r=gnzlbg by bors · 6 years ago
- d145731 Factor out platforms for which libc is empty by gnzlbg · 6 years ago
- a9b3f97 Auto merge of #1127 - gnzlbg:fmt, r=gnzlbg by bors · 6 years ago
- 37a0bd3 Fix shellcheck issues by gnzlbg · 6 years ago
- 2921acc Auto merge of #1128 - asomers:chflags, r=alexcrichton by bors · 6 years ago
- 3bc400d Add chflags(2) and friends by Alan Somers · 6 years ago
- aca32d9 re-format by gnzlbg · 6 years ago
- 4e5ef22 Auto merge of #1123 - newpavlov:patch-1, r=gnzlbg by bors · 6 years ago
- eb09cfe use OR in the license field by Artyom Pavlov · 6 years ago
- 5cc0066 Auto merge of #1122 - gnzlbg:unused_macro, r=alexcrichton by bors · 6 years ago
- 5d3025b Merge pull request #1121 from smibarber/signalfd-sigsys by gnzlbg · 6 years ago
- 9b74d99 the f macro is unused in some targets by gnzlbg · 6 years ago
- 2475278 android: restore signalfd fields to c_ulonglong by Stephen Barber · 6 years ago
- 60ab304 Add support for SIGSYS in signalfd by Stephen Barber · 6 years ago
- 9c5e70a Auto merge of #1119 - jakllsch:netbsd-extattr-not-in-libutil, r=alexcrichton by bors · 6 years ago
- 2045e8e Auto merge of #1118 - smaeul:flock, r=gnzlbg by bors · 6 years ago
- 56fd329 NetBSD: these extattr functions are not in libutil, but libc by Jonathan A. Kollasch · 6 years ago
- 1b130d4 Add F_RDLCK/F_WRLCK/F_UNLCK to several platforms by Samuel Holland · 6 years ago
- 091669f Auto merge of #1117 - jakllsch:netbsd-extattr-signatures, r=gnzlbg by bors · 6 years ago
- b95fa26 Auto merge of #1115 - asomers:libutil_overlinking, r=alexcrichton by bors · 6 years ago
- 9525816 Auto merge of #1108 - jakllsch:netbsd-pthread-types, r=alexcrichton by bors · 6 years ago
- 21258da NetBSD: fix extattr_set_* return types by Jonathan A. Kollasch · 6 years ago
- 87ea744 Merge pull request #1116 from rust-lang/dependabot/cargo/ctest-0.2.6 by gnzlbg · 6 years ago
- 4f970bf Bump ctest from 0.2.4 to 0.2.6 by dependabot[bot] · 6 years ago
- e2b69a3 On FreeBSD and Dragonfly, don't unnecessarily link to libutil by Alan Somers · 6 years ago
- 7cd5d11 style: allow target_arch #[cfg()] statements by Jonathan A. Kollasch · 6 years ago
- 2d807ee wrap a long line by Jonathan A. Kollasch · 6 years ago
- 8dde98e Auto merge of #1114 - asomers:extattr, r=alexcrichton by bors · 6 years ago
- 74d5a98 Disable the aarch64-unknown-linux-musl workaround for #856 by Alan Somers · 6 years ago
- cd35cda syntax fix by Alan Somers · 6 years ago
- a9c204c Include <sys/extattr.h> during CI by Alan Somers · 6 years ago
- 00b9372 Add extattr(2) and extattr(3) definitions for FreeBSD and NetBSD by Alan Somers · 6 years ago
- 7924fcc NetBSD: fix previous for targets other than aarch64 by Jonathan A. Kollasch · 6 years ago
- 5cca062 NetBSD: rework recent pthread type corrections to avoid cfg_if! by Jonathan A. Kollasch · 6 years ago
- a81f45e whitespace fix for previous by Jonathan A. Kollasch · 6 years ago
- 04a13d1 Auto merge of #1098 - andrewtj:atj-cmsg-macros, r=alexcrichton by bors · 6 years ago
- 4a8304d Auto merge of #1111 - gnzlbg:xcode10, r=alexcrichton by bors · 6 years ago
- 1eb08ed Merge pull request #1112 from gnzlbg/ios_sim_kill by Alex Crichton · 6 years ago
- 4182efd update osx constants for xcode10 by gnzlbg · 6 years ago
- 4a60136 remove the iOS simulator targets from CI by gnzlbg · 6 years ago
- a379fb3 update osx builds to xcode10 by gnzlbg · 6 years ago
- 6346e17 NetBSD: fix pthread types on arm and powerpc by Jonathan A. Kollasch · 6 years ago
- 17f7b55 Auto merge of #1107 - ignatenkobrain:patch-1, r=alexcrichton by bors · 6 years ago
- 793eeac exclude CI files from crates.io by Igor Gnatenko · 6 years ago
- 72cdbf9 Auto merge of #1106 - AdelieLinux:master, r=alexcrichton by bors · 6 years ago
- 914eba1 Finish correcting ioctl(2) interfaces on musl/ppc64 by A. Wilcox · 6 years ago
- 87f4acb Auto merge of #1099 - gnzlbg:update_ctest, r=alexcrichton by bors · 6 years ago
- 0f2b5e7 Auto merge of #1101 - koutheir:master, r=alexcrichton by bors · 6 years ago
- 8915f42 Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris. by Koutheir Attouchi · 6 years ago
- 83f301d update ctest version by gnzlbg · 6 years ago
- 93a1995 Auto merge of #1097 - AdelieLinux:master, r=alexcrichton by bors · 6 years ago
- 2701f62 Add CMSG macros for unix/bsd and unix/notbsd by Andrew Tunnell-Jones · 6 years ago
- 814ce1e Auto merge of #1095 - xoac:rs485_support, r=alexcrichton by bors · 6 years ago
- 6d9c681 Correct ioctl(2) interface definition for musl/ppc64 by A. Wilcox · 6 years ago
- 88de100 Try fix mips constants by Sylwester Rąpała · 6 years ago
- 04c0073 Remove mistake #endif by Sylwester Rąpała · 6 years ago
- c75ca64 Auto merge of #1096 - jmmv:truncate, r=alexcrichton by bors · 6 years ago
- 41ee5d0 Add truncate(2) to Unix platforms by Julio Merino · 6 years ago
- c95efe6 Add TIOCGRS485 and TIOCSRS485 for musl #1094 by Sylwester Rąpała · 6 years ago
- 9c4f6c4 Auto merge of #1093 - jabedude:acct, r=alexcrichton by bors · 6 years ago
- 70c178d Remove rumprun target from .travis.yml by Josh Abraham · 6 years ago
- c58d7ab Add acct(2) to BSD tree by Josh Abraham · 6 years ago
- da73827 Add acct(2) to BSD tree by Josh Abraham · 6 years ago
- 41944d5 Auto merge of #1091 - xd009642:ptrace-arch-specific, r=alexcrichton by bors · 6 years ago
- f6e6be1 Added PT_FIRSTMACH by xd009642 · 6 years ago
- e6d8c8d Added openbsdlike and fixed netbsd/x86_64.rs by xd009642 · 6 years ago
- 3a10e23 Fixed import by xd009642 · 6 years ago
- 08e34d7 Arch specific ptrace commands for netbsd by xd009642 · 6 years ago
- dd8f56e Auto merge of #1090 - xd009642:master, r=alexcrichton by bors · 6 years ago
- 57b136a Add ptrace for non-apple BSDs by xd009642 · 6 years ago
- 0bdb886 Auto merge of #1089 - xd009642:apple_ptrace, r=alexcrichton by bors · 6 years ago
- 4e21f4a Fixed TRACE_ME typo by xd009642 · 6 years ago
- 1e04fb6 Added ptrace constants for apple by xd009642 · 6 years ago
- 57c4a15 Auto merge of #1086 - IsaacWoods:master, r=alexcrichton by bors · 6 years ago
- 90d8614 De-duplicate c_cvoid definitions by Isaac Woods · 6 years ago
- 3a04c32 Auto merge of #1088 - m-hilgendorf:patch-1, r=alexcrichton by bors · 6 years ago
- 4a1bae2 Auto merge of #1087 - kalamay:bsd-fcntl-locks, r=alexcrichton by bors · 6 years ago
- f1d56f6 Add ftok on MacOS by m-hilgendorf · 6 years ago
- ea3b319 add missing semi-colons by Jeremy Larkin · 6 years ago
- 4928bd9 Add fcntl constants for advisory locking on BSDs by Jeremy Larkin · 6 years ago
- 2926a5b Auto merge of #1085 - jmmv:freebsd-utimensat, r=alexcrichton by bors · 6 years ago
- 622cc28 Expose futimens and utimensat on FreeBSD and DragonFly by Julio Merino · 6 years ago
- 9f78ad1 Auto merge of #1084 - jmmv:apple-utimensat, r=alexcrichton by bors · 6 years ago
- b8245e3 Expose futimens and utimensat on Apple platforms by Julio Merino · 6 years ago
- 78d5392 Auto merge of #1083 - danielverkamp:fallocate64, r=alexcrichton by bors · 6 years ago
- bb9269b Add fallocate64 and posix_fallocate64 bindings by Daniel Verkamp · 6 years ago
- d13f346 Auto merge of #1082 - IsaacWoods:core_cvoid, r=alexcrichton by bors · 6 years ago