aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* kldxref: Avoid buffer overflows in parse_pnp_listJessica Clarke2020-10-151-20/+25
* Bump kldxref's MAXSEGS to 16, to stop complaints about the kernelDimitry Andric2020-08-201-1/+1
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-71/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
* kldxref(8): Sort MDT_MODULE info first in linker.hints outputConrad Meyer2019-05-271-8/+43
* Parse MIPS relocations to unbreak kldxref on MIPS.John Baldwin2019-04-241-0/+99
* Fix kldxref on PowerPC64Leandro Lupori2019-02-272-3/+10
* kldxref: use appropriate Elf_Off type for offsetsEd Maste2018-11-091-18/+19
* Add support for relocations in RISC-V kernel modules to kldxref.John Baldwin2018-10-081-0/+78
* Relax syntax requirements of source stringWarner Losh2018-09-261-0/+4
* Use EF_SEG_READ_STRING instead of EF_SEG_READ when reading strings.Warner Losh2018-07-151-2/+2
* Fixup minor nits in the PNP_INFO protocol.Warner Losh2018-02-171-3/+3
* Adjust format string to fix build.John Baldwin2018-01-181-1/+1
* Tidy some whitespace.John Baldwin2018-01-181-2/+2
* kldxref: additional sytle(9) cleanupEd Maste2018-01-171-16/+16
* kldxref: improve style(9)Ed Maste2018-01-175-226/+228
* kldxref: handle modules with md_cval at the end of allocated sectionsEd Maste2018-01-164-2/+54
* kldxref: correct function names in warning messagesEd Maste2018-01-022-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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