- Feb 01, 2018
-
-
gnzlbg authored
-
- Jan 19, 2018
- Jan 18, 2018
- Jan 17, 2018
- Jan 15, 2018
-
-
bors authored
Add sockaddr_ctl on Mac
-
Bryant Mairs authored
-
- Jan 13, 2018
-
-
bors authored
Add killpg
-
- Jan 12, 2018
-
-
bors authored
added EPOLL(5) for Illumos (Solaris fork) EPOLL(5) is being used in crates like mio and iovec , this change allows those crates and other that depends on EPOLL(5) to be built in illumos systems.
-
neirac authored
-
neirac authored
-
neirac authored
-
bors authored
Difftime Once merged, can you update the crate too please?
-
- Jan 11, 2018
-
-
Guillaume Gomez authored
-
Guillaume Gomez authored
-
neirac authored
-
neirac authored
-
neirac authored
-
neirac authored
-
neirac authored
-
neirac authored
-
neirac authored
-
bors authored
feat(linux): add mntent struct and related functions Useful when playing around with mounting points, sadly not a common interface. :(
-
neirac authored
-
neirac authored
-
Kelsey Z authored
Useful when playing around with mounting points, sadly not a common interface
-
- Jan 09, 2018
-
-
bors authored
Minor fixes for CloudABI ARM support In the initial set of fixes for CloudABI, it looks like support for 32-bit ARM was left out, even though it is supported for C/C++. While there, fix up `c_char` for ARM64, which currently has the wrong sign.
-
Ed Schouten authored
-
Ed Schouten authored
On ARM64, it is supposed to be unsigned char: $ aarch64-unknown-cloudabi-cc -dM -E - < /dev/null | grep __CHAR_UNSIGNED__ #define __CHAR_UNSIGNED__ 1
-
- Jan 08, 2018
-
-
bors authored
Add time_t for CloudABI. Even though this data type is not used by libstd in any platform independent code, one of the unit tests in src/libstd/time/mod.rs refers to it. Instead of making that unit test more complicated, simply add time_t, matching the type used by the C library.
-
bors authored
android: add statvfs flags (ST_*) Signed-off-by:
Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
- Jan 07, 2018
-
-
Igor Gnatenko authored
Signed-off-by:
Igor Gnatenko <i.gnatenko.brain@gmail.com>
-
Ed Schouten authored
Even though this data type is not used by libstd in any platform independent code, one of the unit tests in src/libstd/time/mod.rs refers to it. Instead of making that unit test more complicated, simply add time_t, matching the type used by the C library.
-
- Jan 04, 2018
-
-
bors authored
Bump to 0.2.35 Bump for EAI_* names.
-