#
3c843e17 |
| 12-Feb-2023 |
abs <abs@NetBSD.org> |
Add optoion GENERIC.local include to the end of ~all GENERIC configs
This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm all of which have somewhat specific kernel config file layouts
|
#
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 ...
|
#
2a2eb8c5 |
| 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.
|
#
39a91a8a |
| 10-Aug-2020 |
rin <rin@NetBSD.org> |
Reduce kernel size by - Adding -fno-asynchronous-unwind-tables and -fno-unwind-tables to COPTS - Specify NO_KERNEL_RCSIDS to strip RCSIDS Also adding -fno-omit-frame-pointer to COPTS for backtrace in
Reduce kernel size by - Adding -fno-asynchronous-unwind-tables and -fno-unwind-tables to COPTS - Specify NO_KERNEL_RCSIDS to strip RCSIDS Also adding -fno-omit-frame-pointer to COPTS for backtrace in DDB.
show more ...
|
#
2babedb5 |
| 01-Aug-2020 |
maxv <maxv@NetBSD.org> |
Remove references to BRIDGE_IPF, it is now compiled in by default.
|
#
ad27328b |
| 08-Mar-2020 |
rin <rin@NetBSD.org> |
Fix comments on root devices.
|
#
e8d2dc05 |
| 08-Mar-2020 |
rin <rin@NetBSD.org> |
Retire md(4) in favor of tmpfs provided by module, though both are not useful for 8MB RAM system...
|
#
b74628b2 |
| 08-Mar-2020 |
rin <rin@NetBSD.org> |
sun2 kernel is restricted to ~2MB due to bootloader. It seems that working kernel should be more smaller.
Strip off most kernel options, and provide by kernel modules. Also add GENERIC kernel for NF
sun2 kernel is restricted to ~2MB due to bootloader. It seems that working kernel should be more smaller.
Strip off most kernel options, and provide by kernel modules. Also add GENERIC kernel for NFS root instead of FFS.
show more ...
|
#
28bd62e3 |
| 26-Apr-2019 |
sevan <sevan@NetBSD.org> |
Use veriexec.config to reduce duplication
|
#
4187dd1e |
| 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 ...
|
#
29492263 |
| 10-Feb-2018 |
maxv <maxv@NetBSD.org> |
Remove the last reference to IPSEC_ESP. This option was deleted in 2013.
|
#
65b4d6cf |
| 23-Jan-2018 |
sevan <sevan@NetBSD.org> |
Alternate buffer queue strategies no longer considered experimental, update description.
Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
|
#
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 ...
|
#
8ed9a13c |
| 13-Sep-2017 |
sevan <sevan@NetBSD.org> |
Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken.
Discussed on tech-security ht
Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken.
Discussed on tech-security http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html
ok riastradh
show more ...
|
#
761e6a02 |
| 29-Jul-2017 |
maxv <maxv@NetBSD.org> |
Remove TCP_COMPAT_42 from the config files. Pass 3.
|
#
525a9da9 |
| 26-Sep-2015 |
maxv <maxv@NetBSD.org> |
Remove KMEMSTATS. Normally it's ok now.
|
#
036fd1fb |
| 16-Nov-2014 |
manu <manu@NetBSD.org> |
Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove t
Remove unused extended attributes kernel options
As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them as they have been obsolete for a long time: UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
show more ...
|
#
a3449961 |
| 12-Nov-2014 |
manu <manu@NetBSD.org> |
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three con
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel, extended attributes are not enabled unless three conditions are met: 1) filesystem is UFS1 (newfs -O1) 2) .attribute/system and .attribute/user directories are created at fs root 3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended attributes options were not enabled for them, but just added commented out. (kernel were considered memory constrained if QUOTA option was disabled)
show more ...
|
#
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 ...
|
#
67534f44 |
| 16-Aug-2014 |
apb <apb@NetBSD.org> |
Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
#
864f604c |
| 26-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Shrink GENERIC kernel to fit to bootloader's limit (2MB).
Maybe now we can't call it GENERIC, but it still boots on TME.
|
#
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
|
#
61087f64 |
| 27-Apr-2013 |
christos <christos@NetBSD.org> |
the bogus number police
|
#
669cb180 |
| 27-Apr-2013 |
christos <christos@NetBSD.org> |
remove confusing numeric locators where they are unused.
|