NetBSD/sys/compat/linux
jdolecek 7b1d98353d Linux LINUX_PTRACE_SINGLESTEP operation should have same
semantics as NetBSD's PT_STEP, so support it on archs which have it
under Linux, ptrace(PTRACE_CONT, pid, 0, 0) is used to continue the
traced process where it left off; adjust addr to (caddr_t) 1 so that
the NetBSD syscall code DTRT
some sligh const poisoning
2000-11-01 20:56:30 +00:00
..
arch regen 2000-11-01 20:43:56 +00:00
common Linux LINUX_PTRACE_SINGLESTEP operation should have same 2000-11-01 20:56:30 +00:00
files.linux Add emulation for scheduler related syscalls. Although they are dummies 1999-10-04 16:58:15 +00:00
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c
Makefile.inc
TODO