- Jan 21, 2016
-
-
Brian Anderson authored
Bump to 0.2.5
-
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.
-
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
-
Jim Blandy authored
-
- Jan 11, 2016
-
-
Alex Crichton authored
Merging a number of PRs into one
-
Alex Crichton authored
-
- Jan 10, 2016
-
-
Alex Crichton authored
- Jan 06, 2016
-
- Jan 05, 2016
-
-
Alexander Polakov authored
-
- Dec 31, 2015
-
-
Richard Dodd authored
-
- Dec 27, 2015
-
-
Simon Sapin authored
The `net2` crate currently fails to cross-compile to Android with ``error: unresolved name `libc::SO_REUSEPORT` `` According to http://stackoverflow.com/a/14388707/1162888, Android is essentially the same as Linux for the purpose of socket features support, and the Linux kernel has supported `SO_REUSEPORT` since version 3.9. According to http://android.stackexchange.com/a/51656, Android has had more recent kernels than that since version 4.4 Kit Kat.
-