Home | History | Annotate | Download | only in include
History log of /src/sys/arch/i386/include/kcore.h
RevisionDateAuthorComments
 1.7  25-Apr-2020  bouyer Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM
guests in GENERIC.
Xen support can be disabled at runtime with
boot -c
disable hypervisor
 1.6  25-Apr-2020  maxv Switch to the new PTE naming. The old naming is now unused, remove it.
 1.5  05-Oct-2010  jym branches: 1.5.70;
Import PAE support for kvm(3):
- add kvm_i386pae.c (used for PAE memory translations), and update Makefile
for libkvm build.
- in pdppaddr: pass a flag to indicate PAE mode. Use a bit ignored
by the MMU. Mask address with PG_FRAME to avoid side effects.

Tested with vmstat(1)/netstat(1) to debug core files of PAE and !PAE
kernels. Older kernel dumps will default to native i386 (!PAE) mode.

XXX Currently, savecore(8) will fail to dump a PAE kernel in a !PAE
environment (and reciprocally). So you need to sync and reboot
with a kernel of the same mode as the one that crashed. Once the dump
is successful, this does not matter anymore.
 1.4  12-Jan-2008  ad branches: 1.4.10; 1.4.24; 1.4.30; 1.4.32;
- Split crashdump code out into its own file.
- Remove NO_SPARSE_DUMP.
- Minor KNF, sprinkle static.
 1.3  26-Dec-2005  perry branches: 1.3.50; 1.3.56; 1.3.64;
u_intN_t -> uintN_t
 1.2  26-Aug-2004  junyoung branches: 1.2.12;
As suggested on tech-kern@ days ago:
* Get rid of PTmap, PTD, PTDpde, APTmap, APTD, and APTDpde from locore.S.
* Rename PTDpaddr to PDPpaddr, ptdpaddr in struct cpu_kcore_hdr to pdppaddr for consistency.
 1.1  18-Feb-1998  thorpej branches: 1.1.50;
Switch the i386 port to the new kernel crash dump format.
 1.1.50.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.50.2  18-Sep-2004  skrll Sync with HEAD.
 1.1.50.1  03-Sep-2004  skrll Sync with HEAD
 1.2.12.2  21-Jan-2008  yamt sync with head
 1.2.12.1  21-Jun-2006  yamt sync with head.
 1.3.64.1  19-Jan-2008  bouyer Sync with HEAD
 1.3.56.1  18-Feb-2008  mjf Sync with HEAD.
 1.3.50.1  23-Mar-2008  matt sync with HEAD
 1.4.32.1  05-Mar-2011  rmind sync with head
 1.4.30.1  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.4.24.1  24-Oct-2010  jym Sync with HEAD
 1.4.10.1  09-Oct-2010  yamt sync with head
 1.5.70.1  25-Apr-2020  bouyer Sync with bouyer-xenpvh-base2 (HEAD)

RSS XML Feed