| History log of /src/sys/arch/evbppc/conf/MPC8536DS |
| Revision | | Date | Author | Comments |
| 1.30 |
| 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.29 |
| 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.28 |
| 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.27 |
| 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.26 |
| 05-Feb-2018 |
maxv | branches: 1.26.2; 1.26.4; Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It probably wouldn't have built correctly anyway, since there is no associated defflag.
These ten lines of code in ip_input.c already look a lot better.
|
| 1.25 |
| 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.24 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 3.
|
| 1.23 |
| 19-Feb-2017 |
rin | PR kern/51208 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for ALL on amd64 and i386.
|
| 1.22 |
| 23-Aug-2014 |
dholland | branches: 1.22.2; 1.22.4; 1.22.6; 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.21 |
| 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.20 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
| 1.19 |
| 30-Jun-2013 |
rmind | G/C PFIL_HOOKS from the kernel configs.
|
| 1.18 |
| 05-Jun-2013 |
christos | branches: 1.18.2; remove obsolete networking options
|
| 1.17 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.16 |
| 01-Mar-2013 |
joerg | Retire OSI network stack. OK core@
|
| 1.15 |
| 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
| 1.14 |
| 17-Aug-2012 |
abs | branches: 1.14.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.13 |
| 24-Jul-2012 |
matt | Add drvctl
|
| 1.12 |
| 23-Jul-2012 |
matt | Add DKWEDGE_AUTODISCOVERY and DKWEDGE_GPT support.
|
| 1.11 |
| 22-Jul-2012 |
matt | Split mdio/mii access into its own "device" and update accordingly. (on the P1025 the mdio functionality is separate from the etsec functions). Provide locking for mii access.
|
| 1.10 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.9 |
| 22-Nov-2011 |
tls | branches: 1.9.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.8 |
| 02-Aug-2011 |
matt | branches: 1.8.2; Change device name of pq3cfi to cfi. Add cfi to P2020DS Add ddrc
|
| 1.7 |
| 15-Jul-2011 |
cliff | Add support for CFI NOR, using MPC8536DS as initial example. Only AMD/Fujitsu command set is suported so far. This is still work in progress, be advised.
|
| 1.6 |
| 30-Jun-2011 |
wiz | dependant -> dependent
|
| 1.5 |
| 10-Jun-2011 |
matt | Change default of GUR_BASE to 0xffe00000 which is used on more recent machines. Add options GUR_BASE=0xe0000000 to MPC8548CDS and RB800
|
| 1.4 |
| 08-Jun-2011 |
matt | Use a standard INSTALL.inc instead of duplicating it. Make INSTALL variants of mpc85xx kernels.
|
| 1.3 |
| 06-Mar-2011 |
bouyer | branches: 1.3.2; merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
|
| 1.2 |
| 18-Jan-2011 |
matt | branches: 1.2.2; 1.2.4; Add support for various MPC85xx platforms. The MPC8536DS and MPC8548CDS development systems and the RB800 (routerboard 800) platform. The CF on the RB800 doesn't work yet.
|
| 1.1 |
| 07-Jan-2011 |
matt | branches: 1.1.2; 1.1.4; file MPC8536DS was initially added on branch matt-nb5-pq3.
|
| 1.1.4.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.1.2.4 |
| 02-Aug-2011 |
matt | Change pq3cfi to cfi
|
| 1.1.2.3 |
| 26-Jul-2011 |
matt | Add pq3cfi device.
|
| 1.1.2.2 |
| 17-Jan-2011 |
matt | sdhc has problems; comment out for now.
|
| 1.1.2.1 |
| 07-Jan-2011 |
matt | Add mpc85xx support for MPC8536DS (Freescale Development System), MPC8548CDS (Freescale Development System), and RB800 (RouterBoard 800).
|
| 1.2.4.4 |
| 12-Jun-2011 |
rmind | sync with head
|
| 1.2.4.3 |
| 21-Apr-2011 |
rmind | sync with head
|
| 1.2.4.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.2.4.1 |
| 18-Jan-2011 |
rmind | file MPC8536DS was added on branch rmind-uvmplock on 2011-03-05 20:50:14 +0000
|
| 1.2.2.1 |
| 08-Feb-2011 |
bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
|
| 1.3.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
| 1.8.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.8.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.8.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.9.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.14.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.14.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.14.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.14.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.18.2.1 |
| 28-Aug-2013 |
rmind | sync with head
|
| 1.22.6.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.22.4.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.22.2.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.26.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.26.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|