Skip to content

Pull requests: bytecodealliance/rustix

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Make kevent safe, using BorrowedFd for changelist
#939 opened Nov 21, 2023 by ids1024 Draft updated Feb 24, 2025
On 32-bit x86, get the vsyscall address from the AUX vector
#963 opened Dec 5, 2023 by sunfishcode Draft updated Feb 24, 2025
Support the timerfd API on FreeBSD.
#978 opened Dec 29, 2023 by sunfishcode Draft updated Feb 24, 2025
Add mount_setattr
#1002 opened Jan 24, 2024 by yujincheng08 Draft updated Feb 24, 2025
Add support for Packet MMAP
#1013 opened Feb 7, 2024 by DBLouis Loading… updated Feb 24, 2025
IPV6_PKTINFO SendAncillaryMessage
#1039 opened Mar 27, 2024 by procdump Loading… updated Feb 24, 2025
Add loongarch64 support
#1086 opened Jul 6, 2024 by zhaixiaojuan Loading… updated Feb 24, 2025
Add rustix::process::exit to terminate processes
#1133 opened Aug 26, 2024 by danielschemmel Loading… updated Feb 24, 2025
Implement raise and tgkill
#1250 opened Jan 4, 2025 by joshtriplett Loading… updated Feb 24, 2025
WIP: Add support for mbind, get_mempolicy and set_mempolicy
#938 opened Nov 20, 2023 by krh Draft updated Mar 7, 2025
Fix tests to avoid depending on the contents of Cargo.toml.
#1401 opened Mar 7, 2025 by sunfishcode Loading… updated Mar 7, 2025
Add index_to_name_inlined enhancement New feature or request
#1397 opened Mar 7, 2025 by al8n Loading… updated Mar 8, 2025
Add a mkfifoat function enhancement New feature or request
#1399 opened Mar 7, 2025 by rusty-snake Loading… updated Mar 8, 2025
Add FIO(N)CLEX ioctl enhancement New feature or request
#1400 opened Mar 7, 2025 by rusty-snake Loading… updated Mar 8, 2025
Fix typos found by typos
#1403 opened Mar 8, 2025 by rusty-snake Loading… updated Mar 8, 2025
setns: Check the file descriptor type
#1402 opened Mar 8, 2025 by rusty-snake Draft updated Mar 8, 2025
Move all unit tests into tests modules.
#1405 opened Mar 9, 2025 by sunfishcode Loading… updated Mar 9, 2025
Miscellaneous cleanups.
#1404 opened Mar 9, 2025 by sunfishcode Loading… updated Mar 9, 2025
Add a Signal::from_named_raw constructor. enhancement New feature or request
#1406 opened Mar 9, 2025 by sunfishcode Loading… updated Mar 9, 2025
ProTip! Exclude everything labeled bug with -label:bug.