- Feb 15, 2016
-
- Feb 13, 2016
-
-
Jason Smith authored
-
Alex Crichton authored
Add `posix_fadvise()` and related constants
-
Austin Bonander authored
-
- Feb 12, 2016
-
-
Alex Crichton authored
Update links in README for transition to rust-lang
-
Alex Crichton authored
-
Alex Crichton authored
PowerPC64 fixes
-
Anton Blanchard authored
-
Anton Blanchard authored
We no longer need to check for powerpc64le, so remove it.
-
Alex Crichton authored
this fixes the siginfo_t compilation errors
-
- Feb 11, 2016
-
-
Dave Huseby authored
-
Alex Crichton authored
Add a default-on std feature
-
Alex Crichton authored
This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc, but is enabled by default. The library will currently continue to link to the standard library to maintain backwards compatibility with the 0.2 series and older Rust compilers for now, but this default can possible be changed in the future.
-
- Feb 10, 2016
-
-
https://github.com/JasonSmith/libcJason Travis Smith authored
Rebased again for the latest changes.
-
Jason Travis Smith authored
The #[cfg()] was looking for 'arget_os' instead of 'target_os'.
-
- Feb 09, 2016
-
-
Alex Crichton authored
Bump to 0.2.7
-
Alex Crichton authored
-
Alex Crichton authored
SIGSTKSZ is the same on OpenBSD, Bitrig, and NetBSD
-
- Feb 08, 2016
-
-
Dave Huseby authored
-
- Feb 07, 2016
-
-
https://github.com/JasonSmith/libcJason Travis Smith authored
Rebasing for pull request to be valid.
-
Jason Travis Smith authored
The #[cfg()] was looking for 'arget_os' instead of 'target_os'.
-
Alex Crichton authored
unix: Add sendfile to platforms that support it
-
- Feb 06, 2016
-
-
Kamal Marhubi authored
-
Alex Crichton authored
Merging 2 PRs together
-
Jason Travis Smith authored
The #[cfg()] was looking for 'arget_os' instead of 'target_os'.
-
Alex Crichton authored
Add more RTLD_* constants
-
- Feb 05, 2016
-
-
Peter Jin authored
-
Vasily Kolobkov authored
-
Alex Crichton authored
-
Alex Crichton authored
linux: Add splice, tee, vmsplice
-
Kamal Marhubi authored
-
Alex Crichton authored
Use iOS nightlies instead of a pinned version
-
- Feb 04, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
fixes the bitrig d_namlen compile error
-
- Feb 03, 2016
-
-
Dave Huseby authored
-
- Feb 01, 2016
-
-
Alex Crichton authored
Define _SC_PAGE_SIZE constants
-
Brian Campbell authored
According to POSIX, sysconf can take _SC_PAGESIZE or _SC_PAGE_SIZE, which may be the same value. This constant was define in "apple" as equal to _SC_PAGESIZE, but not any of the other platforms. Add definitions for _SC_PAGE_SIZE for all platforms which had _SC_PAGESIZE defined. On all platforms but Android (Bionic), they are the same value; on Android _SC_PAGE_SIZE has a different value.
-
Brian Campbell authored
-