- Jan 31, 2016
-
-
Jorge Aparicio authored
-
- Jan 30, 2016
-
-
Alex Crichton authored
musl: fix linkage of libc
-
Jorge Aparicio authored
I messed up the logic of the cfg during my rebase of #163
-
Alex Crichton authored
musl: add support for mips/mipsel
-
Jorge Aparicio authored
-
Alex Crichton authored
Definitions for i686-unknown-linux-musl, arm and asmjs musl
-
- Jan 29, 2016
-
-
Brian Anderson authored
I've tested x86 against C locally, but not arm or asmjs. I added the arm definitions because asmjs's C is derived from arms. Mysteriously, my locally-built musl does not contain a definition for _SC_2_C_VERSION, so I just removed it.
-
Brian Anderson authored
-
Alex Crichton authored
stdbuild conditional change
-
arcnmx authored
Building with cargo doesn't necessarily imply this isn't a `stdbuild` libc. This logic is more consistent with the rest of the repo.
-
Alex Crichton authored
Renames "sunos" to "solaris" (as a part of PR to add Illumos support to Rust)
-
Nikita Baksalyar authored
-
Alex Crichton authored
Add pthread_setname_np for NetBSD
-
Alex Crichton authored
-
- Jan 27, 2016
-
-
Alex Crichton authored
Fixes #156
-
Dave Huseby authored
-
Alex Crichton authored
Bump to 0.2.6
-
Alex Crichton authored
-
- Jan 26, 2016
-
-
Alex Crichton authored
Add IP v6 group membership options to OpenBSD build
-
Vasily Kolobkov authored
Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP sockopt constants.
-
Alex Crichton authored
unix: Add if_indextoname and IF_NAMESIZE
-
- Jan 25, 2016
-
-
Kamal Marhubi authored
-
- Jan 24, 2016
-
-
Alex Crichton authored
Add SOCK_NONBLOCK & SOCK_CLOEXEC
-
- Jan 23, 2016
-
-
James Perry authored
-
James Perry authored
-
Alex Crichton authored
Linkify more docs, add more tested triples
-
- Jan 22, 2016
-
-
Alex Crichton authored
Now we're testing rumprun, openbsd, and freebsd
-
- Jan 21, 2016
-
-
Brian Anderson authored
Bump to 0.2.5
-
Philipp Matthias Schaefer authored
-
Alex Crichton authored
-
Alex Crichton authored
Fixes #144 by defining O_ACCMODE for BSD's
-
Dave Huseby authored
-
- Jan 20, 2016
-
-
Alex Crichton authored
Preliminary PowerPC Support
-
Pavel Krajcevski authored
-
Alex Crichton authored
Add IP_TRANSPARENT socket option
-
Jakab Kristóf authored
Required for transparent proxying
-
Alex Crichton authored
FreeBSD and OpenBSD CI
-
- Jan 19, 2016
-
-
Alex Crichton authored
* The `flock` structure has an extra field * Some `flock`-related constants have different value * Some constants like `TABN` don't exist * The `fsblkcnt_t` and `fsfilcnt_t` type definitions are u64 for x86_64 FreeBSD * The `d_namelen` field in `dirent` was renamed correctly to `d_namlen` * The alignment of `fd_set` was off, and the macros were updated to not always assume a 32-bit integer is used.
-