]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Implement procctl(2) along with necessary conversion functions.
authorStacey Son <sson@FreeBSD.org>
Mon, 25 Sep 2023 18:24:18 +0000 (21:24 +0300)
committerWarner Losh <imp@bsdimp.com>
Tue, 3 Oct 2023 23:14:06 +0000 (17:14 -0600)
commitdcaa3dfda379157a1e5148e112a77aa7e1d79c58
treeb956022c12f37d80dfeedea4da58b1b118cc0111
parent8632729060bf840560215c91c8611bd6769deff9
bsd-user: Implement procctl(2) along with necessary conversion functions.

Implement t2h_procctl_cmd, h2t_reaper_status, h2t_reaper_pidinfo and h2t/t2h reaper_kill conversion functions.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20230925182425.3163-22-kariem.taha2.7@gmail.com>
bsd-user/freebsd/os-proc.c
bsd-user/freebsd/os-syscall.c