aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref/kldxref.c
Commit message (Expand)AuthorAgeFilesLines
* kldxref: improve style(9)Ed Maste2018-01-171-46/+52
* kldxref: handle modules with md_cval at the end of allocated sectionsEd Maste2018-01-161-2/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Use roundup2() from sys/param.h.Marcelo Araujo2016-08-231-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-05-161-1/+1
* Augment kldxref to find the new MODULE_PNP_INFO records now inWarner Losh2015-12-111-3/+344
* Add debug file extension to kldxref(8) after r288176Ed Maste2015-10-021-1/+4
* Reserve and ignore the a new module metadata type MDT_PNP_INFO forWarner Losh2015-01-151-0/+4
* Bump the largest record we can cope with from 1k to 8k. Other users ofWarner Losh2014-12-191-1/+1
* kldxref: Add static keyword to the new function only used in the same file.Jilles Tjoelker2013-10-161-1/+1
* kldxref: Do not depend on the directory order.Jilles Tjoelker2013-10-041-1/+11
* Remove unneeded reference to link.h (sys/link_elf.h).Xin LI2013-06-051-1/+0
* various cleanups including:Luigi Rizzo2009-01-061-82/+77
* Make the linker.hints file have mode 644 instead of 600.Luigi Rizzo2008-11-301-0/+2
* 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