summaryrefslogtreecommitdiff
path: root/usr.sbin/kldxref
AgeCommit message (Expand)Author
2026-01-06mips: remove mips leftoversMinsoo Choo
2024-10-18libkldelf: add a private library for kernel/kld-related ELF parsingKa Ho Ng
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-10-08Revert "libkldelf: add a private library for kernel/kld-related ELF parsing"Ka Ho Ng
2024-10-08libkldelf: add a private library for kernel/kld-related ELF parsingKa Ho Ng
2024-09-10kldxref: Don't warn and skip file if no relocations are foundJessica Clarke
2024-08-12kldxref: Clarify ambiguous commentJessica Clarke
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-26cross-tools: fts has different types for cmp routineWarner Losh
2024-04-12kldxref: Prefer sys/cdefs.h __unreachable over the builtinCollin Funk
2024-04-11usr.sbin: Remove repeated wordsElyes Haouas
2024-03-18kldxref: Properly handle reading strings near the end of an ELF fileJohn Baldwin
2024-03-16kldxref: Fix bootstrapping on macOS with Clang 16 / Apple Clang 15Jessica Clarke
2024-02-02kldxref: Fix maketempfile function's way of finding the root dirMina Galić
2024-01-28kldxref: Be more conservative about what we reject.Warner Losh
2024-01-09kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernelsJohn Baldwin
2024-01-08kldxref: Correct contract number in license ACKJohn Baldwin
2024-01-02kldxref: fix bootstrapping on Linux with Clang 16Alex Richardson
2023-12-22kldxref: Appease a Coverity warningJohn Baldwin
2023-12-22kldxref: Simplify handling of ELF object filesJohn Baldwin
2023-12-22kldxref: Simplify elf_read_raw_dataJohn Baldwin
2023-12-22kldxref: Tidy error handling for invalid addressesJohn Baldwin
2023-12-14kldxref: Reduce divergence between per-architecture filesJessica Clarke
2023-12-14kldxref: Implement aarch64 R_AARCH64_AB64 relocationJessica Clarke
2023-12-14kldxref: Fix MIPS Elf_Rel addend computationJessica Clarke
2023-12-14kldxref: Add arm supportJessica Clarke
2023-12-14kldxref: Put each ef_CPUARCH.c on its own line to prepare for ef_arm.cJessica Clarke
2023-12-14kldxref: Fix for 32-bit powerpcJessica Clarke
2023-12-13kldxref: Cast rtype to int in ef_aarch64.c in warningJohn Baldwin
2023-12-13kldxref: fix build on 32 bits archesBaptiste Daroussin
2023-12-12kldxref: Make use of libelf to be a portable cross toolJohn Baldwin
2023-12-12kldxref: Refactor PNP entry parsing, no functional changeJohn Baldwin
2023-12-12Stop #defining FREEBSD_ELFJohn Baldwin
2023-12-12kldxref: Add a copyright and license statement to ef.hJohn Baldwin
2023-11-26usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-17Remove my middle name.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-02-25kldxref: skip .pkgsave filesMina Galić
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