summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_amd64.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy code from gnu/usr.bin/gdb/gdb/kvm-fbsd.c to deal with 4 MB pages.Tor Egge1997-08-171-0/+13
| | | | Notes: svn path=/head/; revision=28318
* Implement virtual-to-physical address mapping for the kvm library onPeter Wemm1996-10-071-20/+65
| | | | | | | | | | | | | | | dead kernel debugging. The previous code was a "do nothing". The most obvious side effect of this is that you can now do things like this and reasonably expect them to work: dmesg -M /var/crash/vmcore.3 -N /var/crash/kernel.3 ps -axl -M /var/crash/vmcore.3 -N /var/crash/kernel.3 A good deal of this was lifted from the gdb code to do this, as well as from NetBSD's libkvm (which has completely different VM macros) Notes: svn path=/head/; revision=18798
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* NBPG -> PAGE_SIZEPoul-Henning Kamp1996-05-021-1/+1
| | | | Notes: svn path=/head/; revision=15533
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* A semicolon was lost.Poul-Henning Kamp1994-11-071-1/+1
| | | | Notes: svn path=/head/; revision=4241
* From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>Jordan K. Hubbard1994-11-071-0/+1
| | | | | | | | | | | | | | Given the right circumstances, a call to kvm_open can result in a core dump. The diff belows fixes this (note that this change is already in the NetBSD code). Could somebody apply this? Gary J. Submitted by: gj Notes: svn path=/head/; revision=4231
* Made kvm routines use procfs to get out process data such as argumentDavid Greenman1994-08-111-13/+0
| | | | | | | strings. Notes: svn path=/head/; revision=2029
* Fix kvm_i386.c just enough to make it compile and return lots of errorsRodney W. Grimes1994-05-281-173/+34
| | | | | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different. Notes: svn path=/head/; revision=1603
* This is a COPY of kvm_hp300.c, soon to be patched to sorta work withRodney W. Grimes1994-05-281-0/+286
the i386 port. Notes: svn path=/head/; revision=1602