OpenBSD CVS

src/usr.sbin/btrace/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / btrace

Current tag: OPENBSD_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   2 years  deraadt   we do not build binaries -g by default
[TXT] TODO  1.12   2 years  dv   btrace(8): add initial support for cli arguments This adds initial support for ...
[TXT] bt.5  1.14   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] bt_parse.y  1.45   2 years  claudio   Implement the probe variable. Can be used for example with @map[probe] = count(...
[TXT] bt_parser.h  1.22   2 years  claudio   Implement the probe variable. Can be used for example with @map[probe] = count(...
[TXT] btrace.8  1.6   2 years  dv   btrace(8): add initial support for cli arguments This adds initial support for ...
[TXT] btrace.c  1.62   2 years  deraadt   Since other exported commandnames were increased to 24 and graduated into proper...
[TXT] btrace.h  1.11   2 years  guenther   Delete the last emulation callbacks: we're Just ELF, so declare exec_elf_fixup()...
[TXT] ksyms.c  1.4   3 years  deraadt   cast large to reduce warning on 32-bit machines (an ELF type is printed with %ll...
[TXT] map.c  1.19   2 years  claudio   Change printing of maps to use qsort to order the output using a pointer array. ...
[TXT] printf.c  1.2   3 years  jasper   fix typo in comment and trailing whitespace