summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* Augment kldxref to find the new MODULE_PNP_INFO records now inimp2015-12-111-3/+344
* Add debug file extension to kldxref(8) after r288176emaste2015-10-021-1/+4
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-2/+5
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-3/+3
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2014-05-081-8/+9
| |\ \
| * \ \ Merge headsjg2014-04-281-1/+1
| |\ \ \
| * \ \ \ Merge head@256284sjg2013-10-131-1/+11
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-055-7/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Sync from headsjg2012-11-041-4/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Reserve and ignore the a new module metadata type MDT_PNP_INFO forimp2015-01-151-0/+4
* | | | | | | | | Bump the largest record we can cope with from 1k to 8k. Other users ofimp2014-12-191-1/+1
* | | | | | | | | Remove -fno-strict-alias, as it is no longer needed.imp2014-12-181-1/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | kldxref: Clean up error reportingemaste2014-04-301-8/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | kldxref: Add static keyword to the new function only used in the same file.jilles2013-10-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | kldxref: Do not depend on the directory order.jilles2013-10-041-1/+11
| |_|_|/ |/| | |
* | | | Use calloc().delphij2013-06-051-2/+1
* | | | Remove unneeded reference to link.h (sys/link_elf.h).delphij2013-06-055-5/+0
| |/ / |/| |
* | | Clarify a warning message.kientzle2012-10-291-1/+2
| |/ |/|
* | Remove variables which are initialized but never used thereafter reported by ...eadler2012-06-191-3/+1
|/
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+1
* MFtbemd:imp2010-08-231-2/+2
* various cleanups including:luigi2009-01-061-82/+77
* fix a couple of innocuous compiler warningsluigi2009-01-062-3/+4
* correct description of how a string is stored, fix a fewluigi2009-01-061-5/+10
* Make the linker.hints file have mode 644 instead of 600.luigi2008-11-301-0/+2
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,imp2006-08-051-4/+2
* Build shared on PowerPC now that the bug has been found and fixed.marcel2006-08-041-4/+0
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,marcel2006-08-041-1/+1
* Use NO_SHARED=YES to force a static link.marcel2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatmarcel2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()marcel2006-07-291-6/+7
* Use posix_memalign() rather than assuming that malloc() provides adequatejasone2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-187-9/+9
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-1/+1
* Skip .symbols files.ru2005-11-111-1/+4
* Doh, erase unused variable...grehan2005-03-031-1/+1
* PowerPC support for kldxref by handling the PPC-specific relocations.grehan2005-03-021-0/+74
* Explicitly pass in the relocation base and data offset into ef_reloc()iedowse2004-08-287-43/+54
* Use a temporary void * variable to work around a strict aliasingiedowse2004-08-271-2/+3
* Add MD relocation support for amd64 and i386 platforms. The no-opiedowse2004-08-272-0/+207
OpenPOWER on IntegriCloud