summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* 3rd party modules live in /boot/modules nowadays.Ruslan Ermilov2003-03-031-1/+1
| | | | Notes: svn path=/head/; revision=111850
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedJake Burkholder2003-01-216-3/+239
| | | | | | | | | | | | on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of the elf file. Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46730 Tested on: alpha (obrien), i386, sparc64 Notes: svn path=/head/; revision=109607
* This is a userland tool, not a kernel component or libstand client.Peter Wemm2002-07-171-5/+5
| | | | Notes: svn path=/head/; revision=100272
* The .Nm utilityPhilippe Charnier2002-07-141-3/+3
| | | | Notes: svn path=/head/; revision=99968
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* Make kldxref work for Elf64 (which has 32 bit hash tables)Peter Wemm2002-04-112-7/+7
| | | | Notes: svn path=/head/; revision=94414
* Remove unnecessary machine/bootinfo.h includes.John Baldwin2002-01-032-2/+0
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=88853
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=87629
* WARNS=2 cleanup.Mike Heffner2001-12-093-3/+16
| | | | | | | | PR: bin/32567 MFC after: 2 weeks Notes: svn path=/head/; revision=87551
* 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-122-26/+95
| | | | Notes: svn path=/head/; revision=84829
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-116-0/+837
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) Notes: svn path=/head/; revision=83322