History log of /openbsd/lib/libc/sys/utrace.2 (Results 1 – 4 of 4)
Revision Date Author Comments
# 06a07dad 23-Feb-2023 deraadt <deraadt@openbsd.org>

adjust documentation for ktrace.h changes. utrace() is now easier to use
ok guenther


# a38464e3 22-Feb-2022 deraadt <deraadt@openbsd.org>

The include of sys/ktrace.h will require sys/types.h, so document this.


# be647b8d 01-Sep-2021 deraadt <deraadt@openbsd.org>

neither ktrace(2) or utrace(2) require a caller to pull sys/param.h


# 665a0e7e 01-Jun-2013 miod <miod@openbsd.org>

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 th

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).

show more ...