- Feb 18, 2016
-
-
Mátyás Mustoha authored
-
- Feb 17, 2016
-
-
Alex Crichton authored
Android: add some of the same LFS functions as Linux
-
Josh Stone authored
While this appears to be in bionic libc, it's not in any header, so CI fails to validate it. Let's just skip that one.
-
Josh Stone authored
Audit the LFS functions from Linux and add the same for Android if bionic supports it, according to libc.map from API 23 (Android 6.0). The standard library is currently limited to API 18, so it may only use `lseek64`, `pread64`, `pwrite64`, `ftruncate64`, and `readahead`. Note that `stat64` and `dirent64` are actually identical to the regular versions, because bionic has always mapped them to the LFS syscalls. It also sets `O_LARGEFILE` at all times, so `open` matches `open64`. Still, the explicit LFS names may be useful to match Linux. Fixes #189.
-
- Feb 15, 2016
-
-
Alex Crichton authored
Roll together a few PRs in the queue
-
Kamal Marhubi authored
-
Tomasz Miąsko authored
-
Tomasz Miąsko authored
-
- 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
-