History log of /netbsd-src/sys/arch/sun2/conf/DISKLESS (Results 1 – 25 of 59)
Revision Date Author Comments
# f71d13bd 01-Aug-2018 maxv <maxv@NetBSD.org>

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enable

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).

show more ...


# 95772a88 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 ...


# 5f6e25a1 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove TCP_COMPAT_42 from the config files. Pass 3.


# 7fe7089a 21-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file

Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)

show more ...


# 02aebf5e 07-Aug-2015 maxv <maxv@NetBSD.org>

Remove KMEMSTATS.


# 4acb6306 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 ...


# 30a03689 16-Aug-2014 apb <apb@NetBSD.org>

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".


# 74299d30 26-Jul-2014 tsutsui <tsutsui@NetBSD.org>

Comment out options and devices to sync GENERIC rev 1.90.


# 666e9191 30-Jun-2013 rmind <rmind@NetBSD.org>

G/C PFIL_HOOKS from the kernel configs.


# 675a2162 05-Jun-2013 christos <christos@NetBSD.org>

catch the escapees of the IPSEC_NAT_T purge.


# 1cc8b68d 27-Apr-2013 christos <christos@NetBSD.org>

the bogus number police


# dc14ae83 27-Apr-2013 christos <christos@NetBSD.org>

remove confusing numeric locators where they are unused.


# 2c1aa36c 02-Mar-2013 christos <christos@NetBSD.org>

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


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

Retire OSI network stack. OK core@


# 8a012bd8 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 ...


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

dependant -> dependent


# 063f96f3 06-Mar-2011 bouyer <bouyer@NetBSD.org>

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

show more ...


# afdfce8e 23-Nov-2010 hannken <hannken@NetBSD.org>

Remove unused count from pseudo-device md.


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

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


# 6ba528b5 24-Nov-2008 ad <ad@NetBSD.org>

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 080dee1d 26-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Remove obsolete options SHMMAXPGS.


# 6cc162d5 05-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Always specify COPTS="-Os" and disable several options and devices
to shrink kernels. Current sun68k bootloader can't load a kernel larger
than ~2MB, and our ever growing kernel have reached the limi

Always specify COPTS="-Os" and disable several options and devices
to shrink kernels. Current sun68k bootloader can't load a kernel larger
than ~2MB, and our ever growing kernel have reached the limit.

show more ...


# 7ae8e79f 11-Jan-2008 tsutsui <tsutsui@NetBSD.org>

- add options COMPAT_40
- adjust comments


# 3f0f3de6 29-Dec-2006 yamt <yamt@NetBSD.org>

update comments on NFS_V2_ONLY after nqnfs removal. no functional changes.
from Arnaud Lacombe.


123