summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256650: kldxref: Add static keyword to the new function only used in thejilles2013-12-221-1/+1
* kldxref: Do not depend on the directory order.jilles2013-10-041-1/+11
* Remove unneeded reference to link.h (sys/link_elf.h).delphij2013-06-051-1/+0
* various cleanups including:luigi2009-01-061-82/+77
* Make the linker.hints file have mode 644 instead of 600.luigi2008-11-301-0/+2
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,imp2006-08-051-4/+2
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,marcel2006-08-041-1/+1
* Change maketempfile() to return a FILE* so as to eliminate the fopen()marcel2006-07-291-6/+7
* Skip .symbols files.ru2005-11-111-1/+4
* Add support for reading ELF relocatable object file format modules.iedowse2004-08-271-3/+6
* Call the file format specific code through a table of functioniedowse2004-08-271-16/+18
* Fixed manpage's synopsis, and synchronized it with the program's usage().ru2004-06-011-1/+1
* Check that specified in the command line path is actually a directory,sobomax2004-04-301-0/+9
* Remove bogus (void **) casts. This unbreaks the -O2 build.des2004-03-151-3/+3
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-211-2/+3
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Remove unnecessary machine/bootinfo.h includes.jhb2002-01-031-1/+0
* WARNS=2 cleanup.mikeh2001-12-091-1/+2
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-111-0/+346
OpenPOWER on IntegriCloud