aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Expand)AuthorAgeFilesLines
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,Warner Losh2006-08-051-4/+2
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,Marcel Moolenaar2006-08-041-1/+1
* Change maketempfile() to return a FILE* so as to eliminate the fopen()Marcel Moolenaar2006-07-291-6/+7
* Skip .symbols files.Ruslan Ermilov2005-11-111-1/+4
* 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