Activity
Fix compilation on darwin.
Fix compilation on darwin.
Add a Signal::from_named_raw
constructor.
Add a
Signal::from_named_raw
constructor.Fix compile errors.
Fix compile errors.
Fix more warnings.
Fix more warnings.
Move all unit tests into tests
modules.
Move all unit tests into
tests
modules.Fix tests to avoid depending on the contents of Cargo.toml.
Fix tests to avoid depending on the contents of Cargo.toml.
chore: Release rustix version 1.0.1
chore: Release rustix version 1.0.1
Fix compilation of tests/event/port.rs
Fix compilation of tests/event/port.rs
Rename rustix_int_0x80
and protect it from multiple definitions.
Rename
rustix_int_0x80
and protect it from multiple definitions.Experiment with miri on the linux_raw backend.
Experiment with miri on the linux_raw backend.
Force push
A branch to enable strict-provenance lints.
A branch to enable strict-provenance lints.
Force push
chore: Release rustix version 1.0.0
chore: Release rustix version 1.0.0
Fix termios debug output for 8-bit bytes.
Fix termios debug output for 8-bit bytes.
Fix a new clippy lint.
Fix a new clippy lint.
Force push
Bump linux-raw-sys to 0.9.2 to pick up EM_CURRENT
for s390x.
Bump linux-raw-sys to 0.9.2 to pick up
EM_CURRENT
for s390x.Fix test compile errors.
Fix test compile errors.
Bump linux-raw-sys to 0.9.1 to pick up EM_CURRENT
for powerpc.
Bump linux-raw-sys to 0.9.1 to pick up
EM_CURRENT
for powerpc.Miscellaneous documentation and debug output fixes.
Miscellaneous documentation and debug output fixes.
Disable use-libc-auxv by default, and document cargo features
Disable use-libc-auxv by default, and document cargo features