- Jan 12, 2016
-
-
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
-
Sébastien Marie authored
- openbsd - bitrig - netbsd
-
Sébastien Marie authored
arguments `hostlen' and `servlen' are `socklen_t' or `size_t' depending the platform - apple: I don't known, so I don't change the original definition (socklen_t) - netbsd: socklen_t - freebsd: size_t - dragonfly: size_t - openbsd: size_t - bitrig: size_t
-
Sébastien Marie authored
- sysctl: *mut -> *const - mprotect: *const -> *mut - remove sysctlbyname() that don't exists under openbsd
-
Sébastien Marie authored
- same prototype on bitrig and openbsd - for netbsd, I did found it at all (?)
-
Sébastien Marie authored
-
Sébastien Marie authored
- IPV6_{ADD,DROP}_MEMBERSHIP - HW_AVAILCPU
-
Sébastien Marie authored
- under openbsd and bitrig: dli_saddr member is *mut ::c_void - under netbsd: it is *const ::c_void
-
Sébastien Marie authored
-
Sébastien Marie authored
-
- Dec 22, 2015
-
-
Alex Crichton authored
Add emscripten support
-
Brian Anderson authored
-
- Dec 21, 2015
-
-
Brian Anderson authored
-
- Dec 20, 2015
-
-
Alex Crichton authored
openbsd: map `si_addr` inside `struct siginfo_t`
-
Sébastien Marie authored
formally, under OpenBSD, `si_addr` is part of a C union. As we don't use others members of the union inside `struct siginfo_t`, it should be safe to directly map the field.
-
- Dec 18, 2015
-
-
Alex Crichton authored
Update the android CI image
-
Alex Crichton authored
It's got a new toolchain which should hopefully support some more modern definitions.
-
Alex Crichton authored
Add getentropy(2)'s syscall number as a const
-