- Jan 19, 2016
-
-
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.
-
Alexander Polakov authored
-
- Dec 25, 2015
-
-
David Henningsson authored
Signed-off-by:
David Henningsson <diwic@ubuntu.com>
-
- Dec 23, 2015
-
-
Sébastien Marie authored
-
Sébastien Marie authored
SYS_entropy is internal and may more easily change than getentropy(2).
-
Sébastien Marie authored
- under openbsd/bitrig it is 256 - change type to `size_t` where system have `getnameinfo()` with `hostlen` as `size_t`
-
Sébastien Marie authored
-
Sébastien Marie authored
-
Sébastien Marie authored
under openbsd it is a `caddr_t` which expand to `char *`. as the size of the type change, adjust the padding too.
-
Sébastien Marie authored
-
Sébastien Marie authored
-