CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/06/01 03:49:53
Modified files: sys/kern : kern_ktrace.c syscalls.master sys/sys : ktrace.h lib/libc/sys : Makefile.inc ktrace.2 lib/librthread : shlib_version Added files: lib/libc/sys : utrace.2 Log message: Add utrace(2), a system call allowing for userland to send its own ktrace records. From FreeBSD via otto@, with tweaks suggested by guenther@. Commite on behalf of otto@ who is not around, to ride the libc minor bump. Causes a librthread minor bump as well (new syscall).