aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_amd64.c
Commit message (Expand)AuthorAgeFilesLines
* libkvm/kvm_amd64: account for relocatable kernelsAhmad Khalifa2025-06-221-9/+37
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* Use __SCCSID for SCCS IDs in libkvm sources.John Baldwin2018-05-221-6/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* libkvm: fix build failuresWill Andrews2017-11-121-0/+1
* libkvm: fix warning issues post-r291406Enji Cooper2017-03-221-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsEnji Cooper2016-04-301-0/+1
* Fix up pointer issues with lib/libkvmEnji Cooper2016-04-221-2/+6
* Fix parsing of a 1GB page table entry.John Baldwin2016-03-281-1/+1
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-157/+133
* Remove ia64.Marcel Moolenaar2014-07-071-2/+1
* libkvm code janitoringUlrich Spörlein2011-01-231-10/+9
* Fix missing includes of <string.h>, to silence some compiler warnings.Ed Schouten2009-06-141-0/+1
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.Hidetoshi Shimokawa2007-06-151-9/+18
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-081-4/+0
* Teach libkvm how to read minidumps. It turns out that minidumps arePeter Wemm2006-04-211-0/+11
* Fix a well duplicated fencepost error that stopped crashdumps beingPeter Wemm2005-10-201-3/+3
* Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop()Peter Wemm2005-06-291-39/+137
* Implement crashdump decoding for AMD64 as well, now that I have finallyPeter Wemm2004-05-191-28/+63
* AMD64 support; repocopied from i386Peter Wemm2003-04-301-3/+3
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Implement __FBSDID()Matthew Dillon2001-09-161-3/+3
* Dynamically adjust to the value of KERNBASE in a crashdump, withPeter Wemm2001-08-241-2/+12
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Use kldsym(2) to lookup symbol values. This avoids the kvm_mkdb jugglingPeter Wemm1999-12-271-1/+5
* Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.Tor Egge1997-08-171-0/+13
* Implement virtual-to-physical address mapping for the kvm library onPeter Wemm1996-10-071-20/+65
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-021-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* A semicolon was lost.Poul-Henning Kamp1994-11-071-1/+1
* From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>Jordan K. Hubbard1994-11-071-0/+1
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-111-13/+0
* Fix kvm_i386.c just enough to make it compile and return lots of errorsRodney W. Grimes1994-05-281-173/+34
* This is a COPY of kvm_hp300.c, soon to be patched to sorta work withRodney W. Grimes1994-05-281-0/+286