- Jul 24, 2020
-
-
Bryan Donlan authored
-
Yuki Okushi authored
-
- Jul 23, 2020
-
-
Daniil Bondarev authored
Co-authored-by:
Yuki Okushi <huyuumi.dev@gmail.com>
-
Yuki Okushi authored
Declare `utmpx` on musl
-
- Jul 22, 2020
-
-
Yuki Okushi authored
- Jul 20, 2020
-
-
Yuki Okushi authored
-
Stefano Garzarella authored
VMADDR_CID_RESERVED is NOT available from Linux v5.6. VMADDR_CID_LOCAL is available only on Linux >= v5.6. Signed-off-by:
Stefano Garzarella <sgarzare@redhat.com>
-
Stefano Garzarella authored
In Linux we replaced VMADDR_CID_RESERVED with VMADDR_CID_LOCAL in commit ef343b35d46667668a099655fca4a5b2e43a5dfe. It is available since Linux v5.6, and it can be used to do local communication if supported. This patch deprecates VMADDR_CID_RESERVED for backward compatibility. Signed-off-by:
Stefano Garzarella <sgarzare@redhat.com>
-
Yuki Okushi authored
Add a declaration for `posix_fadvise64` on Linux.
-
Dan Gohman authored
As with the other *64 functions in Linux, `posix_fadvise64` is like `posix_fadvise` but uses `off64_t` instead of `off_t`.
-
- Jul 19, 2020
-
-
Yuki Okushi authored
Bump to 0.2.73
-
Yuki Okushi authored
Remove unneeded release step
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Paul Sajna authored
fix compilation errors rustfmt fix style add f! for const fns remove unneccessary const functions
-
Paul Sajna authored
rustfmt
-
Marko Mijalkovic authored
-
Marko Mijalkovic authored
-
Marko Mijalkovic authored
Fix style errors
-
Marko Mijalkovic authored
-
Marko Mijalkovic authored
-
Jake Goulding authored
Also simplify some of the phrasing and perform minor grammar tweaks.
-
Simonas Kazlauskas authored
-
Simonas Kazlauskas authored
-
Jake Goulding authored
This incorporates the changes needed to cross-compile `rustc` for the aarch64-apple-darwin target.
-
- Jul 18, 2020
-
-
Yuki Okushi authored
Revive CI for the switch target
-
Yuki Okushi authored
-
Yuki Okushi authored
Expose EPOLLEXCLUSIVE on illumos platform
-
- Jul 17, 2020
-
-
Patrick Mooney authored
Initially the EPOLLEXCLUSIVE definition was hidden on the illumos platform as it lacked explicit support. After further review, it was concluded that EPOLLEXCLUSIVE can safely be considered a no-op, when not fully implemented by the OS, making it safe for use on illumos.
-
- Jul 15, 2020
-
-
Yuki Okushi authored
openbsd: Fix `WIFSTOPPED` following upstream
-
- Jul 14, 2020
-
- Jul 10, 2020
-
-
Yuki Okushi authored
-
- Jul 09, 2020
-
-
Simon Wörner authored
-
Simon Wörner authored
-
- Jul 08, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
Limit macOS `$INODE64` symbol names to x86 and x86_64
-
Jake Goulding authored
The new ARM-based platform doesn't need these as there's no legacy constraints. Tested via **demo.c** ```c int main() { fstat(0, NULL); fstatat(0, NULL, NULL, 0); lstat(NULL, NULL); stat(NULL, NULL); readdir(NULL); readdir_r(NULL, NULL, NULL); } ``` **Compilation** ```none % SDKROOT=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk MACOSX_DEPLOYMENT_TARGET=11.5 cc -arch arm64 demo.c % nm a.out 0000000100008030 d __dyld_private 0000000100000000 T __mh_execute_header U _fstat U _fstatat U _lstat 0000000100003e64 T _main U _readdir U _readdir_r U _stat U dyld_stub_binder ``` This has also been experimentally compiled on a Developer Transition Kit.
-
Yuki Okushi authored
-
Yuki Okushi authored
-