- May 21, 2019
-
-
bors authored
Added MAP_FIXED_NOREPLACE and MAP_SHARED_VALIDATE consts. This addresses #1339 and #1315. I believe the location of the constants is correct as-is, as both flags are linux-specific additions. Let me know if I missed anything.
-
bors authored
linux/musl: Add SEEK_HOLE and SEEK_DATA constants They are defined since Linux 3.1 but not in musl yet. Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-
Inokentiy Babushkin authored
Because we cannot yet bring a more recent musl to the mips and mipsel architectures, we disable support for these constant until a cascading update with rust-lang/rust has been done.
-
Inokentiy Babushkin authored
This reverts commit 1a1b170a.
-
Inokentiy Babushkin authored
This reverts commit 7b171fb1.
-
Samuel Ortiz authored
They are defined since Linux 3.1 but not in musl yet. Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-
- May 20, 2019
-
-
Inokentiy Babushkin authored
-
- May 19, 2019
-
-
Inokentiy Babushkin authored
-
Inokentiy Babushkin authored
-
- May 16, 2019
-
-
bors authored
Bump version to 0.2.55 This will bring in support for redox as part of the unix target_family, thus allowing https://github.com/rust-lang/rust/pull/60547 to move forward
-
bors authored
Update to the latest wasi-sysroot. - Rename `wasm32-unknown-wasi` to `wasm32-wasi`. - `__wasilibc_rmfileat` was renamed to `__wasilibc_unlinkat` - Add bindings for a few more functions and typedefs.
-
bors authored
Add futex constants Adding some Futex constants. To be used in `parking_lot`. See https://github.com/faern/parking_lot/pull/1/files#r283110797
-
Linus Färnstrand authored
-
Linus Färnstrand authored
-
Dan Gohman authored
- Rename `wasm32-unknown-wasi` to `wasm32-wasi`. - `__wasilibc_rmfileat` was renamed to `__wasilibc_unlinkat` - Add bindings for a few more functions and typedefs.
-
Jeremy Soller authored
-
bors authored
Improve newlib constants This is necessary to set socket options on the Nintendo Switch, which uses a socket implementation directly ported from FreeBSD. Reopened from #1334 because I accidentally closed that.
-
bors authored
redox: convert to target_family unix This is the first step to supporting https://github.com/rust-lang/rust/issues/60139. In order to have a smooth transition, there will need to be a change made in rust at the same time, switching Redox over to the unix target family. See https://github.com/rust-lang/rust/pull/60547
-
bors authored
Update CI from ubuntu 16.04 (EOL) to 19.04 Closes #1333 .
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
See https://github.com/rust-lang/rust/pull/60775 .
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-