SuchAFuriousDeath
SuchAFuriousDeath
This is a standard FreeBSD ioctl. I decided to conciously skip it for now, because: 1) The code would be really messy with a lot of .read() and .write() and...
In several places where FreeBSD uses [char; N], we currently use String. We could mimic the FreeBSD code more closely while also avoiding heap allocations if we implemented a wrapper...
A follow-up on #473 https://github.com/obhq/obliteration/blob/332b70cf100552aba085710870a973b5a30a62b2/src/kernel/src/fs/mod.rs#L257