- Sep 13, 2019
-
-
bors authored
Add SCHED_RESET_ON_FORK This is a fix for #1511, and is valid for musl and glibc.
-
bors authored
Test FreeBSD 12 on latest nightly ~~Let's see if [libc update](https://github.com/rust-lang/rust/pull/63806) for Rust fixed it.~~ Fixes https://github.com/rust-lang/libc/issues/1489
-
bors authored
freebsdlike: add several utmpx constants This adds several `utmpx.h` constants for FreeBSD and DragonflyBSD. Ref: https://github.com/freebsd/freebsd/blob/a1d2b5187332a366a897689c5fb41d38d7e1b0d8/include/utmpx.h Ref: http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/include/utmpx.h
-
bors authored
Workaround Azure images not supporting rustup self update
-
- Sep 12, 2019
- Sep 11, 2019
-
-
Mateusz Mikuła authored
-
- Sep 07, 2019
-
-
bors authored
Copy structs from bits/user.h for musl x86_64 While statically compiling a binary with `musl`, I ran into the following error regarding a missing struct: ``` error[E0412]: cannot find type `user_regs_struct` in crate `libc` --> src/debug.rs:37:32 | 37 | fn show_user_regs(regs: &libc::user_regs_struct) -> String { | ^^^^^^^^^^^^^^^^ not found in `libc` ``` This struct was previously added for `glibc` in #599, but was never added to `musl`, despite the data format being the same in both. This fix simply copies `user_regs_struct` into the proper location within the `musl` files.
-
bors authored
Remove WASI Core API Closes #1434 This change does not break the backwards compatibility promise since WASI Core API is unstable right now. If applications or libraries want to use Core API directly they should use [`wasi`](https://crates.io/crates/wasi) instead of `libc`. Blocked by: rust-lang/rust#63676 cc @sunfishcode
-
bors authored
Deprecate AIO_LISTIO_MAX This value can vary at runtime. Applications should instead use sysconf(3) with _SC_AIO_LISTIO_MAX.
-
bors authored
Deprecate RLIM_NLIMITS This constant is not stable across OS versions, so it cannot be used in any backwards- or forwards- compatible way. It's typically used to size arrays in the kernel and in debugging utilities that are closely tied to the OS version. Since libc is ignorant about OS versions, we shouldn't even be defining it.
-
bors authored
linux/gnu: add utmpname() This adds `utmpname(3)` on Linux with GNU libc. Ref: https://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/baselib-utmpname-3.html
-
bors authored
Adding UTIME_NOW and UTIME_OMIT to dragonfly Verified in both repos: - [musl](https://git.musl-libc.org/cgit/musl/tree/include/sys/stat.h#n70) - [dragonfly](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/e7ab884bd49753f8884eb597d10d6569a08fa0df/sys/sys/stat.h#L250)
-
bors authored
Update Emscripten system types These changes bring the types up to parity with recent Emscripten versions using the upstream LLVM wasm backend. These changes should be coordinated with the upgrade of rustc's Emscripten support. See https://internals.rust-lang.org/t/upgrading-rust-s-emscripten-support/10684
-
- Sep 06, 2019
- Sep 02, 2019
-
-
Luke Petre authored
-
Luke Petre authored
-
Alan Somers authored
This value can vary at runtime. Applications should instead use sysconf(3) with _SC_AIO_LISTIO_MAX.
-
Alan Somers authored
This constant is not stable across OS versions, so it cannot be used in any backwards- or forwards- compatible way. It's typically used to size arrays in the kernel and in debugging utilities that are closely tied to the OS version. Since libc is ignorant about OS versions, we shouldn't even be defining it.
-
gnzlbg authored
Fix the link_name for fstat and fstatfs on FreeBSD
-
- Sep 01, 2019
-
-
Alan Somers authored
-
Luca Bruno authored
This adds `utmpname(3)` on Linux with GNU libc. Ref: https://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/baselib-utmpname-3.html
-
Luca Bruno authored
This adds a few missing constants from DragonflyBSD `utmpx.h`. Ref: http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/include/utmpx.h
-
Luca Bruno authored
This adds a few missing constants from FreeBSD `utmpx.h`. Ref: https://github.com/freebsd/freebsd/blob/a1d2b5187332a366a897689c5fb41d38d7e1b0d8/include/utmpx.h
-
- Aug 29, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 27, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
This reverts commit 89e8ae6a.
-
Thomas Lively authored
-
- Aug 26, 2019
-
-
Thomas Lively authored
-
Thomas Lively authored
-
- Aug 23, 2019
-
-
Logan Wendholt authored
-
Logan Wendholt authored
-
- Aug 22, 2019
-
-
Logan Wendholt authored
-
- Aug 21, 2019
-
-
newpavlov authored
-