| History log of /src/sys/arch/evbmips/conf/ZYXELKX |
| Revision | | Date | Author | Comments |
| 1.22 |
| 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.21 |
| 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.20 |
| 26-Dec-2021 |
andvar | fix various typos, mainly in comments.
|
| 1.19 |
| 21-Jan-2021 |
nia | add a commented out compat_ossaudio wherever there's compat_linux
requested by mrg
|
| 1.18 |
| 27-Sep-2020 |
roy | branches: 1.18.2; vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| 1.17 |
| 25-Mar-2020 |
jdolecek | remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal
|
| 1.16 |
| 26-Apr-2019 |
sevan | 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.
|
| 1.15 |
| 30-Dec-2018 |
sevan | 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
|
| 1.14 |
| 19-Dec-2018 |
maxv | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
|
| 1.13 |
| 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.12 |
| 14-Sep-2017 |
mrg | branches: 1.12.2; 1.12.4; 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.11 |
| 19-Aug-2017 |
maya | Comment out 'options DEBUG' on all evbmips kernels
We aren't using DEBUG on other archs, mips is stable enough now, etc.
|
| 1.10 |
| 01-Aug-2017 |
maya | Wrong architecture for IBCS2 compat! it's stringly an x86 thing.
|
| 1.9 |
| 01-Aug-2017 |
maxv | Remove references to compat_freebsd when it is not supported.
|
| 1.8 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| 1.7 |
| 19-Feb-2017 |
rin | branches: 1.7.6; PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
| 1.6 |
| 07-Aug-2015 |
maxv | branches: 1.6.2; 1.6.4; Remove KMEMSTATS.
|
| 1.5 |
| 23-Aug-2014 |
dholland | branches: 1.5.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.4 |
| 17-Aug-2014 |
joerg | branches: 1.4.2; 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.3 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| 1.2 |
| 20-Jul-2014 |
alnsn | branches: 1.2.2; Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.1 |
| 30-Apr-2014 |
matt | branches: 1.1.2; 1.1.4; Add configs for the Zyxel Keenetic Extra.
|
| 1.1.4.2 |
| 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.4.1 |
| 30-Apr-2014 |
yamt | file ZYXELKX was added on branch yamt-pagecache on 2014-05-22 11:39:44 +0000
|
| 1.1.2.2 |
| 18-May-2014 |
rmind | sync with head
|
| 1.1.2.1 |
| 30-Apr-2014 |
rmind | file ZYXELKX was added on branch rmind-smpnet on 2014-05-18 17:45:06 +0000
|
| 1.2.2.2 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.2.2.1 |
| 20-Jul-2014 |
tls | file ZYXELKX was added on branch tls-earlyentropy on 2014-08-10 06:53:56 +0000
|
| 1.4.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.4.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4.2.1 |
| 17-Aug-2014 |
tls | file ZYXELKX was added on branch tls-maxphys on 2014-08-20 00:02:58 +0000
|
| 1.5.2.2 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.5.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.6.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.6.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.7.6.1 |
| 07-Jan-2019 |
martin | Pull up following revision(s) (requested by sevan in ticket #1156):
sys/arch/evbmips/conf/ERLITE: revision 1.21 sys/arch/evbmips/conf/LOONGSON: revision 1.41 sys/arch/evbmips/conf/SBMIPS: revision 1.8 sys/arch/evbmips/conf/MALTA: revision 1.94 sys/arch/evbmips/conf/WGT624V3: revision 1.29 sys/arch/evbmips/conf/ZYXELKX: revision 1.15 sys/arch/evbmips/conf/XLSATX: revision 1.28 sys/arch/evbmips/conf/ADM5120-NB: revision 1.25 sys/arch/evbmips/conf/ADM5120: revision 1.27 sys/arch/evbmips/conf/MERAKI: revision 1.32 sys/arch/evbmips/conf/LINKITSMART7688: revision 1.10 sys/arch/evbmips/conf/DB120: revision 1.21 sys/arch/evbmips/conf/ADM5120-USB: revision 1.27 sys/arch/evbmips/conf/AP30: revision 1.38 sys/arch/evbmips/conf/ALCHEMY: revision 1.65 sys/arch/evbmips/conf/RB153: revision 1.22 sys/arch/evbmips/conf/RB433UAH: revision 1.18 sys/arch/evbmips/conf/CI20: revision 1.27 sys/arch/evbmips/conf/GDIUM: revision 1.35 sys/arch/evbmips/conf/CPMBR1400: revision 1.30
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
|
| 1.12.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.12.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.12.2.3 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|
| 1.12.2.2 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
| 1.12.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.18.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|