tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
ktrace
/
at
trash-bin2
7 files
Makefile
Introduce ltrace(1). This tool works with ld.so to inject utrace record for each plt call, allowing to trace a binary linked against shared library at the public function call level.
13 years ago
extern.h
ioctlname() prototype is already in ../kdump/kdump.h
8 years ago
ktrace.1
add -T option to make time related system calls more prominent. ok deraadt
5 years ago
ktrace.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago
ktrace.h
No more compat emulations, so remove ktrace EMUL records and the baggage for generating and parsing them.
10 years ago
ltrace.1
Add 'p' trace point for KTRFAC_PLEDGE, as noted by Michal Mazurek <akfaew@jasminek.net>
9 years ago
subr.c
MAXCOMLEN is no longer needed in these programs, so remove the annotation from sys/param.h include lines, or remove the include lines entirely if it this was the least requirement. ok millert
4 years ago