Commit Graph

12 Commits

Author SHA1 Message Date
ru
9a0f1e9891 Sort sections. 2005-01-18 20:02:45 +00:00
ru
f0f9daab94 Assorted markup, grammar, and spelling fixes. 2004-06-13 18:03:44 +00:00
green
702cf84221 Add a "-f" flag for asf(8) which performs a search to find the each module
no matter where in the directory structure it may be.  Use this and the "-k"
flag in the generated gdbinit files so that the "getsyms" function in gdb
requires no user intervention to run and will find every module if they're
in the kernel build's module directory.  This is still quite useful for
cases where gdb knows that the path for some modules is /boot/kernel and
others are in the object directory for /usr/src/sys/$ARCH/compile/kernel.

Approved by:	grog
2003-11-04 06:38:37 +00:00
simokawa
fd7be73b20 Add -s option to strip subdirectory from module path.
e.g. moudle-path/firewire/firewire.ko -> module-path/firewire.ko

Reviewed by: grog
2003-09-25 07:56:48 +00:00
ru
311d84d6df Tidy up the manpage.
Reviewed by:	grog
2003-06-10 05:29:14 +00:00
jmallett
f6c3eaf3b9 Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,
which is more than enough.
2003-06-08 08:38:11 +00:00
jmallett
706aed5a7a WARNS cleanup. Constness and shadowing, namely. 2003-06-08 08:37:11 +00:00
jmallett
1689bc065b Fix format string. 2003-06-08 08:33:48 +00:00
grog
0a230f1918 Add licence.
Complained about by:	juli

Correct usage() text.
2003-06-08 07:29:57 +00:00
grog
072da1e878 Oops, this is section 8, not 1. 2003-06-08 06:59:33 +00:00
grog
575038ab77 Add man page. 2003-06-08 06:57:57 +00:00
grog
78444815c8 Introducing asf, a helper program for kernel debugging. 2003-06-08 06:18:13 +00:00