| History log of /src/sys/arch/evbarm/conf/MV2120 |
| Revision | | Date | Author | Comments |
| 1.47 |
| 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.46 |
| 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.45 |
| 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.44 |
| 16-Aug-2020 |
jdolecek | make COMPAT_LINUX option disabled by default
leave the option enabled only in amd64/i386 ALL kernels to make sure it continues to be compilable also when included in kernel
|
| 1.43 |
| 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
| 1.42 |
| 25-Mar-2020 |
jdolecek | remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal
|
| 1.41 |
| 19-Jan-2020 |
thorpej | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
|
| 1.40 |
| 26-Apr-2019 |
sevan | branches: 1.40.4; Use veriexec.config to reduce duplication
|
| 1.39 |
| 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
| 1.38 |
| 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.37 |
| 07-Jun-2018 |
thorpej | branches: 1.37.2; Revert changes that pinned-down i2c parent specs. The i2c subsystem has been enhanced to make this unnecessary.
|
| 1.36 |
| 15-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.35 |
| 23-Jan-2018 |
sevan | branches: 1.35.2; Alternate buffer queue strategies no longer considered experimental, update or add new description for files missed out in the previous run.
|
| 1.34 |
| 14-Sep-2017 |
mrg | 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.33 |
| 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.32 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| 1.31 |
| 19-Feb-2017 |
rin | branches: 1.31.6; PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
| 1.30 |
| 13-Dec-2016 |
christos | branches: 1.30.2; wildcard speaker attachments, now that we can handle many of them.
|
| 1.29 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
| 1.28 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
| 1.27 |
| 26-Nov-2016 |
christos | mention PAX_SEGVGUARD dependency on FILEASSOC
|
| 1.26 |
| 12-Aug-2015 |
maxv | branches: 1.26.2; Remove KMEMSTATS.
|
| 1.25 |
| 23-Aug-2014 |
dholland | branches: 1.25.2; 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.24 |
| 18-Aug-2014 |
christos | - Enable Wedge support for MBR/BSDLABEL where it was commented out. - Add apple partition support where it was missing - Add comments where missing
|
| 1.23 |
| 17-Aug-2014 |
joerg | 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.
|
| 1.22 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| 1.21 |
| 03-Aug-2014 |
martin | Add COMPAT_NETBSD32 to more kernels (we have too many)
|
| 1.20 |
| 07-May-2014 |
jakllsch | Adjust "options " whitespace to be consistent.
|
| 1.19 |
| 19-Dec-2013 |
joerg | branches: 1.19.2; Make SYMTAB_SPACE a plain number, the expression creates invalid syntax constructs with Clang.
|
| 1.18 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
| 1.17 |
| 05-Jun-2013 |
christos | branches: 1.17.2; remove obsolete networking options
|
| 1.16 |
| 27-Apr-2013 |
christos | more bogus number removal
|
| 1.15 |
| 27-Apr-2013 |
christos | the bogus number police
|
| 1.14 |
| 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
| 1.13 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.12 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.11 |
| 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
| 1.10 |
| 03-Sep-2012 |
msaitoh | branches: 1.10.2; Bump SYMTAB_SPACE. The automatic SYMTAB_SPACE adustment doesn't work with this style of definition.
|
| 1.9 |
| 29-Aug-2012 |
skrll | Typo in comment
|
| 1.8 |
| 31-Mar-2012 |
tsutsui | Remove obsolete System V semaphores and share memory limit options (SEMMNI, SEMMNS, SEMUME and SHMMAXPGS).
|
| 1.7 |
| 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
| 1.6 |
| 15-Feb-2012 |
jakllsch | Add 4KiB more of SYMTAB_SPACE to fix MV2120_INSTALL build.
|
| 1.5 |
| 14-Feb-2012 |
jakllsch | Bump MV2120 SYMTAB_SPACE. Add kernels variants for root on the primary partitions of "Drive 1". Add MV2120 to evbarm release.
|
| 1.4 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.3 |
| 30-Nov-2011 |
jakllsch | branches: 1.3.2; Trim down MV2120: - comment pci(4)-related drivers - comment dmover(4)-related drivers - optimize for size - add 5.0 compat - misc and cosmetics
|
| 1.2 |
| 22-Nov-2011 |
tls | 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.1 |
| 20-Jul-2011 |
jakllsch | branches: 1.1.2; Add support for HP Media Vault MV2100/MV5100 series Marvell Orion board.
|
| 1.1.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.1.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.1.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.3 |
| 05-Apr-2012 |
mrg | sync to latest -current.
|
| 1.3.2.2 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
| 1.3.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.10.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.10.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.10.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.10.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.17.2.2 |
| 18-May-2014 |
rmind | sync with head
|
| 1.17.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
| 1.19.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.25.2.4 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.25.2.3 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.25.2.2 |
| 05-Dec-2016 |
skrll | Sync with HEAD
|
| 1.25.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.26.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.26.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.30.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.31.6.1 |
| 26-Jan-2018 |
martin | Pull up following revision(s) (requested by sevan in ticket #510): sys/arch/sun3/conf/GENERIC3X: revision 1.130 sys/arch/sparc64/conf/GENERIC: revision 1.203 sys/arch/news68k/conf/LIBERO: revision 1.66 sys/arch/amiga/conf/DRACO: revision 1.185 sys/arch/evbarm/conf/MV2120: revision 1.35 sys/arch/x68k/conf/GENERIC: revision 1.187 sys/arch/rs6000/conf/GENERIC: revision 1.39 sys/arch/news68k/conf/GENERIC_TINY: revision 1.86 sys/arch/i386/conf/XEN3_DOMU: revision 1.88 sys/arch/iyonix/conf/GENERIC: revision 1.97 sys/arch/evbarm64/conf/A64EMUL: revision 1.11 sys/arch/mvme68k/conf/GENERIC: revision 1.98 sys/arch/acorn32/conf/GENERIC: revision 1.124 sys/arch/i386/conf/XEN3_DOM0: revision 1.125 sys/arch/cobalt/conf/INSTALL: revision 1.65 sys/arch/macppc/conf/GENERIC_601: revision 1.16 sys/arch/hppa/conf/GENERIC: revision 1.17 sys/arch/amiga/conf/GENERIC.in: revision 1.137 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33 sys/arch/netwinder/conf/GENERIC: revision 1.134 sys/arch/amd64/conf/XEN3_DOMU: revision 1.83 sys/arch/mac68k/conf/GENERIC: revision 1.225 sys/arch/arc/conf/RPC44: revision 1.54 sys/arch/mipsco/conf/GENERIC: revision 1.92 sys/arch/cats/conf/GENERIC: revision 1.166 sys/arch/amd64/conf/XEN3_DOM0: revision 1.145 sys/arch/amigappc/conf/GENERIC: revision 1.33 sys/arch/sun3/conf/GENERIC: revision 1.176 sys/arch/news68k/conf/GENERIC: revision 1.130 sys/arch/hpcsh/conf/GENERIC: revision 1.110 sys/arch/hp300/conf/GENERIC: revision 1.198 sys/arch/atari/conf/GENERIC.in: revision 1.115 sys/arch/sparc/conf/MRCOFFEE: revision 1.54 sys/arch/evbppc/conf/EXPLORA451: revision 1.62 sys/arch/cesfic/conf/GENERIC: revision 1.69 sys/arch/vax/conf/GENERIC: revision 1.204 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112 sys/arch/sparc/conf/GENERIC: revision 1.258 sys/arch/next68k/conf/GENERIC: revision 1.145 sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34 sys/arch/prep/conf/GENERIC: revision 1.185 sys/arch/amiga/conf/INSTALL: revision 1.129 sys/arch/newsmips/conf/GENERIC: revision 1.133 sys/arch/cobalt/conf/GENERIC: revision 1.156 sys/arch/sun2/conf/GENERIC: revision 1.99 sys/arch/luna68k/conf/INSTALL: revision 1.25 sys/arch/amigappc/conf/NULL: revision 1.53 sys/arch/acorn26/conf/GENERIC: revision 1.85 sys/arch/vax/conf/VAX780: revision 1.25 sys/arch/luna68k/conf/GENERIC: revision 1.125 sys/arch/ews4800mips/conf/GENERIC: revision 1.56 sys/arch/macppc/conf/POWERMAC_G5: revision 1.29 sys/arch/arc/conf/GENERIC: revision 1.189 sys/arch/macppc/conf/MAMBO: revision 1.27 sys/arch/acorn32/conf/EB7500ATX: revision 1.64 sys/arch/pmax/conf/GENERIC: revision 1.196 sys/arch/pmax/conf/GENERIC64: revision 1.28 sys/arch/amiga/conf/GENERIC: revision 1.319 sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55 sys/arch/macppc/conf/GENERIC: revision 1.339 sys/arch/emips/conf/GENERIC: revision 1.21 sys/arch/sandpoint/conf/GENERIC: revision 1.97 sys/arch/landisk/conf/GENERIC: revision 1.58 sys/arch/bebox/conf/GENERIC: revision 1.157 sys/arch/alpha/conf/GENERIC: revision 1.379 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
|
| 1.35.2.3 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.35.2.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
| 1.35.2.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|
| 1.37.2.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.37.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.40.4.1 |
| 25-Jan-2020 |
ad | Sync with head.
|