summaryrefslogtreecommitdiff
path: root/usr.bin/gcore
AgeCommit message (Expand)Author
7 daysRemove all code under __SPE__Minsoo Choo
2025-03-24gcore(1): dump NT_PROCSTAT_KQUEUES sectionKonstantin Belousov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-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$: one-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
2022-08-17Indicate which port gdb.1 and kgdb.1 come from.Jens Schweikhardt
2022-07-14gcore: Trim stale bits from elf32core.c.John Baldwin
2022-06-30gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.John Baldwin
2022-06-30gcore: Remove unused typedefs.John Baldwin
2022-06-06gcore: Don't hardcode VM write permissions.John Baldwin
2022-06-06gcore: Remove unused elf_note_arm_vfp function.John Baldwin
2022-05-19Use getpagesize in gcore to find the page sizeAndrew Turner
2022-03-24x86: Add a NT_X86_SEGBASES register set.John Baldwin
2022-03-23arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin
2022-03-23Use a regset for NT_ARM_VFP.John Baldwin
2022-03-10gcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPREGSET.John Baldwin
2021-11-30elf(3): Fix a typo in a sysctl descriptionGordon Bergling
2021-05-03gcore: add option to dump core using kernel facilityKonstantin Belousov
2021-05-03gcore: split code to open core file into helperKonstantin Belousov
2020-09-14Use MACHINE_CPUARCH when checking for arm64Andrew Turner
2019-12-07gcore: Avoid using vm_map_entry_t.Mark Johnston
2019-11-16gcore: Don't add VSX notes on powerpcspeJustin Hibbits
2019-10-11gcore: Add powerpc64 32-bit gcore supportJustin Hibbits
2019-10-11gcore: Add aarch64 32-bit core supportJustin Hibbits
2018-06-02Included VSX registers in powerpc core dumpsJustin Hibbits
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-09-14Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin
2017-06-29Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin
2017-03-30Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-08Trim trailing whitespace (mostly introduced in r313407).John Baldwin
2017-02-07Copy the e_machine and e_flags fields from the binary into an ELF core dump.John Baldwin
2016-11-17Cleanup some leftovers from '-s' removal in r302792.Bryan Drewery
2016-07-21Mirror r303120 to gcoreConrad Meyer
2016-07-20Add extended segment support to gcoreConrad Meyer
2016-07-18Include process IDs in core dumps.John Baldwin
2016-07-14Include command line arguments in core dump process info.John Baldwin
2016-07-14Remove gcore's -s option.Mark Johnston
2016-06-24gcore: Forward pending signals when detaching from the target.Mark Johnston
2016-05-11Fix buffer overrun in gcore(1) NT_PRPSINFOConrad Meyer
2015-06-13Add META_MODE support.Simon J. Gerraty