uapi icon indicating copy to clipboard operation
uapi copied to clipboard

Unix API

Results 3 uapi issues
Sort by recently updated
recently updated
newest added

`waitid(2)` would be a nice addition, mostly because it's the only way to wait on a pidfd.

`IntoUstr` is implemented for `PathBuf` and `&'a Path`, but not for `&'a PathBuf`. This requires users to call `pathbuf.as_path()`, which is mildly inconvenient. I suggest implementing `IntoUstr` for `&'a PathBuf`...

Some unstructured thoughts on the state of the libc crate: 1. Kernel types/constants are often duplicated between musl and glibc 2. Types/constants are sometimes present in one but not the...

enhancement