summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.8
Commit message (Collapse)AuthorAgeFilesLines
* 3rd party modules live in /boot/modules nowadays.Ruslan Ermilov2003-03-031-1/+1
| | | | Notes: svn path=/head/; revision=111850
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
| | | | Notes: svn path=/head/; revision=99968
* mdoc(7) police: oops, didn't catch this one without ispell(1).Ruslan Ermilov2001-11-221-1/+1
| | | | Notes: svn path=/head/; revision=86777
* mdoc(7) police: tiny markup fixes.Ruslan Ermilov2001-11-221-5/+6
| | | | Notes: svn path=/head/; revision=86776
* Write a real man page.Dag-Erling Smørgrav2001-10-121-25/+94
| | | | Notes: svn path=/head/; revision=84829
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-111-0/+25
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) Notes: svn path=/head/; revision=83322