summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd32/netbsd32_ptrace.c
AgeCommit message (Expand)Author
2022-08-03Pull up following revision(s), all via patchmartin
2019-06-04compat32: Translate userland PT_* request values into kernel codesmgorny
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2017-12-17handle siginfo requests for ptrace32christos
2017-02-23Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) on i386 and amd64kamil
2016-12-15Add support for hardware assisted watchpoints/breakpoints API in ptrace(2)kamil
2016-11-02* Split sys/kern/sys_process.c into three parts:pgoyette
2016-10-19PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernelskrll