summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedJake Burkholder2003-01-211-2/+3
| | | | | | | | | | | | 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
* 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
* Remove unnecessary machine/bootinfo.h includes.John Baldwin2002-01-031-1/+0
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=88853
* WARNS=2 cleanup.Mike Heffner2001-12-091-1/+2
| | | | | | | | PR: bin/32567 MFC after: 2 weeks Notes: svn path=/head/; revision=87551
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-111-0/+346
module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks) Notes: svn path=/head/; revision=83322