aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/asf/asf.8
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete asf(8)Ed Maste2018-06-151-188/+0
| | | | | | | | | | | | | | kgdb now handles kernel module state internally, so the asf tool serves no purpose. PR: 229046 Reviewed by: brooks Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15827 Notes: svn path=/head/; revision=335222
* Add deprecation notice in asf.8Ed Maste2018-06-151-0/+9
| | | | | | | | | | PR: 229046 Reviewed by: jhb MFC after: 1 week Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335221
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Make grammar a bit more consistent in this document.Yaroslav Tykhiy2006-12-201-2/+2
| | | | Notes: svn path=/head/; revision=165373
* Allow for module-path being a semicolon-separated list of dirs.Yaroslav Tykhiy2006-12-201-11/+18
| | | | | | | | | | | | | | This is consistent with kern.module_path sysctl and also compensates for the unconventional syntax of asf(8) where the last of multiple arguments is the output file, which prevents us from using the traditional Unix syntax "foo file ..." to specify multiple module dirs. Submitted by: emaste MFC after: 1 week Notes: svn path=/head/; revision=165372
* Flush my typo fix queue for this directory.Ceri Davies2006-12-051-1/+1
| | | | Notes: svn path=/head/; revision=164926
* Markup fixes.Ruslan Ermilov2006-09-291-3/+3
| | | | Notes: svn path=/head/; revision=162806
* Give a major overhaul to asf(8).Yaroslav Tykhiy2006-06-181-16/+76
| | | | | | | | | | | | | | | | | | | | | | | The improvements are: - can get the kld info from core files via kvm(3); - can use kldstat(2) directly, which is a piece of cake; - can use .symbols or whatever, which allows for use by non-developers when reporting system crashes -- now asf(8) can be mentioned in the handbook at last; - speed (no more double fts(3) per loaded module); - various bugs fixed. At the same time, the new asf(8) should stay compatible with the old one, bar bugs. Perhaps some defaults may be changed later to match today's state of affairs. Reviewed by: grog MFC after: 1 month Sponsored by: RiNet (Cronyx Plus LLC) Notes: svn path=/head/; revision=159720
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
| | | | Notes: svn path=/head/; revision=140442
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-1/+1
| | | | Notes: svn path=/head/; revision=130420
* Add a "-f" flag for asf(8) which performs a search to find the each moduleBrian Feldman2003-11-041-2/+9
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=122033
* Add -s option to strip subdirectory from module path.Hidetoshi Shimokawa2003-09-251-1/+3
| | | | | | | | | e.g. moudle-path/firewire/firewire.ko -> module-path/firewire.ko Reviewed by: grog Notes: svn path=/head/; revision=120430
* Tidy up the manpage.Ruslan Ermilov2003-06-101-22/+27
| | | | | | | Reviewed by: grog Notes: svn path=/head/; revision=116146
* Oops, this is section 8, not 1.Greg Lehey2003-06-081-1/+1
| | | | Notes: svn path=/head/; revision=116012
* Add man page.Greg Lehey2003-06-081-0/+98
Notes: svn path=/head/; revision=116011