History log of /netbsd/sys/arch/mvme68k/conf/VME162 (Results 1 – 25 of 34)
Revision Date Author Comments
# abef2832 14-Sep-2017 mrg <mrg@NetBSD.org>

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 dependancie

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.

show more ...


# 42667fa3 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove TCP_COMPAT_42 from the config files. Pass 2.


# ced4fe6f 23-Aug-2014 dholland <dholland@NetBSD.org>

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

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.

show more ...


# 82677c67 05-Jul-2014 tsutsui <tsutsui@NetBSD.org>

Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

Compile tests only.


# e836e752 01-Mar-2013 joerg <joerg@NetBSD.org>

Retire OSI network stack. OK core@


# 2e218d71 22-Nov-2011 tls <tls@NetBSD.org>

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

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.

show more ...


# fcddf71f 30-Jun-2011 wiz <wiz@NetBSD.org>

dependant -> dependent


# 835e533b 16-Apr-2010 pooka <pooka@NetBSD.org>

Remove unused count (invariably "4") from pseudo-device fss.


# 6b032286 30-May-2008 tsutsui <tsutsui@NetBSD.org>

Add options COMPAT_40 to files which have options COMPAT_30.


# 6ff13154 05-Feb-2006 cube <cube@NetBSD.org>

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).


# ff9b47d6 07-Dec-2005 tsutsui <tsutsui@NetBSD.org>

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).


# 93c362d7 19-Aug-2005 christos <christos@NetBSD.org>

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels


# 758a209d 19-Aug-2005 christos <christos@NetBSD.org>

64 bit inode changes.


# ff8f0b23 25-Feb-2005 simonb <simonb@NetBSD.org>

Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.


# 4822cbaa 18-Feb-2005 dsl <dsl@NetBSD.org>

Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT


# d5fbb693 31-Jan-2005 hannken <hannken@NetBSD.org>

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 i

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>

show more ...


# 30fc143a 10-Nov-2004 christos <christos@NetBSD.org>

Add COMPAT_BSDPTY to the rest of the config files.


# f68a9f1f 15-Jul-2004 atatat <atatat@NetBSD.org>

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.


# a4186d3d 22-Sep-2003 cl <cl@NetBSD.org>

add COMPAT_15/COMPAT_16


# 3ea2e21f 18-Sep-2002 lukem <lukem@NetBSD.org>

enable USERCONF by default; it's small and extremely useful to have available.


# fde6ae6f 17-Jun-2002 lukem <lukem@NetBSD.org>

Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"


# d1b38523 25-Apr-2002 atatat <atatat@NetBSD.org>

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.


# 6e066ba7 12-Apr-2002 gmcgarry <gmcgarry@NetBSD.org>

Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.


# 6d265bd8 27-Jan-2002 jdolecek <jdolecek@NetBSD.org>

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


# 03aef472 20-Nov-2001 lukem <lukem@NetBSD.org>

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
optio

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\""

show more ...


12