The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.78 / (download) - annotate - [select for diffs], Sat Feb 10 09:21:52 2024 UTC (2 months ago) by andvar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored) to selected 1.22.2.2 (colored)

fix various typos in comments and log messages.

Revision 1.77 / (download) - annotate - [select for diffs], Mon Jan 29 18:27:13 2024 UTC (2 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.76: +2 -4 lines
Diff to previous 1.76 (colored) to selected 1.22.2.2 (colored)

PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.

Revision 1.76 / (download) - annotate - [select for diffs], Thu Feb 9 14:09:49 2023 UTC (14 months ago) by abs
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Changes since 1.75: +4 -4 lines
Diff to previous 1.75 (colored) to selected 1.22.2.2 (colored)

Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
  "Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work

Revision 1.75 / (download) - annotate - [select for diffs], Thu Feb 9 13:16:04 2023 UTC (14 months ago) by abs
Branch: MAIN
Changes since 1.74: +5 -6 lines
Diff to previous 1.74 (colored) to selected 1.22.2.2 (colored)

Ensure GENERIC.local is always at the end of GENERIC

Where a GENERIC config had an existing inclusion of GENERIC.local,
ensure it is always at the end of the file, with a consistent
comment:

# Pull in optional local configuration
cinclude "arch/landisk/conf/GENERIC.local"

This allows GENERIC.local to correctly override all options

(This pass does not affect any GENERIC which did not already have
an include of GENERIC.local)

Revision 1.74 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:08 2022 UTC (18 months, 2 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.73: +3 -2 lines
Diff to previous 1.73 (colored) to selected 1.22.2.2 (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.73 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:27 2022 UTC (20 months, 1 week ago) by simonb
Branch: MAIN
Changes since 1.72: +9 -8 lines
Diff to previous 1.72 (colored) to selected 1.22.2.2 (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.72 / (download) - annotate - [select for diffs], Fri Jun 10 17:47:20 2022 UTC (22 months ago) by martin
Branch: MAIN
Changes since 1.71: +5 -3 lines
Diff to previous 1.71 (colored) to selected 1.22.2.2 (colored)

Enable crypto, swcrypto and cgd.

Revision 1.70.4.1 / (download) - annotate - [select for diffs], Sun Aug 1 22:42:11 2021 UTC (2 years, 8 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.70: +2 -5 lines
Diff to previous 1.70 (colored) next main 1.71 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.71 / (download) - annotate - [select for diffs], Tue Jun 29 10:22:36 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.70: +2 -5 lines
Diff to previous 1.70 (colored) to selected 1.22.2.2 (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.69.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:28 2021 UTC (3 years ago) by thorpej
Branch: thorpej-futex
Changes since 1.69: +2 -3 lines
Diff to previous 1.69 (colored) next main 1.70 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.70 / (download) - annotate - [select for diffs], Wed Jan 20 13:22:08 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.69: +2 -3 lines
Diff to previous 1.69 (colored) to selected 1.22.2.2 (colored)

remove compat_ossaudio from kernel modules

this is only useful with compat_linux and gets autoloaded when
compat_linux is loaded, so there's no reason to bake it into kernels
any more.

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

vether: Add to kernel configurations

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

Revision 1.68 / (download) - annotate - [select for diffs], Sat Aug 1 08:20:50 2020 UTC (3 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.67 / (download) - annotate - [select for diffs], Sat May 16 13:46:11 2020 UTC (3 years, 11 months ago) by maya
Branch: MAIN
Changes since 1.66: +2 -5 lines
Diff to previous 1.66 (colored) to selected 1.22.2.2 (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.58.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:42 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.58.4.1: +2 -10 lines
Diff to previous 1.58.4.1 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.22.2.2 (colored)

Merge changes from current as of 20200406

Revision 1.66 / (download) - annotate - [select for diffs], Wed Mar 25 17:06:19 2020 UTC (4 years ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Changes since 1.65: +2 -6 lines
Diff to previous 1.65 (colored) to selected 1.22.2.2 (colored)

remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal

Revision 1.63.4.2 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:25 2020 UTC (4 years, 1 month ago) by ad
Branch: ad-namecache
Changes since 1.63.4.1: +2 -5 lines
Diff to previous 1.63.4.1 (colored) to branchpoint 1.63 (colored) next main 1.64 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.65 / (download) - annotate - [select for diffs], Wed Jan 29 18:39:02 2020 UTC (4 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Changes since 1.64: +2 -5 lines
Diff to previous 1.64 (colored) to selected 1.22.2.2 (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.63.4.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:41 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.63: +2 -3 lines
Diff to previous 1.63 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.64 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:06 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base2
Changes since 1.63: +2 -3 lines
Diff to previous 1.63 (colored) to selected 1.22.2.2 (colored)

Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is
long since obsolete.

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

Sync with HEAD

Revision 1.63 / (download) - annotate - [select for diffs], Fri Apr 26 21:40:30 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-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.62: +5 -16 lines
Diff to previous 1.62 (colored) to selected 1.22.2.2 (colored)

Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Feb 6 11:58:31 2019 UTC (5 years, 2 months ago) by rin
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.61: +4 -2 lines
Diff to previous 1.61 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.58.2.2 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:26 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.58.2.1: +2 -3 lines
Diff to previous 1.58.2.1 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.61 / (download) - annotate - [select for diffs], Tue Oct 23 19:58:52 2018 UTC (5 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126
Changes since 1.60: +2 -3 lines
Diff to previous 1.60 (colored) to selected 1.22.2.2 (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.58.2.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:35 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.58: +4 -8 lines
Diff to previous 1.58 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

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

Revision 1.60 / (download) - annotate - [select for diffs], Sat Aug 25 20:52:41 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.59: +3 -2 lines
Diff to previous 1.59 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.59 / (download) - annotate - [select for diffs], Wed Aug 1 20:04:12 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.58: +3 -8 lines
Diff to previous 1.58 (colored) to selected 1.22.2.2 (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.54.6.2 / (download) - annotate - [select for diffs], Fri Jan 26 14:28:17 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.54.6.1: +4 -4 lines
Diff to previous 1.54.6.1 (colored) to branchpoint 1.54 (colored) next main 1.55 (colored) to selected 1.22.2.2 (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.58 / (download) - annotate - [select for diffs], Tue Jan 23 15:08:12 2018 UTC (6 years, 2 months ago) by sevan
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.57: +4 -4 lines
Diff to previous 1.57 (colored) to selected 1.22.2.2 (colored)

Alternate buffer queue strategies no longer considered experimental, update
or add new description for files missed out in the previous run.

Revision 1.32.2.4 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:22 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.32.2.3: +29 -13 lines
Diff to previous 1.32.2.3 (colored) next main 1.33 (colored) to selected 1.22.2.2 (colored)

update from HEAD

Revision 1.57 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:41 2017 UTC (6 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.56: +4 -13 lines
Diff to previous 1.56 (colored) to selected 1.22.2.2 (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.56 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:44 2017 UTC (6 years, 7 months ago) by sevan
Branch: MAIN
Changes since 1.55: +2 -5 lines
Diff to previous 1.55 (colored) to selected 1.22.2.2 (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.45.2.7 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:43 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.6: +3 -3 lines
Diff to previous 1.45.2.6 (colored) to branchpoint 1.45 (colored) next main 1.46 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

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

Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.54.6.1 / (download) - annotate - [select for diffs], Wed Jul 5 13:58:48 2017 UTC (6 years, 9 months ago) by martin
Branch: netbsd-8
CVS Tags: matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.54: +4 -4 lines
Diff to previous 1.54 (colored) to selected 1.22.2.2 (colored)

Remove options DIAGNOSTIC/DEBUG and PAX debug options.
Requested by snj in #60.

Revision 1.53.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:29 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored) next main 1.54 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.48.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:15 2017 UTC (7 years ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.48.2.1: +3 -2 lines
Diff to previous 1.48.2.1 (colored) to branchpoint 1.48 (colored) next main 1.49 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.54 / (download) - annotate - [select for diffs], Sun Feb 19 07:47:01 2017 UTC (7 years, 1 month ago) by rin
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Branch point for: netbsd-8
Changes since 1.53: +3 -2 lines
Diff to previous 1.53 (colored) to selected 1.22.2.2 (colored)

PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.

Revision 1.45.2.6 / (download) - annotate - [select for diffs], Sun Feb 5 13:40:14 2017 UTC (7 years, 2 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.5: +4 -2 lines
Diff to previous 1.45.2.5 (colored) to branchpoint 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.48.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:19 2017 UTC (7 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.48: +27 -2 lines
Diff to previous 1.48 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.53 / (download) - annotate - [select for diffs], Tue Dec 13 20:42:19 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107, nick-nhusb-base-20170204, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored) to selected 1.22.2.2 (colored)

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

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

remove VAUDIOSPEAKER for now, will be done differently.

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

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

Revision 1.45.2.5 / (download) - annotate - [select for diffs], Mon Dec 5 10:54:54 2016 UTC (7 years, 4 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.4: +3 -2 lines
Diff to previous 1.45.2.4 (colored) to branchpoint 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.50 / (download) - annotate - [select for diffs], Sat Nov 26 13:59:45 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: nick-nhusb-base-20161204
Changes since 1.49: +3 -2 lines
Diff to previous 1.49 (colored) to selected 1.22.2.2 (colored)

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.45.2.4 / (download) - annotate - [select for diffs], Wed Oct 5 20:55:30 2016 UTC (7 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.3: +24 -2 lines
Diff to previous 1.45.2.3 (colored) to branchpoint 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.49 / (download) - annotate - [select for diffs], Sun Aug 28 14:23:00 2016 UTC (7 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104, nick-nhusb-base-20161004, localcount-20160914
Changes since 1.48: +24 -2 lines
Diff to previous 1.48 (colored) to selected 1.22.2.2 (colored)

Turn on ASLR/MPROTECT

Revision 1.45.2.3 / (download) - annotate - [select for diffs], Fri Apr 22 15:44:10 2016 UTC (7 years, 11 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.2: +3 -3 lines
Diff to previous 1.45.2.2 (colored) to branchpoint 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 19 23:21:03 2016 UTC (8 years ago) by gdt
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422
Branch point for: pgoyette-localcount
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored) to selected 1.22.2.2 (colored)

Disable uscanner in all kernel configs

As discussed on current-users@, SANE uses ugen via libusb and not
uscanner, so users are not well served by having uscanner.  Consensus
is that addressing how to adjust permissions for scanners should not
block restoring basic functionionality.

(Compile-tested only, but there are multiple reports of this being the
right approach.)

Revision 1.45.2.2 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:45 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.45.2.1: +2 -3 lines
Diff to previous 1.45.2.1 (colored) to branchpoint 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.47 / (download) - annotate - [select for diffs], Sat Aug 8 06:36:25 2015 UTC (8 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored) to selected 1.22.2.2 (colored)

Remove KMEMSTATS.

Revision 1.40.4.3 / (download) - annotate - [select for diffs], Fri May 15 03:44:18 2015 UTC (8 years, 11 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.40.4.2: +3 -2 lines
Diff to previous 1.40.4.2 (colored) to branchpoint 1.40 (colored) next main 1.41 (colored) to selected 1.22.2.2 (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.45.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:17:58 2015 UTC (9 years ago) by skrll
Branch: nick-nhusb
Changes since 1.45: +3 -2 lines
Diff to previous 1.45 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 5 14:04:46 2015 UTC (9 years, 2 months ago) by nonaka
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406
Changes since 1.45: +3 -2 lines
Diff to previous 1.45 (colored) to selected 1.22.2.2 (colored)

Added drvctl.

Revision 1.40.4.2 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:30 2014 UTC (9 years, 4 months ago) by snj
Branch: netbsd-7
Changes since 1.40.4.1: +2 -4 lines
Diff to previous 1.40.4.1 (colored) to branchpoint 1.40 (colored) to selected 1.22.2.2 (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.45 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:41 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.44: +2 -4 lines
Diff to previous 1.44 (colored) to selected 1.22.2.2 (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.40.4.1 / (download) - annotate - [select for diffs], Fri Nov 14 15:16:16 2014 UTC (9 years, 5 months ago) by martin
Branch: netbsd-7
Changes since 1.40: +5 -2 lines
Diff to previous 1.40 (colored) to selected 1.22.2.2 (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.44 / (download) - annotate - [select for diffs], Wed Nov 12 10:47:22 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
Changes since 1.43: +5 -2 lines
Diff to previous 1.43 (colored) to selected 1.22.2.2 (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.43 / (download) - annotate - [select for diffs], Sun Aug 24 07:59:22 2014 UTC (9 years, 7 months ago) by jnemeth
Branch: MAIN
Changes since 1.42: +3 -2 lines
Diff to previous 1.42 (colored) to selected 1.22.2.2 (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.42 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:58 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
Changes since 1.41: +5 -5 lines
Diff to previous 1.41 (colored) to selected 1.22.2.2 (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.32.2.3 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:09 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.32.2.2: +1 -2 lines
Diff to previous 1.32.2.2 (colored) to selected 1.22.2.2 (colored)

Rebase to HEAD as of a few days ago.

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

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

Revision 1.28.4.3 / (download) - annotate - [select for diffs], Thu May 22 11:39:54 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.28.4.2: +8 -12 lines
Diff to previous 1.28.4.2 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored) to selected 1.22.2.2 (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.38.4.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:14 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.38.4.1: +3 -3 lines
Diff to previous 1.38.4.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.40 / (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, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.22.2.2 (colored)

fix manual section numbering of sysctl.
  thanks wiz@

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

sync with head

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

G/C PFIL_HOOKS from the kernel configs.

Revision 1.32.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:07 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.32.2.1: +7 -10 lines
Diff to previous 1.32.2.1 (colored) to selected 1.22.2.2 (colored)

resync from head

Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:15 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Branch point for: rmind-smpnet
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.22.2.2 (colored)

more bogus number removal

Revision 1.37 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:31 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored) to selected 1.22.2.2 (colored)

the bogus number police

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

remove confusing numeric locators where they are unused.

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

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

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

Retire OSI network stack. OK core@

Revision 1.32.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:29 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.28.4.2 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:53 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.28.4.1: +4 -3 lines
Diff to previous 1.28.4.1 (colored) to branchpoint 1.28 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:13 2012 UTC (11 years, 6 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.32 / (download) - annotate - [select for diffs], Sat Sep 1 18:17:51 2012 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.22.2.2 (colored)

Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.

Revision 1.28.4.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:34 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.28: +3 -5 lines
Diff to previous 1.28 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.29.2.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:22 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.29.2.1: +2 -3 lines
Diff to previous 1.29.2.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored) to selected 1.22.2.2 (colored)

sync to latest -current

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:53 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base10
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.22.2.2 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.29.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:32:26 2012 UTC (12 years, 2 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.22.2.2 (colored)

merge to -current.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:29 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base, 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, 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, netbsd-6, 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
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:23 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored) to selected 1.22.2.2 (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.27.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:05:55 2011 UTC (12 years, 10 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.23.2.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:09 2011 UTC (12 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.23.2.2: +2 -1 lines
Diff to previous 1.23.2.2 (colored) to branchpoint 1.23 (colored) next main 1.24 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:26 2011 UTC (13 years, 1 month ago) by bouyer
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, jmcneill-audiomp3-base, jmcneill-audiomp3, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored) to selected 1.22.2.2 (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.23.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:51 2011 UTC (13 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.23.2.1: +4 -4 lines
Diff to previous 1.23.2.1 (colored) to branchpoint 1.23 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.27.4.1 / (download) - annotate - [select for diffs], Tue Feb 8 19:29:36 2011 UTC (13 years, 2 months ago) by bouyer
Branch: bouyer-quota2
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 3 06:07:43 2011 UTC (13 years, 3 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.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.22.2.2 (colored)

Xref module(7) in comments.

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

Remove unused count from pseudo-device md.

Revision 1.22.2.2 / (download) - annotate - [selected], Tue Aug 17 06:44:43 2010 UTC (13 years, 8 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.22.2.1: +2 -1 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)

Sync with HEAD.

Revision 1.12.4.4 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:17 2010 UTC (13 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12.4.3: +4 -3 lines
Diff to previous 1.12.4.3 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.23.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:16:56 2010 UTC (13 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.23: +4 -3 lines
Diff to previous 1.23 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 8 22:16:28 2010 UTC (13 years, 11 months ago) by mrg
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.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.22.2.2 (colored)

enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.

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

Sync with HEAD.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:32 2010 UTC (14 years ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.12.4.3 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:33 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12.4.2: +11 -3 lines
Diff to previous 1.12.4.2 (colored) to branchpoint 1.12 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 7 09:39:43 2010 UTC (14 years, 1 month ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.22: +5 -2 lines
Diff to previous 1.22 (colored) to selected 1.22.2.2 (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.22 / (download) - annotate - [select for diffs], Thu Dec 17 20:07:19 2009 UTC (14 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.21: +6 -2 lines
Diff to previous 1.21 (colored) to selected 1.22.2.2 (colored)

Add udl(4).  Tested on LANTANK and LCD-8000U.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:15 2009 UTC (14 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored) to selected 1.22.2.2 (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.12.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:11:23 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12.4.1: +11 -5 lines
Diff to previous 1.12.4.1 (colored) to branchpoint 1.12 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:29:01 2009 UTC (15 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.16.2.1: +3 -2 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:06 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.19: +3 -2 lines
Diff to previous 1.19 (colored) to selected 1.22.2.2 (colored)

add COMPAT_50 to all the configs with COMPAT_40.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:16:22 2009 UTC (15 years, 3 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.11.6.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:09 2009 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.6.3: +1 -2 lines
Diff to previous 1.11.6.3 (colored) to branchpoint 1.11 (colored) next main 1.12 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.14.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:15 2008 UTC (15 years, 4 months ago) by haad
Branch: haad-dm
Changes since 1.14.4.1: +3 -4 lines
Diff to previous 1.14.4.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored) to selected 1.22.2.2 (colored)

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

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

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

Proposed on tech-kern@.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Nov 12 19:41:30 2008 UTC (15 years, 5 months ago) by uwe
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) to selected 1.22.2.2 (colored)

Add commented out "options MODULAR" (doesn't work yet).

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:02 2008 UTC (15 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored) to selected 1.22.2.2 (colored)

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

Proposed on tech-kern@.

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:15:50 2008 UTC (15 years, 6 months ago) by haad
Branch: haad-dm
Changes since 1.14: +8 -2 lines
Diff to previous 1.14 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

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

Sync with HEAD.

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:28 2008 UTC (15 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.13.2.1: +8 -2 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.22.2.2 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:21 2008 UTC (15 years, 8 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.15: +7 -2 lines
Diff to previous 1.15 (colored) to selected 1.22.2.2 (colored)

Add accept filters to GENERIC kernels where they exist.

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

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

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

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

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:47 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.12.2.1: +3 -3 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.11.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:20 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.11.6.1: +2 -2 lines
Diff to previous 1.11.6.1 (colored) to branchpoint 1.11 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 1 03:34:17 2008 UTC (15 years, 10 months ago) by uwe
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.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.22.2.2 (colored)

Enable TMPFS by default.

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:32:19 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:22:42 2008 UTC (15 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 6 01:30:22 2008 UTC (15 years, 11 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored) to selected 1.22.2.2 (colored)

Enable re(4) now that bus_dma is fixed to deal with TLB-mapped data in mbufs.

Revision 1.11.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:20 2008 UTC (16 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:15:00 2008 UTC (16 years ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.8.10.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:09 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.8.10.2: +3 -3 lines
Diff to previous 1.8.10.2 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored) to selected 1.22.2.2 (colored)

sync with HEAD

Revision 1.2.6.6 / (download) - annotate - [select for diffs], Mon Mar 17 09:14:21 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.6.5: +3 -3 lines
Diff to previous 1.2.6.5 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 29 14:42:32 2008 UTC (16 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.22.2.2 (colored)

Remove GENERIC.local from the repository

Make all the kernels that currently include their corresponding GENERIC.local
file use the cinclude directive instead of include.  This way config(1) will
not complain if the file cannot be found.

After doing this, remove the GENERIC.local files from the repository so that
the user will not see modified files during updates, and local changes to
them cannot end up in the repository by mistake.

Discussed in tech-kern@ earlier this month.  No strong objections.

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:42 2008 UTC (16 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.2.6.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:37:19 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.6.4: +2 -3 lines
Diff to previous 1.2.6.4 (colored) to branchpoint 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.8.10.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:46:56 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.8.10.1: +2 -3 lines
Diff to previous 1.8.10.1 (colored) to branchpoint 1.8 (colored) to selected 1.22.2.2 (colored)

sync with HEAD

Revision 1.10.8.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:48:29 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

Revision 1.11 / (download) - annotate - [select for diffs], Mon Dec 31 15:31:58 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, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Branch point for: mjf-devfs2, keiichi-mipv6
Changes since 1.10: +2 -3 lines
Diff to previous 1.10 (colored) to selected 1.22.2.2 (colored)

Remove systrace. Ok core@.

Revision 1.3.2.3 / (download) - annotate - [select for diffs], Mon Dec 3 18:37:00 2007 UTC (16 years, 4 months ago) by ad
Branch: vmlocking
Changes since 1.3.2.2: +2 -7 lines
Diff to previous 1.3.2.2 (colored) next main 1.4 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.2.6.4 / (download) - annotate - [select for diffs], Thu Nov 15 11:43:01 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.6.3: +2 -7 lines
Diff to previous 1.2.6.3 (colored) to branchpoint 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.8.14.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:38 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.8: +2 -7 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD

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

sync with HEAD

Revision 1.8.8.1 / (download) - annotate - [select for diffs], Sun Nov 4 21:03:00 2007 UTC (16 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.8: +2 -7 lines
Diff to previous 1.8 (colored) next main 1.9 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:23 2007 UTC (16 years, 5 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.9: +2 -7 lines
Diff to previous 1.9 (colored) to selected 1.22.2.2 (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.9 / (download) - annotate - [select for diffs], Wed Oct 17 19:55:03 2007 UTC (16 years, 6 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.22.2.2 (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.2.6.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:27:01 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.6.2: +463 -4 lines
Diff to previous 1.2.6.2 (colored) to branchpoint 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.3.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:00:17 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.3: +7 -5 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Tue Jun 26 18:12:45 2007 UTC (16 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.3.2.2 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:14 2007 UTC (16 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.3.2.1: +4 -2 lines
Diff to previous 1.3.2.1 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:21 2007 UTC (16 years, 10 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.7: +3 -2 lines
Diff to previous 1.7 (colored) to selected 1.22.2.2 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 1 13:20:56 2007 UTC (16 years, 10 months ago) by uwe
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored) to selected 1.22.2.2 (colored)

Add COMPAT_40.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Apr 10 13:23:07 2007 UTC (17 years ago) by ad
Branch: vmlocking
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.4.2.2 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:28 2007 UTC (17 years ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.4.2.1: +2 -3 lines
Diff to previous 1.4.2.1 (colored) next main 1.5 (colored) to selected 1.22.2.2 (colored)

Pullup to -current

Revision 1.2.8.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:54:47 2007 UTC (17 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.2.8.1: +5 -5 lines
Diff to previous 1.2.8.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 23 02:19:17 2007 UTC (17 years ago) by uwe
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic
Branch point for: ppcoea-renovation
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.22.2.2 (colored)

We don't need SYMTAB_SPACE.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun Mar 18 00:06:32 2007 UTC (17 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored) to selected 1.22.2.2 (colored)

First attempt to bring branch in sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 17 14:19:39 2007 UTC (17 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored) to selected 1.22.2.2 (colored)

Don't hijack COPTS to specify cpu type, we have CPUTYPE for that.
Provide a commented out example of a useful COPTS setting.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:24 2007 UTC (17 years, 1 month ago) by drochner
Branch: MAIN
Branch point for: reinoud-bufcleanup
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.22.2.2 (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.2.8.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:48:41 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.2: +461 -4 lines
Diff to previous 1.2 (colored) to selected 1.22.2.2 (colored)

Sync with HEAD.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 4 10:39:43 2007 UTC (17 years, 1 month ago) by tsutsui
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.2: +461 -4 lines
Diff to previous 1.2 (colored) to selected 1.22.2.2 (colored)

Make GENERIC really generic, remove GENERIC.in, and
use <no> keyword in model specific HDL-U and USL-5P files.

Revision 1.2.6.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:21 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2.6.1: +11 -0 lines
Diff to previous 1.2.6.1 (colored) to branchpoint 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.1.4.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:23 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored) next main 1.2 (colored) to selected 1.22.2.2 (colored)

Sync with head.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:11 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.2.2: +1 -2 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.2.6.1, Mon Sep 11 13:54:14 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.2: +0 -11 lines
FILE REMOVED

file GENERIC was added on branch yamt-lazymbuf on 2006-12-30 20:46:21 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 11 13:54:14 2006 UTC (17 years, 7 months ago) by nonaka
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-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, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-lazymbuf, yamt-idlelwp
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored) to selected 1.22.2.2 (colored)

All supported model is PCLOCK == 33.33MHz

Revision 1.1.6.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:40:48 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.1.6.1: +12 -0 lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.22.2.2 (colored)

sync with head

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:05 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1.2.1: +12 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) to selected 1.22.2.2 (colored)

sync with head.

Revision 1.1.6.1, Fri Sep 1 21:26:18 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.1: +0 -12 lines
FILE REMOVED

file GENERIC was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:48 +0000

Revision 1.1.2.1, Fri Sep 1 21:26:18 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.1: +0 -12 lines
FILE REMOVED

file GENERIC was added on branch yamt-pdpolicy on 2006-09-03 15:23:05 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 1 21:26:18 2006 UTC (17 years, 7 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb, newlock2
Diff to selected 1.22.2.2 (colored)

Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org>

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>