Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20kldxref: handle R_RISCV_64 relocationMitchell Horne
2022-02-10kldxref: add R_PPC_ADDR32 handlerAlfredo Dal'Ava Junior
2021-12-27kldxref: add R_PPC64_ADDR64 handlerAlfredo Dal'Ava Junior
2021-05-20kldxref: do not error out if specified path is not directory, for -d modeKonstantin Belousov
2020-10-15kldxref: Avoid buffer overflows in parse_pnp_listJessica Clarke
2020-08-20Bump kldxref's MAXSEGS to 16, to stop complaints about the kernelDimitry Andric
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2019-05-27kldxref(8): Sort MDT_MODULE info first in linker.hints outputConrad Meyer
2019-04-25Parse MIPS relocations to unbreak kldxref on MIPS.John Baldwin
2019-02-27Fix kldxref on PowerPC64Leandro Lupori
2018-11-09kldxref: use appropriate Elf_Off type for offsetsEd Maste
2018-10-08Add support for relocations in RISC-V kernel modules to kldxref.John Baldwin
2018-09-26Relax syntax requirements of source stringWarner Losh
2018-07-15Use EF_SEG_READ_STRING instead of EF_SEG_READ when reading strings.Warner Losh
2018-02-17Fixup minor nits in the PNP_INFO protocol.Warner Losh
2018-01-18Adjust format string to fix build.John Baldwin
2018-01-18Tidy some whitespace.John Baldwin
2018-01-17kldxref: additional sytle(9) cleanupEd Maste
2018-01-17kldxref: improve style(9)Ed Maste
2018-01-16kldxref: handle modules with md_cval at the end of allocated sectionsEd Maste
2018-01-03kldxref: correct function names in warning messagesEd Maste
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-10kldxref: bump MAXSEGS to 3Ed Maste
2017-02-10kldxref: s/sections/segments/ in warning messageEd Maste
2016-08-23Use roundup2() from sys/param.h.Marcelo Araujo
2016-05-16Use NULL instead of 0 for pointers.Marcelo Araujo
2016-01-14Add support for relocating AArch64 modules to kldxref. This fixes an errorAndrew Turner
2015-12-11Augment kldxref to find the new MODULE_PNP_INFO records now inWarner Losh
2015-10-02Add debug file extension to kldxref(8) after r288176Ed Maste
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-01-15Reserve and ignore the a new module metadata type MDT_PNP_INFO forWarner Losh
2014-12-19Bump the largest record we can cope with from 1k to 8k. Other users ofWarner Losh
2014-12-18Remove -fno-strict-alias, as it is no longer needed.Warner Losh
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-09Merge from headSimon J. Gerraty
2014-04-30kldxref: Clean up error reportingEd Maste
2014-04-28Merge headSimon J. Gerraty
2013-10-17kldxref: Add static keyword to the new function only used in the same file.Jilles Tjoelker
2013-10-13Merge head@256284Simon J. Gerraty
2013-10-05kldxref: Do not depend on the directory order.Jilles Tjoelker
2013-09-06Merge from headSimon J. Gerraty
2013-06-06Use calloc().Xin LI