CVS commit: src/sys/compat/netbsd32
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Fri Aug 28 16:02:32 UTC 2026 Modified Files: src/sys/compat/netbsd32: netbsd32_ptrace.c Log Message: netbsd32_ptrace: Fix locking around ptrace register access. PR kern/60658: netbsd32_process_read_dbregs() needs the same fix as native amd64 process_read_dbregs() To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/netbsd32/netbsd32_ptrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.