The NetBSD Project

CVS log for src/sys/arch/x68k/conf/GENERIC

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / x68k / conf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.209 / (download) - annotate - [select for diffs], Sun Jan 7 07:58:33 2024 UTC (2 months, 3 weeks ago) by isaki
Branch: MAIN
CVS Tags: HEAD
Changes since 1.208: +13 -13 lines
Diff to previous 1.208 (colored) to selected 1.6.2.1 (colored)

TAB/space/indent cleanup.

Revision 1.208 / (download) - annotate - [select for diffs], Sun Feb 12 14:50:42 2023 UTC (13 months, 2 weeks ago) by abs
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Changes since 1.207: +5 -2 lines
Diff to previous 1.207 (colored) to selected 1.6.2.1 (colored)

Add optoion GENERIC.local include to the end of ~all GENERIC configs

This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm
all of which have somewhat specific kernel config file layouts

Revision 1.207 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:10 2022 UTC (17 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.206: +3 -2 lines
Diff to previous 1.206 (colored) to selected 1.6.2.1 (colored)

swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with.  Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702

Revision 1.206 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:30 2022 UTC (19 months, 3 weeks ago) by simonb
Branch: MAIN
Changes since 1.205: +7 -7 lines
Diff to previous 1.205 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.205 / (download) - annotate - [select for diffs], Sat Jun 11 04:57:57 2022 UTC (21 months, 2 weeks ago) by tsutsui
Branch: MAIN
Changes since 1.204: +3 -3 lines
Diff to previous 1.204 (colored) to selected 1.6.2.1 (colored)

Specify -fno-unwind-tables to shrink binaries.

Revision 1.203.4.1 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:18 2021 UTC (2 years, 7 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.203: +2 -5 lines
Diff to previous 1.203 (colored) next main 1.204 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.204 / (download) - annotate - [select for diffs], Tue Jun 29 10:22:37 2021 UTC (2 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2
Changes since 1.203: +2 -5 lines
Diff to previous 1.203 (colored) to selected 1.6.2.1 (colored)

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.

Revision 1.202.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:40 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.202: +3 -2 lines
Diff to previous 1.202 (colored) next main 1.203 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.203 / (download) - annotate - [select for diffs], Thu Jan 21 06:51:56 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf
Changes since 1.202: +3 -2 lines
Diff to previous 1.202 (colored) to selected 1.6.2.1 (colored)

add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg

Revision 1.202 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:55 2020 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.201: +3 -2 lines
Diff to previous 1.201 (colored) to selected 1.6.2.1 (colored)

vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.

Revision 1.201 / (download) - annotate - [select for diffs], Mon Aug 10 06:32:59 2020 UTC (3 years, 7 months ago) by rin
Branch: MAIN
Changes since 1.200: +5 -3 lines
Diff to previous 1.200 (colored) to selected 1.6.2.1 (colored)

Add -fno-omit-frame-pointer to m68k kernels with DDB for backtraces.
-omit-frame-pointer is enabled for -O1 and higher for GCC8 by default.

Revision 1.200 / (download) - annotate - [select for diffs], Sat Aug 1 08:20:52 2020 UTC (3 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.199: +2 -3 lines
Diff to previous 1.199 (colored) to selected 1.6.2.1 (colored)

Remove references to BRIDGE_IPF, it is now compiled in by default.

Revision 1.199 / (download) - annotate - [select for diffs], Sat May 16 13:46:12 2020 UTC (3 years, 10 months ago) by maya
Branch: MAIN
Changes since 1.198: +2 -5 lines
Diff to previous 1.198 (colored) to selected 1.6.2.1 (colored)

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

Revision 1.188.4.3 / (download) - annotate - [select for diffs], Tue Apr 21 18:42:12 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.188.4.2: +1 -1 lines
Diff to previous 1.188.4.2 (colored) to branchpoint 1.188 (colored) next main 1.189 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.197.4.1 / (download) - annotate - [select for diffs], Mon Apr 20 11:29:00 2020 UTC (3 years, 11 months ago) by bouyer
Branch: bouyer-xenpvh
Changes since 1.197: +3 -3 lines
Diff to previous 1.197 (colored) next main 1.198 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.198 / (download) - annotate - [select for diffs], Mon Apr 13 09:18:10 2020 UTC (3 years, 11 months ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Changes since 1.197: +3 -3 lines
Diff to previous 1.197 (colored) to selected 1.6.2.1 (colored)

drop note about wd not being supported for umass

Revision 1.188.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:57 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.188.4.1: +2 -5 lines
Diff to previous 1.188.4.1 (colored) to branchpoint 1.188 (colored) to selected 1.6.2.1 (colored)

Merge changes from current as of 20200406

Revision 1.196.4.1 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:32 2020 UTC (4 years ago) by ad
Branch: ad-namecache
Changes since 1.196: +2 -5 lines
Diff to previous 1.196 (colored) next main 1.197 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.197 / (download) - annotate - [select for diffs], Wed Jan 29 18:39:03 2020 UTC (4 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base, ad-namecache-base3
Branch point for: bouyer-xenpvh
Changes since 1.196: +2 -5 lines
Diff to previous 1.196 (colored) to selected 1.6.2.1 (colored)

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.

Revision 1.188.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:52 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.188: +11 -25 lines
Diff to previous 1.188 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.196 / (download) - annotate - [select for diffs], Fri Apr 26 22:46:04 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, ad-namecache-base2, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.195: +3 -13 lines
Diff to previous 1.195 (colored) to selected 1.6.2.1 (colored)

Use veriexec.config to reduce duplication

Revision 1.195 / (download) - annotate - [select for diffs], Sat Apr 13 08:23:01 2019 UTC (4 years, 11 months ago) by isaki
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.194: +3 -2 lines
Diff to previous 1.194 (colored) to selected 1.6.2.1 (colored)

Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).

Revision 1.194 / (download) - annotate - [select for diffs], Thu Mar 14 16:59:10 2019 UTC (5 years ago) by thorpej
Branch: MAIN
Changes since 1.193: +2 -3 lines
Diff to previous 1.193 (colored) to selected 1.6.2.1 (colored)

G/C "MAPPECOPY".  It is the deadest of wood, and never actually worked in
NetBSD.

Revision 1.193 / (download) - annotate - [select for diffs], Wed Feb 6 11:58:32 2019 UTC (5 years, 1 month ago) by rin
Branch: MAIN
Changes since 1.192: +6 -3 lines
Diff to previous 1.192 (colored) to selected 1.6.2.1 (colored)

Add ure(4) to kernel config files. Also add PHY drivers where necessary.

Revision 1.188.2.3 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:44 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.188.2.2: +2 -3 lines
Diff to previous 1.188.2.2 (colored) to branchpoint 1.188 (colored) next main 1.189 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.192 / (download) - annotate - [select for diffs], Wed Dec 19 13:57:51 2018 UTC (5 years, 3 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.191: +2 -3 lines
Diff to previous 1.191 (colored) to selected 1.6.2.1 (colored)

Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.

Revision 1.188.2.2 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:28 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.188.2.1: +2 -3 lines
Diff to previous 1.188.2.1 (colored) to branchpoint 1.188 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.191 / (download) - annotate - [select for diffs], Tue Oct 23 19:58:53 2018 UTC (5 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.190: +2 -3 lines
Diff to previous 1.190 (colored) to selected 1.6.2.1 (colored)

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

Revision 1.188.2.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:44 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.188: +5 -10 lines
Diff to previous 1.188 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

Revision 1.190 / (download) - annotate - [select for diffs], Sat Aug 25 20:52:42 2018 UTC (5 years, 7 months ago) by rin
Branch: MAIN
CVS Tags: pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Changes since 1.189: +4 -2 lines
Diff to previous 1.189 (colored) to selected 1.6.2.1 (colored)

Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.

Revision 1.189 / (download) - annotate - [select for diffs], Wed Aug 1 20:04:14 2018 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.188: +3 -10 lines
Diff to previous 1.188 (colored) to selected 1.6.2.1 (colored)

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).

Revision 1.188 / (download) - annotate - [select for diffs], Mon Feb 5 15:18:11 2018 UTC (6 years, 1 month ago) by maxv
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.187: +2 -3 lines
Diff to previous 1.187 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.183.8.1 / (download) - annotate - [select for diffs], Fri Jan 26 14:28:13 2018 UTC (6 years, 2 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.183: +4 -4 lines
Diff to previous 1.183 (colored) next main 1.184 (colored) to selected 1.6.2.1 (colored)

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

Revision 1.187 / (download) - annotate - [select for diffs], Tue Jan 23 14:47:56 2018 UTC (6 years, 2 months ago) by sevan
Branch: MAIN
Changes since 1.186: +4 -4 lines
Diff to previous 1.186 (colored) to selected 1.6.2.1 (colored)

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

Revision 1.161.2.4 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:48 2017 UTC (6 years, 3 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.161.2.3: +6 -24 lines
Diff to previous 1.161.2.3 (colored) to branchpoint 1.161 (colored) next main 1.162 (colored) to selected 1.6.2.1 (colored)

update from HEAD

Revision 1.186 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:44 2017 UTC (6 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.185: +4 -18 lines
Diff to previous 1.185 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.185 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:46 2017 UTC (6 years, 6 months ago) by sevan
Branch: MAIN
Changes since 1.184: +2 -5 lines
Diff to previous 1.184 (colored) to selected 1.6.2.1 (colored)

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

Revision 1.179.2.3 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:55 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.179.2.2: +2 -3 lines
Diff to previous 1.179.2.2 (colored) to branchpoint 1.179 (colored) next main 1.180 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.184 / (download) - annotate - [select for diffs], Sat Jul 29 18:08:59 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.183: +2 -3 lines
Diff to previous 1.183 (colored) to selected 1.6.2.1 (colored)

Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.179.2.2 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:22 2017 UTC (7 years, 1 month ago) by skrll
Branch: nick-nhusb
Changes since 1.179.2.1: +4 -2 lines
Diff to previous 1.179.2.1 (colored) to branchpoint 1.179 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.180.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:28 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.180: +4 -2 lines
Diff to previous 1.180 (colored) next main 1.181 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.183 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:21 2016 UTC (7 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170204, netbsd-8-base, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.182: +3 -3 lines
Diff to previous 1.182 (colored) to selected 1.6.2.1 (colored)

wildcard speaker attachments, now that we can handle many of them.

Revision 1.182 / (download) - annotate - [select for diffs], Sat Dec 10 23:03:26 2016 UTC (7 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.181: +2 -3 lines
Diff to previous 1.181 (colored) to selected 1.6.2.1 (colored)

remove VAUDIOSPEAKER for now, will be done differently.

Revision 1.181 / (download) - annotate - [select for diffs], Thu Dec 8 11:31:12 2016 UTC (7 years, 3 months ago) by nat
Branch: MAIN
Changes since 1.180: +5 -2 lines
Diff to previous 1.180 (colored) to selected 1.6.2.1 (colored)

Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.

Revision 1.179.2.1 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:53 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.179: +2 -7 lines
Diff to previous 1.179 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.180 / (download) - annotate - [select for diffs], Sat Aug 8 06:36:26 2015 UTC (8 years, 7 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.179: +2 -7 lines
Diff to previous 1.179 (colored) to selected 1.6.2.1 (colored)

Remove KMEMSTATS.

Revision 1.174.2.3 / (download) - annotate - [select for diffs], Fri May 15 03:44:19 2015 UTC (8 years, 10 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Changes since 1.174.2.2: +3 -2 lines
Diff to previous 1.174.2.2 (colored) to branchpoint 1.174 (colored) next main 1.175 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by jnemeth in ticket #762):
	share/man/man4/options.4: revision 1.442
	sys/arch/amd64/conf/ALL: revision 1.18
	sys/arch/amd64/conf/GENERIC: revision 1.396
	sys/arch/dreamcast/conf/GENERIC: revision 1.119
	sys/arch/epoc32/conf/GENERIC: revision 1.6
	sys/arch/evbarm/conf/BCM5301X: revision 1.24
	sys/arch/evbarm/conf/BCM56340: revision 1.9
	sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
	sys/arch/evbarm/conf/std.beagle: revision 1.13
	sys/arch/evbarm/conf/std.kobo: revision 1.2
	sys/arch/evbarm/conf/std.netwalker: revision 1.10
	sys/arch/evbppc/conf/P2020DS: revision 1.25
	sys/arch/evbppc/conf/RB800: revision 1.30
	sys/arch/evbppc/conf/TWRP1025: revision 1.18
	sys/arch/hp300/conf/GENERIC: revision 1.187
	sys/arch/hpcsh/conf/GENERIC: revision 1.104
	sys/arch/i386/conf/GENERIC: revision 1.1111
	sys/arch/i386/conf/MONOLITHIC: revision 1.17
	sys/arch/landisk/conf/GENERIC: revision 1.43
	sys/arch/luna68k/conf/GENERIC: revision 1.117
	sys/arch/macppc/conf/GENERIC: revision 1.316
	sys/arch/macppc/conf/GENERIC_601: revision 1.5
	sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
	sys/arch/news68k/conf/GENERIC: revision 1.123
	sys/arch/sandpoint/conf/GENERIC: revision 1.85
	sys/arch/shark/conf/GENERIC: revision 1.119
	sys/arch/sparc/conf/GENERIC: revision 1.246
	sys/arch/sparc64/conf/GENERIC: revision 1.174
	sys/arch/sun3/conf/GENERIC3X: revision 1.125
	sys/arch/sun3/conf/GENERIC: revision 1.169
	sys/arch/x68k/conf/GENERIC: revision 1.177
	sys/arch/zaurus/conf/GENERIC: revision 1.62
	sys/conf/files: revision 1.1099
	sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)

Revision 1.174.2.2 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:32 2014 UTC (9 years, 4 months ago) by snj
Branch: netbsd-7
Changes since 1.174.2.1: +2 -4 lines
Diff to previous 1.174.2.1 (colored) to branchpoint 1.174 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by manu in ticket #251):
	sys/arch/acorn26/conf/GENERIC: revision 1.81
	sys/arch/acorn32/conf/GENERIC: revision 1.116
	sys/arch/alpha/conf/GENERIC: revision 1.362
	sys/arch/amd64/conf/ALL: revision 1.23
	sys/arch/amd64/conf/GENERIC: revision 1.404
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.112
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.60
	sys/arch/amiga/conf/GENERIC.in: revision 1.129
	sys/arch/amiga/conf/GENERIC: revision 1.311
	sys/arch/amigappc/conf/GENERIC: revision 1.24
	sys/arch/arc/conf/GENERIC: revision 1.184
	sys/arch/bebox/conf/GENERIC: revision 1.145
	sys/arch/cats/conf/GENERIC: revision 1.155
	sys/arch/cesfic/conf/GENERIC: revision 1.65
	sys/arch/cobalt/conf/GENERIC: revision 1.147
	sys/arch/dreamcast/conf/GENERIC: revision 1.121
	sys/arch/emips/conf/GENERIC: revision 1.15
	sys/arch/epoc32/conf/GENERIC: revision 1.8
	sys/arch/ews4800mips/conf/GENERIC: revision 1.51
	sys/arch/hp300/conf/GENERIC: revision 1.190
	sys/arch/hpcmips/conf/GENERIC: revision 1.229
	sys/arch/hpcsh/conf/GENERIC: revision 1.106
	sys/arch/hppa/conf/GENERIC: revision 1.6
	sys/arch/i386/conf/ALL: revision 1.389
	sys/arch/i386/conf/GENERIC: revision 1.1118
	sys/arch/i386/conf/XEN3_DOM0: revision 1.93
	sys/arch/i386/conf/XEN3_DOMU: revision 1.65
	sys/arch/ibmnws/conf/GENERIC: revision 1.46
	sys/arch/iyonix/conf/GENERIC: revision 1.88
	sys/arch/landisk/conf/GENERIC: revision 1.45
	sys/arch/luna68k/conf/GENERIC: revision 1.119
	sys/arch/mac68k/conf/GENERIC: revision 1.220
	sys/arch/macppc/conf/GENERIC: revision 1.320
	sys/arch/macppc/conf/MAMBO: revision 1.24
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.25
	sys/arch/mipsco/conf/GENERIC: revision 1.88
	sys/arch/mmeye/conf/GENERIC: revision 1.120
	sys/arch/mvme68k/conf/GENERIC: revision 1.94
	sys/arch/mvmeppc/conf/GENERIC: revision 1.24
	sys/arch/netwinder/conf/GENERIC: revision 1.126
	sys/arch/news68k/conf/GENERIC: revision 1.125
	sys/arch/newsmips/conf/GENERIC: revision 1.129
	sys/arch/next68k/conf/GENERIC: revision 1.139
	sys/arch/ofppc/conf/GENERIC: revision 1.157
	sys/arch/pmax/conf/GENERIC64: revision 1.21
	sys/arch/pmax/conf/GENERIC: revision 1.185
	sys/arch/prep/conf/GENERIC: revision 1.174
	sys/arch/rs6000/conf/GENERIC: revision 1.33
	sys/arch/sandpoint/conf/GENERIC: revision 1.88
	sys/arch/sbmips/conf/GENERIC: revision 1.101
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106
	sys/arch/shark/conf/GENERIC: revision 1.121
	sys/arch/sparc/conf/GENERIC: revision 1.248
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.65
	sys/arch/sparc64/conf/GENERIC: revision 1.177
	sys/arch/sparc64/conf/NONPLUS64: revision 1.44
	sys/arch/sun2/conf/GENERIC: revision 1.94
	sys/arch/sun3/conf/GENERIC: revision 1.171
	sys/arch/vax/conf/GENERIC: revision 1.193
	sys/arch/vax/conf/VAX780: revision 1.19
	sys/arch/x68k/conf/GENERIC: revision 1.179
	sys/arch/zaurus/conf/GENERIC: revision 1.65
	sys/ufs/files.ufs: revision 1.38
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate

Revision 1.179 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:43 2014 UTC (9 years, 4 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.178: +2 -4 lines
Diff to previous 1.178 (colored) to selected 1.6.2.1 (colored)

Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate

Revision 1.174.2.1 / (download) - annotate - [select for diffs], Fri Nov 14 15:16:17 2014 UTC (9 years, 4 months ago) by martin
Branch: netbsd-7
Changes since 1.174: +5 -2 lines
Diff to previous 1.174 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by manu in ticket #232):
	sys/arch/next68k/conf/GENERIC: revision 1.138
	sys/arch/cobalt/conf/GENERIC: revision 1.146
	sys/arch/mvme68k/conf/GENERIC: revision 1.93
	sys/arch/vax/conf/VAX780: revision 1.18
	sys/arch/newsmips/conf/GENERIC: revision 1.128
	sys/arch/luna68k/conf/GENERIC: revision 1.118
	sys/arch/sbmips/conf/GENERIC: revision 1.100
	sys/arch/pmax/conf/GENERIC: revision 1.184
	sys/arch/alpha/conf/GENERIC: revision 1.361
	sys/arch/sparc64/conf/GENERIC: revision 1.176
	sys/arch/sun3/conf/GENERIC: revision 1.170
	sys/arch/shark/conf/GENERIC: revision 1.120
	sys/arch/landisk/conf/GENERIC: revision 1.44
	sys/arch/bebox/conf/GENERIC: revision 1.144
	sys/arch/sparc64/conf/NONPLUS64: revision 1.43
	sys/arch/sandpoint/conf/GENERIC: revision 1.87
	sys/arch/emips/conf/GENERIC: revision 1.14
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
	sys/arch/dreamcast/conf/GENERIC: revision 1.120
	sys/arch/cesfic/conf/GENERIC: revision 1.64
	sys/arch/mmeye/conf/GENERIC: revision 1.119
	sys/arch/epoc32/conf/GENERIC: revision 1.7
	sys/arch/x68k/conf/GENERIC: revision 1.178
	sys/arch/iyonix/conf/GENERIC: revision 1.87
	sys/arch/sun2/conf/GENERIC: revision 1.93
	sys/arch/ews4800mips/conf/GENERIC: revision 1.50
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
	sys/arch/acorn26/conf/GENERIC: revision 1.80
	sys/arch/acorn32/conf/GENERIC: revision 1.115
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
	sys/arch/i386/conf/GENERIC: revision 1.1117
	sys/arch/arc/conf/GENERIC: revision 1.183
	sys/arch/cats/conf/GENERIC: revision 1.154
	sys/arch/amiga/conf/GENERIC.in: revision 1.128
	sys/arch/zaurus/conf/GENERIC: revision 1.64
	sys/arch/netwinder/conf/GENERIC: revision 1.125
	sys/arch/hppa/conf/GENERIC: revision 1.5
	sys/arch/mvmeppc/conf/GENERIC: revision 1.23
	sys/arch/macppc/conf/GENERIC: revision 1.319
	sys/arch/amiga/conf/GENERIC: revision 1.310
	sys/arch/pmax/conf/GENERIC64: revision 1.20
	sys/arch/macppc/conf/MAMBO: revision 1.23
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
	sys/arch/amigappc/conf/GENERIC: revision 1.23
	sys/arch/amd64/conf/GENERIC: revision 1.403
	sys/arch/ofppc/conf/GENERIC: revision 1.156
	sys/arch/mac68k/conf/GENERIC: revision 1.219
	sys/arch/i386/conf/XEN3_DOMU: revision 1.64
	sys/arch/mipsco/conf/GENERIC: revision 1.87
	sys/arch/hp300/conf/GENERIC: revision 1.189
	sys/arch/vax/conf/GENERIC: revision 1.192
	sys/arch/news68k/conf/GENERIC: revision 1.124
	sys/arch/ibmnws/conf/GENERIC: revision 1.45
	sys/arch/hpcsh/conf/GENERIC: revision 1.105
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
	sys/arch/i386/conf/XEN3_DOM0: revision 1.92
	sys/arch/sparc/conf/GENERIC: revision 1.247
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
	sys/arch/prep/conf/GENERIC: revision 1.173
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
	sys/arch/rs6000/conf/GENERIC: revision 1.32
	sys/arch/hpcmips/conf/GENERIC: revision 1.228
Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr
Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

Revision 1.178 / (download) - annotate - [select for diffs], Wed Nov 12 10:47:24 2014 UTC (9 years, 4 months ago) by manu
Branch: MAIN
Changes since 1.177: +5 -2 lines
Diff to previous 1.177 (colored) to selected 1.6.2.1 (colored)

Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

Revision 1.177 / (download) - annotate - [select for diffs], Sun Aug 24 07:59:23 2014 UTC (9 years, 7 months ago) by jnemeth
Branch: MAIN
Changes since 1.176: +3 -2 lines
Diff to previous 1.176 (colored) to selected 1.6.2.1 (colored)

Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR".  This
option turns on module autoloading by default (which is the current
default).  This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.

Revision 1.176 / (download) - annotate - [select for diffs], Sat Aug 23 20:27:00 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.175: +16 -16 lines
Diff to previous 1.175 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.161.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:28 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.161.2.2: +8 -7 lines
Diff to previous 1.161.2.2 (colored) to branchpoint 1.161 (colored) to selected 1.6.2.1 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.175 / (download) - annotate - [select for diffs], Sat Aug 16 17:56:34 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.174: +3 -2 lines
Diff to previous 1.174 (colored) to selected 1.6.2.1 (colored)

Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".

Revision 1.172.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:54:10 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.172: +9 -7 lines
Diff to previous 1.172 (colored) next main 1.173 (colored) to selected 1.6.2.1 (colored)

Rebase.

Revision 1.174 / (download) - annotate - [select for diffs], Fri Jul 18 17:06:13 2014 UTC (9 years, 8 months ago) by tsutsui
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.173: +7 -7 lines
Diff to previous 1.173 (colored) to selected 1.6.2.1 (colored)

Enable NULLFS and MODULAR, and disable UMAPFS, accf_data and accf_http.

No particular comments on port-x68k@.

Revision 1.173 / (download) - annotate - [select for diffs], Sat Jul 5 09:18:47 2014 UTC (9 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.172: +4 -2 lines
Diff to previous 1.172 (colored) to selected 1.6.2.1 (colored)

Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

with "-O2":
   text    data     bss     dec     hex filename
2898020   54292  122728 3075040  2eebe0 netbsd

with "-O2 -fno-reorder-blocks":
   text    data     bss     dec     hex filename
2589888   54292  122728 2766908  2a383c netbsd

Revision 1.155.4.5 / (download) - annotate - [select for diffs], Thu May 22 11:40:12 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.155.4.4: +8 -13 lines
Diff to previous 1.155.4.4 (colored) to branchpoint 1.155 (colored) next main 1.156 (colored) to selected 1.6.2.1 (colored)

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")

Revision 1.169.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:29 2014 UTC (9 years, 10 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.169.2.1: +4 -4 lines
Diff to previous 1.169.2.1 (colored) next main 1.170 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.172 / (download) - annotate - [select for diffs], Mon Mar 24 14:15:38 2014 UTC (10 years ago) by szptvlfn
Branch: MAIN
CVS Tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Changes since 1.171: +3 -3 lines
Diff to previous 1.171 (colored) to selected 1.6.2.1 (colored)

fix manual section numbering of sysctl.
  thanks wiz@

Revision 1.171 / (download) - annotate - [select for diffs], Wed Mar 5 16:02:29 2014 UTC (10 years ago) by isaki
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.170: +3 -3 lines
Diff to previous 1.170 (colored) to selected 1.6.2.1 (colored)

Delete the word "buggy" in the comment of NULLFS.
This has been added in 1999, but it's not a buggy now.
Adviced from tsutsui@, msaitoh@.

Revision 1.169.2.1 / (download) - annotate - [select for diffs], Wed Aug 28 23:59:23 2013 UTC (10 years, 7 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.169: +2 -3 lines
Diff to previous 1.169 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.170 / (download) - annotate - [select for diffs], Sun Jun 30 21:38:59 2013 UTC (10 years, 9 months ago) by rmind
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.169: +2 -3 lines
Diff to previous 1.169 (colored) to selected 1.6.2.1 (colored)

G/C PFIL_HOOKS from the kernel configs.

Revision 1.161.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:14 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.161.2.1: +6 -10 lines
Diff to previous 1.161.2.1 (colored) to branchpoint 1.161 (colored) to selected 1.6.2.1 (colored)

resync from head

Revision 1.169 / (download) - annotate - [select for diffs], Wed Jun 5 23:08:03 2013 UTC (10 years, 9 months ago) by christos
Branch: MAIN
Branch point for: rmind-smpnet
Changes since 1.168: +2 -3 lines
Diff to previous 1.168 (colored) to selected 1.6.2.1 (colored)

remove obsolete networking options

Revision 1.168 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:43 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.167: +4 -4 lines
Diff to previous 1.167 (colored) to selected 1.6.2.1 (colored)

the bogus number police

Revision 1.167 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:55 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.166: +4 -4 lines
Diff to previous 1.166 (colored) to selected 1.6.2.1 (colored)

remove confusing numeric locators where they are unused.

Revision 1.166 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:22 2013 UTC (11 years ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.165: +2 -3 lines
Diff to previous 1.165 (colored) to selected 1.6.2.1 (colored)

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

Revision 1.165 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:54 2013 UTC (11 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.164: +2 -4 lines
Diff to previous 1.164 (colored) to selected 1.6.2.1 (colored)

Retire OSI network stack. OK core@

Revision 1.155.4.4 / (download) - annotate - [select for diffs], Wed Jan 16 05:33:07 2013 UTC (11 years, 2 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.155.4.3: +3 -3 lines
Diff to previous 1.155.4.3 (colored) to branchpoint 1.155 (colored) to selected 1.6.2.1 (colored)

sync with (a bit old) head

Revision 1.161.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:48 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.161: +5 -4 lines
Diff to previous 1.161 (colored) to selected 1.6.2.1 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.159.2.1 / (download) - annotate - [select for diffs], Sun Nov 18 21:58:42 2012 UTC (11 years, 4 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1
Changes since 1.159: +3 -3 lines
Diff to previous 1.159 (colored) next main 1.160 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #647):
	sys/arch/x68k/conf/GENERIC: revision 1.162
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.

Revision 1.164 / (download) - annotate - [select for diffs], Sat Nov 3 14:44:29 2012 UTC (11 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7
Changes since 1.163: +3 -3 lines
Diff to previous 1.163 (colored) to selected 1.6.2.1 (colored)

Comment out pseudo-device fss.  We already has options FFS_NO_SNAPSHOT.

Revision 1.155.4.3 / (download) - annotate - [select for diffs], Tue Oct 30 17:20:30 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.155.4.2: +4 -3 lines
Diff to previous 1.155.4.2 (colored) to branchpoint 1.155 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.163 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:18 2012 UTC (11 years, 5 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.162: +3 -2 lines
Diff to previous 1.162 (colored) to selected 1.6.2.1 (colored)

Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".

Revision 1.162 / (download) - annotate - [select for diffs], Fri Oct 12 20:27:39 2012 UTC (11 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.161: +3 -3 lines
Diff to previous 1.161 (colored) to selected 1.6.2.1 (colored)

Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.

Revision 1.155.4.2 / (download) - annotate - [select for diffs], Wed May 23 10:07:50 2012 UTC (11 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.155.4.1: +4 -4 lines
Diff to previous 1.155.4.1 (colored) to branchpoint 1.155 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.158.2.3 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:42 2012 UTC (11 years, 11 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.158.2.2: +4 -4 lines
Diff to previous 1.158.2.2 (colored) to branchpoint 1.158 (colored) next main 1.159 (colored) to selected 1.6.2.1 (colored)

sync to latest -current.

Revision 1.161 / (download) - annotate - [select for diffs], Sun Apr 29 07:17:11 2012 UTC (11 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base5, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.160: +4 -4 lines
Diff to previous 1.160 (colored) to selected 1.6.2.1 (colored)

Finally switch PSX16550 fast serial board driver to using MI com(4) driver.
Based on isaki@'s patch and debugged by both isaki@ and tsutsui@.

PSX16550 specific hardware infomation is taken from Human68k's PSXIO driver:
http://retropc.net/x68000/software/hardware/psx16550/

XXX1: TL16C550C seems to have some timing critical issue around THRE interrupt
XXX2: auto hardware flow control of TL16C550 is not implemented in MI com(4)

Revision 1.155.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:02 2012 UTC (11 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.155: +6 -6 lines
Diff to previous 1.155 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.158.2.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:26 2012 UTC (12 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.158.2.1: +2 -3 lines
Diff to previous 1.158.2.1 (colored) to branchpoint 1.158 (colored) to selected 1.6.2.1 (colored)

sync to latest -current

Revision 1.160 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:57 2012 UTC (12 years ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4, jmcneill-usbmp-base8, jmcneill-usbmp-base7
Changes since 1.159: +2 -3 lines
Diff to previous 1.159 (colored) to selected 1.6.2.1 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.158.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:33:30 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.158: +3 -3 lines
Diff to previous 1.158 (colored) to selected 1.6.2.1 (colored)

merge to -current.

Revision 1.159 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:33 2011 UTC (12 years, 3 months ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.158: +3 -3 lines
Diff to previous 1.158 (colored) to selected 1.6.2.1 (colored)

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

Revision 1.158 / (download) - annotate - [select for diffs], Sun Nov 27 09:00:32 2011 UTC (12 years, 4 months ago) by isaki
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.157: +5 -2 lines
Diff to previous 1.157 (colored) to selected 1.6.2.1 (colored)

Add powsw(4) for x68k power switch.  It substitutes for a part about
power switch handler of pow(4) deleted before.
Benefits than pow(4):
- separate a front switch (= powsw0) and an EXPWON line (= powsw1)
  completely. Only powsw0 is enabled in GENERIC by default.
- prevent chattering in some hardware individuals.
  thank you for a report and a test: Yasushi Oshima and Y.Sugahara.

Revision 1.157 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:41 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
Changes since 1.156: +2 -3 lines
Diff to previous 1.156 (colored) to selected 1.6.2.1 (colored)


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.

Revision 1.156 / (download) - annotate - [select for diffs], Sat Nov 19 12:27:43 2011 UTC (12 years, 4 months ago) by isaki
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base, jmcneill-audiomp3
Changes since 1.155: +2 -3 lines
Diff to previous 1.155 (colored) to selected 1.6.2.1 (colored)

Obsolete pow(4) and rtcalarm(8).  Discussed in port-x68k@.
Probably the combination of pow(4) ioctl and rtcalarm(8) does
not work for a long time, and nobody uses them.
I'll rewrite a part about power switch handler as a new device.

Revision 1.153.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:07:00 2011 UTC (12 years, 9 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.153: +6 -5 lines
Diff to previous 1.153 (colored) next main 1.154 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.148.2.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:30 2011 UTC (12 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.148.2.2: +4 -3 lines
Diff to previous 1.148.2.2 (colored) to branchpoint 1.148 (colored) next main 1.149 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.155 / (download) - annotate - [select for diffs], Thu Mar 17 13:26:51 2011 UTC (13 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.154: +4 -4 lines
Diff to previous 1.154 (colored) to selected 1.6.2.1 (colored)

umass doesn't take channel.

Revision 1.154 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:33 2011 UTC (13 years ago) by bouyer
Branch: MAIN
Changes since 1.153: +4 -3 lines
Diff to previous 1.153 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.148.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:52:22 2011 UTC (13 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.148.2.1: +5 -4 lines
Diff to previous 1.148.2.1 (colored) to branchpoint 1.148 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.153.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 19:29:42 2011 UTC (13 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.153: +4 -3 lines
Diff to previous 1.153 (colored) next main 1.154 (colored) to selected 1.6.2.1 (colored)

Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)

Revision 1.153 / (download) - annotate - [select for diffs], Mon Jan 3 06:15:16 2011 UTC (13 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: uebayasi-xip-base7, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.152: +3 -2 lines
Diff to previous 1.152 (colored) to selected 1.6.2.1 (colored)

Add (commented out) options MODULAR.  Confirmed working on XM6i.

Revision 1.152 / (download) - annotate - [select for diffs], Mon Jan 3 03:43:22 2011 UTC (13 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.151: +3 -3 lines
Diff to previous 1.151 (colored) to selected 1.6.2.1 (colored)

Enable options DDB.  Ok from isaki@

Revision 1.151 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:07 2010 UTC (13 years, 4 months ago) by hannken
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored) to selected 1.6.2.1 (colored)

Remove unused count from pseudo-device md.

Revision 1.147.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:45:27 2010 UTC (13 years, 7 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.147.2.1: +2 -2 lines
Diff to previous 1.147.2.1 (colored) to branchpoint 1.147 (colored) next main 1.148 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.138.4.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:53 2010 UTC (13 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.138.4.2: +4 -4 lines
Diff to previous 1.138.4.2 (colored) to branchpoint 1.138 (colored) next main 1.139 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.148.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:11 2010 UTC (13 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.148: +4 -4 lines
Diff to previous 1.148 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.147.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:56 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.147: +6 -3 lines
Diff to previous 1.147 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.150 / (download) - annotate - [select for diffs], Thu Apr 29 22:40:54 2010 UTC (13 years, 11 months ago) by chs
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2
Changes since 1.149: +3 -3 lines
Diff to previous 1.149 (colored) to selected 1.6.2.1 (colored)

enable TMPFS in all GENERICs that have MFS enabled.

Revision 1.149 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:36 2010 UTC (13 years, 11 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored) to selected 1.6.2.1 (colored)

Remove unused count (invariably "4") from pseudo-device fss.

Revision 1.138.4.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:03:07 2010 UTC (14 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.138.4.1: +5 -3 lines
Diff to previous 1.138.4.1 (colored) to branchpoint 1.138 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.148 / (download) - annotate - [select for diffs], Sun Mar 7 09:39:44 2010 UTC (14 years ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.147: +5 -2 lines
Diff to previous 1.147 (colored) to selected 1.6.2.1 (colored)

add uhso(4) device where appropriate
    - follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels

Revision 1.147 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:17 2009 UTC (14 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.146: +2 -3 lines
Diff to previous 1.146 (colored) to selected 1.6.2.1 (colored)

Remove the portalfs kernel file system driver.  Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.

Revision 1.138.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:12:05 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.138: +12 -6 lines
Diff to previous 1.138 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.141.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:29:36 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.141.2.1: +3 -2 lines
Diff to previous 1.141.2.1 (colored) to branchpoint 1.141 (colored) next main 1.142 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.146 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:07 2009 UTC (15 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, jymxensuspend-base, jym-xensuspend
Changes since 1.145: +3 -2 lines
Diff to previous 1.145 (colored) to selected 1.6.2.1 (colored)

add COMPAT_50 to all the configs with COMPAT_40.

Revision 1.141.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:17:03 2009 UTC (15 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.141: +4 -6 lines
Diff to previous 1.141 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.137.6.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:36 2009 UTC (15 years, 2 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.137.6.3: +2 -4 lines
Diff to previous 1.137.6.3 (colored) to branchpoint 1.137 (colored) next main 1.138 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.145 / (download) - annotate - [select for diffs], Sun Dec 21 09:01:19 2008 UTC (15 years, 3 months ago) by isaki
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.144: +3 -3 lines
Diff to previous 1.144 (colored) to selected 1.6.2.1 (colored)

Make sram(4) a hardware device.
# I wrote this in 2001 :-)

Revision 1.144 / (download) - annotate - [select for diffs], Sat Dec 20 01:05:46 2008 UTC (15 years, 3 months ago) by isaki
Branch: MAIN
Changes since 1.143: +3 -3 lines
Diff to previous 1.143 (colored) to selected 1.6.2.1 (colored)

Make pow(4) a hardware device.
Now pow(4) uses intio_intr_establish() which is a common interrupt
routine, but not powtrap which is a device specific routine.

Revision 1.139.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:37 2008 UTC (15 years, 3 months ago) by haad
Branch: haad-dm
Changes since 1.139.4.1: +2 -4 lines
Diff to previous 1.139.4.1 (colored) to branchpoint 1.139 (colored) next main 1.140 (colored) to selected 1.6.2.1 (colored)

Update haad-dm branch to haad-dm-base2.

Revision 1.143 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:15 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.142: +2 -3 lines
Diff to previous 1.142 (colored) to selected 1.6.2.1 (colored)

Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.

Revision 1.142 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:09 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.141: +2 -3 lines
Diff to previous 1.141 (colored) to selected 1.6.2.1 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.139.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:16:07 2008 UTC (15 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.139: +8 -2 lines
Diff to previous 1.139 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.137.6.3 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:11 2008 UTC (15 years, 6 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.137.6.2: +6 -0 lines
Diff to previous 1.137.6.2 (colored) to branchpoint 1.137 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.138.6.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:37 2008 UTC (15 years, 6 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.138.6.1: +8 -2 lines
Diff to previous 1.138.6.1 (colored) to branchpoint 1.138 (colored) next main 1.139 (colored) to selected 1.6.2.1 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.141 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:22 2008 UTC (15 years, 7 months ago) by tls
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap
Changes since 1.140: +7 -2 lines
Diff to previous 1.140 (colored) to selected 1.6.2.1 (colored)

Add accept filters to GENERIC kernels where they exist.

Revision 1.140 / (download) - annotate - [select for diffs], Thu Jul 31 07:41:07 2008 UTC (15 years, 8 months ago) by simonb
Branch: MAIN
Changes since 1.139: +3 -2 lines
Diff to previous 1.139 (colored) to selected 1.6.2.1 (colored)

Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.138.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:30:47 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.138: +3 -2 lines
Diff to previous 1.138 (colored) to selected 1.6.2.1 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.138.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:58 2008 UTC (15 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.138: +3 -2 lines
Diff to previous 1.138 (colored) next main 1.139 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.137.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:48 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.137.6.1: +1 -0 lines
Diff to previous 1.137.6.1 (colored) to branchpoint 1.137 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.139 / (download) - annotate - [select for diffs], Fri May 30 20:10:03 2008 UTC (15 years, 10 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl
Branch point for: haad-dm
Changes since 1.138: +3 -2 lines
Diff to previous 1.138 (colored) to selected 1.6.2.1 (colored)

Add options COMPAT_40 to files which have options COMPAT_30.

Revision 1.137.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:29 2008 UTC (15 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.137: +13 -13 lines
Diff to previous 1.137 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.137.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:09 2008 UTC (16 years ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.137: +13 -13 lines
Diff to previous 1.137 (colored) next main 1.138 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.134.10.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:27 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.134.10.2: +13 -13 lines
Diff to previous 1.134.10.2 (colored) to branchpoint 1.134 (colored) next main 1.135 (colored) to selected 1.6.2.1 (colored)

sync with HEAD

Revision 1.112.2.6 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:29 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112.2.5: +13 -13 lines
Diff to previous 1.112.2.5 (colored) next main 1.113 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.138 / (download) - annotate - [select for diffs], Sun Feb 24 03:13:47 2008 UTC (16 years, 1 month ago) by isaki
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Changes since 1.137: +13 -13 lines
Diff to previous 1.137 (colored) to selected 1.6.2.1 (colored)

options<space><tab>

Revision 1.136.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:16 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.136: +2 -3 lines
Diff to previous 1.136 (colored) next main 1.137 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.112.2.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:40:02 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112.2.4: +2 -3 lines
Diff to previous 1.112.2.4 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.134.10.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:49:38 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.134.10.1: +2 -3 lines
Diff to previous 1.134.10.1 (colored) to branchpoint 1.134 (colored) to selected 1.6.2.1 (colored)

sync with HEAD

Revision 1.136.8.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:51:13 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.136: +2 -3 lines
Diff to previous 1.136 (colored) next main 1.137 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.137 / (download) - annotate - [select for diffs], Mon Dec 31 15:32:08 2007 UTC (16 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.136: +2 -3 lines
Diff to previous 1.136 (colored) to selected 1.6.2.1 (colored)

Remove systrace. Ok core@.

Revision 1.132.8.3 / (download) - annotate - [select for diffs], Mon Dec 3 18:39:51 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking
Changes since 1.132.8.2: +2 -7 lines
Diff to previous 1.132.8.2 (colored) to branchpoint 1.132 (colored) next main 1.133 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.112.2.4 / (download) - annotate - [select for diffs], Thu Nov 15 11:43:35 2007 UTC (16 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112.2.3: +2 -7 lines
Diff to previous 1.112.2.3 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.134.14.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:00:10 2007 UTC (16 years, 4 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.134: +2 -7 lines
Diff to previous 1.134 (colored) next main 1.135 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.134.10.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:23:18 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.134: +2 -7 lines
Diff to previous 1.134 (colored) to selected 1.6.2.1 (colored)

sync with HEAD

Revision 1.134.8.1 / (download) - annotate - [select for diffs], Sun Nov 4 21:03:17 2007 UTC (16 years, 4 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.134: +2 -7 lines
Diff to previous 1.134 (colored) next main 1.135 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.136 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:26 2007 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs, bouyer-xeni386
Changes since 1.135: +2 -7 lines
Diff to previous 1.135 (colored) to selected 1.6.2.1 (colored)

Remove System V semaphores and share memory options to set the limits:
SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.

They can be tweaked via sysctl now. Ports that were setting values on
them weren't touched, I only removed the ones that were commented out.

Revision 1.135 / (download) - annotate - [select for diffs], Wed Oct 17 19:58:01 2007 UTC (16 years, 5 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.6.2.1 (colored)

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree.  Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches.  The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

Revision 1.112.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:31:03 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112.2.2: +4 -3 lines
Diff to previous 1.112.2.2 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.132.12.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:04:11 2007 UTC (16 years, 6 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.132: +3 -2 lines
Diff to previous 1.132 (colored) next main 1.133 (colored) to selected 1.6.2.1 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.132.10.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:03:01 2007 UTC (16 years, 8 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.132: +4 -3 lines
Diff to previous 1.132 (colored) next main 1.133 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.133.6.1 / (download) - annotate - [select for diffs], Tue Jun 26 18:13:51 2007 UTC (16 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.133: +3 -2 lines
Diff to previous 1.133 (colored) next main 1.134 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.132.8.2 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:31 2007 UTC (16 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.132.8.1: +3 -2 lines
Diff to previous 1.132.8.1 (colored) to branchpoint 1.132 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.132.2.1 / (download) - annotate - [select for diffs], Tue Jun 5 20:50:08 2007 UTC (16 years, 9 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.132: +3 -2 lines
Diff to previous 1.132 (colored) next main 1.133 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by martin in ticket #699):
	sys/arch/hpcmips/conf/GENERIC: revision 1.196
	sys/arch/hp700/conf/GENERIC: revision 1.74
	sys/arch/i386/conf/GENERIC: revision 1.831
	sys/arch/next68k/conf/GENERIC: revision 1.108
	sys/arch/alpha/conf/GENERIC: revision 1.313
	sys/arch/arc/conf/GENERIC: revision 1.146
	sys/arch/cats/conf/GENERIC: revision 1.115
	sys/arch/ews4800mips/conf/GENERIC: revision 1.18
	sys/arch/landisk/conf/GENERIC: revision 1.8 via patch
	sys/arch/sparc64/conf/GENERIC: revision 1.85
	sys/arch/pmax/conf/GENERIC: revision 1.152
	sys/arch/iyonix/conf/GENERIC: revision 1.38 via patch
	sys/arch/amiga/conf/GENERIC: revision 1.245
	sys/arch/vax/conf/GENERIC: revision 1.157
	sys/arch/prep/conf/GENERIC: revision 1.135
	sys/arch/pc532/conf/GENERIC: revision 1.70
	sys/arch/sbmips/conf/GENERIC: revision 1.61
	sys/arch/mipsco/conf/GENERIC: revision 1.65
	sys/arch/cobalt/conf/GENERIC: revision 1.108
	sys/arch/ofppc/conf/GENERIC: revision 1.98
	sys/arch/amd64/conf/GENERIC: revision 1.148
	sys/arch/acorn26/conf/GENERIC: revision 1.50
	sys/arch/dreamcast/conf/GENERIC: revision 1.78
	sys/arch/mac68k/conf/GENERIC: revision 1.181
	sys/arch/hp300/conf/GENERIC: revision 1.139
	sys/arch/mmeye/conf/GENERIC: revision 1.88
	sys/arch/news68k/conf/GENERIC: revision 1.88
	sys/arch/mvme68k/conf/GENERIC: revision 1.71
	sys/arch/acorn32/conf/GENERIC: revision 1.79
	sys/arch/sparc/conf/GENERIC: revision 1.199
	sys/arch/luna68k/conf/GENERIC: revision 1.78
	sys/arch/bebox/conf/GENERIC: revision 1.105
	sys/arch/macppc/conf/GENERIC: revision 1.256 via patch
	sys/arch/x68k/conf/GENERIC: revision 1.134
	sys/arch/sun3/conf/GENERIC: revision 1.138
	sys/arch/newsmips/conf/GENERIC: revision 1.98
Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

Revision 1.134 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:25 2007 UTC (16 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.133: +3 -2 lines
Diff to previous 1.133 (colored) to selected 1.6.2.1 (colored)

Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).

Revision 1.132.8.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:23:21 2007 UTC (16 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.132.4.1 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:04 2007 UTC (17 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored) next main 1.133 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.133 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:25 2007 UTC (17 years ago) by drochner
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Branch point for: ppcoea-renovation
Changes since 1.132: +3 -3 lines
Diff to previous 1.132 (colored) to selected 1.6.2.1 (colored)

It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.

Revision 1.112.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:47:21 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112.2.1: +8 -10 lines
Diff to previous 1.112.2.1 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.131.4.1 / (download) - annotate - [select for diffs], Sun Dec 10 07:16:42 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.131: +3 -3 lines
Diff to previous 1.131 (colored) next main 1.132 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.131.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:38 2006 UTC (17 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.131: +3 -3 lines
Diff to previous 1.131 (colored) next main 1.132 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.132 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:12 2006 UTC (17 years, 4 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp, wrstuden-fixsa, vmlocking, netbsd-4, mjf-ufs-trans
Changes since 1.131: +3 -3 lines
Diff to previous 1.131 (colored) to selected 1.6.2.1 (colored)

Remove tmpfs's experimental status.  OK'ed by core@.

Revision 1.127.2.2 / (download) - annotate - [select for diffs], Fri Sep 22 05:56:53 2006 UTC (17 years, 6 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.127.2.1: +0 -2 lines
Diff to previous 1.127.2.1 (colored) to branchpoint 1.127 (colored) next main 1.128 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by tsutsui in ticket #170):
	sys/arch/sparc64/conf/GENERIC: revision 1.63
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54
	sys/arch/next68k/conf/GENERIC: revision 1.105
	sys/arch/ews4800mips/conf/GENERIC: revision 1.12
	sys/arch/arc/conf/GENERIC: revision 1.142
	sys/arch/sun3/conf/GENERIC3X: revision 1.91
	sys/arch/amd64/conf/GENERIC: revision 1.105
	sys/arch/sun2/conf/GENERIC: revision 1.58
	sys/arch/amiga/conf/GENERIC.in: revision 1.55
	sys/arch/mac68k/conf/GENERIC: revision 1.175
	sys/arch/acorn26/conf/GENERIC: revision 1.46
	sys/arch/shark/conf/GENERIC: revision 1.65
	sys/arch/cesfic/conf/GENERIC: revision 1.45
	sys/arch/sandpoint/conf/GENERIC: revision 1.36
	sys/arch/iyonix/conf/GENERIC: revision 1.32
	sys/arch/mvme68k/conf/GENERIC: revision 1.69
	sys/arch/evbarm/conf/ARMADILLO210: revision 1.3
	sys/arch/vax/conf/GENERIC: revision 1.154
	sys/arch/mipsco/conf/GENERIC: revision 1.61
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.14
	sys/arch/cobalt/conf/GENERIC: revision 1.103
	sys/arch/ofppc/conf/GENERIC: revision 1.94
	sys/arch/hp700/conf/GENERIC: revision 1.69
	sys/arch/playstation2/conf/GENERIC: revision 1.8
	sys/arch/dreamcast/conf/GENERIC: revision 1.73
	sys/arch/news68k/conf/GENERIC: revision 1.81
	sys/arch/macppc/conf/GENERIC: revision 1.234
	sys/arch/hp300/conf/GENERIC: revision 1.134
	sys/arch/mmeye/conf/GENERIC: revision 1.83
	sys/arch/ibmnws/conf/GENERIC: revision 1.26
	sys/arch/cats/conf/GENERIC: revision 1.109
	sys/arch/sparc/conf/GENERIC: revision 1.191
	sys/arch/pdp10/conf/GENERIC: revision 1.27
	sys/arch/acorn32/conf/GENERIC: revision 1.75
	sys/arch/luna68k/conf/GENERIC: revision 1.74
	sys/arch/bebox/conf/GENERIC: revision 1.101
	sys/arch/pmax/conf/GENERIC: revision 1.148
	sys/arch/x68k/conf/GENERIC: revision 1.130
	sys/arch/sun3/conf/GENERIC: revision 1.134
	sys/arch/prep/conf/GENERIC: revision 1.126
	sys/arch/alpha/conf/GENERIC: revision 1.293
	sys/arch/newsmips/conf/GENERIC: revision 1.94
	sys/arch/netwinder/conf/GENERIC: revision 1.83
	sys/arch/hpcsh/conf/GENERIC: revision 1.69
	sys/arch/sbmips/conf/GENERIC: revision 1.55
	sys/arch/pc532/conf/GENERIC: revision 1.65
	sys/arch/hpcmips/conf/GENERIC: revision 1.192
Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.122.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:44:34 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.122: +17 -18 lines
Diff to previous 1.122 (colored) next main 1.123 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.125.2.3 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:37 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.125.2.2: +5 -9 lines
Diff to previous 1.125.2.2 (colored) to branchpoint 1.125 (colored) next main 1.126 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.131 / (download) - annotate - [select for diffs], Sat Aug 26 20:27:08 2006 UTC (17 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.130: +3 -5 lines
Diff to previous 1.130 (colored) to selected 1.6.2.1 (colored)

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.130 / (download) - annotate - [select for diffs], Sat Aug 26 07:59:23 2006 UTC (17 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.129: +2 -4 lines
Diff to previous 1.129 (colored) to selected 1.6.2.1 (colored)

Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.127.2.1 / (download) - annotate - [select for diffs], Mon Aug 14 13:41:27 2006 UTC (17 years, 7 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.127: +3 -3 lines
Diff to previous 1.127 (colored) to selected 1.6.2.1 (colored)

Pull up following revision(s) (requested by elad in ticket #17):
	sys/arch/sparc/conf/KRUPS: revision 1.38
	sys/arch/i386/conf/XEN2_DOMU: revision 1.2
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53
	sys/arch/evbsh5/conf/SIMULATOR: revision 1.12
	sys/arch/sparc/conf/MRCOFFEE: revision 1.17
	sys/arch/next68k/conf/GENERIC: revision 1.104
	sys/arch/i386/conf/VIRTUALPC: revision 1.44
	sys/arch/ews4800mips/conf/GENERIC: revision 1.11
	sys/arch/evbsh5/conf/CAYMAN: revision 1.23
	sys/arch/arc/conf/GENERIC: revision 1.141
	sys/arch/amd64/conf/GENERIC: revision 1.103
	sys/arch/sun3/conf/GENERIC3X: revision 1.90
	sys/arch/evbarm/conf/HDL_G: revision 1.3
	sys/arch/sun2/conf/GENERIC: revision 1.57
	sys/arch/news68k/conf/GENERIC_TINY: revision 1.51
	sys/arch/evbppc/conf/EXPLORA451: revision 1.27
	sys/arch/amiga/conf/GENERIC.in: revision 1.54
	sys/arch/mac68k/conf/GENERIC: revision 1.174
	sys/arch/acorn26/conf/GENERIC: revision 1.45
	sys/arch/shark/conf/GENERIC: revision 1.64
	sys/arch/cesfic/conf/GENERIC: revision 1.44
	sys/arch/mvme68k/conf/GENERIC: revision 1.68
	sys/arch/i386/conf/XEN2_DOM0: revision 1.4
	sys/arch/atari/conf/GENERIC.in: revision 1.63
	sys/arch/amiga/conf/GENERIC: revision 1.240
	sys/arch/i386/conf/LAMB: revision 1.65
	sys/arch/i386/conf/GENERIC: revision 1.773
	sys/arch/acorn32/conf/EB7500ATX: revision 1.26
	sys/arch/x68k/conf/GENERIC: revision 1.128
	sys/arch/vax/conf/GENERIC: revision 1.153
	sys/arch/atari/conf/ATARITT: revision 1.81
	sys/arch/mipsco/conf/GENERIC: revision 1.60
	sys/arch/cobalt/conf/GENERIC: revision 1.101
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.13
	sys/arch/ofppc/conf/GENERIC: revision 1.93
	sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51
	sys/arch/arc/conf/RPC44: revision 1.26
	sys/arch/sparc64/conf/GENERIC: revision 1.59
	sys/arch/i386/conf/XEN3_DOMU: revision 1.2
	sys/arch/hp700/conf/GENERIC: revision 1.68
	sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47
	sys/arch/macppc/conf/GENERIC: revision 1.231
	sys/arch/dreamcast/conf/GENERIC: revision 1.72
	sys/arch/news68k/conf/GENERIC: revision 1.80
	sys/arch/hp300/conf/GENERIC: revision 1.133
	sys/arch/mmeye/conf/GENERIC: revision 1.82
	sys/arch/macppc/conf/MAMBO: revision 1.2
	sys/arch/cats/conf/GENERIC: revision 1.107
	sys/arch/atari/conf/FALCON: revision 1.79
	sys/arch/acorn32/conf/GENERIC: revision 1.71
	sys/arch/sparc/conf/GENERIC: revision 1.190
	sys/arch/news68k/conf/LIBERO: revision 1.40
	sys/arch/amiga/conf/DRACO: revision 1.114
	sys/arch/cobalt/conf/INSTALL: revision 1.23
	sys/arch/luna68k/conf/GENERIC: revision 1.73
	sys/arch/bebox/conf/GENERIC: revision 1.100
	sys/arch/pmax/conf/GENERIC: revision 1.147
	sys/arch/amiga/conf/WSCONS: revision 1.52
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.2
	sys/arch/alpha/conf/ALPHA: revision 1.218
	sys/arch/sun3/conf/GENERIC: revision 1.133
	sys/arch/prep/conf/GENERIC: revision 1.124
	sys/arch/alpha/conf/GENERIC: revision 1.291
	sys/arch/atari/conf/HADES: revision 1.71
	sys/arch/newsmips/conf/GENERIC: revision 1.93
	sys/arch/netwinder/conf/GENERIC: revision 1.82
	sys/arch/hpcmips/conf/GENERIC: revision 1.190
	sys/arch/amiga/conf/AMIGA: revision 1.98
	sys/arch/sbmips/conf/GENERIC: revision 1.54
	sys/arch/pc532/conf/GENERIC: revision 1.64
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53
Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.129 / (download) - annotate - [select for diffs], Mon Aug 14 06:22:35 2006 UTC (17 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.128: +3 -3 lines
Diff to previous 1.128 (colored) to selected 1.6.2.1 (colored)

s/adpater/adapter/

Prompted by PR/34195

Revision 1.128 / (download) - annotate - [select for diffs], Sat Aug 12 15:29:54 2006 UTC (17 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.127: +3 -3 lines
Diff to previous 1.127 (colored) to selected 1.6.2.1 (colored)

Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.125.2.2 / (download) - annotate - [select for diffs], Fri Aug 11 15:43:12 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.125.2.1: +4 -2 lines
Diff to previous 1.125.2.1 (colored) to branchpoint 1.125 (colored) to selected 1.6.2.1 (colored)

sync with head

Revision 1.126.4.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:05 2006 UTC (17 years, 8 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.126: +4 -2 lines
Diff to previous 1.126 (colored) next main 1.127 (colored) to selected 1.6.2.1 (colored)

Merge from HEAD.

Revision 1.127 / (download) - annotate - [select for diffs], Wed Jun 28 15:19:29 2006 UTC (17 years, 9 months ago) by liamjfoy
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.126: +4 -2 lines
Diff to previous 1.126 (colored) to selected 1.6.2.1 (colored)

Add CARP to GENERIC kernel configs. CARP is not enabled by default.

ok: christos

Revision 1.112.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:57:48 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.112: +39 -13 lines
Diff to previous 1.112 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.123.2.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:38:08 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.123: +11 -11 lines
Diff to previous 1.123 (colored) next main 1.124 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.125.4.1 / (download) - annotate - [select for diffs], Wed Apr 19 02:33:57 2006 UTC (17 years, 11 months ago) by elad
Branch: elad-kernelauth
Changes since 1.125: +3 -3 lines
Diff to previous 1.125 (colored) next main 1.126 (colored) to selected 1.6.2.1 (colored)

sync with head - hopefully this will work

Revision 1.125.2.1 / (download) - annotate - [select for diffs], Sat Apr 1 12:06:34 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.125: +3 -3 lines
Diff to previous 1.125 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.125.6.1 / (download) - annotate - [select for diffs], Fri Mar 31 09:45:12 2006 UTC (18 years ago) by tron
Branch: peter-altq
Changes since 1.125: +3 -3 lines
Diff to previous 1.125 (colored) next main 1.126 (colored) to selected 1.6.2.1 (colored)

Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.

Revision 1.126 / (download) - annotate - [select for diffs], Tue Mar 28 20:58:41 2006 UTC (18 years ago) by pavel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, simonb-timecounters-base, gdamore-uart-base, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: gdamore-uart
Changes since 1.125: +3 -3 lines
Diff to previous 1.125 (colored) to selected 1.6.2.1 (colored)

Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".

Revision 1.122.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 15:38:54 2006 UTC (18 years, 1 month ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.122: +12 -11 lines
Diff to previous 1.122 (colored) next main 1.123 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.125 / (download) - annotate - [select for diffs], Sun Feb 5 05:02:06 2006 UTC (18 years, 1 month ago) by cube
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.124: +10 -10 lines
Diff to previous 1.124 (colored) to selected 1.6.2.1 (colored)

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

Revision 1.124 / (download) - annotate - [select for diffs], Sat Feb 4 03:48:18 2006 UTC (18 years, 1 month ago) by rpaulo
Branch: MAIN
Changes since 1.123: +3 -3 lines
Diff to previous 1.123 (colored) to selected 1.6.2.1 (colored)

bpfilter doesn't accept count anymore.

Revision 1.123 / (download) - annotate - [select for diffs], Thu Feb 2 21:32:10 2006 UTC (18 years, 1 month ago) by reinoud
Branch: MAIN
Branch point for: simonb-timecounters
Changes since 1.122: +3 -2 lines
Diff to previous 1.122 (colored) to selected 1.6.2.1 (colored)

Add commented out UDF file-system entry in all GENERIC configurations.

Revision 1.90.2.11 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:38 2005 UTC (18 years, 3 months ago) by christos
Branch: ktrace-lwp
Changes since 1.90.2.10: +21 -3 lines
Diff to previous 1.90.2.10 (colored) next main 1.91 (colored) to selected 1.6.2.1 (colored)

Sync with head.

Revision 1.122 / (download) - annotate - [select for diffs], Fri Dec 9 23:34:03 2005 UTC (18 years, 3 months ago) by elad
Branch: MAIN
CVS Tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace, rpaulo-netinet-merge-pcb
Changes since 1.121: +20 -2 lines
Diff to previous 1.121 (colored) to selected 1.6.2.1 (colored)

Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.

Revision 1.121 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:20 2005 UTC (18 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.120: +3 -3 lines
Diff to previous 1.120 (colored) to selected 1.6.2.1 (colored)

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).

Revision 1.90.2.10 / (download) - annotate - [select for diffs], Thu Nov 10 14:00:15 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.9: +16 -3 lines
Diff to previous 1.90.2.9 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD. Here we go again...

Revision 1.120 / (download) - annotate - [select for diffs], Sat Sep 10 19:20:50 2005 UTC (18 years, 6 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr
Changes since 1.119: +3 -2 lines
Diff to previous 1.119 (colored) to selected 1.6.2.1 (colored)

Initial addition of tmpfs, an efficient memory file-system.  This project
was developed as part of Google's Summer of Code 2005 program.  This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

The file-system is still *experimental*.  Therefore, it is disabled by
default in all kernels.  However, as typically done, a commented-out
entry is added in them to ease its setup.

Note that I haven't commited the required mountd(8) changes to be able
to export tmpfs file-systems because NFS support is still very unstable
and because, before enabling it, I'd like to do some other changes.

OK'ed by my project mentor, William Studenmund (wrstuden@).

Revision 1.119 / (download) - annotate - [select for diffs], Fri Aug 19 05:20:03 2005 UTC (18 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.118: +3 -3 lines
Diff to previous 1.118 (colored) to selected 1.6.2.1 (colored)

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels

Revision 1.118 / (download) - annotate - [select for diffs], Fri Aug 19 02:03:57 2005 UTC (18 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.117: +3 -2 lines
Diff to previous 1.117 (colored) to selected 1.6.2.1 (colored)

64 bit inode changes.

Revision 1.109.2.3 / (download) - annotate - [select for diffs], Sun Aug 14 21:14:31 2005 UTC (18 years, 7 months ago) by riz
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.109.2.2: +3 -2 lines
Diff to previous 1.109.2.2 (colored) to branchpoint 1.109 (colored) next main 1.110 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.114 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.117 / (download) - annotate - [select for diffs], Fri Aug 5 09:23:17 2005 UTC (18 years, 7 months ago) by skrll
Branch: MAIN
Changes since 1.116: +5 -2 lines
Diff to previous 1.116 (colored) to selected 1.6.2.1 (colored)

Add (commented out) ucycom to various kernel configs.

Revision 1.116 / (download) - annotate - [select for diffs], Sun Jul 31 04:04:46 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.115: +2 -4 lines
Diff to previous 1.115 (colored) to selected 1.6.2.1 (colored)

revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.

Revision 1.115 / (download) - annotate - [select for diffs], Sat Jul 30 06:35:41 2005 UTC (18 years, 8 months ago) by yamt
Branch: MAIN
Changes since 1.114: +4 -2 lines
Diff to previous 1.114 (colored) to selected 1.6.2.1 (colored)

add "options VMSWAP" to non INSTALL kernels.

Revision 1.93.2.3.2.1 / (download) - annotate - [select for diffs], Thu Jul 21 19:27:44 2005 UTC (18 years, 8 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1
Changes since 1.93.2.3: +6 -2 lines
Diff to previous 1.93.2.3 (colored) next main 1.94 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.110 (requested by itohy in ticket #1430):
Add ukyopon(4).

Revision 1.109.2.2 / (download) - annotate - [select for diffs], Mon Jul 18 21:14:08 2005 UTC (18 years, 8 months ago) by riz
Branch: netbsd-3
Changes since 1.109.2.1: +3 -2 lines
Diff to previous 1.109.2.1 (colored) to branchpoint 1.109 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.113 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.

Revision 1.114 / (download) - annotate - [select for diffs], Sun Jul 17 00:08:30 2005 UTC (18 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.113: +3 -2 lines
Diff to previous 1.113 (colored) to selected 1.6.2.1 (colored)

Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.113 / (download) - annotate - [select for diffs], Thu Jul 7 17:05:58 2005 UTC (18 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.112: +3 -2 lines
Diff to previous 1.112 (colored) to selected 1.6.2.1 (colored)

Add (commented out) IPSEC_NAT_T option.

Revision 1.112 / (download) - annotate - [select for diffs], Sat Jun 25 12:05:20 2005 UTC (18 years, 9 months ago) by rpaulo
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.111: +3 -2 lines
Diff to previous 1.111 (colored) to selected 1.6.2.1 (colored)

Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.

Revision 1.111 / (download) - annotate - [select for diffs], Thu Jun 9 14:43:31 2005 UTC (18 years, 9 months ago) by tsutsui
Branch: MAIN
Changes since 1.110: +4 -3 lines
Diff to previous 1.110 (colored) to selected 1.6.2.1 (colored)

- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
  (still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.

Revision 1.102.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:28 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.102: +14 -5 lines
Diff to previous 1.102 (colored) next main 1.103 (colored) to selected 1.6.2.1 (colored)

sync with -current

Revision 1.109.2.1 / (download) - annotate - [select for diffs], Sun Apr 17 11:43:13 2005 UTC (18 years, 11 months ago) by tron
Branch: netbsd-3
Changes since 1.109: +6 -2 lines
Diff to previous 1.109 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.110 (requested by itohy in ticket #160):
Add ukyopon(4).

Revision 1.110 / (download) - annotate - [select for diffs], Fri Apr 15 17:27:21 2005 UTC (18 years, 11 months ago) by itohy
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.109: +6 -2 lines
Diff to previous 1.109 (colored) to selected 1.6.2.1 (colored)

Add ukyopon(4).

Revision 1.104.2.2 / (download) - annotate - [select for diffs], Sat Mar 19 08:33:21 2005 UTC (19 years ago) by yamt
Branch: yamt-km
Changes since 1.104.2.1: +4 -3 lines
Diff to previous 1.104.2.1 (colored) to branchpoint 1.104 (colored) next main 1.105 (colored) to selected 1.6.2.1 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.90.2.9 / (download) - annotate - [select for diffs], Fri Mar 4 16:39:13 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.8: +4 -3 lines
Diff to previous 1.90.2.8 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.109 / (download) - annotate - [select for diffs], Fri Feb 25 13:46:51 2005 UTC (19 years, 1 month ago) by simonb
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.108: +3 -2 lines
Diff to previous 1.108 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.108 / (download) - annotate - [select for diffs], Fri Feb 18 21:05:54 2005 UTC (19 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.107: +3 -3 lines
Diff to previous 1.107 (colored) to selected 1.6.2.1 (colored)

Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT

Revision 1.90.2.8 / (download) - annotate - [select for diffs], Tue Feb 15 21:33:12 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.7: +3 -2 lines
Diff to previous 1.90.2.7 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.104.2.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:41 2005 UTC (19 years, 1 month ago) by yamt
Branch: yamt-km
Changes since 1.104: +5 -2 lines
Diff to previous 1.104 (colored) to selected 1.6.2.1 (colored)

sync with head.

Revision 1.107 / (download) - annotate - [select for diffs], Fri Feb 11 08:25:56 2005 UTC (19 years, 1 month ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.106: +3 -2 lines
Diff to previous 1.106 (colored) to selected 1.6.2.1 (colored)

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.

Revision 1.90.2.7 / (download) - annotate - [select for diffs], Fri Feb 4 11:45:08 2005 UTC (19 years, 1 month ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.6: +4 -2 lines
Diff to previous 1.90.2.6 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:30 2005 UTC (19 years, 2 months ago) by hannken
Branch: MAIN
Changes since 1.105: +3 -2 lines
Diff to previous 1.105 (colored) to selected 1.6.2.1 (colored)

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>

Revision 1.105 / (download) - annotate - [select for diffs], Fri Jan 28 03:19:51 2005 UTC (19 years, 2 months ago) by rumble
Branch: MAIN
Changes since 1.104: +3 -2 lines
Diff to previous 1.104 (colored) to selected 1.6.2.1 (colored)

Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.

Revision 1.90.2.6 / (download) - annotate - [select for diffs], Mon Jan 24 08:35:10 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.5: +6 -5 lines
Diff to previous 1.90.2.5 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.104 / (download) - annotate - [select for diffs], Tue Jan 18 07:27:20 2005 UTC (19 years, 2 months ago) by chs
Branch: MAIN
CVS Tags: yamt-km-base
Branch point for: yamt-km
Changes since 1.103: +5 -5 lines
Diff to previous 1.103 (colored) to selected 1.6.2.1 (colored)

use a new "addr" locator for grf instead of the unit to match the instance
to the hardware.  use a new "grfaddr" locator to match ites to their grfs,
instead of requiring that their unit numbers be the same.

Revision 1.103 / (download) - annotate - [select for diffs], Mon Jan 17 15:28:53 2005 UTC (19 years, 2 months ago) by cube
Branch: MAIN
Changes since 1.102: +3 -2 lines
Diff to previous 1.102 (colored) to selected 1.6.2.1 (colored)

Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
All those kernels have a line for both tun and bridge, and if either is
commented out, tap is commented out also.  With the exception of i386's
GENERIC_TINY.

XXX:  we _need_ some way of making this more simple.

Revision 1.90.2.5 / (download) - annotate - [select for diffs], Sun Nov 14 08:15:33 2004 UTC (19 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.4: +3 -2 lines
Diff to previous 1.90.2.4 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.102 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:08 2004 UTC (19 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: kent-audio2
Changes since 1.101: +3 -2 lines
Diff to previous 1.101 (colored) to selected 1.6.2.1 (colored)

Add COMPAT_BSDPTY to the rest of the config files.

Revision 1.90.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:50:57 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.3: +3 -3 lines
Diff to previous 1.90.2.3 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.101 / (download) - annotate - [select for diffs], Sat Oct 23 14:00:53 2004 UTC (19 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.100: +3 -3 lines
Diff to previous 1.100 (colored) to selected 1.6.2.1 (colored)

s/uax/axe/

Revision 1.90.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:24:07 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.2: +2 -2 lines
Diff to previous 1.90.2.2 (colored) to selected 1.6.2.1 (colored)

Fix the sync with head I botched.

Revision 1.90.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:42:23 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90.2.1: +3 -2 lines
Diff to previous 1.90.2.1 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.100 / (download) - annotate - [select for diffs], Sat Sep 4 23:29:57 2004 UTC (19 years, 6 months ago) by manu
Branch: MAIN
Changes since 1.99: +3 -2 lines
Diff to previous 1.99 (colored) to selected 1.6.2.1 (colored)

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@

Revision 1.90.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:42:46 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.90: +24 -4 lines
Diff to previous 1.90 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.93.2.3 / (download) - annotate - [select for diffs], Thu Jul 15 20:20:38 2004 UTC (19 years, 8 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.93.2.2: +1 -0 lines
Diff to previous 1.93.2.2 (colored) to branchpoint 1.93 (colored) next main 1.94 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.99 (requested by atatat in ticket #663):
	Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
	but commented out in most of them.

Revision 1.99 / (download) - annotate - [select for diffs], Thu Jul 15 03:53:52 2004 UTC (19 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.98: +3 -2 lines
Diff to previous 1.98 (colored) to selected 1.6.2.1 (colored)

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.

Revision 1.93.2.2 / (download) - annotate - [select for diffs], Fri Jul 2 17:40:34 2004 UTC (19 years, 9 months ago) by he
Branch: netbsd-2-0
Changes since 1.93.2.1: +3 -2 lines
Diff to previous 1.93.2.1 (colored) to branchpoint 1.93 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.98 (requested by bouyer in ticket #573):
	Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel
	config files where SYSV* options were already present
	(commented out if the SYSV* options are commented out).
	Fixes PR#25897 and PR#25898.

Revision 1.93.2.1 / (download) - annotate - [select for diffs], Wed Jun 30 21:28:11 2004 UTC (19 years, 9 months ago) by jdc
Branch: netbsd-2-0
Changes since 1.93: +15 -2 lines
Diff to previous 1.93 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.97 (requested by abs in ticket #567).

Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 28 21:07:49 2004 UTC (19 years, 9 months ago) by bouyer
Branch: MAIN
Changes since 1.97: +3 -2 lines
Diff to previous 1.97 (colored) to selected 1.6.2.1 (colored)

Add options P1003_1B_SEMAPHORE
to all GENERIC-like kernel config files where SYSV* options were already
present (commented out if the SYSV* options are commented out).
Fix lib/25897 and lib/25898.

Revision 1.97 / (download) - annotate - [select for diffs], Sat Jun 26 07:32:09 2004 UTC (19 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.96: +15 -2 lines
Diff to previous 1.96 (colored) to selected 1.6.2.1 (colored)

Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.96 / (download) - annotate - [select for diffs], Tue Jun 22 14:09:51 2004 UTC (19 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.95: +4 -2 lines
Diff to previous 1.95 (colored) to selected 1.6.2.1 (colored)

have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos

Revision 1.95 / (download) - annotate - [select for diffs], Fri Jun 18 15:04:06 2004 UTC (19 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.94: +2 -3 lines
Diff to previous 1.94 (colored) to selected 1.6.2.1 (colored)

ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM

Revision 1.94 / (download) - annotate - [select for diffs], Wed Jun 16 15:07:42 2004 UTC (19 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.93: +3 -2 lines
Diff to previous 1.93 (colored) to selected 1.6.2.1 (colored)

Add pseudo-device ptm on all the generic flavored kernels.

Revision 1.93 / (download) - annotate - [select for diffs], Sun Jan 4 16:19:44 2004 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.92: +4 -4 lines
Diff to previous 1.92 (colored) to selected 1.6.2.1 (colored)

Spell controller with two ls. Inspired by miod@openbsd.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Sep 22 14:11:31 2003 UTC (20 years, 6 months ago) by cl
Branch: MAIN
Changes since 1.91: +4 -2 lines
Diff to previous 1.91 (colored) to selected 1.6.2.1 (colored)

add COMPAT_15/COMPAT_16

Revision 1.91 / (download) - annotate - [select for diffs], Fri Aug 22 07:52:51 2003 UTC (20 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90 (colored) to selected 1.6.2.1 (colored)

add udav*

Revision 1.90 / (download) - annotate - [select for diffs], Sat Apr 26 14:10:05 2003 UTC (20 years, 11 months ago) by ragge
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.89: +3 -2 lines
Diff to previous 1.89 (colored) to selected 1.6.2.1 (colored)

Add pseudo-device ksyms.

Revision 1.89 / (download) - annotate - [select for diffs], Thu Apr 10 22:07:06 2003 UTC (20 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.88: +2 -6 lines
Diff to previous 1.88 (colored) to selected 1.6.2.1 (colored)

Bye Bye UCONSOLE

Revision 1.88 / (download) - annotate - [select for diffs], Thu Feb 27 19:22:48 2003 UTC (21 years, 1 month ago) by perseant
Branch: MAIN
Changes since 1.87: +3 -2 lines
Diff to previous 1.87 (colored) to selected 1.6.2.1 (colored)

Make BRIDGE_IPF an option, and document it.  Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Feb 16 17:35:17 2003 UTC (21 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.86: +3 -2 lines
Diff to previous 1.86 (colored) to selected 1.6.2.1 (colored)

Add uax(4) (and url(4) in some cases).

Revision 1.62.6.9 / (download) - annotate - [select for diffs], Wed Dec 11 06:12:45 2002 UTC (21 years, 3 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.62.6.8: +6 -3 lines
Diff to previous 1.62.6.8 (colored) to branchpoint 1.62 (colored) next main 1.63 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Dec 1 09:00:35 2002 UTC (21 years, 4 months ago) by isaki
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.85: +5 -2 lines
Diff to previous 1.85 (colored) to selected 1.6.2.1 (colored)

Add bmd, memory disk driver for Nereid bank memory.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Nov 22 12:21:06 2002 UTC (21 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.84: +3 -3 lines
Diff to previous 1.84 (colored) to selected 1.6.2.1 (colored)

Fix typo (responsiness -> responsiveness).

Revision 1.62.6.8 / (download) - annotate - [select for diffs], Mon Nov 11 22:06:10 2002 UTC (21 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.7: +6 -2 lines
Diff to previous 1.62.6.7 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current

Revision 1.76.4.2 / (download) - annotate - [select for diffs], Thu Oct 24 09:34:46 2002 UTC (21 years, 5 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Changes since 1.76.4.1: +1 -0 lines
Diff to previous 1.76.4.1 (colored) to branchpoint 1.76 (colored) next main 1.77 (colored) to selected 1.6.2.1 (colored)

Pull up upgrade to IPfilter 3.4.29 (requested by martti in ticket #905).
Affected files & revisions:

dist/ipf/HISTORY				1.14
dist/ipf/fils.c					1.17-1.21
dist/ipf/ipf.c					1.11-1.13
dist/ipf/ipfs.c					1.8-1.10
dist/ipf/ipft_ef.c				1.6-1.7
dist/ipf/ipft_td.c				1.6-1.7
dist/ipf/ipft_tx.c				1.7-1.8
dist/ipf/ipmon.c				1.12-1.17
dist/ipf/ipnat.c				1.11-1.12
dist/ipf/ipsend/ip_var.h			1.2
dist/ipf/ipsend/ipsend.c			1.8
dist/ipf/ipsend/iptests.c			1.5
dist/ipf/ipt.c					1.8-1.10
dist/ipf/kmem.c					1.8-1.10
dist/ipf/man/ipf.4				1.10
dist/ipf/man/ipf.5				1.8
dist/ipf/man/ipftest.1				1.3
dist/ipf/man/ipmon.8				1.10
dist/ipf/man/ipnat.5				1.9-1.10
dist/ipf/man/ipnat.8				1.4
dist/ipf/misc.c					1.7
dist/ipf/natparse.c				1.10
dist/ipf/parse.c				1.13
dist/ipf/printnat.c				1.8-1.10
dist/ipf/relay.c				1.5-1.6
dist/ipf/rules/example.9			1.2
etc/rc.d/ipnat					1.8
regress/sys/kern/ipf/Makefile			1.3-1.4
regress/sys/kern/ipf/dotest6			1.2
regress/sys/kern/ipf/expected/f13		1.1.1.2
regress/sys/kern/ipf/expected/i12		1.1.1.1
regress/sys/kern/ipf/expected/ni3		1.1.1.1
regress/sys/kern/ipf/expected/ni5		1.2
regress/sys/kern/ipf/input/f13			1.1.1.2
regress/sys/kern/ipf/input/ipv6.1		1.1.1.1
regress/sys/kern/ipf/input/ni3			1.1.1.1
regress/sys/kern/ipf/regress/i12		1.1.1.1
regress/sys/kern/ipf/regress/ipv6.1		1.1.1.1
regress/sys/kern/ipf/regress/ni3.ipf		1.1.1.1
regress/sys/kern/ipf/regress/ni3.nat		1.1.1.1
sys/arch/alpha/conf/ALPHA			1.169,1.171
sys/arch/amiga/conf/GENERIC			1.185-1.186
sys/arch/arc/conf/GENERIC			1.71-1.72
sys/arch/atari/conf/GENERIC.in			1.24-1.25
sys/arch/cats/conf/GENERIC			1.31-1.32
sys/arch/cobalt/conf/GENERIC			1.34-1.35
sys/arch/hp300/conf/GENERIC			1.83-1.84
sys/arch/i386/conf/CARDBUS			1.66-1.67
sys/arch/i386/conf/GENERIC			1.510,1.512
sys/arch/i386/conf/GENERIC_LAPTOP		1.58-1.59
sys/arch/i386/conf/GENERIC_PS2TINY		1.19-1.20
sys/arch/i386/conf/GENERIC_TINY			1.47-1.48
sys/arch/luna68k/conf/GENERIC			1.33-1.33
sys/arch/mac68k/conf/GENERIC			1.130-1.131
sys/arch/mac68k/conf/GENERICSBC			1.21-1.22
sys/arch/mac68k/conf/SMALLRAM			1.4-1.5
sys/arch/macppc/conf/GENERIC			1.142-1.143
sys/arch/mipsco/conf/GENERIC			1.21-1.22
sys/arch/mmeye/conf/GENERIC			1.44-1.45
sys/arch/news68k/conf/GENERIC			1.36-1.37
sys/arch/news68k/conf/GENERIC_TINY		1.18-1.19
sys/arch/newsmips/conf/GENERIC			1.50-1.51
sys/arch/ofppc/conf/GENERIC			1.56-1.57
sys/arch/pmax/conf/GENERIC			1.103-1.104
sys/arch/prep/conf/GENERIC			1.55-1.56
sys/arch/sbmips/conf/GENERIC			1.11-1.12
sys/arch/sgimips/conf/GENERIC			1.7-1.8
sys/arch/sparc/conf/GENERIC			1.138-1.139
sys/arch/sparc64/conf/GENERIC32			1.46-1.47
sys/arch/vax/conf/GENERIC			1.102-1.103
sys/arch/x68k/conf/ALL				1.55-1.56
sys/arch/x68k/conf/GENERIC			1.80-1.81
sys/lkm/netinet/if_ipl/mln_ipl.c		1.29
sys/netinet/fil.c				1.57-1.58
sys/netinet/ip_auth.c				1.29-1.30
sys/netinet/ip_compat.h				1.30-1.31
sys/netinet/ip_fil.c				1.81-1.86
sys/netinet/ip_fil.h				1.46-1.49
sys/netinet/ip_frag.c				1.33-1.34
sys/netinet/ip_frag.h				1.18
sys/netinet/ip_ftp_pxy.c			1.25-1.26
sys/netinet/ip_h323_pxy.c			1.5-1.6
sys/netinet/ip_log.c				1.22-1.23
sys/netinet/ip_nat.c				1.51-1.53
sys/netinet/ip_nat.h				1.27
sys/netinet/ip_netbios_pxy.c			1.4
sys/netinet/ip_proxy.c				1.35-1.36
sys/netinet/ip_proxy.h				1.18
sys/netinet/ip_state.c				1.41-1.42
sys/netinet/ip_state.h				1.23
sys/netinet/ipl.h				1.14

Revision 1.84 / (download) - annotate - [select for diffs], Fri Oct 18 15:11:16 2002 UTC (21 years, 5 months ago) by junyoung
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-aftermerge
Changes since 1.83: +6 -2 lines
Diff to previous 1.83 (colored) to selected 1.6.2.1 (colored)

Add NEW_BUFQ_STRATEGY (disabled by default).

Revision 1.62.6.7 / (download) - annotate - [select for diffs], Fri Oct 18 02:40:41 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.6: +9 -3 lines
Diff to previous 1.62.6.6 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.83 / (download) - annotate - [select for diffs], Mon Oct 14 18:39:42 2002 UTC (21 years, 5 months ago) by elric
Branch: MAIN
Changes since 1.82: +6 -2 lines
Diff to previous 1.82 (colored) to selected 1.6.2.1 (colored)

Added commented out cgd(4)s to GENERIC configs.

Revision 1.60.2.6 / (download) - annotate - [select for diffs], Thu Oct 10 18:37:31 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.60.2.5: +4 -3 lines
Diff to previous 1.60.2.5 (colored) next main 1.61 (colored) to selected 1.6.2.1 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.82 / (download) - annotate - [select for diffs], Sun Oct 6 02:12:03 2002 UTC (21 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.81: +3 -2 lines
Diff to previous 1.81 (colored) to selected 1.6.2.1 (colored)

add SYSTRACE; approved perry.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Sep 25 11:49:55 2002 UTC (21 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.80: +3 -3 lines
Diff to previous 1.80 (colored) to selected 1.6.2.1 (colored)

Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"

Revision 1.80 / (download) - annotate - [select for diffs], Fri Sep 20 10:40:01 2002 UTC (21 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.79: +3 -2 lines
Diff to previous 1.79 (colored) to selected 1.6.2.1 (colored)

Added (commented out) IPFILTER_DEFAULT_BLOCK.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Sep 18 02:44:11 2002 UTC (21 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored) to selected 1.6.2.1 (colored)

enable USERCONF by default; it's small and extremely useful to have available.

Revision 1.60.2.5 / (download) - annotate - [select for diffs], Fri Sep 6 08:42:38 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.60.2.4: +114 -4 lines
Diff to previous 1.60.2.4 (colored) to selected 1.6.2.1 (colored)

sync kqueue branch with HEAD

Revision 1.76.2.2 / (download) - annotate - [select for diffs], Sat Aug 31 14:52:53 2002 UTC (21 years, 7 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.76.2.1: +112 -4 lines
Diff to previous 1.76.2.1 (colored) to branchpoint 1.76 (colored) next main 1.77 (colored) to selected 1.6.2.1 (colored)

catch up with -current.

Revision 1.62.6.6 / (download) - annotate - [select for diffs], Tue Aug 13 02:19:07 2002 UTC (21 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.5: +112 -4 lines
Diff to previous 1.62.6.5 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:57 2002 UTC (21 years, 7 months ago) by isaki
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.77: +112 -4 lines
Diff to previous 1.77 (colored) to selected 1.6.2.1 (colored)

Add (commented) ScanLogic SL811HS/T USB Host Controller
and USB stuff.

Revision 1.76.4.1 / (download) - annotate - [select for diffs], Thu Aug 1 04:35:14 2002 UTC (21 years, 8 months ago) by lukem
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1
Changes since 1.76: +4 -2 lines
Diff to previous 1.76 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.77 (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"

Revision 1.76.2.1 / (download) - annotate - [select for diffs], Mon Jul 15 01:41:05 2002 UTC (21 years, 8 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.76: +4 -2 lines
Diff to previous 1.76 (colored) to selected 1.6.2.1 (colored)

catch up with -current.

Revision 1.60.2.4 / (download) - annotate - [select for diffs], Sun Jun 23 17:43:15 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.60.2.3: +5 -2 lines
Diff to previous 1.60.2.3 (colored) to selected 1.6.2.1 (colored)

catch up with -current on kqueue branch

Revision 1.62.6.5 / (download) - annotate - [select for diffs], Thu Jun 20 03:42:28 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.4: +6 -2 lines
Diff to previous 1.62.6.4 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.77 / (download) - annotate - [select for diffs], Mon Jun 17 05:14:29 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.76: +4 -2 lines
Diff to previous 1.76 (colored) to selected 1.6.2.1 (colored)

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"

Revision 1.76 / (download) - annotate - [select for diffs], Thu Apr 25 15:06:40 2002 UTC (21 years, 11 months ago) by atatat
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6, gehenna-devsw
Changes since 1.75: +4 -2 lines
Diff to previous 1.75 (colored) to selected 1.6.2.1 (colored)

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.

Revision 1.62.6.4 / (download) - annotate - [select for diffs], Wed Apr 17 00:04:45 2002 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.3: +3 -2 lines
Diff to previous 1.62.6.3 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.75 / (download) - annotate - [select for diffs], Fri Apr 12 08:11:28 2002 UTC (21 years, 11 months ago) by gmcgarry
Branch: MAIN
Changes since 1.74: +3 -2 lines
Diff to previous 1.74 (colored) to selected 1.6.2.1 (colored)

Add commented-out USERCONF option.  Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.

Revision 1.62.6.3 / (download) - annotate - [select for diffs], Thu Feb 28 04:12:36 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.2: +16 -4 lines
Diff to previous 1.62.6.2 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.60.2.3 / (download) - annotate - [select for diffs], Mon Feb 11 20:09:19 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.60.2.2: +16 -4 lines
Diff to previous 1.60.2.2 (colored) to selected 1.6.2.1 (colored)

Sync w/ -current.

Revision 1.74 / (download) - annotate - [select for diffs], Sun Jan 27 13:23:29 2002 UTC (22 years, 2 months ago) by jdolecek
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Changes since 1.73: +4 -2 lines
Diff to previous 1.73 (colored) to selected 1.6.2.1 (colored)

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

Revision 1.73 / (download) - annotate - [select for diffs], Sat Jan 19 18:45:14 2002 UTC (22 years, 2 months ago) by oster
Branch: MAIN
Changes since 1.72: +13 -4 lines
Diff to previous 1.72 (colored) to selected 1.6.2.1 (colored)

Add new RF_* options for RAIDframe bits that are no longer built by default.

While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for
architectures that I'm comfortable can deal with it being on by default.

Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to
be insufficient in practise.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Jan 14 04:27:13 2002 UTC (22 years, 2 months ago) by isaki
Branch: MAIN
Changes since 1.71: +3 -2 lines
Diff to previous 1.71 (colored) to selected 1.6.2.1 (colored)

Add another address, vector configuration of Nereid ethernet.

Revision 1.60.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:50:15 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.60.2.1: +37 -20 lines
Diff to previous 1.60.2.1 (colored) to selected 1.6.2.1 (colored)

Sync kqueue branch with -current.

Revision 1.62.6.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:28:35 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62.6.1: +344 -0 lines
Diff to previous 1.62.6.1 (colored) to branchpoint 1.62 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.46.2.9 / (download) - annotate - [select for diffs], Sun Jan 6 20:11:36 2002 UTC (22 years, 2 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.46.2.8: +4 -3 lines
Diff to previous 1.46.2.8 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored) to selected 1.6.2.1 (colored)

Pull up revisions 1.63,1.67 (via patch, requested by isaki):
  Support the Ethernet part of Nereid (ether/USB/memory board).

Revision 1.71 / (download) - annotate - [select for diffs], Fri Dec 28 12:22:01 2001 UTC (22 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.70: +5 -2 lines
Diff to previous 1.70 (colored) to selected 1.6.2.1 (colored)

Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Dec 24 11:38:05 2001 UTC (22 years, 3 months ago) by minoura
Branch: MAIN
Changes since 1.69: +3 -3 lines
Diff to previous 1.69 (colored) to selected 1.6.2.1 (colored)

ELF!!

Revision 1.69 / (download) - annotate - [select for diffs], Fri Dec 14 05:34:53 2001 UTC (22 years, 3 months ago) by gmcgarry
Branch: MAIN
Changes since 1.68: +19 -5 lines
Diff to previous 1.68 (colored) to selected 1.6.2.1 (colored)

Add a blurb to the top of all GENERIC files.  This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages

Revision 1.68 / (download) - annotate - [select for diffs], Thu Dec 6 04:13:12 2001 UTC (22 years, 3 months ago) by minoura
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored) to selected 1.6.2.1 (colored)

Add ELF support.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Nov 25 01:23:45 2001 UTC (22 years, 4 months ago) by minoura
Branch: MAIN
Changes since 1.66: +3 -4 lines
Diff to previous 1.66 (colored) to selected 1.6.2.1 (colored)

se0 is dead.

Revision 1.66 / (download) - annotate - [select for diffs], Fri Nov 23 05:00:29 2001 UTC (22 years, 4 months ago) by atatat
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65 (colored) to selected 1.6.2.1 (colored)

The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.

Revision 1.65 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:42 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.64: +8 -8 lines
Diff to previous 1.64 (colored) to selected 1.6.2.1 (colored)

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\""

Revision 1.64 / (download) - annotate - [select for diffs], Tue Nov 20 08:43:41 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.63: +7 -7 lines
Diff to previous 1.63 (colored) to selected 1.6.2.1 (colored)

- pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
	KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
	DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for  options KGDB_DEVNAME="\"com\""
- use correct quotes for  options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup

Revision 1.62.4.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:17:42 2001 UTC (22 years, 4 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.62: +4 -3 lines
Diff to previous 1.62 (colored) next main 1.63 (colored) to selected 1.6.2.1 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.63 / (download) - annotate - [select for diffs], Sun Nov 11 01:40:29 2001 UTC (22 years, 4 months ago) by isaki
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.62: +4 -3 lines
Diff to previous 1.62 (colored) to selected 1.6.2.1 (colored)

add Nereid. ne* at intio0

Revision 1.60.2.1 / (download) - annotate - [select for diffs], Thu Sep 13 01:15:10 2001 UTC (22 years, 6 months ago) by thorpej
Branch: kqueue
Changes since 1.60: +5 -2 lines
Diff to previous 1.60 (colored) to selected 1.6.2.1 (colored)

Update the kqueue branch to HEAD.

Revision 1.62.6.1, Sat Sep 1 23:08:46 2001 UTC (22 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.62: +0 -327 lines
FILE REMOVED

file GENERIC was added on branch nathanw_sa on 2002-01-08 00:28:35 +0000

Revision 1.62 / (download) - annotate - [select for diffs], Sat Sep 1 23:08:46 2001 UTC (22 years, 7 months ago) by atatat
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, nathanw_sa
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored) to selected 1.6.2.1 (colored)

Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS.  bridge(4) doesn't compile there.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Sep 1 21:52:33 2001 UTC (22 years, 7 months ago) by atatat
Branch: MAIN
Changes since 1.60: +5 -2 lines
Diff to previous 1.60 (colored) to selected 1.6.2.1 (colored)

Add bridge pseudo devices to GENERIC configs

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 8 16:32:26 2001 UTC (22 years, 8 months ago) by abs
Branch: MAIN
Branch point for: kqueue
Changes since 1.59: +4 -4 lines
Diff to previous 1.59 (colored) to selected 1.6.2.1 (colored)

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...)

Revision 1.59 / (download) - annotate - [select for diffs], Sat Jun 30 11:00:37 2001 UTC (22 years, 9 months ago) by darcy
Branch: MAIN
Changes since 1.58: +6 -2 lines
Diff to previous 1.58 (colored) to selected 1.6.2.1 (colored)

Add System V semaphore resource limits to each GENERIC file that has an
option for System V semaphores.  It appears that there are no overrides
in the code and each file has the following added.

 options    SYSVSEM     # System V semaphores
+#options   SEMMNI=10   # number of semaphore identifiers
+#options   SEMMNS=60   # number of semaphores in system
+#options   SEMUME=10   # max number of undo entries per process
+#options   SEMMNU=30   # number of undo structures in system
 options    SYSVSHM     # System V shared memory

If anyone thinks that this is incorrect for any of these files, please
correct it.

Note - the i386 port was not forgotten.  It was done separately.

Revision 1.55.2.2 / (download) - annotate - [select for diffs], Thu Jun 21 19:58:11 2001 UTC (22 years, 9 months ago) by nathanw
Changes since 1.55.2.1: +8 -6 lines
Diff to previous 1.55.2.1 (colored) next main 1.56 (colored) to selected 1.6.2.1 (colored)

Catch up to -current.

Revision 1.46.2.8 / (download) - annotate - [select for diffs], Sun May 6 14:05:11 2001 UTC (22 years, 10 months ago) by he
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Changes since 1.46.2.7: +3 -1 lines
Diff to previous 1.46.2.7 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.58 (requested by hubertf):
  Visually separate the vlan(4) device from the IPv6 devices.

Revision 1.58 / (download) - annotate - [select for diffs], Sun May 6 01:54:20 2001 UTC (22 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.57: +5 -3 lines
Diff to previous 1.57 (colored) to selected 1.6.2.1 (colored)

vlan does not belong to group of IPv6 pseudo-devices

Revision 1.57 / (download) - annotate - [select for diffs], Wed May 2 13:15:24 2001 UTC (22 years, 11 months ago) by minoura
Branch: MAIN
Changes since 1.56: +5 -5 lines
Diff to previous 1.56 (colored) to selected 1.6.2.1 (colored)

Add/enable vs.

Revision 1.46.2.7 / (download) - annotate - [select for diffs], Tue May 1 15:55:56 2001 UTC (22 years, 11 months ago) by he
Branch: netbsd-1-5
Changes since 1.46.2.6: +3 -2 lines
Diff to previous 1.46.2.6 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.54 (requested by he):
  Add pseudo-device vlan.
  Make sure "rnd is EXPERIMENTAL" comment is removed.

Revision 1.55.2.1 / (download) - annotate - [select for diffs], Mon Apr 9 01:55:22 2001 UTC (22 years, 11 months ago) by nathanw
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored) to selected 1.6.2.1 (colored)

Catch up with -current.

Revision 1.46.2.6 / (download) - annotate - [select for diffs], Tue Mar 13 20:29:51 2001 UTC (23 years ago) by he
Branch: netbsd-1-5
Changes since 1.46.2.5: +3 -3 lines
Diff to previous 1.46.2.5 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.56 (requested by minoura):
  Turn off options JUPITER, as it may cause problems on some newer
  accelerators.

Revision 1.36.2.3 / (download) - annotate - [select for diffs], Mon Mar 12 13:29:47 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.36.2.2: +3 -3 lines
Diff to previous 1.36.2.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD.

Revision 1.56 / (download) - annotate - [select for diffs], Sat Mar 10 03:23:09 2001 UTC (23 years ago) by minoura
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored) to selected 1.6.2.1 (colored)

Turn off options JUPITER temporarily.
This may cause problems on some newer accelerators.
We might have to write a more accurate detect code.

Revision 1.46.2.5 / (download) - annotate - [select for diffs], Thu Jan 25 20:10:32 2001 UTC (23 years, 2 months ago) by jhawk
Branch: netbsd-1-5
Changes since 1.46.2.4: +6 -2 lines
Diff to previous 1.46.2.4 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Pull up revision 1.55 (requested by minoura):
  CMACHFLAGS now defaults to -m68020-60.

Revision 1.36.2.2 / (download) - annotate - [select for diffs], Fri Jan 5 17:35:18 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.36.2.1: +7 -2 lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored) to selected 1.6.2.1 (colored)

Sync with HEAD

Revision 1.55 / (download) - annotate - [select for diffs], Fri Dec 29 15:18:37 2000 UTC (23 years, 3 months ago) by minoura
Branch: MAIN
Changes since 1.54: +6 -2 lines
Diff to previous 1.54 (colored) to selected 1.6.2.1 (colored)

CMACHFLAGS defaults to -m68020-60.
Can be overridden in config files; add examples.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 19 10:42:07 2000 UTC (23 years, 3 months ago) by bouyer
Branch: MAIN
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored) to selected 1.6.2.1 (colored)

Add pseudo-device vlan

Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:29:54 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.36: +35 -27 lines
Diff to previous 1.36 (colored) to selected 1.6.2.1 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.46.2.4 / (download) - annotate - [select for diffs], Wed Oct 4 08:24:28 2000 UTC (23 years, 5 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA
Changes since 1.46.2.3: +3 -3 lines
Diff to previous 1.46.2.3 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

pullup (approved by releng-1-5)

enable rnd device.  they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.

cvs rdiff -r1.166 -r1.167 syssrc/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/conf/GENERIC
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/atari/conf/GENERIC
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.80 -r1.81 syssrc/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/x68k/conf/GENERIC

Revision 1.53 / (download) - annotate - [select for diffs], Wed Oct 4 03:35:56 2000 UTC (23 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored) to selected 1.6.2.1 (colored)

enable rnd device.  they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Sep 24 15:59:38 2000 UTC (23 years, 6 months ago) by jdolecek
Branch: MAIN
Changes since 1.51: +3 -7 lines
Diff to previous 1.51 (colored) to selected 1.6.2.1 (colored)

don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant

Revision 1.51 / (download) - annotate - [select for diffs], Sun Aug 13 01:31:21 2000 UTC (23 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50 (colored) to selected 1.6.2.1 (colored)

move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL),
as it is no wthe default setting for everyone.

the reason we still use the name "PULLDOWN_TEST" while it is now default:
kame code sharing.

Revision 1.46.2.3 / (download) - annotate - [select for diffs], Fri Aug 11 20:18:10 2000 UTC (23 years, 7 months ago) by mason
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.46.2.2: +3 -3 lines
Diff to previous 1.46.2.2 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Move to default of 64 PTYs in GENERIC kernel config.
Requested by mason, approved by jhawk.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 27 17:53:39 2000 UTC (23 years, 8 months ago) by mason
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored) to selected 1.6.2.1 (colored)

Moving to a default of 64 PTYs.

Revision 1.46.2.2 / (download) - annotate - [select for diffs], Fri Jul 14 15:33:02 2000 UTC (23 years, 8 months ago) by minoura
Branch: netbsd-1-5
Changes since 1.46.2.1: +22 -22 lines
Diff to previous 1.46.2.1 (colored) to branchpoint 1.46 (colored) to selected 1.6.2.1 (colored)

Pullup rev. 1.48 from the trunk.
Make GENERIC kernel run with 4MB memory.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 30 17:10:21 2000 UTC (23 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored) to selected 1.6.2.1 (colored)

add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized

Revision 1.48 / (download) - annotate - [select for diffs], Wed Jun 28 15:31:02 2000 UTC (23 years, 9 months ago) by minoura
Branch: MAIN
Changes since 1.47: +22 -22 lines
Diff to previous 1.47 (colored) to selected 1.6.2.1 (colored)

GENERIC should run on any environment.
It required 6MB of memory;  disable some options/devices so that
it can run on 4MB machines.

Revision 1.46.2.1 / (download) - annotate - [select for diffs], Fri Jun 23 14:36:15 2000 UTC (23 years, 9 months ago) by fvdl
Branch: netbsd-1-5
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.6.2.1 (colored)

As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jun 22 20:27:57 2000 UTC (23 years, 9 months ago) by fvdl
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (colored) to selected 1.6.2.1 (colored)

Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.

Revision 1.45.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:05:35 2000 UTC (23 years, 9 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.45: +2 -15 lines
Diff to previous 1.45 (colored) next main 1.46 (colored) to selected 1.6.2.1 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jun 14 22:02:43 2000 UTC (23 years, 9 months ago) by veego
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.45: +2 -15 lines
Diff to previous 1.45 (colored) to selected 1.6.2.1 (colored)

Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.

Revision 1.31.2.4 / (download) - annotate - [select for diffs], Sat Jun 3 14:45:49 2000 UTC (23 years, 10 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003
Changes since 1.31.2.3: +2 -2 lines
Diff to previous 1.31.2.3 (colored) to branchpoint 1.31 (colored) next main 1.32 (colored) to selected 1.6.2.1 (colored)

Apply patch (requested by he):
  Disable the UNION file system, to avoid a repeat of the 1.4.1
  and 1.4.2 LAST_MINUTE changes.  It is reportedly buggy, and can
  be used by ordinary users to crash the system.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Apr 19 06:50:37 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (colored) to selected 1.6.2.1 (colored)

add stf pseudo interface (commented out due to possible security risks)

Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 27 15:53:04 2000 UTC (24 years ago) by minoura
Branch: MAIN
Changes since 1.43: +4 -5 lines
Diff to previous 1.43 (colored) to selected 1.6.2.1 (colored)

Move par under intio.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 29 06:32:31 2000 UTC (24 years, 1 month ago) by simonb
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored) to selected 1.6.2.1 (colored)

Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Feb 26 17:35:43 2000 UTC (24 years, 1 month ago) by oster
Branch: MAIN
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) to selected 1.6.2.1 (colored)

Defopt 'RAID_AUTOCONFIG'.  Adding 'options RAID_AUTOCONFIG' turns on
the component auto-detection and auto-configuration of RAID sets.
Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 23 23:46:21 2000 UTC (24 years, 2 months ago) by hubertf
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.40: +3 -1 lines
Diff to previous 1.40 (colored) to selected 1.6.2.1 (colored)

Add commented out "ident"-command

Revision 1.40 / (download) - annotate - [select for diffs], Thu Jan 20 19:12:37 2000 UTC (24 years, 2 months ago) by wrstuden
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored) to selected 1.6.2.1 (colored)

Add overlay to kernel configs.

Revision 1.36.8.2 / (download) - annotate - [select for diffs], Mon Dec 27 18:34:15 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.36.8.1: +23 -2 lines
Diff to previous 1.36.8.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored) to selected 1.6.2.1 (colored)

Pull up to last week's -current.

Revision 1.36.8.1 / (download) - annotate - [select for diffs], Tue Dec 21 23:16:20 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.36: +4 -1 lines
Diff to previous 1.36 (colored) to selected 1.6.2.1 (colored)

Initial commit of recent changes to make DEV_BSIZE go away.

Runs on i386, needs work on other arch's. Main kernel routines should be
fine, but a number of the stand programs need help.

cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512
byte block devices. vnd, raidframe, and lfs need work.

Non 2**n block support is automatic for LKM's and conditional for kernels
on "options NON_PO2_BLOCKS".

Revision 1.31.2.2.4.1 / (download) - annotate - [select for diffs], Tue Nov 30 13:33:06 1999 UTC (24 years, 4 months ago) by itojun
Branch: kame
CVS Tags: kame_141_19991130
Changes since 1.31.2.2: +2 -2 lines
Diff to previous 1.31.2.2 (colored) next main 1.31.2.3 (colored) to selected 1.6.2.1 (colored)

bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code).  Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Nov 21 14:00:45 1999 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.38: +21 -1 lines
Diff to previous 1.38 (colored) to selected 1.6.2.1 (colored)

bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).

"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only).  We may need to think about it again.

if you have problem compiling with INET6 on archs I do not have access to,
please contact me.

XXX what to do with arch/arm32/SHARK{,.v6}?

Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 18 14:08:24 1999 UTC (24 years, 4 months ago) by minoura
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.6.2.1 (colored)

Remove MAPPEDCOPY (somewhat buggy?).

Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 15 19:10:59 1999 UTC (24 years, 4 months ago) by fvdl
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.6.2.1 (colored)

Add commented out option SOFTDEP to all GENERIC kernels.

Revision 1.31.2.2.2.2 / (download) - annotate - [select for diffs], Mon Aug 2 21:49:40 1999 UTC (24 years, 8 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.31.2.2.2.1: +6 -5 lines
Diff to previous 1.31.2.2.2.1 (colored) to branchpoint 1.31.2.2 (colored) next main 1.31.2.3 (colored) to selected 1.6.2.1 (colored)

Update from trunk.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 29 10:37:25 1999 UTC (24 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: wrstuden-devbsize, thorpej_scsipi
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.6.2.1 (colored)

It's time to be COMPAT_14.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 20 07:40:37 1999 UTC (24 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) to selected 1.6.2.1 (colored)

enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG
on the GENERIC kernels that had them commented out.
XXX: Please note, that not all the kernels have all the options defined!

Revision 1.31.2.3 / (download) - annotate - [select for diffs], Mon Jun 21 13:56:38 1999 UTC (24 years, 9 months ago) by perry
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH002, netbsd-1-4-PATCH001
Changes since 1.31.2.2: +1 -1 lines
Diff to previous 1.31.2.2 (colored) to branchpoint 1.31 (colored) to selected 1.6.2.1 (colored)

revert; 1.31.2.2->1.31.2.1 (minoura): FPU_EMULATE now works

Revision 1.31.2.2.2.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:04:11 1999 UTC (24 years, 9 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.31.2.2: +13 -10 lines
Diff to previous 1.31.2.2 (colored) to selected 1.6.2.1 (colored)

Sync w/ -current.

Revision 1.34 / (download) - annotate - [select for diffs], Fri May 21 15:08:27 1999 UTC (24 years, 10 months ago) by minoura
Branch: MAIN
Changes since 1.33: +10 -8 lines
Diff to previous 1.33 (colored) to selected 1.6.2.1 (colored)

Remove experimental/buggy options.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 19 21:23:02 1999 UTC (24 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) to selected 1.6.2.1 (colored)

Add COMPAT_SVR4 for m68k.

Revision 1.31.2.2 / (download) - annotate - [select for diffs], Mon Apr 19 05:07:27 1999 UTC (24 years, 11 months ago) by cjs
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-RELEASE, kame_14_19990705, kame_14_19990628
Branch point for: kame, chs-ubc2
Changes since 1.31.2.1: +2 -2 lines
Diff to previous 1.31.2.1 (colored) to branchpoint 1.31 (colored) to selected 1.6.2.1 (colored)

FPU_EMULATE is unsupported in 1.4, because it's broken and there's no
time to test fixes. Per MINOURA Makoto <minoura@netbsd.org>.

Revision 1.31.2.1 / (download) - annotate - [select for diffs], Mon Apr 19 04:57:11 1999 UTC (24 years, 11 months ago) by cjs
Branch: netbsd-1-4
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored) to selected 1.6.2.1 (colored)

Pull up to HEAD v1.32 per MINOURA Makoto <minoura@netbsd.org>.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Apr 18 15:43:22 1999 UTC (24 years, 11 months ago) by minoura
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored) to selected 1.6.2.1 (colored)

Add missing par0.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 31 15:38:32 1999 UTC (25 years ago) by minoura
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.30: +2 -5 lines
Diff to previous 1.30 (colored) to selected 1.6.2.1 (colored)

Enable rnd.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 24 06:06:12 1999 UTC (25 years ago) by mrg
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored) to selected 1.6.2.1 (colored)

clean up kernel/config files files for machVM lossage.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 17 12:31:26 1999 UTC (25 years ago) by minoura
Branch: MAIN
Changes since 1.28: +7 -9 lines
Diff to previous 1.28 (colored) to selected 1.6.2.1 (colored)

MACHINE_NONCONTIG -> EXTENDED_MEMORY.
G/c and comment changes.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 16 16:30:16 1999 UTC (25 years ago) by minoura
Branch: MAIN
Changes since 1.27: +39 -29 lines
Diff to previous 1.27 (colored) to selected 1.6.2.1 (colored)

Merged minoura_x68k_bus_h branch.

Revision 1.25.2.9 / (download) - annotate - [select for diffs], Sun Mar 14 12:25:03 1999 UTC (25 years ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.8: +3 -1 lines
Diff to previous 1.25.2.8 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored) to selected 1.6.2.1 (colored)

Customize kernel message attributes.
(The code was commited in the last commit...)

Revision 1.25.2.8 / (download) - annotate - [select for diffs], Sun Mar 14 08:12:17 1999 UTC (25 years ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.7: +6 -5 lines
Diff to previous 1.25.2.7 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

scsirom driver to probe CZ-6BS1-clone and Mach-2 SCSI host adaptor board
itself.
Modifications to spc and mha drivers.
NOTE: mha is not fully bus.h'fied.

Revision 1.25.2.7 / (download) - annotate - [select for diffs], Sat Feb 13 17:58:39 1999 UTC (25 years, 1 month ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.6: +3 -5 lines
Diff to previous 1.25.2.6 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

spc at intio.

Revision 1.25.2.6 / (download) - annotate - [select for diffs], Tue Feb 2 23:47:11 1999 UTC (25 years, 2 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.5: +2 -3 lines
Diff to previous 1.25.2.5 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

fdc at intio.

Revision 1.25.2.5 / (download) - annotate - [select for diffs], Sun Jan 31 10:34:25 1999 UTC (25 years, 2 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.4: +2 -1 lines
Diff to previous 1.25.2.4 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

opm at intio.

Revision 1.25.2.4 / (download) - annotate - [select for diffs], Sun Jan 31 05:40:36 1999 UTC (25 years, 2 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.3: +2 -3 lines
Diff to previous 1.25.2.3 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

Sync.

Revision 1.25.2.3 / (download) - annotate - [select for diffs], Sat Jan 30 15:07:40 1999 UTC (25 years, 2 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.2: +2 -1 lines
Diff to previous 1.25.2.2 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

Added DMAC driver.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 18 07:39:51 1999 UTC (25 years, 2 months ago) by itohy
Branch: MAIN
CVS Tags: minoura_x68k_bus_h-base3, minoura_x68k_bus_h-base2
Changes since 1.26: +1 -2 lines
Diff to previous 1.26 (colored) to selected 1.6.2.1 (colored)

MACHINE_NEW_NONCONTIG is no longer optional
remove non-MNN code

Revision 1.25.2.2 / (download) - annotate - [select for diffs], Sun Dec 27 15:16:55 1998 UTC (25 years, 3 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25.2.1: +2 -1 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) to selected 1.6.2.1 (colored)

Xellent30 driver.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 23 23:01:52 1998 UTC (25 years, 3 months ago) by itohy
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.6.2.1 (colored)

Switch x68k port to UVM by default.
Mach VM and even old contig and non-contig codes are still alive.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Wed Dec 23 16:47:26 1998 UTC (25 years, 3 months ago) by minoura
Branch: minoura_x68k_bus_h
Changes since 1.25: +36 -29 lines
Diff to previous 1.25 (colored) to selected 1.6.2.1 (colored)

First import of bus_space implementation for x68k port.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 15 19:50:21 1998 UTC (25 years, 3 months ago) by itohy
Branch: MAIN
CVS Tags: minoura_x68k_bus_h-base
Branch point for: minoura_x68k_bus_h
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored) to selected 1.6.2.1 (colored)

Added options COMPAT_LINUX and EXEC_ELF32 as comments
to GENERIC configuration files.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Nov 25 20:30:47 1998 UTC (25 years, 4 months ago) by hwr
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach
Changes since 1.23: +4 -1 lines
Diff to previous 1.23 (colored) to selected 1.6.2.1 (colored)

Add (commented out) 'gre' pseudo device line. Feedback is welcome.
Inspired by Klaus Klein.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 16 16:44:58 1998 UTC (25 years, 4 months ago) by oster
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22 (colored) to selected 1.6.2.1 (colored)

Added a (commented out) configuration line for the RAIDframe device driver.

Revision 1.14.2.2 / (download) - annotate - [select for diffs], Tue Oct 13 21:23:34 1998 UTC (25 years, 5 months ago) by cgd
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003
Changes since 1.14.2.1: +8 -2 lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored) to selected 1.6.2.1 (colored)

work around broken extended memory detection, via patch.  (minoura)

Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 7 14:11:08 1998 UTC (25 years, 6 months ago) by minoura
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.21: +271 -135 lines
Diff to previous 1.21 (colored) to selected 1.6.2.1 (colored)

Reorganized the config files based on NetBSD/sparc ones.
Removed unmaintained files.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 3 14:29:33 1998 UTC (25 years, 7 months ago) by minoura
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored) to selected 1.6.2.1 (colored)

Deleted unused options EIOMAPSIZE and ITEKANJI.
Removed unmaintained configs.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 5 16:08:34 1998 UTC (25 years, 7 months ago) by minoura
Branch: MAIN
Changes since 1.19: +4 -3 lines
Diff to previous 1.19 (colored) to selected 1.6.2.1 (colored)

Switched to MI zs driver.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 26 01:54:14 1998 UTC (25 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored) to selected 1.6.2.1 (colored)

remove options FIFO; it's now the default

Revision 1.18 / (download) - annotate - [select for diffs], Wed Mar 18 16:34:45 1998 UTC (26 years ago) by bouyer
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.6.2.1 (colored)

Add commented out "options FFS_EI"

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 1 16:33:44 1997 UTC (26 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) to selected 1.6.2.1 (colored)

Add COMPAT_13.

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Thu Nov 20 08:51:15 1997 UTC (26 years, 4 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.6.2.1 (colored)

Pull rev 1.16 up from trunk (fair)

Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 20 08:11:26 1997 UTC (26 years, 4 months ago) by fair
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored) to selected 1.6.2.1 (colored)

add pseudo-device rnd, commented out

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 17 01:58:40 1997 UTC (26 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.6.2.1 (colored)

* add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file
* fix up use of 'options<SPACE><TAB>'

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 19 16:04:57 1997 UTC (26 years, 5 months ago) by oki
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.13: +12 -10 lines
Diff to previous 1.13 (colored) to selected 1.6.2.1 (colored)

Add options M68060, mha driver.

Revision 1.11.4.2 / (download) - annotate - [select for diffs], Wed Aug 27 23:15:56 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.11.4.1: +2 -2 lines
Diff to previous 1.11.4.1 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.6.2.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 23 19:19:38 1997 UTC (26 years, 7 months ago) by mjacob
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, marc-pcmcia-base
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.6.2.1 (colored)

add a before tab to SCSIVERBOSE

Revision 1.11.4.1 / (download) - annotate - [select for diffs], Sat Aug 23 07:12:27 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.6.2.1 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 20 18:45:44 1997 UTC (26 years, 7 months ago) by mjacob
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.6.2.1 (colored)

add commented out reference SCSIVERBOSE option

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 12 18:42:24 1997 UTC (26 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: marc-pcmcia-bp, bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.6.2.1 (colored)

remove now obsolete "swap on..." lines.

Revision 1.10 / (download) - annotate - [select for diffs], Thu May 8 16:39:36 1997 UTC (26 years, 10 months ago) by oki
Branch: MAIN
Changes since 1.9: +11 -11 lines
Diff to previous 1.9 (colored) to selected 1.6.2.1 (colored)

cleanup use of whitespace

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 31 06:03:38 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: mrg-vm-swap, is-newarp-before-merge, is-newarp-base, is-newarp
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.6.2.1 (colored)

Oops!  NFSCLIENT -> NFS

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 31 02:14:22 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +17 -17 lines
Diff to previous 1.7 (colored) to selected 1.6.2.1 (colored)

Update for new file system and root spec grammar.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Jan 18 04:28:46 1997 UTC (27 years, 2 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.6.2.1: +3 -4 lines
Diff to previous 1.6.2.1 (colored) next main 1.7 (colored)

Update from trunk.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 15 01:29:17 1997 UTC (27 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored) to selected 1.6.2.1 (colored)

Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.

Revision 1.6.2.1 / (download) - annotate - [selected], Tue Jan 14 21:26:43 1997 UTC (27 years, 2 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.6: +17 -17 lines
Diff to previous 1.6 (colored)

Snapshot of work-in-progress, committed to private branch.

These changes implement machine-independent root device and file system
selection.  Notable features:

	- All ports behave in a consistent manner regarding root
	  device selection.
	- No more "options GENERIC"; all kernels have the ability
	  to boot with RB_ASKNAME to select root device and file system
	  type.
	- Root file system type can be wildcarded; a machine-independent
	  function will try all possible file systems for the selected
	  root device until one succeeds.
	- If the root file system fails to mount, the operator will
	  be given the chance to select a new root device and file
	  system type, rather than having the machine simply panic.
	- nfs_mountroot() no longer panics if any part of the NFS
	  mount process fails; it now returns an error, giving the
	  operator a chance to recover.
	- New, more consistent, config(8) grammar.  The constructs:

		config netbsd swap generic
		config netbsd root on nfs

	  have been replaced with:

		config netbsd root on ? type ?
		config netbsd root on ? type nfs

	  Additionally, the operator may select or wildcard root file
	  system type in the kernel configuration file:

		config netbsd root on cd0a type cd9660

	  config(8) now requires that a "root" specification be
	  made.  "root" may be wired down or wildcarded.  "swap" and
	  "dump" specifications are optional, and follow previous
	  semantics.

	- config(8) has a new "file-system" keyword, used to configure
	  file systems into the kernel.  Eventually, this will be used
	  to generate the default vfssw[].

	- "options NFSCLIENT" is obsolete, and is replaced by
	  "file-system NFS".  "options NFSSERVER" still exists, since
	  NFS server support is independent of the NFS file system
	  client.

	- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and
	  will be removed; all information is now generated by config(8).

As of this commit, all ports except arm32 have been updated to use
the new setroot().  Only SPARC, i386, and Alpha ports have been
tested at this time.  Port masters should test these changes on their
ports, and report any problems back to me.

More changes are on their way, including RB_ASKNAME support in
nfs_mountroot() (to prompt for server address and path) and, potentially,
the ability to select rarp/bootparam or bootp in nfs_mountroot().

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 27 08:52:05 1996 UTC (27 years, 5 months ago) by oki
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored) to selected 1.6.2.1 (colored)

add EXEC_SCRIPT and EXEC_AOUT

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 10 22:47:38 1996 UTC (27 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.6.2.1 (colored)

Document COMPAT_M68K4K, but leave it disabled by default.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 26 23:41:26 1996 UTC (27 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored) to selected 1.6.2.1 (colored)

add COMPAT_12.

Revision 1.1.1.1.4.3 / (download) - annotate - [select for diffs], Fri Aug 16 02:26:04 1996 UTC (27 years, 7 months ago) by jtc
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE, netbsd-1-2-PATCH001
Changes since 1.1.1.1.4.2: +16 -13 lines
Diff to previous 1.1.1.1.4.2 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored) to selected 1.6.2.1 (colored)

Pulled up from rev 1.3 by request from oki

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 15:37:42 1996 UTC (27 years, 7 months ago) by oki
Branch: MAIN
Changes since 1.2: +18 -15 lines
Diff to previous 1.2 (colored) to selected 1.6.2.1 (colored)

fixed kernel couldn't boot from most machines.  more generic for x68k.

Revision 1.1.1.1.4.2 / (download) - annotate - [select for diffs], Tue Jun 18 09:08:59 1996 UTC (27 years, 9 months ago) by oki
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-BETA
Changes since 1.1.1.1.4.1: +3 -3 lines
Diff to previous 1.1.1.1.4.1 (colored) to branchpoint 1.1.1.1 (colored) to selected 1.6.2.1 (colored)

Oops, correct edit error in previous commit

Revision 1.1.1.1.4.1 / (download) - annotate - [select for diffs], Mon Jun 17 06:11:44 1996 UTC (27 years, 9 months ago) by oki
Branch: netbsd-1-2
Changes since 1.1.1.1: +3 -3 lines
Diff to previous 1.1.1.1 (colored) to selected 1.6.2.1 (colored)

from trunk: fd* is need to boot from floppy

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 17 06:09:30 1996 UTC (27 years, 9 months ago) by oki
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored) to selected 1.6.2.1 (colored)

fd* is need to boot from floppy

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun May 5 12:17:03 1996 UTC (27 years, 11 months ago) by oki
Branch: Masaru
CVS Tags: netbsd-1-2-base, X68k_960505
Branch point for: netbsd-1-2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.6.2.1 (colored)

NetBSD/x68k, by Masaru Oki.

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 5 12:17:03 1996 UTC (27 years, 11 months ago) by oki
Branch: MAIN
Diff to selected 1.6.2.1 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>