History log of /netbsd-src/sys/arch/evbarm/conf/VIPER (Results 1 – 25 of 44)
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


# 62c89881 12-Jul-2018 maxv <maxv@NetBSD.org>

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs

Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.

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


# 192854d6 29-Aug-2012 skrll <skrll@NetBSD.org>

Typo in comment


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

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


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


12