- May 03, 2017
-
-
Marco A L Barbosa authored
-
- Mar 23, 2017
-
-
Alex Crichton authored
A few changes have necessitated some updates on our end
-
- Feb 24, 2017
-
-
Marco A L Barbosa authored
-
- Jan 17, 2017
-
-
Kevin Brothaler authored
-
Kevin Brothaler authored
-
- Dec 03, 2016
-
-
Alex Crichton authored
-
- Dec 02, 2016
-
-
Alex Crichton authored
-
- Nov 19, 2016
-
-
Alex Crichton authored
-
- Nov 17, 2016
-
-
Alex Crichton authored
This helps caching between runs and can help speed up turnaround time for various operations. The old android container didn't work out for some reason due to permissions so the definition has now been vendored locally to just rebuild it each time.
-
Alex Crichton authored
-
- Oct 28, 2016
-
-
Alex Crichton authored
Should help us keep the size explosion under control.
-
- Oct 21, 2016
-
-
Alex Crichton authored
-
- Oct 14, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
- Oct 11, 2016
-
-
Alex Crichton authored
-
- Sep 12, 2016
-
-
Jorge Aparicio authored
and fix the statvfs struct for this target
-
- Aug 28, 2016
-
-
Alex Crichton authored
Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-
- Aug 27, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
-
- Jun 15, 2016
-
-
Alex Crichton authored
Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This commit alters the CI infrastructure to use Docker images for each target. This should make it much easier to update the images and tweak various bits and pieces of installed software. Additionally, it's also much clearer now what's needed for each suite of tests! Some images were updated a bit (e.g. musl is now 1.1.14), but other images encountered failures when updating so they're not getting updated just yet.
-
- Jun 10, 2016
-
-
Axel Viala authored
I only added "*at" syscall relative to Posix2008 specification. At the moment OSX and Android are partially supporting this API. This include: * `openat` * `faccessat` * `fchmodat` * `fchownat` * `fstatat` * `linkat` * `mkdirat` * `mknodat` [0] * `readlinkat` * `renameat` * `symlinkat` * `unlinkat` * `mkfifoat` [0][1] [1] Not available on Android at the moment: * `mkfifo` [1] Not available on OSX at the moment: * `mkfifoat` * `mknodat` And exclude operating system specific API: * `renameat2`: Linux specific * `execveat`: Linux specific since 3.19 * `futimesat`: GNU extension * `name_to_handle_at`: GNU extension * `scandirat`: GNU extension * `fanotify_mark`: belong to fanotify API.
-
- Apr 11, 2016
-
-
Alex Crichton authored
-
- Mar 11, 2016
-
-
Alex Crichton authored
Only running them against auto-libc unfortunately means that PRs don't run CI.
-
Alex Crichton authored
-
- Mar 03, 2016
-
-
Alex Crichton authored
iOS was fixed awhile back and we should have rumprun nightlies now, so let's use them!
-
- Mar 02, 2016
-
-
Alex Crichton authored
It's tough to have PRs bounce or to have a back and forth with contributors about minor style quibbles. Sometimes it ends up just being easier to fix style after the fact, but let's add some automation to help this! This commit adds a script to run on CI and locally to verify the style of this repository. There's a few stylistic guidelines to ensure that definitions are understandable across the jungle of modules. This consistency should help assist readability for any future readers!
-
- Feb 18, 2016
-
-
Alex Crichton authored
-
- Feb 11, 2016
-
-
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 04, 2016
-
-
Alex Crichton authored
-
- Jan 19, 2016
-
-
Alex Crichton authored
This commit adds support to test all libc definitions on both OpenBSD and FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are used which are essentially intended to run a script on startup and then exit. Documentation has been added to the `ci/README.md` file describing this new system.
-
- Jan 10, 2016
-
-
Alex Crichton authored
-
- Dec 27, 2015
-
-
Alexander Polakov authored
-
- Dec 18, 2015
-
-
Alex Crichton authored
It's got a new toolchain which should hopefully support some more modern definitions.
-
- Dec 02, 2015
-
-
Alex Crichton authored
-
- Nov 20, 2015
-
-
Alex Crichton authored
-
- Nov 03, 2015
-
-
Alex Crichton authored
Otherwise just make sure the library builds on other Rust versions
-
- Oct 30, 2015
-
-
Alex Crichton authored
-
- Oct 29, 2015
-
-
Alex Crichton authored
-