aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* kldxref: Don't warn and skip file if no relocations are foundJessica Clarke2024-09-101-5/+0
* kldxref: Clarify ambiguous commentJessica Clarke2024-08-121-2/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* cross-tools: fts has different types for cmp routineWarner Losh2024-05-261-1/+1
* kldxref: Prefer sys/cdefs.h __unreachable over the builtinCollin Funk2024-04-121-1/+1
* usr.sbin: Remove repeated wordsElyes Haouas2024-04-111-1/+1
* kldxref: Properly handle reading strings near the end of an ELF fileJohn Baldwin2024-03-194-16/+24
* kldxref: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15Jessica Clarke2024-03-161-1/+1
* kldxref: Fix maketempfile function's way of finding the root dirMina Galić2024-02-021-5/+2
* kldxref: Be more conservative about what we reject.Warner Losh2024-01-292-11/+10
* kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernelsJohn Baldwin2024-01-092-1/+11
* kldxref: Correct contract number in license ACKJohn Baldwin2024-01-091-1/+1
* kldxref: fix bootstrapping on Linux with Clang 16Alex Richardson2024-01-021-0/+4
* kldxref: Appease a Coverity warningJohn Baldwin2023-12-221-0/+1
* kldxref: Simplify handling of ELF object filesJohn Baldwin2023-12-221-81/+65
* kldxref: Simplify elf_read_raw_dataJohn Baldwin2023-12-221-5/+1
* kldxref: Tidy error handling for invalid addressesJohn Baldwin2023-12-221-3/+3
* kldxref: Reduce divergence between per-architecture filesJessica Clarke2023-12-147-79/+83
* kldxref: Implement aarch64 R_AARCH64_AB64 relocationJessica Clarke2023-12-141-2/+5
* kldxref: Fix MIPS Elf_Rel addend computationJessica Clarke2023-12-141-1/+0
* kldxref: Add arm supportJessica Clarke2023-12-142-0/+95
* kldxref: Put each ef_CPUARCH.c on its own line to prepare for ef_arm.cJessica Clarke2023-12-141-1/+6
* kldxref: Fix for 32-bit powerpcJessica Clarke2023-12-141-1/+2
* kldxref: Cast rtype to int in ef_aarch64.c in warningJohn Baldwin2023-12-131-1/+1
* kldxref: fix build on 32 bits archesBaptiste Daroussin2023-12-133-7/+7
* kldxref: Make use of libelf to be a portable cross toolJohn Baldwin2023-12-1213-925/+1685
* kldxref: Refactor PNP entry parsing, no functional changeJohn Baldwin2023-12-121-108/+139
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-123-3/+0
* kldxref: Add a copyright and license statement to ef.hJohn Baldwin2023-12-121-0/+33
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-169-18/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* kldxref: skip .pkgsave filesMina Galić2023-02-252-7/+19
* kldxref: handle R_RISCV_64 relocationMitchell Horne2022-10-201-4/+8
* kldxref: add R_PPC_ADDR32 handlerAlfredo Dal'Ava Junior2022-02-101-1/+8
* kldxref: add R_PPC64_ADDR64 handlerAlfredo Dal'Ava Junior2021-12-271-1/+5
* kldxref: do not error out if specified path is not directory, for -d modeKonstantin Belousov2021-05-201-1/+1
* 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