aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* kldxref: bump MAXSEGS to 3Ed Maste2017-02-101-1/+1
* kldxref: s/sections/segments/ in warning messageEd Maste2017-02-101-1/+1
* 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
* Add support for relocating AArch64 modules to kldxref. This fixes an errorAndrew Turner2016-01-131-0/+77
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-2/+5
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-8/+9
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-281-1/+1
| |\ \ \
| * \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-1/+11
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-055-7/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-041-4/+3
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | 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
* | | | | | | | Remove -fno-strict-alias, as it is no longer needed.Warner Losh2014-12-181-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | kldxref: Clean up error reportingEd Maste2014-04-301-8/+9
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|/ |/| |
* | | Use calloc().Xin LI2013-06-051-2/+1
* | | Remove unneeded reference to link.h (sys/link_elf.h).Xin LI2013-06-055-5/+0
| |/ |/|
* | Clarify a warning message.Tim Kientzle2012-10-291-1/+2
* | Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+1
|/
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-301-1/+1
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-1/+1
* MFtbemd:Warner Losh2010-08-231-2/+2
* various cleanups including:Luigi Rizzo2009-01-061-82/+77
* fix a couple of innocuous compiler warningsLuigi Rizzo2009-01-062-3/+4
* correct description of how a string is stored, fix a fewLuigi Rizzo2009-01-061-5/+10
* Make the linker.hints file have mode 644 instead of 600.Luigi Rizzo2008-11-301-0/+2
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,Warner Losh2006-08-051-4/+2
* Build shared on PowerPC now that the bug has been found and fixed.Marcel Moolenaar2006-08-041-4/+0
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,Marcel Moolenaar2006-08-041-1/+1
* Use NO_SHARED=YES to force a static link.Marcel Moolenaar2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatMarcel Moolenaar2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()Marcel Moolenaar2006-07-291-6/+7
* Use posix_memalign() rather than assuming that malloc() provides adequateJason Evans2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-187-9/+9
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-181-1/+1
* Skip .symbols files.Ruslan Ermilov2005-11-111-1/+4