| History log of /src/sys/arch/evbarm/conf/CUBOX |
| Revision | | Date | Author | Comments |
| 1.23 |
| 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.22 |
| 14-Jan-2024 |
andvar | Comment out sequencer pseudo-device, it requires midi* or audio* device defined.
Fixes build for CUBOX kernel config.
|
| 1.21 |
| 07-Aug-2022 |
simonb | branches: 1.21.4; 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 |
| 20-Jan-2021 |
nia | do not enable kernel OSS compat in configs without compat_linux
perhaps kernel OSS compat can be merged into compat_linux to avoid further confusion
|
| 1.19 |
| 27-Sep-2020 |
roy | branches: 1.19.2; vether: Add to kernel configurations
It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out.
|
| 1.18 |
| 01-Aug-2020 |
maxv | Remove references to BRIDGE_IPF, it is now compiled in by default.
|
| 1.17 |
| 18-Apr-2020 |
skrll | PMAP_DEBUG has been deleted on arm
|
| 1.16 |
| 25-Mar-2020 |
jdolecek | branches: 1.16.2; remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal
|
| 1.15 |
| 19-Jan-2020 |
thorpej | Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is long since obsolete.
|
| 1.14 |
| 26-Apr-2019 |
sevan | branches: 1.14.2; 1.14.4; Use veriexec.config to reduce duplication
|
| 1.13 |
| 23-Oct-2018 |
jdolecek | remove the 'wd* at umass?' for the non-standardized and rare (extinct?) In-System Design ATA protocol over Bulk-Only devices from most kernels, leave only in i386/amd64 ALL; it's unmaintained and likely currently broken, lack of test hardware makes it impossible to support
|
| 1.12 |
| 25-Aug-2018 |
maxv | Retire NDIS. It appears that it has never worked, after 13 years it was still marked as "experimental", and nowadays it may be one more obstacle to MPification of the network stack.
Discussed on tech-net@.
|
| 1.11 |
| 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.10 |
| 21-Jul-2018 |
maya | Remove comment mentioning an i386 problem from non-x86 kernel configs. (they all say BROKEN in the next comment too)
|
| 1.9 |
| 14-Jul-2018 |
maxv | Remove "options IPKDB", and the other associated options, from the config files.
ipkdb is being retired. Its code is really old, and hasn't kept pace with today's expectations: IPv6, SMP, modern NICs. The associated code for x86 was already removed because it was too incorrect to stay.
There are plans to rewrite a similar feature from scratch.
ok kamil christos
|
| 1.8 |
| 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
| 1.7 |
| 07-Jun-2018 |
thorpej | branches: 1.7.2; Revert changes that pinned-down i2c parent specs. The i2c subsystem has been enhanced to make this unnecessary.
|
| 1.6 |
| 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.5 |
| 14-Sep-2017 |
mrg | branches: 1.5.2; 1.5.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.4 |
| 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.3 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| 1.2 |
| 19-Feb-2017 |
rin | branches: 1.2.2; PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
| 1.1 |
| 07-Jan-2017 |
kiyohara | branches: 1.1.2; 1.1.4; Support SolidRun Cubox.
|
| 1.1.4.3 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.1.4.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.1.4.1 |
| 07-Jan-2017 |
skrll | file CUBOX was added on branch nick-nhusb on 2017-02-05 13:40:07 +0000
|
| 1.1.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.2.2.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.2.2.1 |
| 19-Feb-2017 |
pgoyette | file CUBOX was added on branch pgoyette-localcount on 2017-03-20 06:57:13 +0000
|
| 1.5.4.5 |
| 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
| 1.5.4.4 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.5.4.3 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|
| 1.5.4.2 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|
| 1.5.4.1 |
| 21-May-2018 |
pgoyette | Sync with HEAD
|
| 1.5.2.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.5.2.1 |
| 14-Sep-2017 |
jdolecek | file CUBOX was added on branch tls-maxphys on 2017-12-03 11:36:03 +0000
|
| 1.7.2.3 |
| 21-Apr-2020 |
martin | Sync with HEAD
|
| 1.7.2.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.7.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.14.4.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
| 1.14.2.1 |
| 21-Nov-2019 |
martin | In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
|
| 1.16.2.1 |
| 20-Apr-2020 |
bouyer | Sync with HEAD
|
| 1.19.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
| 1.21.4.1 |
| 09-Oct-2023 |
snj | Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG.
|