![jtc](/assets/img/avatar_default.png)
Changed all instances of ENTRY() to match the new calling convention (it takes a second argument ). Added new macros: SYSTRAP(x): Expands to the code used to call syscall x. This is used to simplify other macros. SYSCALL_NOERROR(x): Like SYSCALL except that "x" is a syscall that can never fail. RSYSCALL_NOERROR(x): Like RSYSCALL except that "x" is a syscall that can never fail.
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%