summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
* Add support for reading ELF relocatable object file format modules.Ian Dowse2004-08-271-3/+6
* Call the file format specific code through a table of functionIan Dowse2004-08-271-16/+18
* Fixed manpage's synopsis, and synchronized it with the program's usage().Ruslan Ermilov2004-06-011-1/+1
* Check that specified in the command line path is actually a directory,Maxim Sobolev2004-04-301-0/+9
* Remove bogus (void **) casts. This unbreaks the -O2 build.Dag-Erling Smørgrav2004-03-151-3/+3
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedJake Burkholder2003-01-211-2/+3
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Remove unnecessary machine/bootinfo.h includes.John Baldwin2002-01-031-1/+0
* WARNS=2 cleanup.Mike Heffner2001-12-091-1/+2
* Add kldxref(8), for maintaining the linker.hints file for translatingPeter Wemm2001-09-111-0/+346