Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork175
fix(deps): update rust crate nix to 0.29.0#1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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 freeto 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.
This PR contains the following updates:
0.28.0
->0.29.0
Release Notes
nix-rust/nix (nix)
v0.29.0
Compare Source
Added
getregset()/setregset()
for Linux/glibc/x86/x86_64/aarch64/riscv64 andgetregs()/setregs()
for Linux/glibc/aarch64/riscv64(#2044)
(#2287)
(#2325)
(#2326)
From
trait implementation for conversions betweensockaddr_in
andSockaddrIn
,sockaddr_in6
andSockaddrIn6
(#2328)
(#2332)
(#2339)
(#2340)
mount
andunmount
API for apple targets.(#2347)
_PC_MIN_HOLE_SIZE
forpathconf
andfpathconf
.(#2349)
impl AsFd for pty::PtyMaster
(#2355)
open
flagO_SEARCH
to AIX, Empscripten, FreeBSD, Fuchsia, solarish,WASI (#2374)
prctl_set_vma_anon_name
for Linux/Android.(#2378)
sync(2)
forapple_targets/solarish/haiku/aix/hurd
,syncfs(2)
forhurd
andfdatasync(2)
foraix/hurd
(#2379)
(#2380)
fcntl::OFlag::O_PATH
for FreeBSD and Fuchsia(#2382)
PathconfVar::MIN_HOLE_SIZE
for apple_targets.(#2388)
open
flagO_SEARCH
to apple_targets(#2391)
O_DSYNC
may now be used withaio_fsync
andfcntl
on FreeBSD.(#2404)
Flock::relock
for upgrading and downgrading locks.(#2407)
Changed
Change the
ForkptyResult
type to the following repr so that theuninitialized
master
field won't be accessed in the child process:Updated
cfg_aliases
dependency from version 0.1 to 0.2(#2322)
Change the signature of
ptrace::write
andptrace::write_user
to make themsafe (#2324)
Allow use of
SignalFd
through shared referenceLike with many other file descriptors, concurrent use of signalfds is safe.
Changing the signal mask of and reading signals from a signalfd can now be
done
with the
SignalFd
API even if other references to it exist.(#2367)
Changed tee, splice and vmsplice RawFd arguments to AsFd.
(#2387)
Added I/O safety to the sys/aio module. Most functions that previously
accepted a
AsRawFd
argument now accept anAsFd
instead.(#2401)
RecvMsg::cmsgs()
now returns aResult
, and checks that cmsgs were nottruncated. (#2413)
Fixed
fanotify
queue overflows.(#2399)
reflect the used kernel's one.
(#2406)
Configuration
📅Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated byMend Renovate. View repository job loghere.