aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-274-8/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* Indicate which port gdb.1 and kgdb.1 come from.Jens Schweikhardt2022-08-171-2/+2
* gcore: Trim stale bits from elf32core.c.John Baldwin2022-07-141-3/+0
* gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.John Baldwin2022-06-302-88/+2
* gcore: Remove unused typedefs.John Baldwin2022-06-301-6/+0
* gcore: Don't hardcode VM write permissions.John Baldwin2022-06-061-1/+3
* gcore: Remove unused elf_note_arm_vfp function.John Baldwin2022-06-061-25/+0
* Use getpagesize in gcore to find the page sizeAndrew Turner2022-05-191-3/+5
* x86: Add a NT_X86_SEGBASES register set.John Baldwin2022-03-241-0/+1
* arm,arm64: Add a NT_ARM_TLS read-only register set.John Baldwin2022-03-231-0/+3
* Use a regset for NT_ARM_VFP.John Baldwin2022-03-231-5/+2
* gcore: Use PT_GETREGSET to fetch NT_PRSTATUS and NT_FPREGSET.John Baldwin2022-03-102-109/+37
* elf(3): Fix a typo in a sysctl descriptionGordon Bergling2021-11-301-1/+1
* gcore: add option to dump core using kernel facilityKonstantin Belousov2021-05-032-11/+80
* gcore: split code to open core file into helperKonstantin Belousov2021-05-031-8/+17
* Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-141-1/+1
* gcore: Avoid using vm_map_entry_t.Mark Johnston2019-12-071-20/+27
* gcore: Don't add VSX notes on powerpcspeJustin Hibbits2019-11-161-0/+2
* gcore: Add powerpc64 32-bit gcore supportJustin Hibbits2019-10-112-1/+15
* gcore: Add aarch64 32-bit core supportJustin Hibbits2019-10-112-2/+12
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-021-0/+26
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add a NT_ARM_VFP ELF core note to hold VFP registers for each thread.John Baldwin2017-09-141-0/+31
* Store a 32-bit PT_LWPINFO struct for 32-bit process core dumps.John Baldwin2017-06-292-4/+52
* Add support for capturing 'struct ptrace_lwpinfo' for signalsTycho Nightingale2017-03-301-0/+21
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Trim trailing whitespace (mostly introduced in r313407).John Baldwin2017-02-081-1/+1
* Copy the e_machine and e_flags fields from the binary into an ELF core dump.John Baldwin2017-02-071-9/+16
* Cleanup some leftovers from '-s' removal in r302792.Bryan Drewery2016-11-171-16/+1
* Mirror r303120 to gcoreConrad Meyer2016-07-211-6/+6
* Add extended segment support to gcoreConrad Meyer2016-07-201-3/+31
* Include process IDs in core dumps.John Baldwin2016-07-181-0/+1
* Include command line arguments in core dump process info.John Baldwin2016-07-141-1/+15
* Remove gcore's -s option.Mark Johnston2016-07-143-16/+2
* gcore: Forward pending signals when detaching from the target.Mark Johnston2016-06-241-3/+13
* Fix buffer overrun in gcore(1) NT_PRPSINFOConrad Meyer2016-05-111-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-21/+70
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\