Skip to content

Draft: Add v2 scheme packet format

Jacob Lorentzon requested to merge 4lDO2/kernel:schemev2 into master

This removes the need for the ugly workarounds that reuse the uid and gid fields when additional arguments are necessary.

(Also uses the slab crate for scheme states, which is not any heavier than the existing hash map.)

Blocked on syscall!83 (closed).

Merge request reports