On 2/9/26 05:26, Warner Losh wrote:
From: Stacey Son<[email protected]>

Wire up the remaining miscellaneous BSD syscalls:
- quotactl(2): Quota control (stub returning ENOSYS)
- reboot(2): Reboot system (stub returning ENOSYS)
- uuidgen(2): Generate UUIDs
- getdtablesize(2): Get descriptor table size

Signed-off-by: Stacey Son<[email protected]>
Signed-off-by: Warner Losh<[email protected]>
---
  bsd-user/freebsd/os-syscall.c | 16 ++++++++++++++++
  1 file changed, 16 insertions(+)


Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to