History log of /netbsd-src/sys/arch/usermode/conf/std.usermode (Results 1 – 11 of 11)
Revision Date Author Comments
# 6192921c 04-Jan-2012 reinoud <reinoud@NetBSD.org>

Revert HZ to 100 what it was


# 35600b8c 03-Jan-2012 reinoud <reinoud@NetBSD.org>

Rework NetBSD/usermode pmap fixing some oddities that were left over from
earlier times when we were forced to run PIE executables and were forced to
use a KVM above the kernel.


# 34e21060 20-Dec-2011 jmcneill <jmcneill@NetBSD.org>

get rid of urkelvisor, and use same MD majors as the host


# 6c96f88e 13-Dec-2011 reinoud <reinoud@NetBSD.org>

Update kmempages; how does this relate to kvmspace though?


# 926a0f2e 27-Nov-2011 reinoud <reinoud@NetBSD.org>

Compile in syscall name table so urkel debugging code can print out the names
of the system calls so its more clear where it strands.`


# 67559f64 03-Sep-2011 jmcneill <jmcneill@NetBSD.org>

Add usermode kernel supervisor, can be disabled with 'no options URKELVISOR'


# 0fe675bc 22-Aug-2011 reinoud <reinoud@NetBSD.org>

Bump NKMEMPAGES from 512 to 2048 for NetBSD/usermode. This will be sufficient
for a 128 MB amd64 machine. Might better be parameterized one day.


# 65cb12b1 21-Aug-2011 reinoud <reinoud@NetBSD.org>

Move NKMEMPAGES from GENERIC to std.usermode and clarify the meaning of
MEMSIZE in the GENERIC kernel.


# 0202db78 29-Dec-2007 reinoud <reinoud@NetBSD.org>

define opt constants away for i386


# 39e4fad4 29-Dec-2007 reinoud <reinoud@NetBSD.org>

*** empty log message ***


# 38365ca3 29-Dec-2007 jmcneill <jmcneill@NetBSD.org>

Import work-in-progress NetBSD/usermode port.