Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mipsco/conf/INSTALL
RevisionDateAuthorComments
 1.32  14-Sep-2017  mrg clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.31  28-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 1.
 1.30  23-Aug-2014  dholland branches: 1.30.2;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.29  27-Apr-2013  christos the bogus number police
 1.28  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.27  18-Dec-2011  dholland branches: 1.27.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.26  22-Nov-2011  tls branches: 1.26.2;

The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself. Move it to std. This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports. Thanks to Havard Eidnes for
pointing them out.
 1.25  16-Apr-2010  pooka branches: 1.25.8;
Remove unused count (invariably "4") from pseudo-device fss.
 1.24  31-Jul-2008  simonb branches: 1.24.14; 1.24.16;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.23  02-Oct-2006  chs branches: 1.23.52; 1.23.56; 1.23.58; 1.23.62;
remove MALLOC_NOINLINE, it doesn't do anything anymore.
 1.22  27-Sep-2006  manu - Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407
 1.21  05-Feb-2006  cube branches: 1.21.14; 1.21.16;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.20  07-Dec-2005  tsutsui branches: 1.20.2; 1.20.4; 1.20.6;
Remove obsolete options VNODE_OP_NOINLINE.
 1.19  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.18  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.17  18-Feb-2005  dsl branches: 1.17.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.16  11-Feb-2005  dsl Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.
 1.15  31-Jan-2005  hannken Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>
 1.14  10-Nov-2004  christos branches: 1.14.4; 1.14.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.13  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.12  25-Oct-2003  simonb branches: 1.12.2;
Add COMPAT_16 where missing.
Remove the unused COMPAT_15.
Comment out/remove COMPAT_* from INSTALL kernels.
 1.11  06-Sep-2003  itojun add rnd(4) device to installation media.
necessary for many purposes, including password seeding, tcp sequence number,
and more. see tech-security
 1.10  03-May-2003  wiz branches: 1.10.2;
DMA, not dma nor Dma.
 1.9  18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.8  05-Jul-2002  abs Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
 1.7  25-Apr-2002  atatat branches: 1.7.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.6  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.5  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.4  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.3  08-Jul-2001  abs branches: 1.3.2; 1.3.8;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
 1.2  02-Oct-2000  abs branches: 1.2.2;
Ensure all INSTALL* kernels have two ptys, and a note explaining why:
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
(Some installers may not be using sysinst, in which case this just reduces
the number of ptys from 16 that are not used to 2 that are not used)
For i386 conf files, no change other than comments.
 1.1  02-Oct-2000  wdk downsized kernels for installation & recovery
 1.2.2.2  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.2.2.1  02-Oct-2000  bouyer file INSTALL was added on branch thorpej_scsipi on 2000-11-20 20:14:00 +0000
 1.3.8.7  18-Oct-2002  nathanw Catch up to -current.
 1.3.8.6  01-Aug-2002  nathanw Catch up to -current.
 1.3.8.5  20-Jun-2002  nathanw Catch up to -current.
 1.3.8.4  17-Apr-2002  nathanw Catch up to -current.
 1.3.8.3  28-Feb-2002  nathanw Catch up to -current.
 1.3.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.3.8.1  08-Jul-2001  nathanw file INSTALL was added on branch nathanw_sa on 2002-01-08 00:26:28 +0000
 1.3.2.5  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.3.2.4  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.3.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.3.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.1  16-Jul-2002  gehenna catch up with -current.
 1.10.2.9  11-Dec-2005  christos Sync with head.
 1.10.2.8  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.10.2.7  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.10.2.6  15-Feb-2005  skrll Sync with HEAD.
 1.10.2.5  04-Feb-2005  skrll Sync with HEAD.
 1.10.2.4  14-Nov-2004  skrll Sync with HEAD.
 1.10.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.10.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.10.2.1  03-Aug-2004  skrll Sync with HEAD
 1.12.2.1  15-Jul-2004  he Pull up revision 1.13 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.14.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.14.6.1  12-Feb-2005  yamt sync with head.
 1.14.4.1  29-Apr-2005  kent sync with -current
 1.17.6.2  30-Dec-2006  yamt sync with head.
 1.17.6.1  21-Jun-2006  yamt sync with head.
 1.20.6.1  22-Apr-2006  simonb Sync with head.
 1.20.4.1  09-Sep-2006  rpaulo sync with head
 1.20.2.1  18-Feb-2006  yamt sync with head.
 1.21.16.1  22-Oct-2006  yamt sync with head
 1.21.14.1  18-Nov-2006  ad Sync with head.
 1.23.62.1  19-Oct-2008  haad Sync with HEAD.
 1.23.58.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.23.56.2  11-Aug-2010  yamt sync with head.
 1.23.56.1  04-May-2009  yamt sync with head.
 1.23.52.1  28-Sep-2008  mjf Sync with HEAD.
 1.24.16.1  30-May-2010  rmind sync with head
 1.24.14.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.25.8.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.25.8.1  17-Apr-2012  yamt sync with head
 1.26.2.1  18-Feb-2012  mrg merge to -current.
 1.27.6.2  03-Dec-2017  jdolecek update from HEAD
 1.27.6.1  23-Jun-2013  tls resync from head
 1.30.2.1  28-Aug-2017  skrll Sync with HEAD

RSS XML Feed