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_0_BASE


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.11   3 years  mpi   Support first shell argument as $1 in order to use it in filters. Remove '-p' o...
[TXT] bt_parse.y  1.43   2 years  mpi   Relax the check for accessing variable before setting them. First we can't assu...
[TXT] bt_parser.h  1.20   2 years  mpi   Make it possible to associate multiple probes to a single rule. The following s...
[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.57   2 years  bluhm   Add NUL termination to btfile content to avoid that strlcpy(3) reads too much in...
[TXT] btrace.h  1.9   3 years  mpi   Extend binary operators support, required for more filter features. Improve deb...
[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.17   2 years  mpi   Make sure all map operators work after calling clear() on a map. Fix assertions...
[TXT] printf.c  1.2   3 years  jasper   fix typo in comment and trailing whitespace