| #
c78676ac |
| 29-Jan-2024 |
christos <christos@NetBSD.org> |
PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make
PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default.
show more ...
|
| #
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 ...
|
| #
e590e6c9 |
| 26-Dec-2021 |
andvar <andvar@NetBSD.org> |
fix various typos, mainly in comments.
|
| #
f3ec8521 |
| 21-Jan-2021 |
nia <nia@NetBSD.org> |
add a commented out compat_ossaudio wherever there's compat_linux
requested by mrg
|
| #
98f3a8d4 |
| 27-Sep-2020 |
roy <roy@NetBSD.org> |
vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| #
23d01281 |
| 25-Mar-2020 |
jdolecek <jdolecek@NetBSD.org> |
remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal
|
| #
75d6e670 |
| 26-Apr-2019 |
sevan <sevan@NetBSD.org> |
Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32,
Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k, mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource constraints or port infancy.
show more ...
|
| #
4c21244e |
| 30-Dec-2018 |
sevan <sevan@NetBSD.org> |
Enable the per-priority cyclical scan buffer queue strategy on evbmips kernels.
time results of a Lemote Fuloong 2F extracting the pkgsrc tree brick$ time tar -jxf pkgsrc.tar.bz2 priocscan + log 61
Enable the per-priority cyclical scan buffer queue strategy on evbmips kernels.
time results of a Lemote Fuloong 2F extracting the pkgsrc tree brick$ time tar -jxf pkgsrc.tar.bz2 priocscan + log 612.90 real 103.45 user 194.98 sys priocscan nolog 1345.48 real 103.57 user 274.32 sys fcfs + log 736.02 real 101.71 user 192.95 sys fcfs nolog 1475.16 real 103.06 user 271.14 sys
show more ...
|
| #
43c93207 |
| 19-Dec-2018 |
maxv <maxv@NetBSD.org> |
Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
|
| #
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 ...
|
| #
1b3723ca |
| 19-Aug-2017 |
maya <maya@NetBSD.org> |
Comment out 'options DEBUG' on all evbmips kernels
We aren't using DEBUG on other archs, mips is stable enough now, etc.
|
| #
bf660b95 |
| 01-Aug-2017 |
maya <maya@NetBSD.org> |
Wrong architecture for IBCS2 compat! it's stringly an x86 thing.
|
| #
eee47c51 |
| 01-Aug-2017 |
maxv <maxv@NetBSD.org> |
Remove references to compat_freebsd when it is not supported.
|
| #
5f6e25a1 |
| 29-Jul-2017 |
maxv <maxv@NetBSD.org> |
Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| #
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.
|
| #
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 ...
|
| #
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".
|
| #
e25150d4 |
| 20-Jul-2014 |
alnsn <alnsn@NetBSD.org> |
Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| #
5d4dfe49 |
| 30-Apr-2014 |
matt <matt@NetBSD.org> |
Add configs for the Zyxel Keenetic Extra.
|