| History log of /src/sys/arch/mvme68k/conf/VME177 |
| Revision | | Date | Author | Comments |
| 1.36 |
| 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.35 |
| 29-Jul-2017 |
maxv | Remove TCP_COMPAT_42 from the config files. Pass 2.
|
| 1.34 |
| 23-Aug-2014 |
dholland | branches: 1.34.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.33 |
| 05-Jul-2014 |
tsutsui | Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.
Compile tests only.
|
| 1.32 |
| 01-Mar-2013 |
joerg | branches: 1.32.10; Retire OSI network stack. OK core@
|
| 1.31 |
| 22-Nov-2011 |
tls | branches: 1.31.8;
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.30 |
| 30-Jun-2011 |
wiz | branches: 1.30.2; dependant -> dependent
|
| 1.29 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.28 |
| 30-May-2008 |
tsutsui | branches: 1.28.18; 1.28.20; Add options COMPAT_40 to files which have options COMPAT_30.
|
| 1.27 |
| 17-Apr-2006 |
he | branches: 1.27.62; 1.27.64; 1.27.66; 1.27.68; It's NULLFS, not NULL.
|
| 1.26 |
| 15-Apr-2006 |
matt | Add ksyms Add file-systems for NULL & TMPFS
|
| 1.25 |
| 05-Feb-2006 |
cube | branches: 1.25.2; 1.25.4; 1.25.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.24 |
| 07-Dec-2005 |
tsutsui | branches: 1.24.2; 1.24.4; 1.24.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.23 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.22 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
| 1.21 |
| 25-Feb-2005 |
simonb | branches: 1.21.4; Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files that didn't have those options but had other earlier compat options.
|
| 1.20 |
| 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.19 |
| 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
| 1.18 |
| 10-Nov-2004 |
christos | branches: 1.18.4; 1.18.6; Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.17 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.16 |
| 22-Sep-2003 |
cl | branches: 1.16.2; add COMPAT_15/COMPAT_16
|
| 1.15 |
| 18-Sep-2002 |
lukem | branches: 1.15.6; enable USERCONF by default; it's small and extremely useful to have available.
|
| 1.14 |
| 17-Jun-2002 |
lukem | Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.13 |
| 25-Apr-2002 |
atatat | branches: 1.13.2; 1.13.4; Add the INCLUDE_CONFIG_FILE option to all config files. In config files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or ALPHA), it is uncommented.
|
| 1.12 |
| 12-Apr-2002 |
gmcgarry | Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
| 1.11 |
| 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.10 |
| 20-Nov-2001 |
lukem | cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
|
| 1.9 |
| 27-Jul-2001 |
scw | branches: 1.9.6; memc attaches at mainbus now.
|
| 1.8 |
| 08-Jul-2001 |
abs | branches: 1.8.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.7 |
| 10-Jun-2001 |
scw | Enable DHCP and BOOTP as supported diskless NFS boot options.
|
| 1.6 |
| 10-Jun-2001 |
scw | Add rnd(4) pseudo-device.
|
| 1.5 |
| 30-Apr-2001 |
scw | Switch to the MI 53c710 driver recently committed by Izumi Tsutsui.
|
| 1.4 |
| 07-Dec-2000 |
scw | branches: 1.4.2; Add "options COMPAT_AOUT_M68K".
|
| 1.3 |
| 25-Nov-2000 |
scw | Add the memory controller ASIC driver.
|
| 1.2 |
| 25-Nov-2000 |
scw | Add CD9660, plus some general cleanup.
|
| 1.1 |
| 20-Nov-2000 |
scw | branches: 1.1.2; Add support for the m68060-based machines: MVME-172 and MVME-177. CPU support taken from a combination of NetBSD/amiga and NetBSD/x68k.
At this time, MVME-172 works but MVME-177 is untested. Since the '177 is otherwise identical to the MVME-167, this should *just work*.
|
| 1.1.2.3 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
| 1.1.2.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
| 1.1.2.1 |
| 20-Nov-2000 |
bouyer | file VME177 was added on branch thorpej_scsipi on 2000-11-22 16:00:49 +0000
|
| 1.4.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.8.2.6 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
| 1.8.2.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.8.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.8.2.3 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.8.2.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.8.2.1 |
| 03-Aug-2001 |
lukem | update to -current
|
| 1.9.6.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.5 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.4 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.9.6.1 |
| 27-Jul-2001 |
nathanw | file VME177 was added on branch nathanw_sa on 2002-01-08 00:26:32 +0000
|
| 1.13.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.14 (requested by lukem in ticket #312): Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.13.2.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
| 1.15.6.8 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.15.6.7 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.15.6.6 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.15.6.5 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.15.6.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.15.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.15.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.15.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.16.2.1 |
| 15-Jul-2004 |
he | Pull up revision 1.17 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.18.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.18.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
| 1.18.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.21.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.24.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
| 1.24.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.24.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
| 1.25.6.1 |
| 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
| 1.25.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.25.2.1 |
| 24-May-2006 |
yamt | sync with head.
|
| 1.27.68.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.27.66.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.27.66.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.27.64.1 |
| 04-Jun-2008 |
yamt | sync with head
|
| 1.27.62.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.28.20.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.28.18.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.30.2.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.30.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.31.8.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.31.8.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.31.8.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.32.10.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.34.2.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|