summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
Commit message (Collapse)AuthorAgeFilesLines
* This is a userland tool, not a kernel component or libstand client.peter2002-07-171-5/+5
|
* The .Nm utilitycharnier2002-07-141-3/+3
|
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Make kldxref work for Elf64 (which has 32 bit hash tables)peter2002-04-112-7/+7
|
* Remove unnecessary machine/bootinfo.h includes.jhb2002-01-032-2/+0
| | | | Submitted by: jake
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
| | | | Pointed out by: bde
* WARNS=2 cleanup.mikeh2001-12-093-3/+16
| | | | | PR: bin/32567 MFC after: 2 weeks
* mdoc(7) police: oops, didn't catch this one without ispell(1).ru2001-11-221-1/+1
|
* mdoc(7) police: tiny markup fixes.ru2001-11-221-5/+6
|
* Write a real man page.des2001-10-122-26/+95
|
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-116-0/+837
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
OpenPOWER on IntegriCloud