ad
|
a7a2d171df
|
Handle reading from raw disk devices.
|
2008-01-15 13:57:41 +00:00 |
wiz
|
b976c55907
|
Consistently spell "crash dump" as two separate words. From jmc@openbsd.
|
2003-05-16 10:24:55 +00:00 |
nathanw
|
cc1db07645
|
Just use PAGE_SHIFT from <machine/vmparam.h> instead of going through
hoops to read and cache the value from the crash dump header.
|
2003-04-09 22:46:39 +00:00 |
matt
|
55c1d5c2d5
|
Include <machine/vmparam.h> for VM_MIN_*...
|
2001-08-05 17:51:40 +00:00 |
matt
|
cce919e025
|
Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't
defined. Include them explicitly in the few kvm_arch.c that need them.
|
2001-08-05 03:33:15 +00:00 |
mrg
|
3b8ac18da2
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-29 06:34:22 +00:00 |
mrg
|
10a6db97ee
|
remove redundant vm includes
|
2000-06-26 15:34:55 +00:00 |
cgd
|
d220ca5ba3
|
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
|
2000-06-14 06:48:47 +00:00 |
simonb
|
f68ec00b50
|
More trailing white space.
|
1999-07-02 15:28:49 +00:00 |
thorpej
|
360b92c118
|
vm_size_t -> vaddr_t, thanks Matt Thomas for pointing it out.
|
1998-08-17 20:11:32 +00:00 |
thorpej
|
bf8f319d0e
|
Remove some lint.
|
1998-08-01 21:12:32 +00:00 |
thorpej
|
55c7ea7c28
|
Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).
|
1998-06-30 20:29:39 +00:00 |
thorpej
|
aa9e487ddc
|
Don't rely on a constant page shift value; dynamically compute it based
on the page size in the crash dump header.
|
1998-03-25 00:47:20 +00:00 |
thorpej
|
c88048ed85
|
Update for changes to <machine/pte.h>
|
1998-03-03 00:07:30 +00:00 |
cgd
|
6c0b8a86ac
|
adjust changes in alpha's kcore.h.
|
1998-02-14 01:00:49 +00:00 |
ross
|
0e2ebc3559
|
--Fix k1seg translation, which has been broken since
--10/10/97 when a WARNS "fix" was put in that broke
--kernel core dump stack backtrace and other
--things that go thru libkvm.
|
1997-11-02 08:35:08 +00:00 |
mrg
|
395c20ea27
|
clean up WARNS on the alpha.
|
1997-10-10 08:45:29 +00:00 |
gwr
|
f638574915
|
Add _kvm_mdopen()
|
1997-08-12 16:34:07 +00:00 |
cgd
|
1d7d5ec2f8
|
add support for real KV addresses, and clean up some.
|
1996-10-01 21:12:05 +00:00 |
cgd
|
4540a28ede
|
Real alpha support, minus actual KV -> physical translation. (Does K0SEG ->
physical translation, though, which is enough for e.g. dmesg and vmstat -i.)
|
1996-10-01 19:04:02 +00:00 |
cgd
|
51e3315ea1
|
stub _kvm_pa2off so that new libkvm links
|
1996-10-01 14:37:00 +00:00 |
cgd
|
46d2a53848
|
reminder to not forget k0seg translations. (nothing done here yet, though.)
|
1995-09-29 03:57:48 +00:00 |
cgd
|
5eecfd8983
|
stubs.
|
1995-02-10 17:51:56 +00:00 |