On 4/29/2026 7:45 AM, Warner Losh wrote: > Add main ioctl emulation dispatcher that handles table-driven > ioctl translation with thunk-based structure conversion. Supports > TYPE_NULL, TYPE_INT, and TYPE_PTR argument types with read, write, > and read-write access modes. > > Signed-off-by: Stacey D. Son <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > --- > bsd-user/bsd-ioctl.c | 100 > +++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 100 insertions(+) >
Reviewed-by: Pierrick Bouvier <[email protected]>
