Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mvme68k/conf/RAMDISK
RevisionDateAuthorComments
 1.30  23-Jan-2015  chs increase ramdisk size for gcc48.
 1.29  05-Jul-2014  tsutsui branches: 1.29.2; 1.29.4;
Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

Compile tests only.
 1.28  23-Nov-2010  hannken branches: 1.28.18; 1.28.32;
Remove unused count from pseudo-device md.
 1.27  06-Feb-2009  jym branches: 1.27.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.
 1.26  14-May-2008  he branches: 1.26.6;
Bump ramdisk size to compensate for recent bloat.
 1.25  05-Feb-2006  cube branches: 1.25.68; 1.25.70; 1.25.72; 1.25.74;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.24  07-Dec-2005  tsutsui branches: 1.24.2; 1.24.4; 1.24.6;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.23  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.22  18-Feb-2005  dsl branches: 1.22.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.21  15-Jul-2004  atatat branches: 1.21.4; 1.21.6;
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.20  21-May-2004  he Bump ramdisk size from 800k to 900k so the contents fit again.
 1.19  18-Sep-2002  lukem branches: 1.19.6; 1.19.8;
enable USERCONF by default; it's small and extremely useful to have available.
 1.18  11-Jul-2002  wiz 'environment', not 'enviroment'
 1.17  25-Apr-2002  atatat branches: 1.17.2;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.16  12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.15  02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.14  24-Mar-2002  scw Bump the MD image size to 1600 blocks.
 1.13  10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.12  27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.11  20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.10  27-Jul-2001  scw branches: 1.10.6;
memc attaches at mainbus now.
 1.9  03-Jul-2001  scw branches: 1.9.2;
Another instance of the MD siop driver which slipped the net...
 1.8  10-Jun-2001  scw Enable DHCP and BOOTP as supported diskless NFS boot options.
 1.7  28-May-2001  scw s/ncsrc/osiop.
While I'm here, ditch some excess baggage which is useless for
the RAMDISK kernel.
 1.6  25-Nov-2000  scw branches: 1.6.2;
Include the cd9660 filesystem and cd(4).
 1.5  25-Nov-2000  scw Don't base this on the GENERIC config file; there's too much
unnecessary bloat in it for an installation kernel.
 1.4  24-Nov-2000  scw The ramdisk now needs 1024 blocks.
 1.3  20-Feb-1999  scw branches: 1.3.8; 1.3.20;
Include the GENERIC config. file instead of VME147.
 1.2  08-May-1998  scw Move 'pseudo-device md' from VME147 to RAMDISK, where it belongs.
For some reason, 'pseudo-device vnd' was missing from VME147; added.
 1.1  17-Dec-1997  scw Conf file suitable for the ramdisk installation kernel.
 1.3.20.1  25-Jun-2001  he Pull up revision 1.4 (requested by scw):
Bump the miniroot size to fit larger embedded image.
 1.3.8.1  08-Dec-2000  bouyer Sync with HEAD.
 1.6.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.9.2.7  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.9.2.6  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.9.2.5  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.2.4  16-Mar-2002  jdolecek Catch up with -current.
 1.9.2.3  11-Feb-2002  jdolecek Sync w/ -current.
 1.9.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.9.2.1  03-Aug-2001  lukem update to -current
 1.10.6.8  18-Oct-2002  nathanw Catch up to -current.
 1.10.6.7  01-Aug-2002  nathanw Catch up to -current.
 1.10.6.6  20-Jun-2002  nathanw Catch up to -current.
 1.10.6.5  17-Apr-2002  nathanw Catch up to -current.
 1.10.6.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.10.6.3  28-Feb-2002  nathanw Catch up to -current.
 1.10.6.2  08-Jan-2002  nathanw Catch up to -current.
 1.10.6.1  27-Jul-2001  nathanw file RAMDISK was added on branch nathanw_sa on 2002-01-08 00:26:32 +0000
 1.17.2.1  16-Jul-2002  gehenna catch up with -current.
 1.19.8.1  15-Jul-2004  he Pull up revision 1.21 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.19.6.6  11-Dec-2005  christos Sync with head.
 1.19.6.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.19.6.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.19.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.19.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.19.6.1  03-Aug-2004  skrll Sync with HEAD
 1.21.6.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.21.4.1  29-Apr-2005  kent sync with -current
 1.22.6.1  21-Jun-2006  yamt sync with head.
 1.24.6.1  22-Apr-2006  simonb Sync with head.
 1.24.4.1  09-Sep-2006  rpaulo sync with head
 1.24.2.1  18-Feb-2006  yamt sync with head.
 1.25.74.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.25.72.2  04-May-2009  yamt sync with head.
 1.25.72.1  16-May-2008  yamt sync with head.
 1.25.70.1  18-May-2008  yamt sync with head.
 1.25.68.1  02-Jun-2008  mjf Sync with HEAD.
 1.26.6.1  03-Mar-2009  skrll Sync with HEAD.
 1.27.6.1  05-Mar-2011  rmind sync with head
 1.28.32.1  10-Aug-2014  tls Rebase.
 1.28.18.2  03-Dec-2017  jdolecek update from HEAD
 1.28.18.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.29.4.1  06-Apr-2015  skrll Sync with HEAD
 1.29.2.1  04-Feb-2015  snj Pull up following revision(s) (requested by chs in ticket #484):
distrib/mvme68k/ramdisk/Makefile: revision 1.29
sys/arch/mvme68k/conf/RAMDISK: revision 1.30
increase ramdisk size for gcc48.

RSS XML Feed