summaryrefslogtreecommitdiffstats
path: root/usr.sbin/asf
Commit message (Collapse)AuthorAgeFilesLines
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-1/+1
|
* Add a "-f" flag for asf(8) which performs a search to find the each modulegreen2003-11-042-22/+128
| | | | | | | | | | | 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
* Add -s option to strip subdirectory from module path.simokawa2003-09-252-6/+13
| | | | | | e.g. moudle-path/firewire/firewire.ko -> module-path/firewire.ko Reviewed by: grog
* Tidy up the manpage.ru2003-06-101-22/+27
| | | | Reviewed by: grog
* Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,jmallett2003-06-081-2/+1
| | | | which is more than enough.
* WARNS cleanup. Constness and shadowing, namely.jmallett2003-06-081-8/+8
|
* Fix format string.jmallett2003-06-081-1/+1
|
* Add licence.grog2003-06-081-1/+26
| | | | | | Complained about by: juli Correct usage() text.
* Oops, this is section 8, not 1.grog2003-06-081-1/+1
|
* Add man page.grog2003-06-081-0/+98
|
* Introducing asf, a helper program for kernel debugging.grog2003-06-082-0/+207
OpenPOWER on IntegriCloud