History log of /netbsd/sys/arch/evbarm/conf/IMX31LITE (Results 1 – 25 of 35)
Revision Date Author Comments
# bffd2b8a 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 ...


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

PMAP_DEBUG has been deleted on arm


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


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


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


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

Remove the KMEMSTATS option. It no longer exists.


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


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


# 67534f44 16-Aug-2014 apb <apb@NetBSD.org>

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


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

Add COMPAT_NETBSD32 to more kernels (we have too many)


# 977c52fe 27-Jul-2014 dholland <dholland@NetBSD.org>

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


# 9cdd479a 30-Jun-2013 rmind <rmind@NetBSD.org>

G/C PFIL_HOOKS from the kernel configs.


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

remove obsolete networking options


# 8330aafe 02-Mar-2013 christos <christos@NetBSD.org>

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.


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

Retire OSI network stack. OK core@


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

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


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

Add PUFFS, putter and fss.


# 16a85bb3 01-Sep-2012 matt <matt@NetBSD.org>

Bump up SYMTAB_SPACE


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

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


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


# 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


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


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

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


12