History log of /netbsd-src/sys/arch/sun3/include/vmparam3.h (Results 1 – 25 of 39)
Revision Date Author Comments
# ec8d43fc 03-Mar-2018 mrg <mrg@NetBSD.org>

sun2/sun3:
- build libkern as an archive for non modular builds. from maya@
sun3:
- cut down GENERIC a bunch to bring below 2MB.
- reduce UBC_NWINS, MAXEXEC, and PAGER_MAP_DEFAULT_SIZE to recover

sun2/sun3:
- build libkern as an archive for non modular builds. from maya@
sun3:
- cut down GENERIC a bunch to bring below 2MB.
- reduce UBC_NWINS, MAXEXEC, and PAGER_MAP_DEFAULT_SIZE to recover
enough lost VA to actually run basic tests.

show more ...


# 9e3d987a 02-Feb-2017 rin <rin@NetBSD.org>

PR port-mac68k/51923
Bump default MAXTSIZ to 32MB for m68k ports, which allos us to use GCC 5.4 on
GENERIC kernels.
Ok jklos


# 8e16588b 15-Oct-2010 tsutsui <tsutsui@NetBSD.org>

Make common kernel module binaries work on both sun3 and sun3x.
Tested on 3/160 (on TME) and (real) 3/80.

XXX: module files can be loaded only on single user?


# a6d4a927 30-Apr-2010 pooka <pooka@NetBSD.org>

Raise the blade, make the change, don't quite rearrange to where
it's sane. But improves the non-monolithic kernel case anyway.


# f5b0fec0 06-Mar-2009 joerg <joerg@NetBSD.org>

Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.


# 23005df1 25-Oct-2007 yamt <yamt@NetBSD.org>

defparam PAGER_MAP_SIZE.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 78ea2dd3 10-Dec-2002 thorpej <thorpej@NetBSD.org>

Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out
executables, and eliminate the USRTEXT constant, which was only used
by the a.out exec code.


# a2dade9e 03-Jul-2001 chs <chs@NetBSD.org>

move parts that are the same from vmparam3{,x}.h to vmparam.h.


# 044409a0 21-Feb-2001 chs <chs@NetBSD.org>

reduce PAGER_MAP_SIZE to 4MB, we're short on KVA.


# dded044f 11-Feb-2000 thorpej <thorpej@NetBSD.org>

Update for the NKMEMPAGES changes.


# 05132683 04-Dec-1999 ragge <ragge@NetBSD.org>

CL* discarding.


# b8073b40 26-Apr-1999 thorpej <thorpej@NetBSD.org>

Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size
(nmbclusters * mclbytes), so that the right amount of KVA space is
allocated if those variables are patched.


# 95e8060c 05-Apr-1999 gwr <gwr@NetBSD.org>

Move VM_PHYSSEG_MAX to the common vmparam.h (needed by LKMs).


# 5cf3f8e3 18-Feb-1999 gwr <gwr@NetBSD.org>

It appears that pmap_physseg is now required in userland. Too bad.


# 90ddaed9 16-Jan-1999 chuck <chuck@NetBSD.org>

MNN is no longer optional, remove dead code


# d47ea67c 08-Jul-1998 thorpej <thorpej@NetBSD.org>

Define one page free list, and put all pages on it.


# 5f0963e8 20-Feb-1998 gwr <gwr@NetBSD.org>

Switch to MACHINE_NEW_NONCONTIG


# eff2e270 05-Feb-1998 gwr <gwr@NetBSD.org>

Merge arch/sun3x into arch/sun3


# ad1710ce 12-Jul-1997 perry <perry@NetBSD.org>

update comment from 1981 on memory and disk prices -- pr-2754 from Curt Sampson


# dc6a98e9 12-Jun-1997 mrg <mrg@NetBSD.org>

bring mrg-vm-swap2 onto mainilne.


# b2502668 29-May-1997 gwr <gwr@NetBSD.org>

Increase the default datasize limit to 16MB (enough to build libc).


# 4d534f3d 27-Feb-1997 gwr <gwr@NetBSD.org>

Define VM_MAX_KERNEL_ADDRESS using KERN_END instead of a constant.


# 18f6e98a 18-Jan-1997 gwr <gwr@NetBSD.org>

Define MACHINE_NONCONTIG here instead of in conf/std.sun3.


12