Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sun3/include/vmparam3x.h
RevisionDateAuthorComments
 1.23  02-Feb-2017  rin 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
 1.22  08-Feb-2011  rmind branches: 1.22.14; 1.22.32; 1.22.36; 1.22.40;
Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.21  15-Oct-2010  tsutsui branches: 1.21.2; 1.21.4;
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?
 1.20  30-Apr-2010  pooka Raise the blade, make the change, don't quite rearrange to where
it's sane. But improves the non-monolithic kernel case anyway.
 1.19  06-Mar-2009  joerg branches: 1.19.2; 1.19.4;
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.
 1.18  11-Dec-2005  christos branches: 1.18.78; 1.18.86; 1.18.92;
merge ktrace-lwp.
 1.17  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.16  10-Dec-2002  thorpej branches: 1.16.6;
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.
 1.15  03-Jul-2001  chs branches: 1.15.8;
move parts that are the same from vmparam3{,x}.h to vmparam.h.
 1.14  11-Feb-2000  thorpej Update for the NKMEMPAGES changes.
 1.13  04-Dec-1999  ragge CL* discarding.
 1.12  26-Apr-1999  thorpej branches: 1.12.2; 1.12.8;
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.
 1.11  05-Apr-1999  gwr branches: 1.11.2; 1.11.4;
Move VM_PHYSSEG_MAX to the common vmparam.h (needed by LKMs).
 1.10  18-Feb-1999  gwr It appears that pmap_physseg is now required in userland. Too bad.
 1.9  16-Jan-1999  chuck MNN is no longer optional, remove dead code
 1.8  12-Dec-1998  gwr Switch to MACHINE_NEW_NONCONTIG (Yea! Finally!:)
 1.7  08-Jul-1998  thorpej Define one page free list, and put all pages on it.
 1.6  17-Jun-1998  gwr Turn off MACHINE_NEW_NONCONTIG for now. Bug...
 1.5  10-Jun-1998  gwr Switch over to MACHINE_NEW_NONCONTIG
 1.4  05-Feb-1998  gwr Merge arch/sun3x into arch/sun3
 1.3  12-Jul-1997  perry branches: 1.3.4;
update comment from 1981 on memory and disk prices -- pr-2754 from Curt Sampson
 1.2  12-Jun-1997  mrg bring mrg-vm-swap2 onto mainilne.
 1.1  14-Jan-1997  gwr branches: 1.1.1;
Initial revision
 1.1.1.1  14-Jan-1997  gwr branches: 1.1.1.1.4; 1.1.1.1.8;
Initial import. Gets as far as nfs_mountroot.
 1.1.1.1.8.1  04-May-1997  mrg re-merge mrg-vm-swap into -current, and call it mrg-vm-swap2.
 1.1.1.1.4.1  12-Feb-1997  mrg initial work for dynamic swap additions.
 1.3.4.2  05-Feb-1998  gwr OK, move some stuff back to the kernel-only part.
 1.3.4.1  04-Feb-1998  gwr Move a few things to the common file:
USRTEXT, MAXSLP, SAFERSS, VM_*
 1.11.4.2  06-Aug-1999  chs take an initial guess at UBC parameters.
 1.11.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.11.2.2  05-Apr-1999  gwr Move VM_PHYSSEG_MAX to the common vmparam.h (needed by LKMs).
 1.11.2.1  05-Apr-1999  gwr file vmparam3x.h was added on branch netbsd-1-4 on 1999-04-05 14:35:14 +0000
 1.12.8.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.12.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.15.8.2  11-Dec-2002  thorpej Sync with HEAD.
 1.15.8.1  03-Jul-2001  thorpej file vmparam3x.h was added on branch nathanw_sa on 2002-12-11 06:12:35 +0000
 1.16.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.16.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.16.6.1  03-Aug-2004  skrll Sync with HEAD
 1.18.92.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.18.86.1  28-Apr-2009  skrll Sync with HEAD.
 1.18.78.2  11-Aug-2010  yamt sync with head.
 1.18.78.1  04-May-2009  yamt sync with head.
 1.19.4.2  05-Mar-2011  rmind sync with head
 1.19.4.1  30-May-2010  rmind sync with head
 1.19.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.19.2.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.21.4.1  17-Feb-2011  bouyer Sync with HEAD
 1.21.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.22.40.1  21-Apr-2017  bouyer Sync with HEAD
 1.22.36.1  20-Mar-2017  pgoyette Sync with HEAD
 1.22.32.1  05-Feb-2017  skrll Sync with HEAD
 1.22.14.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed