- Sep 26, 2017
-
-
Jessica Hamilton authored
-
Jessica Hamilton authored
-
Jessica Hamilton authored
-
- Sep 25, 2017
-
-
Jessica Hamilton authored
-
- Sep 22, 2017
-
-
Jessica Hamilton authored
-
- Sep 21, 2017
-
-
bors authored
Add clock_gettime related functions to macOS Fixes https://github.com/rust-lang/libc/issues/776. The constants were retrieved on macOS 10.12.6. Tried adding `clock_nanosleep` too, but it doesn't seem like macOS' libc includes that yet.
-
Martin Ek authored
Doesn't work on iOS.
-
Martin Ek authored
-
bors authored
Define DCCP constants This PR defines constants needed to utilize [DCCP](https://en.wikipedia.org/wiki/Datagram_Congestion_Control_Protocol) in Linux and NetBSD.
-
Jack Pappas authored
-
- Sep 20, 2017
-
-
bors authored
[Redox] add net functions, fcntl, and close This adds net functions and two file functions: fcntl and close. It also adds related constants. The net functions are in a separate file for better organization.
-
bors authored
Bump to 0.2.31
-
bors authored
Tweak x86 gnu images Apparently the 17.10 image broke?
-
Alex Crichton authored
Apparently the 17.10 image broke?
-
Jeremy Soller authored
-
- Sep 19, 2017
-
-
James Tucker authored
-
bors authored
fuchsia: mxio was renamed to fdio As a side effect of the rename of the Magenta kernel to Zircon, the mxio library was renamed to fdio, and the linker directive needs to be updated.
-
James Tucker authored
-
- Sep 18, 2017
-
-
bors authored
Define additional IPPROTO_* constants. Define additional IPPROTO_* constants, e.g. for DCCP and SCTP. These constants are standard across all system types -- the values are those assigned to the protocol by the IANA: https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
-
- Sep 17, 2017
-
-
Jack Pappas authored
-
bors authored
Bring back cfg_target_vendor, which is still used r? @alexcrichton https://github.com/rust-lang/rust/pull/44515#issuecomment-330036756
-
Tamir Duberstein authored
-
- Sep 16, 2017
-
-
Jeremy Soller authored
-
bors authored
Update s3 download locations
-
Alex Crichton authored
-
- Sep 12, 2017
-
-
bors authored
Add additional interface flags (IFF_) Adds the three missing IFF_ constants (IFF_LOWER_UP, IFF_DORMANT, and IFF_ECHO) per nix-rust/nix#764
-
SilverWingedSeraph authored
-
bors authored
Make stdbuild a cargo feature Also invert the default feature / no std arrangement. The default still uses std, but no_std now requires opt-in instead of opt-out. This is work toward removing the shim in rustc.
-
SilverWingedSeraph authored
Also remove unneeded platform gating
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
Tamir Duberstein authored
-
- Sep 10, 2017
-
-
SilverWingedSeraph authored
-
SilverWingedSeraph authored
-
SilverWingedSeraph authored
-
- Sep 09, 2017
-
-
bors authored
Add timerfd API on Linux This change adds the Linux-specific timerfd API to libc. ```C #include <sys/timerfd.h> int timerfd_create(int clockid, int flags); int timerfd_gettime(int fd, struct itimerspec *curr_value); int timerfd_settime(int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value); ``` The timerfd API has been available since kernel 2.6.25 and in glibc since version 2.8. I'm not sure if I put the changes in the right places, so please review with great care.
-
slyrz authored
-
bors authored
Linux/Android: re-add initgroups This was removed in #742
-
Jamie Hewland authored
-
slyrz authored
This change adds the Linux-specific timerfd API to libc.
-