Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Mon Oct 14 01:02:28 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv29668

Added Files:
        db_memrw.c 
Log Message:
Add a db_memrw.c that understands how to write to read-only kernel text
(remaps page read/write/cache-inhibit, does write, restores previous
mapping).  Kernel text no longer needs to be read/write with DDB/KGDB
is in the kernel.

Based on a similar module written for the Sun3 port by Gordon Ross,
and modified somewhat by me.


thorpej
Mon Oct 14 01:05:37 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv29947

Modified Files:
        pmap_bootstrap.c 
Log Message:
Couple of small changes to how kernel is mapped:
- kernel text is now always read-only.
- page 0 is invalid.


thorpej
Mon Oct 14 01:07:24 PDT 1996
Update of /cvsroot/src/sys/arch/hp300/hp300
In directory netbsd1:/var/slash-tmp/cvs-serv152

Modified Files:
        trap.c 
Log Message:
Be careful not to deref bad pointers in the MMU fault handler!  (yow!)


thorpej
Mon Oct 14 01:08:21 PDT 1996
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv255

Modified Files:
        CHANGES 
Log Message:
Note hp300 ddb and kernel mapping changes.




Home | Main Index | Thread Index | Old Index