Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mmeye/conf/MMEYE_WLF
RevisionDateAuthorComments
 1.33  29-Jan-2024  christos 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.
 1.32  07-Aug-2022  simonb 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.
 1.31  27-Sep-2020  roy vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.30  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.29  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.28  26-Apr-2019  sevan branches: 1.28.4;
Use veriexec.config to reduce duplication
 1.27  13-Apr-2019  isaki Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).
 1.26  01-Aug-2018  maxv 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).
 1.25  07-Jun-2018  thorpej branches: 1.25.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.
 1.24  14-May-2018  thorpej Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.
 1.23  14-Sep-2017  mrg branches: 1.23.2;
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.
 1.22  13-Sep-2017  sevan 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
 1.21  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.20  13-Dec-2016  christos wildcard speaker attachments, now that we can handle many of them.
 1.19  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.18  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.17  12-Aug-2015  maxv branches: 1.17.2;
Remove KMEMSTATS.
 1.16  24-Aug-2014  jnemeth branches: 1.16.2;
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
 1.15  23-Aug-2014  dholland 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.
 1.14  16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.13  30-Jun-2013  rmind branches: 1.13.6;
G/C PFIL_HOOKS from the kernel configs.
 1.12  05-Jun-2013  christos branches: 1.12.2;
remove obsolete networking options
 1.11  27-Apr-2013  christos the bogus number police
 1.10  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.9  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.8  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.7  17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.6  10-Mar-2012  joerg branches: 1.6.2;
P1003_1B_SEMAPHORE is no longer optional.
 1.5  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.4  22-Nov-2011  tls branches: 1.4.2;

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.
 1.3  30-Jun-2011  wiz branches: 1.3.2;
dependant -> dependent
 1.2  22-Mar-2011  kiyohara branches: 1.2.4;
Add slhci(4) and some usb devices.
 1.1  19-Feb-2011  kiyohara branches: 1.1.2; 1.1.4;
Support mmEye-WLF.
Also maybe support mmEye-WL, mmEye2, mmEye2-HS.
 1.1.4.3  21-Apr-2011  rmind sync with head
 1.1.4.2  05-Mar-2011  rmind sync with head
 1.1.4.1  19-Feb-2011  rmind file MMEYE_WLF was added on branch rmind-uvmplock on 2011-03-05 20:51:14 +0000
 1.1.2.2  05-Mar-2011  bouyer Sync with HEAD
 1.1.2.1  19-Feb-2011  bouyer file MMEYE_WLF was added on branch bouyer-quota2 on 2011-03-05 15:09:52 +0000
 1.2.4.2  06-Jun-2011  jruoho Sync with HEAD.
 1.2.4.1  22-Mar-2011  jruoho file MMEYE_WLF was added on branch jruoho-x86intr on 2011-06-06 09:06:13 +0000
 1.3.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.2.2  30-Oct-2012  yamt sync with head
 1.3.2.1  17-Apr-2012  yamt sync with head
 1.4.2.2  11-Mar-2012  mrg sync to latest -current
 1.4.2.1  18-Feb-2012  mrg merge to -current.
 1.6.2.4  03-Dec-2017  jdolecek update from HEAD
 1.6.2.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.2.2  23-Jun-2013  tls resync from head
 1.6.2.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.12.2.1  28-Aug-2013  rmind sync with head
 1.13.6.1  15-May-2015  snj Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
 1.16.2.3  28-Aug-2017  skrll Sync with HEAD
 1.16.2.2  05-Feb-2017  skrll Sync with HEAD
 1.16.2.1  22-Sep-2015  skrll Sync with HEAD
 1.17.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.23.2.3  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.23.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.23.2.1  21-May-2018  pgoyette Sync with HEAD
 1.25.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.25.2.1  10-Jun-2019  christos Sync with HEAD
 1.28.4.1  25-Jan-2020  ad Sync with head.

RSS XML Feed