Implement SYS_SENDFD and SKMSG_FOBTAINFD.

This commit is contained in:
4lDO2
2023-10-14 12:44:38 +02:00
parent da491fd5fc
commit 1546a4a08f
6 changed files with 82 additions and 18 deletions
+8
View File
@@ -69,6 +69,14 @@ pub fn format_call(a: usize, b: usize, c: usize, d: usize, e: usize, f: usize) -
c,
debug_buf(d, e).as_ref().map(|b| ByteStr(&*b)),
),
SYS_SENDFD => format!(
"sendfd({}, {}, {:#0x} {:#0x} {:#0x})",
b,
c,
d,
e,
f,
),
SYS_READ => format!(
"read({}, {:#X}, {})",
b,