Open
Conversation
Add settimeofday for solaris/illumos Closes rust-lang#1547
The ip_mreqn struct has an additional interface id parameter. This allows programming IPv4 multicast groups using the interface id alongside the src IPv4 address. Linux has supported the ip_mreqn struct since Linux 2.2 ref: man ip.7 [Adding to linux x86_64 only as adding to linux_like/mod.rs caused failures in the sparc64 and mips64 C regression tests]
Remove duplicate target
We recently added a CDN in front of our CI mirrors as it's faster and cheaper for us. This switches libc's CI to use it instead of accessing the underlying bucket directly.
Add a new feature to enable this, since `const extern fn` support is unstable
First batch for rust-lang#1562
Co-Authored-By: gnzlbg <[email protected]>
Signed-off-by: patrick felt <[email protected]>
Signed-off-by: Arthur Gautier <[email protected]>
Signed-off-by: Arthur Gautier <[email protected]>
Signed-off-by: Arthur Gautier <[email protected]>
Signed-off-by: Arthur Gautier <[email protected]>
…ants Move linux/reboot.h constants into linux module
Add constants from linux/keyctl.h
Update badges metadata
Add F_OFD_* constants
Reduce checks for demoted apple 32-bit targets
add macOS mount flags
Unify mmap flags
Add AT_EACCESS to Linux, Solaris, and Fuchsia. Add AT_SYMLINK_FOLLOW, AT_REMOVEDIR, and _AT_TRIGGER to Solaris.
Add missing AT_ constants
Tweak `MAP_SYNC`
Enable `s390x-unknown-linux-gnu` on CI
Add reenterant shadow.h functions
Add constants from `linux/in.h`
Bump version to 0.2.68
Author
|
(probably, I haven't tried) |
Author
|
???????? see discord |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes SunriseOS build