History log of /netbsd-src/sys/arch/evbarm/conf/IMX31LITE (Results 1 – 25 of 35)
Revision Date Author Comments
# c7ae7f02 07-Aug-2022 simonb <simonb@NetBSD.org>

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.

show more ...


# a73d6e10 18-Apr-2020 skrll <skrll@NetBSD.org>

PMAP_DEBUG has been deleted on arm


# 4ba69369 14-Jul-2018 maxv <maxv@NetBSD.org>

Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NIC

Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NICs. The associated code for x86
was already removed because it was too incorrect to stay.

There are plans to rewrite a similar feature from scratch.

ok kamil christos

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 ...


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

Remove TCP_COMPAT_42 from the config files. Pass 2.


# 913d426e 19-Feb-2017 rin <rin@NetBSD.org>

PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.


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

Remove the KMEMSTATS option. It no longer exists.


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


# a2616411 17-Aug-2014 joerg <joerg@NetBSD.org>

Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_k

Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.

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


# c404e018 03-Aug-2014 martin <martin@NetBSD.org>

Add COMPAT_NETBSD32 to more kernels (we have too many)


# 9a78d593 27-Jul-2014 dholland <dholland@NetBSD.org>

"internally consistency checks" -> "internal consistency checks"


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

G/C PFIL_HOOKS from the kernel configs.


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

remove obsolete networking options


# 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@


# f3929b10 17-Oct-2012 apb <apb@NetBSD.org>

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


# f727394b 11-Sep-2012 msaitoh <msaitoh@NetBSD.org>

Add PUFFS, putter and fss.


# 3f993455 01-Sep-2012 matt <matt@NetBSD.org>

Bump up SYMTAB_SPACE


# aa651336 07-Apr-2012 tsutsui <tsutsui@NetBSD.org>

Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).


# 7bbf82b7 18-Dec-2011 dholland <dholland@NetBSD.org>

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.


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


# 7e5272d7 06-Mar-2011 jakllsch <jakllsch@NetBSD.org>

Bump SYMTAB_SPACE for the many other evbarm kernels that also need it increased.


12