twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 14 forks source link

twizzler-abi stabilization part 1 #77

Closed dbittman closed 2 years ago

dbittman commented 2 years ago

This set of patches is part 1 in a series that intends to stabilize the twizzler-abi crate for an initial version. We'll have to do this in steps because some parts of this crate are awaiting RFCs for their design, so can't be included yet. I'd like to get to the point where we're only adding ASAP, followed by a v1 once we can say that the core RFCs have been implemented.

This set cleans up the syscall file by splitting it up and adds a few syscalls for object stating, deletion, etc. It also adds missing documentation for much of the crate.