- Dec 23, 2015
-
-
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
-
Michael McConville authored
-
Michael McConville authored
I'm not convinced that the NR_* naming scheme is ideal, but it's pretty good. I didn't recognize any other syscall numbers in the file, so I started a new section.
-
- Dec 17, 2015
-
-
Alex Crichton authored
Bump to 0.2.4
-
Alex Crichton authored
-
Alex Crichton authored
Fix compiles on various BSDs
-
Alex Crichton authored
Also document them to prevent future regressions
-
Alex Crichton authored
Add binding for memrchr on Linux
-
- Dec 16, 2015
-
-
Florian Hahn authored
-
Alex Crichton authored
Bump to 0.2.3
-
Alex Crichton authored
-
Alex Crichton authored
Add a load of constants/definitions from nix
-
Alex Crichton authored
This is a blanket import of lots of constants and function from nix-rust
-
Alex Crichton authored
Expose functionality to get peer credentials for a Unix socket on Linux
-
Magnus Hoff authored
-
Alex Crichton authored
Add PATH_MAX for FreeBSDlike, defined in /usr/src/sys/sys/syslimits.h
-
- Dec 15, 2015
-
-
John Barker authored
-
John Barker authored
-