- 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.
-
Alex Crichton authored
This commit adds support to test all libc definitions on both OpenBSD and FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are used which are essentially intended to run a script on startup and then exit. Documentation has been added to the `ci/README.md` file describing this new system.
-
- Jan 17, 2016
-
-
Alex Crichton authored
Add Illumos support
-
Nikita Baksalyar authored
-
Nikita Baksalyar authored
-
Nikita Baksalyar authored
-
- Jan 16, 2016
-
-
Alex Crichton authored
Add setns api to linux targets
-
Jana Radhakrishnan authored
Adds setns libc api to all linux targets Signed-off-by:
Jana Radhakrishnan <mrjana@gmail.com>
-
- Jan 13, 2016
-
-
Alex Crichton authored
Add powerpc64 and powerpc64le support
-
Anton Blanchard authored
A number of libc constants are different on PowerPC64 Linux, so push them down into arch specific files.
-
Jim Blandy authored
-
Alex Crichton authored
Skip C/Rust type checks for eventfd.
-
Jim Blandy authored
-
- Jan 12, 2016
-
-
Alex Crichton authored
Correct MIPS types of SA_* flags
-
Alex Crichton authored
Missed out correction from 6ac75c16
-
Alex Crichton authored
libc-test's C program should not #include <linux/fs.h> on Linux
-
Jim Blandy authored
-
Jim Blandy authored
Adjust MIPS MS_RMT_MASK to match <sys/mount.h>.
-
Jim Blandy authored
-