alpha
Login
or
Join now
theoparis.com
/
xnu-rs
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
XNU but rewritten in Rust
Star
3
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
2
Pipelines
xnu-rs
/
kernel
/
src
/
util
/
at
main
4 files
Theo Paris
feat(util): implement sync primitives, error types, and bitfield macros
2mo ago
ba6ecf42
bitfield.rs
feat(util): implement sync primitives, error types, and bitfield macros Adds SpinLock/RwLock type aliases, OnceLock wrapper, KernelError enum with Darwin BSD errno mappings, and bitfield_extract/bitfield_insert macros. Also suppresses a pre-existing clippy too_many_lines warning in xtask. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
error.rs
feat(util): implement sync primitives, error types, and bitfield macros Adds SpinLock/RwLock type aliases, OnceLock wrapper, KernelError enum with Darwin BSD errno mappings, and bitfield_extract/bitfield_insert macros. Also suppresses a pre-existing clippy too_many_lines warning in xtask. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
mod.rs
feat(util): implement sync primitives, error types, and bitfield macros Adds SpinLock/RwLock type aliases, OnceLock wrapper, KernelError enum with Darwin BSD errno mappings, and bitfield_extract/bitfield_insert macros. Also suppresses a pre-existing clippy too_many_lines warning in xtask. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
sync.rs
feat(util): implement sync primitives, error types, and bitfield macros Adds SpinLock/RwLock type aliases, OnceLock wrapper, KernelError enum with Darwin BSD errno mappings, and bitfield_extract/bitfield_insert macros. Also suppresses a pre-existing clippy too_many_lines warning in xtask. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago