The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.240 / (download) - annotate - [select for diffs], Tue Apr 2 22:56:51 2024 UTC (2 weeks, 1 day ago) by charlotte
Branch: MAIN
CVS Tags: HEAD
Changes since 1.239: +3 -2 lines
Diff to previous 1.239 (colored) to selected 1.131 (colored)

Mention DKWEDGE_METHOD_TOS in several kernel config files

Revision 1.237.4.1 / (download) - annotate - [select for diffs], Mon Oct 9 23:33:46 2023 UTC (6 months, 1 week ago) by snj
Branch: netbsd-10
CVS Tags: 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
Changes since 1.237: +3 -3 lines
Diff to previous 1.237 (colored) next main 1.238 (colored) to selected 1.131 (colored)

Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

Revision 1.239 / (download) - annotate - [select for diffs], Thu Feb 9 14:09:49 2023 UTC (14 months, 1 week ago) by abs
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation
Changes since 1.238: +4 -4 lines
Diff to previous 1.238 (colored) to selected 1.131 (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.238 / (download) - annotate - [select for diffs], Thu Feb 9 13:16:05 2023 UTC (14 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.237: +5 -5 lines
Diff to previous 1.237 (colored) to selected 1.131 (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.237 / (download) - annotate - [select for diffs], Thu Sep 29 10:10:10 2022 UTC (18 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Changes since 1.236: +3 -2 lines
Diff to previous 1.236 (colored) to selected 1.131 (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.236 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:29 2022 UTC (20 months, 1 week ago) by simonb
Branch: MAIN
Changes since 1.235: +7 -6 lines
Diff to previous 1.235 (colored) to selected 1.131 (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.233.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:38 2021 UTC (3 years ago) by thorpej
Branch: thorpej-futex
Changes since 1.233: +6 -2 lines
Diff to previous 1.233 (colored) next main 1.234 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.235 / (download) - annotate - [select for diffs], Thu Mar 4 20:17:00 2021 UTC (3 years, 1 month ago) by palle
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.234: +3 -2 lines
Diff to previous 1.234 (colored) to selected 1.131 (colored)

sun4v: add vnet driver from openbsd - compiles but probably does not work yet - still WIP

Revision 1.234 / (download) - annotate - [select for diffs], Sun Jan 31 08:07:25 2021 UTC (3 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.233: +5 -2 lines
Diff to previous 1.233 (colored) to selected 1.131 (colored)

Allow local builds to add configuration changes via GENERIC.local

Revision 1.233 / (download) - annotate - [select for diffs], Fri Oct 30 06:44:37 2020 UTC (3 years, 5 months ago) by jdc
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.232: +4 -2 lines
Diff to previous 1.232 (colored) to selected 1.131 (colored)

Add pcagpio and pcf8574io - hardware status monitors on V210/V240 and E250.

Revision 1.232 / (download) - annotate - [select for diffs], Mon Oct 26 11:49:45 2020 UTC (3 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.231: +2 -5 lines
Diff to previous 1.231 (colored) to selected 1.131 (colored)

Backout previous, PR 54810 has been fixed.

Revision 1.231 / (download) - annotate - [select for diffs], Sun Oct 25 18:53:11 2020 UTC (3 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.230: +5 -2 lines
Diff to previous 1.230 (colored) to selected 1.131 (colored)

Temporarily disable NTFS for an internal test.

Revision 1.230 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:54 2020 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.229: +3 -2 lines
Diff to previous 1.229 (colored) to selected 1.131 (colored)

vether: Add to kernel configurations

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

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

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

Revision 1.228 / (download) - annotate - [select for diffs], Wed May 13 10:33:16 2020 UTC (3 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.227: +4 -116 lines
Diff to previous 1.227 (colored) to selected 1.131 (colored)

Remove local USB device declarations, include the central list instead

Revision 1.227 / (download) - annotate - [select for diffs], Mon May 11 18:29:59 2020 UTC (3 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.226: +7 -2 lines
Diff to previous 1.226 (colored) to selected 1.131 (colored)

Add "wb at ebus" and sdmmc, ld for the SD card reader on SPARCle.

Revision 1.204.4.3 / (download) - annotate - [select for diffs], Mon Apr 13 08:04:07 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.204.4.2: +9 -0 lines
Diff to previous 1.204.4.2 (colored) to branchpoint 1.204 (colored) next main 1.205 (colored) to selected 1.131 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.204.4.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:53 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.204.4.1: +2 -14 lines
Diff to previous 1.204.4.1 (colored) to branchpoint 1.204 (colored) to selected 1.131 (colored)

Merge changes from current as of 20200406

Revision 1.226 / (download) - annotate - [select for diffs], Sat Mar 28 08:35:36 2020 UTC (4 years ago) by isaki
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.225: +2 -5 lines
Diff to previous 1.225 (colored) to selected 1.131 (colored)

Reduce default AUDIO_BLK_MS from 40msec to 10msec on all platform except m68k
(m68k uses 40msec default as before).  And remove the option from GENERIC.
- It's not good idea to set such parameter in individual GENERICs.
- 4msec is (probably no problem for most modern real hardware but)
  too aggressive to be default.
- 10msec is too severe for antique machines but it's hard to draw a line.

Revision 1.225 / (download) - annotate - [select for diffs], Mon Mar 16 19:09:34 2020 UTC (4 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.224: +5 -2 lines
Diff to previous 1.224 (colored) to selected 1.131 (colored)

Lower blk_ms on more ports that are even slightly likely to play video

Revision 1.218.2.2 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:31 2020 UTC (4 years, 1 month ago) by ad
Branch: ad-namecache
Changes since 1.218.2.1: +2 -5 lines
Diff to previous 1.218.2.1 (colored) to branchpoint 1.218 (colored) next main 1.219 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.224 / (download) - annotate - [select for diffs], Wed Jan 29 18:39:03 2020 UTC (4 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Changes since 1.223: +2 -5 lines
Diff to previous 1.223 (colored) to selected 1.131 (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.218.2.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:43 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.218: +2 -11 lines
Diff to previous 1.218 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.223 / (download) - annotate - [select for diffs], Sat Jan 25 18:38:36 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-namecache-base2
Changes since 1.222: +2 -4 lines
Diff to previous 1.222 (colored) to selected 1.131 (colored)

Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
  (pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
  to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.

Revision 1.222 / (download) - annotate - [select for diffs], Mon Jan 20 18:38:21 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.221: +2 -3 lines
Diff to previous 1.221 (colored) to selected 1.131 (colored)

Remove FDDI support.

Revision 1.221 / (download) - annotate - [select for diffs], Sun Jan 19 20:00:37 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.220: +2 -4 lines
Diff to previous 1.220 (colored) to selected 1.131 (colored)

Remove Token Ring support.

Revision 1.220 / (download) - annotate - [select for diffs], Sun Jan 19 06:55:24 2020 UTC (4 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.219: +2 -3 lines
Diff to previous 1.219 (colored) to selected 1.131 (colored)

Remove HIPPI support and the esh(4) driver that uses it.  There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.

Revision 1.219 / (download) - annotate - [select for diffs], Sun Jan 19 01:25:07 2020 UTC (4 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.218: +2 -5 lines
Diff to previous 1.218 (colored) to selected 1.131 (colored)

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

Revision 1.216.2.1 / (download) - annotate - [select for diffs], Thu Nov 21 18:18:00 2019 UTC (4 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Changes since 1.216: +4 -4 lines
Diff to previous 1.216 (colored) next main 1.217 (colored) to selected 1.131 (colored)

In preparation for the upcoming release, turn off DIAGNOSTIC in most
kernel configs, modules and libc.

Revision 1.218 / (download) - annotate - [select for diffs], Tue Nov 5 12:59:54 2019 UTC (4 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: phil-wifi-20191119, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Changes since 1.217: +10 -2 lines
Diff to previous 1.217 (colored) to selected 1.131 (colored)

Add GPT wedge autodiscovery

Revision 1.217 / (download) - annotate - [select for diffs], Tue Nov 5 12:28:23 2019 UTC (4 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.216: +3 -2 lines
Diff to previous 1.216 (colored) to selected 1.131 (colored)

Add siisata* at pci (no idea why it was missing)

Revision 1.204.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:47 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.204: +18 -62 lines
Diff to previous 1.204 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.216 / (download) - annotate - [select for diffs], Mon May 6 02:24:37 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20190609, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.215: +4 -25 lines
Diff to previous 1.215 (colored) to selected 1.131 (colored)

Use filesystems.config to reduce duplication

Revision 1.215 / (download) - annotate - [select for diffs], Fri Apr 26 21:40:32 2019 UTC (4 years, 11 months ago) by sevan
Branch: MAIN
Changes since 1.214: +6 -21 lines
Diff to previous 1.214 (colored) to selected 1.131 (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.214 / (download) - annotate - [select for diffs], Wed Feb 6 11:58:32 2019 UTC (5 years, 2 months ago) by rin
Branch: MAIN
CVS Tags: isaki-audio2-base, isaki-audio2
Changes since 1.213: +3 -2 lines
Diff to previous 1.213 (colored) to selected 1.131 (colored)

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

Revision 1.204.2.5 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:43 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.204.2.4: +4 -9 lines
Diff to previous 1.204.2.4 (colored) to branchpoint 1.204 (colored) next main 1.205 (colored) to selected 1.131 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.213 / (download) - annotate - [select for diffs], Wed Dec 19 13:57:50 2018 UTC (5 years, 4 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.212: +4 -7 lines
Diff to previous 1.212 (colored) to selected 1.131 (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.212 / (download) - annotate - [select for diffs], Fri Dec 14 09:21:32 2018 UTC (5 years, 4 months ago) by nakayama
Branch: MAIN
Changes since 1.211: +2 -3 lines
Diff to previous 1.211 (colored) to selected 1.131 (colored)

Remove comment about removed lmc*.

Revision 1.211 / (download) - annotate - [select for diffs], Wed Dec 12 06:29:37 2018 UTC (5 years, 4 months ago) by maxv
Branch: MAIN
Changes since 1.210: +2 -3 lines
Diff to previous 1.210 (colored) to selected 1.131 (colored)

Remove references to "lmc" in the kernel configurations.

Revision 1.204.2.4 / (download) - annotate - [select for diffs], Mon Nov 26 01:52:27 2018 UTC (5 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.204.2.3: +6 -3 lines
Diff to previous 1.204.2.3 (colored) to branchpoint 1.204 (colored) to selected 1.131 (colored)

Sync with HEAD, resolve a couple of conflicts

Revision 1.210 / (download) - annotate - [select for diffs], Fri Nov 2 19:57:32 2018 UTC (5 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: pgoyette-compat-1126
Changes since 1.209: +6 -2 lines
Diff to previous 1.209 (colored) to selected 1.131 (colored)

add jbusi2c

Revision 1.209 / (download) - annotate - [select for diffs], Tue Oct 23 19:58:53 2018 UTC (5 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.208: +2 -3 lines
Diff to previous 1.208 (colored) to selected 1.131 (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.204.2.3 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:29 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.204.2.2: +3 -2 lines
Diff to previous 1.204.2.2 (colored) to branchpoint 1.204 (colored) to selected 1.131 (colored)

Sync with head

Revision 1.208 / (download) - annotate - [select for diffs], Sat Oct 13 21:02:34 2018 UTC (5 years, 6 months ago) by macallan
Branch: MAIN
CVS Tags: pgoyette-compat-1020
Changes since 1.207: +3 -2 lines
Diff to previous 1.207 (colored) to selected 1.131 (colored)

add tadpmu

Revision 1.204.2.2 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:47 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.204.2.1: +2 -3 lines
Diff to previous 1.204.2.1 (colored) to branchpoint 1.204 (colored) to selected 1.131 (colored)

Ssync with HEAD

Revision 1.204.2.1 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:42 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.204: +4 -11 lines
Diff to previous 1.204 (colored) to selected 1.131 (colored)

Sync with HEAD

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

Revision 1.207 / (download) - annotate - [select for diffs], Thu Sep 6 05:36:50 2018 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.206: +2 -3 lines
Diff to previous 1.206 (colored) to selected 1.131 (colored)

Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.

Revision 1.206 / (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-0906
Changes since 1.205: +3 -2 lines
Diff to previous 1.205 (colored) to selected 1.131 (colored)

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

Revision 1.205 / (download) - annotate - [select for diffs], Wed Aug 1 20:04:14 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.204: +3 -11 lines
Diff to previous 1.204 (colored) to selected 1.131 (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.148.2.2.4.1 / (download) - annotate - [select for diffs], Tue May 22 14:49:02 2018 UTC (5 years, 10 months ago) by martin
Branch: netbsd-6-0
Changes since 1.148.2.2: +4 -4 lines
Diff to previous 1.148.2.2 (colored) next main 1.148.2.3 (colored) to selected 1.131 (colored)

Apply patch requested by maxv in ticket #1500:

 * disable compat_svr4 and compat_svr4_32 everywhere
 * disable compat_ibcs2 everywhere but on Vax
 * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list

Revision 1.148.2.2.6.1 / (download) - annotate - [select for diffs], Tue May 22 14:44:30 2018 UTC (5 years, 10 months ago) by martin
Branch: netbsd-6-1
Changes since 1.148.2.2: +4 -4 lines
Diff to previous 1.148.2.2 (colored) next main 1.148.2.3 (colored) to selected 1.131 (colored)

Apply patch requested by maxv in ticket #1500:

 * disable compat_svr4 and compat_svr4_32 everywhere
 * disable compat_ibcs2 everywhere but on Vax
 * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list

Revision 1.148.2.3 / (download) - annotate - [select for diffs], Tue May 22 14:38:20 2018 UTC (5 years, 10 months ago) by martin
Branch: netbsd-6
Changes since 1.148.2.2: +4 -4 lines
Diff to previous 1.148.2.2 (colored) to branchpoint 1.148 (colored) next main 1.149 (colored) to selected 1.131 (colored)

Apply patch requested by maxv in ticket #1500:

 * disable compat_svr4 and compat_svr4_32 everywhere
 * disable compat_ibcs2 everywhere but on Vax
 * remove the svr4/svr4_32/ibcs2/freebsd entries from the autoload list

Revision 1.198.6.5 / (download) - annotate - [select for diffs], Wed Apr 18 14:45:08 2018 UTC (6 years 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.198.6.4: +3 -3 lines
Diff to previous 1.198.6.4 (colored) to branchpoint 1.198 (colored) next main 1.199 (colored) to selected 1.131 (colored)

Requested by skrll in ticket #60:
        sys/arch/amd64/conf/GENERIC
        sys/arch/amd64/conf/XEN3_DOM0
        sys/arch/amd64/conf/XEN3_DOMU
        sys/arch/cobalt/conf/GENERIC
        sys/arch/evbarm/conf/BEAGLEBONE
        sys/arch/evbarm/conf/BEAGLEBOARD
        sys/arch/evbarm/conf/BEAGLEBOARDXM
        sys/arch/evbarm/conf/GENERIC.common
        sys/arch/i386/conf/GENERIC
        sys/arch/i386/conf/XEN3_DOM0
        sys/arch/i386/conf/XEN3_DOMU
        sys/arch/mvmeppc/conf/GENERIC
        sys/arch/shark/conf/GENERIC
        sys/arch/sparc64/conf/GENERIC
        sys/arch/zaurus/conf/GENERIC

Remove option DIAGNOSTIC.

Revision 1.171.4.5 / (download) - annotate - [select for diffs], Sun Feb 25 21:16:07 2018 UTC (6 years, 1 month ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-2-RELEASE
Changes since 1.171.4.4: +4 -4 lines
Diff to previous 1.171.4.4 (colored) to branchpoint 1.171 (colored) next main 1.172 (colored) to selected 1.131 (colored)

Apply patch (requested by maxv in ticket #1499):
- disable compat_svr4 and compat_svr4_32 everywhere
- disable compat_ibcs2 everywhere but on Vax
- remove svr4/svr4_32/ibcs2/freebsd from the module autoload list

Revision 1.171.4.4.6.1 / (download) - annotate - [select for diffs], Sun Feb 25 21:15:39 2018 UTC (6 years, 1 month ago) by snj
Branch: netbsd-7-1
CVS Tags: netbsd-7-1-2-RELEASE
Changes since 1.171.4.4: +4 -4 lines
Diff to previous 1.171.4.4 (colored) next main 1.171.4.5 (colored) to selected 1.131 (colored)

Apply patch (requested by maxv in ticket #1499):
- disable compat_svr4 and compat_svr4_32 everywhere
- disable compat_ibcs2 everywhere but on Vax
- remove svr4/svr4_32/ibcs2/freebsd from the module autoload list

Revision 1.171.4.4.2.1 / (download) - annotate - [select for diffs], Sun Feb 25 21:15:20 2018 UTC (6 years, 1 month ago) by snj
Branch: netbsd-7-0
Changes since 1.171.4.4: +4 -4 lines
Diff to previous 1.171.4.4 (colored) next main 1.171.4.5 (colored) to selected 1.131 (colored)

Apply patch (requested by maxv in ticket #1499):
- disable compat_svr4 and compat_svr4_32 everywhere
- disable compat_ibcs2 everywhere but on Vax
- remove svr4/svr4_32/ibcs2/freebsd from the module autoload list

Revision 1.204 / (download) - annotate - [select for diffs], Mon Feb 5 15:18:11 2018 UTC (6 years, 2 months 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.203: +2 -3 lines
Diff to previous 1.203 (colored) to selected 1.131 (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.198.6.4 / (download) - annotate - [select for diffs], Fri Jan 26 14:28:13 2018 UTC (6 years, 2 months ago) by martin
Branch: netbsd-8
Changes since 1.198.6.3: +4 -4 lines
Diff to previous 1.198.6.3 (colored) to branchpoint 1.198 (colored) to selected 1.131 (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.203 / (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.202: +4 -4 lines
Diff to previous 1.202 (colored) to selected 1.131 (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.152.2.5 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:44 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.152.2.4: +101 -87 lines
Diff to previous 1.152.2.4 (colored) next main 1.153 (colored) to selected 1.131 (colored)

update from HEAD

Revision 1.202 / (download) - annotate - [select for diffs], Thu Sep 14 07:58:43 2017 UTC (6 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202
Changes since 1.201: +3 -19 lines
Diff to previous 1.201 (colored) to selected 1.131 (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.201 / (download) - annotate - [select for diffs], Wed Sep 13 22:24:46 2017 UTC (6 years, 7 months ago) by sevan
Branch: MAIN
Changes since 1.200: +2 -5 lines
Diff to previous 1.200 (colored) to selected 1.131 (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.198.6.3 / (download) - annotate - [select for diffs], Thu Aug 31 08:41:33 2017 UTC (6 years, 7 months ago) by bouyer
Branch: netbsd-8
CVS Tags: matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.198.6.2: +4 -4 lines
Diff to previous 1.198.6.2 (colored) to branchpoint 1.198 (colored) to selected 1.131 (colored)

apply paych, requested by maxv in ticket #237:
	sys/arch/amiga/conf/DRACO		patch
	sys/arch/amiga/conf/GENERIC		patch
	sys/arch/amiga/conf/GENERIC.in		patch
	sys/arch/i386/conf/ALL			patch
	sys/arch/i386/conf/GENERIC		patch
	sys/arch/i386/conf/XEN3_DOM0		patch
	sys/arch/i386/conf/XEN3_DOMU		patch
	sys/arch/sparc/conf/GENERIC		patch
	sys/arch/sparc/conf/KRUPS		patch
	sys/arch/sparc/conf/MRCOFFEE		patch
	sys/arch/sparc/conf/TADPOLE3GX		patch
	sys/arch/sparc64/conf/GENERIC		patch
	sys/arch/sparc64/conf/NONPLUS64		patch
	sys/kern/kern_exec.c			patch

Disables compat_svr4 and compat_svr4_32 on each architecture,
and removes the associated module autoload entries.

Revision 1.198.6.2 / (download) - annotate - [select for diffs], Tue Aug 29 09:42:19 2017 UTC (6 years, 7 months ago) by martin
Branch: netbsd-8
Changes since 1.198.6.1: +3 -3 lines
Diff to previous 1.198.6.1 (colored) to branchpoint 1.198 (colored) to selected 1.131 (colored)

Requested by skrll in ticket #60:
	sys/arch/amd64/conf/GENERIC
	sys/arch/amd64/conf/XEN3_DOM0
	sys/arch/amd64/conf/XEN3_DOMU
	sys/arch/cobalt/conf/GENERIC
	sys/arch/evbarm/conf/BEAGLEBONE
	sys/arch/evbarm/conf/BEAGLEBOARD
	sys/arch/evbarm/conf/BEAGLEBOARDXM
	sys/arch/evbarm/conf/GENERIC.common
	sys/arch/i386/conf/GENERIC
	sys/arch/i386/conf/XEN3_DOM0
	sys/arch/i386/conf/XEN3_DOMU
	sys/arch/mvmeppc/conf/GENERIC
	sys/arch/shark/conf/GENERIC
	sys/arch/sparc64/conf/GENERIC
	sys/arch/zaurus/conf/GENERIC


Re-enable option DIAGNOSTIC for now, will remove it again later.

Revision 1.177.2.10 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:52 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.9: +15 -7 lines
Diff to previous 1.177.2.9 (colored) to branchpoint 1.177 (colored) next main 1.178 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.200 / (download) - annotate - [select for diffs], Sun Jul 30 13:12:49 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.199: +4 -4 lines
Diff to previous 1.199 (colored) to selected 1.131 (colored)

Disable svr4 and svr4_32 on sparc, sparc64 and amiga - the only places
where they were still enabled.

Revision 1.199 / (download) - annotate - [select for diffs], Sat Jul 29 18:08:59 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.198: +2 -3 lines
Diff to previous 1.198 (colored) to selected 1.131 (colored)

Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.198.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
Changes since 1.198: +4 -4 lines
Diff to previous 1.198 (colored) to selected 1.131 (colored)

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

Revision 1.191.2.2 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:07 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.191.2.1: +13 -4 lines
Diff to previous 1.191.2.1 (colored) to branchpoint 1.191 (colored) next main 1.192 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.196.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:53:37 2017 UTC (6 years, 11 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.196: +13 -4 lines
Diff to previous 1.196 (colored) next main 1.197 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.198 / (download) - annotate - [select for diffs], Sat Mar 25 13:24:08 2017 UTC (7 years ago) by martin
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, 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.197: +11 -2 lines
Diff to previous 1.197 (colored) to selected 1.131 (colored)

Add virtio PCI devices, some of them mostly untested so far

Revision 1.197 / (download) - annotate - [select for diffs], Thu Mar 23 11:00:03 2017 UTC (7 years ago) by martin
Branch: MAIN
Changes since 1.196: +4 -4 lines
Diff to previous 1.196 (colored) to selected 1.131 (colored)

Comment out PAX_MPROTECT options completely, instead of just turning them
off globaly. This will make the automatic tests not even try to enable
mprotect, which can't work for our current PLT format and shared binaries.

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

Sync with HEAD

Revision 1.191.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:26 2017 UTC (7 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.191: +5 -2 lines
Diff to previous 1.191 (colored) to selected 1.131 (colored)

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

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

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

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

remove VAUDIOSPEAKER for now, will be done differently.

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

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

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

Sync with HEAD

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

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.177.2.7 / (download) - annotate - [select for diffs], Wed Oct 5 20:55:35 2016 UTC (7 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.6: +3 -2 lines
Diff to previous 1.177.2.6 (colored) to branchpoint 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.192 / (download) - annotate - [select for diffs], Fri Aug 19 19:02:07 2016 UTC (7 years, 8 months ago) by palle
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104, nick-nhusb-base-20161004, localcount-20160914
Changes since 1.191: +3 -2 lines
Diff to previous 1.191 (colored) to selected 1.131 (colored)

sun4v: vdsk and ldc drivers - from OpenBSD, but heavily adapted to NetBSD scsipi - access to a virtual disk served from a ldom primary domain now works

Revision 1.177.2.6 / (download) - annotate - [select for diffs], Sat Jul 9 20:24:57 2016 UTC (7 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.5: +7 -2 lines
Diff to previous 1.177.2.5 (colored) to branchpoint 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.191 / (download) - annotate - [select for diffs], Wed Jun 22 20:12:59 2016 UTC (7 years, 9 months ago) by palle
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20160907
Branch point for: pgoyette-localcount
Changes since 1.190: +3 -2 lines
Diff to previous 1.190 (colored) to selected 1.131 (colored)

sun4v: add cbus driver - from OpenBSD

Revision 1.190 / (download) - annotate - [select for diffs], Fri Jun 17 21:38:09 2016 UTC (7 years, 10 months ago) by palle
Branch: MAIN
Changes since 1.189: +6 -2 lines
Diff to previous 1.189 (colored) to selected 1.131 (colored)

sun4v: vbus and vrtc drivers - from OpenBSD

Revision 1.177.2.5 / (download) - annotate - [select for diffs], Sun May 29 08:44:18 2016 UTC (7 years, 10 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.4: +75 -65 lines
Diff to previous 1.177.2.4 (colored) to branchpoint 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.189 / (download) - annotate - [select for diffs], Thu May 26 10:38:07 2016 UTC (7 years, 10 months ago) by nakayama
Branch: MAIN
CVS Tags: nick-nhusb-base-20160529
Changes since 1.188: +7 -2 lines
Diff to previous 1.188 (colored) to selected 1.131 (colored)

Add more CardBus devices.

Revision 1.188 / (download) - annotate - [select for diffs], Thu May 26 04:26:05 2016 UTC (7 years, 10 months ago) by nakayama
Branch: MAIN
Changes since 1.187: +5 -5 lines
Diff to previous 1.187 (colored) to selected 1.131 (colored)

sort

Revision 1.187 / (download) - annotate - [select for diffs], Wed May 25 20:00:50 2016 UTC (7 years, 10 months ago) by nakayama
Branch: MAIN
Changes since 1.186: +66 -66 lines
Diff to previous 1.186 (colored) to selected 1.131 (colored)

tabify, fix indent and remove trailing whitespace.

Revision 1.186 / (download) - annotate - [select for diffs], Tue May 24 13:57:26 2016 UTC (7 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.185: +4 -3 lines
Diff to previous 1.185 (colored) to selected 1.131 (colored)

Update comment explaining why PAX_MPROTECT is disabled here

Revision 1.185 / (download) - annotate - [select for diffs], Thu May 19 15:37:06 2016 UTC (7 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.184: +8 -4 lines
Diff to previous 1.184 (colored) to selected 1.131 (colored)

Turn on ASLR for sparc64

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

Sync with HEAD

Revision 1.184 / (download) - annotate - [select for diffs], Sat Mar 19 23:21:03 2016 UTC (8 years, 1 month ago) by gdt
Branch: MAIN
CVS Tags: nick-nhusb-base-20160422
Changes since 1.183: +3 -3 lines
Diff to previous 1.183 (colored) to selected 1.131 (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.177.2.3 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:43 2015 UTC (8 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.2: +3 -7 lines
Diff to previous 1.177.2.2 (colored) to branchpoint 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD (as of 26th Dec)

Revision 1.183 / (download) - annotate - [select for diffs], Wed Dec 16 08:00:00 2015 UTC (8 years, 4 months ago) by jdc
Branch: MAIN
CVS Tags: nick-nhusb-base-20160319, nick-nhusb-base-20151226
Changes since 1.182: +3 -2 lines
Diff to previous 1.182 (colored) to selected 1.131 (colored)

Add adm1026hm* for V210, V240, and V440 environmental monitoring.

Revision 1.182 / (download) - annotate - [select for diffs], Sat Sep 26 11:16:13 2015 UTC (8 years, 6 months ago) by maxv
Branch: MAIN
Changes since 1.181: +2 -7 lines
Diff to previous 1.181 (colored) to selected 1.131 (colored)

Remove KMEMSTATS. Normally it's ok now.

Revision 1.177.2.2 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:52 2015 UTC (8 years, 6 months ago) by skrll
Branch: nick-nhusb
Changes since 1.177.2.1: +5 -4 lines
Diff to previous 1.177.2.1 (colored) to branchpoint 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.181 / (download) - annotate - [select for diffs], Tue Aug 11 03:59:37 2015 UTC (8 years, 8 months ago) by msaitoh
Branch: MAIN
CVS Tags: nick-nhusb-base-20150921
Changes since 1.180: +3 -2 lines
Diff to previous 1.180 (colored) to selected 1.131 (colored)

 Add ixg(4).

Revision 1.171.4.4 / (download) - annotate - [select for diffs], Fri May 15 03:44:19 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-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-1-RELEASE, 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
Branch point for: netbsd-7-1, netbsd-7-0
Changes since 1.171.4.3: +3 -2 lines
Diff to previous 1.171.4.3 (colored) to branchpoint 1.171 (colored) to selected 1.131 (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.177.2.1 / (download) - annotate - [select for diffs], Mon Apr 6 15:18:02 2015 UTC (9 years ago) by skrll
Branch: nick-nhusb
Changes since 1.177: +8 -2 lines
Diff to previous 1.177 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.180 / (download) - annotate - [select for diffs], Thu Feb 12 04:48:37 2015 UTC (9 years, 2 months ago) by palle
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406
Changes since 1.179: +4 -2 lines
Diff to previous 1.179 (colored) to selected 1.131 (colored)

sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD vpci driver. Future work will include integrating code from the OpenBSD vpci driver.

Revision 1.179 / (download) - annotate - [select for diffs], Wed Jan 7 09:50:05 2015 UTC (9 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.178: +3 -2 lines
Diff to previous 1.178 (colored) to selected 1.131 (colored)

enable genfb at sbus
output may not be pretty but it has a halfway decent chance to work at
least to some degree on otherwise unsupported graphics hardware

Revision 1.178 / (download) - annotate - [select for diffs], Tue Jan 6 17:51:57 2015 UTC (9 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.177: +5 -2 lines
Diff to previous 1.177 (colored) to selected 1.131 (colored)

add mgx driver

Revision 1.171.4.3 / (download) - annotate - [select for diffs], Tue Nov 18 19:05:32 2014 UTC (9 years, 5 months ago) by snj
Branch: netbsd-7
Changes since 1.171.4.2: +2 -4 lines
Diff to previous 1.171.4.2 (colored) to branchpoint 1.171 (colored) to selected 1.131 (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.177 / (download) - annotate - [select for diffs], Sun Nov 16 16:01:43 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
CVS Tags: nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.176: +2 -4 lines
Diff to previous 1.176 (colored) to selected 1.131 (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.171.4.2 / (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.171.4.1: +5 -2 lines
Diff to previous 1.171.4.1 (colored) to branchpoint 1.171 (colored) to selected 1.131 (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.176 / (download) - annotate - [select for diffs], Wed Nov 12 10:47:24 2014 UTC (9 years, 5 months ago) by manu
Branch: MAIN
Changes since 1.175: +5 -2 lines
Diff to previous 1.175 (colored) to selected 1.131 (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.175 / (download) - annotate - [select for diffs], Sat Oct 18 08:33:26 2014 UTC (9 years, 6 months ago) by snj
Branch: MAIN
Changes since 1.174: +3 -3 lines
Diff to previous 1.174 (colored) to selected 1.131 (colored)

src is too big these days to tolerate superfluous apostrophes.  It's
"its", people!

Revision 1.171.4.1 / (download) - annotate - [select for diffs], Fri Oct 10 18:16:37 2014 UTC (9 years, 6 months ago) by snj
Branch: netbsd-7
Changes since 1.171: +3 -3 lines
Diff to previous 1.171 (colored) to selected 1.131 (colored)

Apply patch (requested by bouyer/martin in ticket #116):
Disable DIAGNOSTIC and/or DEBUG.

Revision 1.174 / (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.173: +3 -2 lines
Diff to previous 1.173 (colored) to selected 1.131 (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.173 / (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.172: +16 -16 lines
Diff to previous 1.172 (colored) to selected 1.131 (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.152.2.4 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:25 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.152.2.3: +2 -6 lines
Diff to previous 1.152.2.3 (colored) to selected 1.131 (colored)

Rebase to HEAD as of a few days ago.

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

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

Revision 1.144.2.4 / (download) - annotate - [select for diffs], Thu May 22 11:40:09 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.144.2.3: +15 -17 lines
Diff to previous 1.144.2.3 (colored) to branchpoint 1.144 (colored) next main 1.145 (colored) to selected 1.131 (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.167.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:26 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.167.2.1: +4 -7 lines
Diff to previous 1.167.2.1 (colored) next main 1.168 (colored) to selected 1.131 (colored)

sync with head

Revision 1.171 / (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.170: +3 -3 lines
Diff to previous 1.170 (colored) to selected 1.131 (colored)

fix manual section numbering of sysctl.
  thanks wiz@

Revision 1.170 / (download) - annotate - [select for diffs], Mon Dec 16 20:17:34 2013 UTC (10 years, 4 months ago) by palle
Branch: MAIN
CVS Tags: riastradh-drm2-base3
Changes since 1.169: +3 -2 lines
Diff to previous 1.169 (colored) to selected 1.131 (colored)

Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@

Revision 1.169 / (download) - annotate - [select for diffs], Tue Sep 24 18:12:59 2013 UTC (10 years, 6 months ago) by jdc
Branch: MAIN
Changes since 1.168: +2 -6 lines
Diff to previous 1.168 (colored) to selected 1.131 (colored)

Remove spdmem entries for indirect configuration on SPARCle.  This is now
handled in sparc64/autoconf.c (since r1.192).

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

sync with head

Revision 1.168 / (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.167: +2 -3 lines
Diff to previous 1.167 (colored) to selected 1.131 (colored)

G/C PFIL_HOOKS from the kernel configs.

Revision 1.152.2.3 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:12 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.152.2.2: +9 -11 lines
Diff to previous 1.152.2.2 (colored) to selected 1.131 (colored)

resync from head

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

remove obsolete networking options

Revision 1.166 / (download) - annotate - [select for diffs], Wed Jun 5 21:45:06 2013 UTC (10 years, 10 months ago) by jnemeth
Branch: MAIN
Changes since 1.165: +3 -3 lines
Diff to previous 1.165 (colored) to selected 1.131 (colored)

enable FFS_EI

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

the bogus number police

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

remove confusing numeric locators where they are unused.

Revision 1.163 / (download) - annotate - [select for diffs], Tue Mar 12 21:41:40 2013 UTC (11 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.162: +4 -2 lines
Diff to previous 1.162 (colored) to selected 1.131 (colored)

turn on MODULAR by default

Revision 1.162 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:21 2013 UTC (11 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.161: +2 -3 lines
Diff to previous 1.161 (colored) to selected 1.131 (colored)

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

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

Retire OSI network stack. OK core@

Revision 1.152.2.2 / (download) - annotate - [select for diffs], Mon Feb 25 00:28:59 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.152.2.1: +9 -2 lines
Diff to previous 1.152.2.1 (colored) to selected 1.131 (colored)

resync with head

Revision 1.160 / (download) - annotate - [select for diffs], Thu Feb 21 09:04:22 2013 UTC (11 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.159: +2 -3 lines
Diff to previous 1.159 (colored) to selected 1.131 (colored)

Remove duplciate WSDISPLAY_COMPAT_PCVT - no idea how that sneaked in.
Thanks to Nick Hudson for the quick catch.

Revision 1.159 / (download) - annotate - [select for diffs], Thu Feb 21 08:07:24 2013 UTC (11 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.158: +4 -2 lines
Diff to previous 1.158 (colored) to selected 1.131 (colored)

Add PCVT compat (for X console switching) and another font (purely
esthetical). From maccalan@.

Revision 1.158 / (download) - annotate - [select for diffs], Wed Feb 20 19:35:46 2013 UTC (11 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.157: +4 -2 lines
Diff to previous 1.157 (colored) to selected 1.131 (colored)

add WSDISPLAY_COMPAT_PCVT

Revision 1.157 / (download) - annotate - [select for diffs], Fri Feb 8 15:20:17 2013 UTC (11 years, 2 months ago) by jdc
Branch: MAIN
Changes since 1.156: +3 -2 lines
Diff to previous 1.156 (colored) to selected 1.131 (colored)

Add seeprom(4).  Tested on Blade 2000 and Fire 280R.

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

sync with (a bit old) head

Revision 1.156 / (download) - annotate - [select for diffs], Fri Dec 7 12:57:01 2012 UTC (11 years, 4 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7
Changes since 1.155: +5 -2 lines
Diff to previous 1.155 (colored) to selected 1.131 (colored)

Add uthum (tested on U60 with Belkin F5U508 USB 2 and SB2000 built-in USB 1).

Revision 1.152.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:44 2012 UTC (11 years, 5 months ago) by tls
Branch: tls-maxphys
Changes since 1.152: +14 -2 lines
Diff to previous 1.152 (colored) to selected 1.131 (colored)

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

Revision 1.155 / (download) - annotate - [select for diffs], Fri Nov 2 17:51:03 2012 UTC (11 years, 5 months ago) by jdc
Branch: MAIN
Changes since 1.154: +5 -2 lines
Diff to previous 1.154 (colored) to selected 1.131 (colored)

Add indirectly configured spdmem devices for Tadpole SPARCle.

Revision 1.144.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 17:20:23 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.144.2.1: +13 -4 lines
Diff to previous 1.144.2.1 (colored) to branchpoint 1.144 (colored) to selected 1.131 (colored)

sync with head

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

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

Revision 1.153 / (download) - annotate - [select for diffs], Sat Oct 13 18:00:03 2012 UTC (11 years, 6 months ago) by jdc
Branch: MAIN
Changes since 1.152: +10 -2 lines
Diff to previous 1.152 (colored) to selected 1.131 (colored)

Add pckbc at ebus.

Revision 1.152 / (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.151: +3 -3 lines
Diff to previous 1.151 (colored) to selected 1.131 (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.148.2.2 / (download) - annotate - [select for diffs], Wed Aug 15 15:33:00 2012 UTC (11 years, 8 months ago) by sborrill
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-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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Branch point for: netbsd-6-1, netbsd-6-0
Changes since 1.148.2.1: +3 -3 lines
Diff to previous 1.148.2.1 (colored) to branchpoint 1.148 (colored) to selected 1.131 (colored)

Pull up the following revisions(s) (requested by martin in ticket #502):
	sys/arch/cobalt/conf/GENERIC:		patch
	sys/arch/i386/conf/GENERIC:		patch
	sys/arch/i386/conf/XEN3_DOM0:		patch
	sys/arch/i386/conf/XEN3_DOMU:		patch
	sys/arch/mvmeppc/conf/GENERIC:		patch
	sys/arch/shark/conf/GENERIC:		patch
	sys/arch/sparc64/conf/GENERIC:		patch
	sys/arch/sparc64/conf/GENERIC.DEBUG:	patch
	sys/arch/zaurus/conf/GENERIC:		patch

Switch off DIAGNOSTIC and/or DEBUG on release kernels.
Enable DIAGNOSTIC in DEBUG kernels to allow for option
being switched off in GENERIC.

Revision 1.148.2.1 / (download) - annotate - [select for diffs], Tue Jun 12 17:48:04 2012 UTC (11 years, 10 months ago) by riz
Branch: netbsd-6
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by abs in ticket #311):
	sys/arch/netwinder/conf/GENERIC: revision 1.112
	sys/arch/i386/conf/GENERIC: revision 1.1074
	sys/arch/atari/conf/MILAN.in: revision 1.26
	sys/arch/zaurus/conf/GENERIC: revision 1.54
	sys/arch/shark/conf/GENERIC: revision 1.101
	sys/arch/hpcmips/conf/MPC303: revision 1.60
	sys/arch/i386/conf/XEN3_DOM0: revision 1.67
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29
	sys/arch/vax/conf/GENERIC: revision 1.181
	sys/arch/sparc/conf/KRUPS: revision 1.59
	sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27
	sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16
	sys/arch/prep/conf/GENERIC: revision 1.163
	sys/arch/hpcmips/conf/GENERIC: revision 1.216
	sys/arch/sparc/conf/TADPOLE3GX: revision 1.56
	sys/arch/shark/conf/INSTALL: revision 1.50
	sys/arch/next68k/conf/GENERIC: revision 1.127
	sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16
	sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17
	sys/arch/evbppc/conf/EXPLORA451: revision 1.48
	sys/arch/bebox/conf/INSTALL: revision 1.54
	sys/arch/next68k/conf/SLAB: revision 1.46
	sys/arch/i386/conf/GENERIC_TINY: revision 1.132
	sys/arch/bebox/conf/GENERIC: revision 1.131
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.84
	sys/arch/amd64/conf/GENERIC: revision 1.356
	sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6
	share/man/man4/wscons.4: revision 1.31
	sys/arch/hpcmips/conf/TX3912: revision 1.79
	sys/arch/evbarm/conf/ARMADILLO9: revision 1.35
	sys/arch/hpcsh/conf/GENERIC: revision 1.97
	sys/arch/i386/conf/ALL: revision 1.339
	sys/arch/hpcmips/conf/TX3922: revision 1.93
	sys/arch/cats/conf/INSTALL: revision 1.82
	sys/arch/sparc64/conf/GENERIC: revision 1.151
	sys/arch/i386/conf/INSTALL_TINY: revision 1.135
	sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15
	sys/arch/evbarm/conf/TS7200: revision 1.49
	sys/arch/hpcmips/conf/VR41XX: revision 1.55
	sys/arch/hp700/conf/GENERIC: revision 1.115
	sys/arch/cats/conf/GENERIC: revision 1.140
Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL
If a port is going to have wscons for virtual terminals then it really make=
s
sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the
virtual terminals...
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Jun 5 08:44:16 2012 UTC (11 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored) to selected 1.131 (colored)

Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.

Revision 1.144.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:55 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.144: +6 -10 lines
Diff to previous 1.144 (colored) to selected 1.131 (colored)

sync with head

Revision 1.145.2.3 / (download) - annotate - [select for diffs], Thu Apr 5 21:33:19 2012 UTC (12 years ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.145.2.2: +1 -3 lines
Diff to previous 1.145.2.2 (colored) to branchpoint 1.145 (colored) next main 1.146 (colored) to selected 1.131 (colored)

sync to latest -current.

Revision 1.150 / (download) - annotate - [select for diffs], Sun Mar 11 06:11:29 2012 UTC (12 years, 1 month ago) by nakayama
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base10
Changes since 1.149: +3 -5 lines
Diff to previous 1.149 (colored) to selected 1.131 (colored)

Remove stray comments for LKM.

Revision 1.145.2.2 / (download) - annotate - [select for diffs], Sun Mar 11 01:52:25 2012 UTC (12 years, 1 month ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.145.2.1: +2 -4 lines
Diff to previous 1.145.2.1 (colored) to branchpoint 1.145 (colored) to selected 1.131 (colored)

sync to latest -current

Revision 1.149 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:56 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-usbmp-base7
Changes since 1.148: +2 -4 lines
Diff to previous 1.148 (colored) to selected 1.131 (colored)

P1003_1B_SEMAPHORE is no longer optional.

Revision 1.145.2.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:33:15 2012 UTC (12 years, 2 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.145: +5 -4 lines
Diff to previous 1.145 (colored) to selected 1.131 (colored)

merge to -current.

Revision 1.148 / (download) - annotate - [select for diffs], Tue Jan 17 16:03:37 2012 UTC (12 years, 3 months ago) by jakllsch
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.147: +3 -2 lines
Diff to previous 1.147 (colored) to selected 1.131 (colored)

+gsip(4)

Revision 1.147 / (download) - annotate - [select for diffs], Sun Dec 25 10:37:14 2011 UTC (12 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.146: +3 -3 lines
Diff to previous 1.146 (colored) to selected 1.131 (colored)

Enable cgd(4)

Revision 1.146 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:32 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.145: +3 -3 lines
Diff to previous 1.145 (colored) to selected 1.131 (colored)

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

Revision 1.145 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:37 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.144: +2 -3 lines
Diff to previous 1.144 (colored) to selected 1.131 (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.144 / (download) - annotate - [select for diffs], Fri Aug 12 06:55:45 2011 UTC (12 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Changes since 1.143: +3 -2 lines
Diff to previous 1.143 (colored) to selected 1.131 (colored)

add auacer, present on the ultra45.

Revision 1.143 / (download) - annotate - [select for diffs], Sun Aug 7 14:00:08 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.142: +8 -8 lines
Diff to previous 1.142 (colored) to selected 1.131 (colored)

Trailing whitespace, what trailing whitespace?

Revision 1.142 / (download) - annotate - [select for diffs], Fri Jul 29 08:37:37 2011 UTC (12 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.141: +9 -4 lines
Diff to previous 1.141 (colored) to selected 1.131 (colored)

port the openbsd central and fhc drivers, and the clock/zs attachments.
doesn't quite work yet, crashes when central_attach() calls
config_attach() (faulting address is 0xf8000000.)

Revision 1.141 / (download) - annotate - [select for diffs], Sat Jul 23 21:12:58 2011 UTC (12 years, 8 months ago) by jakllsch
Branch: MAIN
Changes since 1.140: +3 -2 lines
Diff to previous 1.140 (colored) to selected 1.131 (colored)

Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.

Revision 1.140 / (download) - annotate - [select for diffs], Sat Jul 23 19:14:37 2011 UTC (12 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.139: +3 -3 lines
Diff to previous 1.139 (colored) to selected 1.131 (colored)

Enable DIAGNOSTIC by default

Revision 1.133.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:06:48 2011 UTC (12 years, 10 months ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.133: +8 -4 lines
Diff to previous 1.133 (colored) next main 1.134 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.123.2.4 / (download) - annotate - [select for diffs], Tue May 31 03:04:18 2011 UTC (12 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.123.2.3: +0 -1 lines
Diff to previous 1.123.2.3 (colored) next main 1.124 (colored) to selected 1.131 (colored)

sync with head

Revision 1.139 / (download) - annotate - [select for diffs], Tue May 17 07:57:02 2011 UTC (12 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase, rmind-uvmplock-base, cherry-xenmp-base, cherry-xenmp
Changes since 1.138: +3 -3 lines
Diff to previous 1.138 (colored) to selected 1.131 (colored)

Disable DEBUG=-g by default again (accidently slipped in with last changes).
Ok: mrg

Revision 1.138 / (download) - annotate - [select for diffs], Tue May 17 04:18:05 2011 UTC (12 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.137: +3 -3 lines
Diff to previous 1.137 (colored) to selected 1.131 (colored)

move and rename the uvm history code out of uvm_stat to "kernhist".

rename "UVMHIST" option to enable the uvm histories.

TODO:
- make UVMHIST properly depend upon KERNHIST
- enable dynamic registration of histories.  this is mostly just
  allocating something in a bitmap, and is only for viewing multiple
  histories in a merged form.


tested on amd64 and sparc64.

Revision 1.137 / (download) - annotate - [select for diffs], Thu May 12 07:06:00 2011 UTC (12 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.136: +2 -3 lines
Diff to previous 1.136 (colored) to selected 1.131 (colored)

remove a sparc-specific comment.

Revision 1.123.2.3 / (download) - annotate - [select for diffs], Thu Apr 21 01:41:25 2011 UTC (13 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.123.2.2: +6 -1 lines
Diff to previous 1.123.2.2 (colored) to selected 1.131 (colored)

sync with head

Revision 1.136 / (download) - annotate - [select for diffs], Mon Apr 4 10:25:08 2011 UTC (13 years ago) by martin
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.135: +3 -2 lines
Diff to previous 1.135 (colored) to selected 1.131 (colored)

Add gem at sbus (works since quite some time).

Revision 1.135 / (download) - annotate - [select for diffs], Sun Mar 20 23:31:36 2011 UTC (13 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.134: +5 -2 lines
Diff to previous 1.134 (colored) to selected 1.131 (colored)

enable pci@pryo@mainbus and ebus@mainbus attachments.

pryo still isn't fully working, but i'm able to talk to disk and com
properly.  bge, ohci/ehci, aceride and wm (pcie card) interrupts
are not working yet.

Revision 1.134 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:31 2011 UTC (13 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.133: +4 -3 lines
Diff to previous 1.133 (colored) to selected 1.131 (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.123.2.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:52:05 2011 UTC (13 years, 1 month ago) by rmind
Branch: rmind-uvmplock
Changes since 1.123.2.1: +6 -4 lines
Diff to previous 1.123.2.1 (colored) to selected 1.131 (colored)

sync with head

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

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

Revision 1.133 / (download) - annotate - [select for diffs], Thu Dec 16 09:35:31 2010 UTC (13 years, 4 months ago) by martin
Branch: MAIN
CVS Tags: uebayasi-xip-base7, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: jruoho-x86intr, bouyer-quota2
Changes since 1.132: +4 -4 lines
Diff to previous 1.132 (colored) to selected 1.131 (colored)

Ooops, backout intended part of previous change, pointed out by
Masao Uebayashi.

Revision 1.132 / (download) - annotate - [select for diffs], Sat Dec 11 14:30:12 2010 UTC (13 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.131: +5 -4 lines
Diff to previous 1.131 (colored)

Add bnx @ pci

Revision 1.131 / (download) - annotate - [selected], Wed Dec 8 08:43:34 2010 UTC (13 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.130: +4 -3 lines
Diff to previous 1.130 (colored)

add dbcool(4) - there are two of them on the SB2500.
fix a spelling error.

Revision 1.130 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:06 2010 UTC (13 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored) to selected 1.131 (colored)

Remove unused count from pseudo-device md.

Revision 1.104.2.3 / (download) - annotate - [select for diffs], Sun Nov 21 03:05:04 2010 UTC (13 years, 5 months ago) by riz
Branch: netbsd-5
CVS Tags: 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, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.104.2.2: +6 -2 lines
Diff to previous 1.104.2.2 (colored) to branchpoint 1.104 (colored) next main 1.105 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by plunky in ticket #1407):
	sys/dev/bluetooth/btdev.h: revision 1.9
	sys/arch/iyonix/conf/GENERIC: revision 1.60
	sys/arch/sparc64/conf/GENERIC: revision 1.129
	sys/dev/usb/hid.c: revision 1.30
	sys/dev/usb/hid.h: revision 1.13
	sys/arch/i386/conf/GENERIC: revision 1.983
	usr.sbin/btdevctl/print.c: revision 1.10
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.16
	sys/arch/alpha/conf/GENERIC: revision 1.337
	sys/dev/bluetooth/files.bluetooth: revision 1.14
	sys/arch/evbarm/conf/GUMSTIX: revision 1.49
	sys/dev/usb/usbdevs: revision 1.550
	sys/arch/evbppc/conf/OPENBLOCKS266_OPT: revision 1.14
	sys/arch/hpcsh/conf/GENERIC: revision 1.91
	sys/dev/bluetooth/btmagic.c: revision 1.1
	distrib/sets/lists/man/mi: revision 1.1210
	sys/arch/amd64/conf/GENERIC: revision 1.279
	sys/arch/i386/conf/ALL: revision 1.258
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.54
	sys/arch/hpcarm/conf/JORNADA720: revision 1.78
	sys/dev/usb/hid.c: revision 1.29
	share/man/man4/btmagic.4: revision 1.1
hid_get_data() does not work if the size of data is less than
a byte and crosses a byte boundary, and it always returns a
sign-extended value.
fix this by using the algorithm from libusbhid to read bytes,
and provide a hid_get_udata() function to return unsigned data
values.
while here, const args
update DPRINTF to reflect actual function name
add Apple Magic Mouse product-id
regen for Magic Mouse id
allow for vendor-id and product-id properties, passing them
through to child devices
add Magic Mouse driver and manpage btmagic(4)
additionally query the "PnP Information" service record to discover
any USB Forum vendor-id and product-id values and store them in the
property list if found.
add btmagic(4) where other Bluetooth drivers are listed

Revision 1.116.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:45:16 2010 UTC (13 years, 8 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.116.2.1: +11 -12 lines
Diff to previous 1.116.2.1 (colored) to branchpoint 1.116 (colored) next main 1.117 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.99.4.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:46 2010 UTC (13 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.99.4.2: +18 -17 lines
Diff to previous 1.99.4.2 (colored) to branchpoint 1.99 (colored) next main 1.100 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.123.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:08 2010 UTC (13 years, 10 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.123: +13 -14 lines
Diff to previous 1.123 (colored) to selected 1.131 (colored)

sync with head

Revision 1.129 / (download) - annotate - [select for diffs], Sat May 22 19:02:09 2010 UTC (13 years, 11 months ago) by plunky
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.128: +6 -2 lines
Diff to previous 1.128 (colored) to selected 1.131 (colored)

add btmagic(4) where other Bluetooth drivers are listed

Revision 1.128 / (download) - annotate - [select for diffs], Sat May 22 15:55:02 2010 UTC (13 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.127: +5 -9 lines
Diff to previous 1.127 (colored) to selected 1.131 (colored)

Enable bwtwo(4).

Revision 1.127 / (download) - annotate - [select for diffs], Wed May 12 12:25:59 2010 UTC (13 years, 11 months ago) by nakayama
Branch: MAIN
Changes since 1.126: +3 -6 lines
Diff to previous 1.126 (colored) to selected 1.131 (colored)

Remove obsolete comment about a data corruption on IDE controllers
in Blade 100/Netra X1.

Workaround for a data corruption was commited as rev. 1.16 of
src/sys/dev/pci/aceride.c in 2005.

Revision 1.126 / (download) - annotate - [select for diffs], Sat May 8 22:16:30 2010 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.125: +3 -2 lines
Diff to previous 1.125 (colored) to selected 1.131 (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.116.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:39:50 2010 UTC (13 years, 11 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.116: +34 -12 lines
Diff to previous 1.116 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.125 / (download) - annotate - [select for diffs], Thu Apr 29 23:39:47 2010 UTC (13 years, 11 months ago) by chs
Branch: MAIN
Changes since 1.124: +3 -2 lines
Diff to previous 1.124 (colored) to selected 1.131 (colored)

add mpt.

Revision 1.104.2.1.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:33:48 2010 UTC (14 years ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.104.2.1: +3 -2 lines
Diff to previous 1.104.2.1 (colored) next main 1.104.2.2 (colored) to selected 1.131 (colored)

sync to netbsd-5

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

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

Revision 1.123 / (download) - annotate - [select for diffs], Sat Mar 13 08:36:06 2010 UTC (14 years, 1 month ago) by mrg
Branch: MAIN
Branch point for: rmind-uvmplock
Changes since 1.122: +5 -4 lines
Diff to previous 1.122 (colored) to selected 1.131 (colored)

convert sparc64 to MULTIPROCESSOR kernel by default, and introduce
s/MP/UP/ kernels were otherwise in place.

in my testing on a U60, i couldn't really notice any different in
speed, but we need testing on a U1/U5/U10 systems to be sure that
GENERIC.UP isn't necessary.

for sparc64, this is some what required as USIIIi systems have the
memory controller on the CPU, and unless the CPU is spunup, a UP
kernel will not function on these systems.  (we obviously need to
join the NUMA-for-netbsd camp now, too! :-)


this should enable the installer to function on all systems that we
support, but also give the option for people to install GENERIC.UP
on their single-cpu systems if they choose.


XXX: i haven't actually tested sysinst with this, but i have built
both sparc and sparc64 release iso's successfully with this change
(sans having to comment out kern_ctf.c.)

Revision 1.122 / (download) - annotate - [select for diffs], Fri Mar 12 15:12:12 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.121: +4 -4 lines
Diff to previous 1.121 (colored) to selected 1.131 (colored)

Revert part of last patch. Didn't mean to enable pf by default.

Revision 1.121 / (download) - annotate - [select for diffs], Fri Mar 12 14:50:55 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.120: +6 -5 lines
Diff to previous 1.120 (colored) to selected 1.131 (colored)

Change the default console from wsemul_sun/sun-ss5 to wsemul_vt100/wsvt25.
This allows for a colour console, fixes home/end keys not working and
works with the embedded wsvt25 description in libterminfo.

Revision 1.99.4.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:59 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.99.4.1: +45 -11 lines
Diff to previous 1.99.4.1 (colored) to branchpoint 1.99 (colored) to selected 1.131 (colored)

sync with head

Revision 1.120 / (download) - annotate - [select for diffs], Wed Mar 10 03:11:49 2010 UTC (14 years, 1 month ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Changes since 1.119: +5 -2 lines
Diff to previous 1.119 (colored) to selected 1.131 (colored)

enable wcfb now that it's actually useful
This driver has been tested on Sun XVR-500 and XVR-1200 boards but it should
work on most ( all? ) Wildcat-based boards.

Revision 1.119 / (download) - annotate - [select for diffs], Sun Mar 7 09:39:44 2010 UTC (14 years, 1 month ago) by plunky
Branch: MAIN
Changes since 1.118: +5 -2 lines
Diff to previous 1.118 (colored) to selected 1.131 (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.118 / (download) - annotate - [select for diffs], Sun Feb 28 11:49:44 2010 UTC (14 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.117: +11 -8 lines
Diff to previous 1.117 (colored) to selected 1.131 (colored)

Remove the envctrl driver, it is superseeded by the more general pcfiic @
ebus. Add the SB1000/SB2000 fan controll driver (tda). From OpenBSD.
Move config files over to direct configuration of i2c devices.

Revision 1.117 / (download) - annotate - [select for diffs], Sat Feb 13 08:54:58 2010 UTC (14 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.116: +13 -2 lines
Diff to previous 1.116 (colored) to selected 1.131 (colored)

enable schizo, bge, fwohci/sbp and ffb@upa, all as seen in SCHIZO config.

Revision 1.116 / (download) - annotate - [select for diffs], Thu Jan 7 09:34:49 2010 UTC (14 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Changes since 1.115: +5 -2 lines
Diff to previous 1.115 (colored) to selected 1.131 (colored)

Add cas, gentbi and gphyter for Sun Cassini/Cassini+ Ethernet.

Revision 1.115 / (download) - annotate - [select for diffs], Tue Dec 29 07:00:42 2009 UTC (14 years, 3 months ago) by macallan
Branch: MAIN
Changes since 1.114: +5 -2 lines
Diff to previous 1.114 (colored) to selected 1.131 (colored)

add gfb at mainbus

Revision 1.114 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:17 2009 UTC (14 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.113: +4 -3 lines
Diff to previous 1.113 (colored) to selected 1.131 (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.113 / (download) - annotate - [select for diffs], Thu Nov 26 02:03:42 2009 UTC (14 years, 4 months ago) by macallan
Branch: MAIN
Changes since 1.112: +4 -4 lines
Diff to previous 1.112 (colored) to selected 1.131 (colored)

cgthree works on sparc64 so let's enable it for those poor souls who can't
find at least a CG6

Revision 1.112 / (download) - annotate - [select for diffs], Wed Oct 28 03:41:30 2009 UTC (14 years, 5 months ago) by macallan
Branch: MAIN
Changes since 1.111: +8 -2 lines
Diff to previous 1.111 (colored) to selected 1.131 (colored)

add radeonfb ( has been working for ages with my XVR-100 ) and pm2fb ( for
PGX32 / TechSource Raptor GFX 8P )
We should probably enable cgthree as well since it grew wsdisplay support a
while ago.

Revision 1.104.2.2 / (download) - annotate - [select for diffs], Fri Oct 16 11:56:10 2009 UTC (14 years, 6 months ago) by sborrill
Branch: netbsd-5
CVS Tags: 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
Changes since 1.104.2.1: +3 -2 lines
Diff to previous 1.104.2.1 (colored) to branchpoint 1.104 (colored) to selected 1.131 (colored)

Pull up the following revisions(s) (requested by nakayama in ticket #1064):
	distrib/sets/lists/man/mi:	revision 1.1161
	share/man/man4/man4.sparc64/Makefile:	revision 1.5
	share/man/man4/man4.sparc64/lom.4:	revision 1.1-1.2
	sys/arch/sparc64/conf/GENERIC:	revision 1.111
	sys/arch/sparc64/conf/files.sparc64:	revision 1.121
	sys/arch/sparc64/dev/lom.c:	revision 1.1
	sys/dev/DEVNAMES:	revision 1.252

Add a driver for LOMlite lights out management hardware monitor and watchdog
timer.

Revision 1.111 / (download) - annotate - [select for diffs], Fri Oct 2 15:09:16 2009 UTC (14 years, 6 months ago) by nakayama
Branch: MAIN
Changes since 1.110: +3 -2 lines
Diff to previous 1.110 (colored) to selected 1.131 (colored)

Port lom(4) driver for LOMlite lights out management hardware monitor
and watchdog timer from OpenBSD.

It supports the LOMlite found on Sun Netra t1 and the LOMlite2 found
on Sun Netra T1/X1 and Sun Fire V100/V120.

Revision 1.109.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:18:37 2009 UTC (14 years, 11 months ago) by jym
Branch: jym-xensuspend
Changes since 1.109: +2 -3 lines
Diff to previous 1.109 (colored) next main 1.110 (colored) to selected 1.131 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.99.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:11:57 2009 UTC (14 years, 11 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.99: +31 -14 lines
Diff to previous 1.99 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.103.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:47 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.103.2.2: +2 -3 lines
Diff to previous 1.103.2.2 (colored) to branchpoint 1.103 (colored) next main 1.104 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.78.2.6 / (download) - annotate - [select for diffs], Tue Mar 24 21:25:03 2009 UTC (15 years ago) by bouyer
Branch: netbsd-4
Changes since 1.78.2.5: +3 -2 lines
Diff to previous 1.78.2.5 (colored) to branchpoint 1.78 (colored) next main 1.79 (colored) to selected 1.131 (colored)

Pullup the following revisions (requested by msaitoh in ticket #1284):
	distrib/sets/lists/base/mi		1.706-707,1.797
	distrib/sets/lists/man/mi		1.1006
	etc/mtree/NetBSD.dist			1.340
	share/man/man4/Makefile			1.432
	sys/arch/amd64/conf/GENERIC		1.149 via patch
	sys/arch/i386/conf/ALL			1.103
	sys/arch/i386/conf/GENERIC		1.832
	sys/arch/i386/conf/GENERIC_LAPTOP	1.237
	sys/arch/macppc/conf/GENERIC		1.257
	sys/arch/sparc64/conf/GENERIC		1.86
	sys/dev/usb/usbdevs			1.468,1.479-480 via patch
	sys/dev/usb/usbdevs.h			regen
	sys/dev/usb/usbdevs_data.h		regen
	sys/dev/microcode/Makefile		1.7
	sys/dev/usb/files.usb			patch
	share/man/man4/zyd.4			1.1 via patch
	sys/dev/microcode/zyd/Makefile		1.1-1.2
	sys/dev/microcode/zyd/build.c		1.1
	sys/dev/microcode/zyd/microcode.h	1.1
	sys/dev/microcode/zyd/zd1211-license	1.1
	sys/dev/microcode/zyd/zyd-zd1211	1.1
	sys/dev/microcode/zyd/zyd-zd1211b	1.1
	sys/dev/usb/if_zyd.c			patch
	sys/dev/usb/if_zydreg.h			1.1-1.2

Add ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network device support

Revision 1.110 / (download) - annotate - [select for diffs], Fri Mar 6 20:31:52 2009 UTC (15 years, 1 month ago) by joerg
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-base, jymxensuspend-base
Changes since 1.109: +2 -3 lines
Diff to previous 1.109 (colored) to selected 1.131 (colored)

Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.

Revision 1.103.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:29:26 2009 UTC (15 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.103.2.1: +3 -2 lines
Diff to previous 1.103.2.1 (colored) to branchpoint 1.103 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.104.2.1 / (download) - annotate - [select for diffs], Thu Feb 19 20:23:46 2009 UTC (15 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.104: +6 -2 lines
Diff to previous 1.104 (colored) to selected 1.131 (colored)

Apply patch (requested by pooka in ticket #453):
Add puffs and putter to amd64, i386, macppc, and sparc64 GENERIC kernels.

Revision 1.109 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:07 2009 UTC (15 years, 2 months ago) by mrg
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.108: +3 -2 lines
Diff to previous 1.108 (colored) to selected 1.131 (colored)

add COMPAT_50 to all the configs with COMPAT_40.

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

Sync with HEAD.

Revision 1.98.6.4 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:31 2009 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.98.6.3: +21 -11 lines
Diff to previous 1.98.6.3 (colored) to branchpoint 1.98 (colored) next main 1.99 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.100.4.2 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:28 2008 UTC (15 years, 4 months ago) by haad
Branch: haad-dm
Changes since 1.100.4.1: +23 -13 lines
Diff to previous 1.100.4.1 (colored) to branchpoint 1.100 (colored) next main 1.101 (colored) to selected 1.131 (colored)

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

Revision 1.108 / (download) - annotate - [select for diffs], Thu Dec 11 17:18:03 2008 UTC (15 years, 4 months ago) by hauke
Branch: MAIN
CVS Tags: mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base
Changes since 1.107: +6 -6 lines
Diff to previous 1.107 (colored) to selected 1.131 (colored)

I tested spif(4) in an Ultra 1 - enable it.

Revision 1.107 / (download) - annotate - [select for diffs], Tue Dec 9 13:16:22 2008 UTC (15 years, 4 months ago) by nakayama
Branch: MAIN
Changes since 1.106: +7 -7 lines
Diff to previous 1.106 (colored) to selected 1.131 (colored)

Sync PCMCIA and CardBus devices with i386/conf/GENERIC.

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

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

Proposed on tech-kern@.

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

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

Proposed on tech-kern@.

Revision 1.104 / (download) - annotate - [select for diffs], Wed Oct 29 17:29:45 2008 UTC (15 years, 5 months ago) by jkunz
Branch: MAIN
CVS Tags: netbsd-5-base, netbsd-5-0-RC2, netbsd-5-0-RC1
Branch point for: netbsd-5
Changes since 1.103: +11 -2 lines
Diff to previous 1.103 (colored) to selected 1.131 (colored)

Enable the newly inported device drivers alipm(4) and admtemp(4).

Revision 1.103 / (download) - annotate - [select for diffs], Wed Oct 22 07:23:42 2008 UTC (15 years, 5 months ago) by jnemeth
Branch: MAIN
CVS Tags: matt-mips64-base2
Branch point for: nick-hppapmap
Changes since 1.102: +5 -2 lines
Diff to previous 1.102 (colored) to selected 1.131 (colored)

add pseudo-device drvctl

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

Sync with HEAD.

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

Sync with HEAD.

Revision 1.99.6.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:33:34 2008 UTC (15 years, 7 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.99.6.1: +8 -2 lines
Diff to previous 1.99.6.1 (colored) to branchpoint 1.99 (colored) next main 1.100 (colored) to selected 1.131 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.102 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:22 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, haad-dm-base1
Changes since 1.101: +7 -2 lines
Diff to previous 1.101 (colored) to selected 1.131 (colored)

Add accept filters to GENERIC kernels where they exist.

Revision 1.101 / (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.100: +3 -2 lines
Diff to previous 1.100 (colored) to selected 1.131 (colored)

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

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

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

Revision 1.99.2.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:04:56 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.99: +3 -2 lines
Diff to previous 1.99 (colored) next main 1.100 (colored) to selected 1.131 (colored)

sync with head

Revision 1.78.2.1.2.3 / (download) - annotate - [select for diffs], Tue Jun 3 20:47:18 2008 UTC (15 years, 10 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.78.2.1.2.2: +3 -2 lines
Diff to previous 1.78.2.1.2.2 (colored) next main 1.78.2.2 (colored) to selected 1.131 (colored)

Sync with netbsd-4.

Revision 1.98.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:22:42 2008 UTC (15 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.98.6.1: +1 -0 lines
Diff to previous 1.98.6.1 (colored) to branchpoint 1.98 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.100 / (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.99: +3 -2 lines
Diff to previous 1.99 (colored) to selected 1.131 (colored)

Add options COMPAT_40 to files which have options COMPAT_30.

Revision 1.78.2.5 / (download) - annotate - [select for diffs], Sat May 17 16:36:08 2008 UTC (15 years, 11 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.78.2.4: +3 -2 lines
Diff to previous 1.78.2.4 (colored) to branchpoint 1.78 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by jdc in ticket #1145):
	src/share/man/man4/gem.4              1.5,1.6 via patch
	src/sys/arch/sparc64/conf/GENERIC     1.97 via patch
	src/sys/dev/ic/gem.c                  1.59,1.61-1.68,1.70-1.73 via patch
	src/sys/dev/ic/gemreg.h               1.11 via patch
	src/sys/dev/ic/gemvar.h               1.16,1.18 via patch
	src/sys/dev/mii/bmtphy.c              1.24 via patch
	src/sys/dev/pci/if_gem_pci.c          1.25,1.27 via patch
	src/sys/dev/pci/pcidevs               1.12 via patch
	src/sys/dev/pci/pcidevs.h             regenerate
	src/sys/dev/pci/pcidevs_data.h        regenerate
Add support for Sun PCI X1141A (SX fibre) cards.
Add improvements to the driver.
Disable HW UDP4 and RX TCP4 checksums because they are buggy (PR#34799)
Add improvements to bmtphy.

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

Sync with HEAD.

Revision 1.99 / (download) - annotate - [select for diffs], Mon Mar 24 13:48:18 2008 UTC (16 years ago) by ad
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, hpcarm-cleanup-nbase, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Changes since 1.98: +3 -2 lines
Diff to previous 1.98 (colored) to selected 1.131 (colored)

+pseudo-device lockstat since there is a cycle counter. Ok martin@.

Revision 1.90.2.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:23 2008 UTC (16 years, 1 month ago) by matt
Branch: matt-armv6
Changes since 1.90.2.2: +3 -2 lines
Diff to previous 1.90.2.2 (colored) to branchpoint 1.90 (colored) next main 1.91 (colored) to selected 1.131 (colored)

sync with HEAD

Revision 1.93.2.2 / (download) - annotate - [select for diffs], Mon Feb 18 21:05:06 2008 UTC (16 years, 2 months ago) by mjf
Branch: mjf-devfs
Changes since 1.93.2.1: +4 -3 lines
Diff to previous 1.93.2.1 (colored) to branchpoint 1.93 (colored) next main 1.94 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.50.18.6 / (download) - annotate - [select for diffs], Mon Feb 4 09:22:31 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.50.18.5: +3 -2 lines
Diff to previous 1.50.18.5 (colored) to branchpoint 1.50 (colored) next main 1.51 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.98 / (download) - annotate - [select for diffs], Sat Feb 2 13:42:43 2008 UTC (16 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base
Branch point for: mjf-devfs2
Changes since 1.97: +3 -2 lines
Diff to previous 1.97 (colored) to selected 1.131 (colored)

Add brgphy(4). It works with a 3Com 3C996B-T in my ULTRA60.
Approved by Martin Husemann.

Revision 1.50.18.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:39:29 2008 UTC (16 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.50.18.4: +3 -3 lines
Diff to previous 1.50.18.4 (colored) to branchpoint 1.50 (colored) to selected 1.131 (colored)

sync with head

Revision 1.90.2.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:49:01 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.90.2.1: +8 -3 lines
Diff to previous 1.90.2.1 (colored) to branchpoint 1.90 (colored) to selected 1.131 (colored)

sync with HEAD

Revision 1.95.6.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:10:27 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.95.6.1: +1 -0 lines
Diff to previous 1.95.6.1 (colored) to branchpoint 1.95 (colored) next main 1.96 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.97 / (download) - annotate - [select for diffs], Sat Jan 5 20:38:31 2008 UTC (16 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.96: +3 -2 lines
Diff to previous 1.96 (colored) to selected 1.131 (colored)

Add bmtphy* (for gem*).

Revision 1.95.6.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:50:28 2008 UTC (16 years, 3 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.95: +2 -3 lines
Diff to previous 1.95 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.96 / (download) - annotate - [select for diffs], Mon Dec 31 15:32:06 2007 UTC (16 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.95: +2 -3 lines
Diff to previous 1.95 (colored) to selected 1.131 (colored)

Remove systrace. Ok core@.

Revision 1.93.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:17:55 2007 UTC (16 years, 4 months ago) by mjf
Branch: mjf-devfs
Changes since 1.93: +7 -2 lines
Diff to previous 1.93 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.50.18.4 / (download) - annotate - [select for diffs], Fri Dec 7 17:26:16 2007 UTC (16 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.50.18.3: +7 -2 lines
Diff to previous 1.50.18.3 (colored) to branchpoint 1.50 (colored) to selected 1.131 (colored)

sync with head

Revision 1.82.2.7 / (download) - annotate - [select for diffs], Mon Dec 3 18:39:20 2007 UTC (16 years, 4 months ago) by ad
Branch: vmlocking
Changes since 1.82.2.6: +7 -2 lines
Diff to previous 1.82.2.6 (colored) next main 1.83 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.87.8.5 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:16 2007 UTC (16 years, 4 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.87.8.4: +4 -2 lines
Diff to previous 1.87.8.4 (colored) to branchpoint 1.87 (colored) next main 1.88 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.95 / (download) - annotate - [select for diffs], Sun Dec 2 05:19:14 2007 UTC (16 years, 4 months ago) by kiyohara
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, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.94: +4 -2 lines
Diff to previous 1.94 (colored) to selected 1.131 (colored)

Add bcsp(4).

Revision 1.87.8.4 / (download) - annotate - [select for diffs], Wed Nov 21 21:53:30 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.87.8.3: +5 -2 lines
Diff to previous 1.87.8.3 (colored) to branchpoint 1.87 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.92.2.1 / (download) - annotate - [select for diffs], Wed Nov 21 21:19:20 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.92: +5 -2 lines
Diff to previous 1.92 (colored) next main 1.93 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.94 / (download) - annotate - [select for diffs], Mon Nov 19 03:43:28 2007 UTC (16 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: bouyer-xenamd64-base2, bouyer-xenamd64-base
Changes since 1.93: +5 -2 lines
Diff to previous 1.93 (colored) to selected 1.131 (colored)

add genfb at pci
This should work with all firmware-supported PCI framebuffers but so far it's
only been tested with a PGX

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

sync with HEAD

Revision 1.50.18.3 / (download) - annotate - [select for diffs], Sat Oct 27 11:28:37 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.50.18.2: +7 -2 lines
Diff to previous 1.50.18.2 (colored) to branchpoint 1.50 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.93 / (download) - annotate - [select for diffs], Wed Oct 17 19:57:27 2007 UTC (16 years, 6 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, jmcneill-base
Branch point for: mjf-devfs
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.131 (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.82.2.6 / (download) - annotate - [select for diffs], Tue Oct 9 13:38:30 2007 UTC (16 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.82.2.5: +10 -2 lines
Diff to previous 1.82.2.5 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.90.4.1 / (download) - annotate - [select for diffs], Sat Oct 6 15:34:28 2007 UTC (16 years, 6 months ago) by yamt
Branch: yamt-x86pmap
Changes since 1.90: +7 -2 lines
Diff to previous 1.90 (colored) next main 1.91 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.84.2.2 / (download) - annotate - [select for diffs], Wed Oct 3 19:25:19 2007 UTC (16 years, 6 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.84.2.1: +14 -4 lines
Diff to previous 1.84.2.1 (colored) to branchpoint 1.84 (colored) next main 1.85 (colored) to selected 1.131 (colored)

Sync with HEAD

Revision 1.87.8.3 / (download) - annotate - [select for diffs], Tue Oct 2 18:27:41 2007 UTC (16 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.87.8.2: +7 -2 lines
Diff to previous 1.87.8.2 (colored) to branchpoint 1.87 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.78.2.1.2.2 / (download) - annotate - [select for diffs], Sun Sep 30 03:39:03 2007 UTC (16 years, 6 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.78.2.1.2.1: +6 -2 lines
Diff to previous 1.78.2.1.2.1 (colored) to selected 1.131 (colored)

Catch up on netbsd-4 as of a few days ago.

Revision 1.78.2.4 / (download) - annotate - [select for diffs], Tue Sep 25 00:32:53 2007 UTC (16 years, 6 months ago) by xtraeme
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-base-1, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.78.2.3: +6 -2 lines
Diff to previous 1.78.2.3 (colored) to branchpoint 1.78 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by mrg in ticket #901):
	sys/arch/sparc64/conf/GENERIC: revision 1.92

add mskc/msk & skc/sk network drivers.
reported to work by Chris Ross on port-sparc64.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Sep 24 06:14:03 2007 UTC (16 years, 6 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-x86pmap-base3, yamt-x86pmap-base2, vmlocking-base, ppcoea-renovation-base
Branch point for: bouyer-xenamd64
Changes since 1.91: +6 -2 lines
Diff to previous 1.91 (colored) to selected 1.131 (colored)

add mskc/msk & skc/sk network drivers.

reported to work by Chris Ross on port-sparc64.

Revision 1.91 / (download) - annotate - [select for diffs], Mon Sep 24 00:12:26 2007 UTC (16 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90 (colored) to selected 1.131 (colored)

add DDB_VERBOSE_HELP

Revision 1.87.8.2 / (download) - annotate - [select for diffs], Mon Sep 3 16:47:41 2007 UTC (16 years, 7 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.87.8.1: +7 -2 lines
Diff to previous 1.87.8.1 (colored) to branchpoint 1.87 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.50.18.2 / (download) - annotate - [select for diffs], Mon Sep 3 14:30:10 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.50.18.1: +16 -6 lines
Diff to previous 1.50.18.1 (colored) to branchpoint 1.50 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.87.4.2 / (download) - annotate - [select for diffs], Mon Sep 3 10:19:35 2007 UTC (16 years, 7 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.87.4.1: +7 -2 lines
Diff to previous 1.87.4.1 (colored) to branchpoint 1.87 (colored) next main 1.88 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.78.2.1.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:04:05 2007 UTC (16 years, 7 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.78.2.1: +5 -4 lines
Diff to previous 1.78.2.1 (colored) to selected 1.131 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.78.2.3 / (download) - annotate - [select for diffs], Sat Aug 25 09:00:04 2007 UTC (16 years, 7 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: netbsd-4-0-RC1
Changes since 1.78.2.2: +4 -4 lines
Diff to previous 1.78.2.2 (colored) to branchpoint 1.78 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by adrianp in ticket #820):
	sys/arch/hp300/conf/GENERIC: revision 1.141
	sys/arch/alpha/conf/GENERIC: revision 1.315
	sys/arch/amd64/conf/GENERIC: revision 1.154
	sys/arch/cats/conf/GENERIC: revision 1.116
	sys/arch/arc/conf/GENERIC: revision 1.148
	sys/arch/acorn32/conf/GENERIC: revision 1.80
	sys/arch/sparc/conf/GENERIC: revision 1.200
	sys/arch/sparc64/conf/GENERIC: revision 1.88
	sys/arch/atari/conf/GENERIC.in: revision 1.68
	sys/arch/amiga/conf/GENERIC: revision 1.248
	sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.239
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.66
	sys/arch/i386/conf/GENERIC: revision 1.840
	sys/arch/amiga/conf/GENERIC.in: revision 1.61
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.68
	sys/arch/mac68k/conf/GENERIC: revision 1.182
Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

Revision 1.90 / (download) - annotate - [select for diffs], Tue Aug 21 02:48:16 2007 UTC (16 years, 8 months ago) by kiyohara
Branch: MAIN
CVS Tags: yamt-x86pmap-base, nick-csl-alignment-base5
Branch point for: yamt-x86pmap, matt-armv6
Changes since 1.89: +5 -2 lines
Diff to previous 1.89 (colored) to selected 1.131 (colored)

Add slhci at pcmcia.
 And reorder.

Revision 1.82.2.5 / (download) - annotate - [select for diffs], Mon Aug 20 18:39:01 2007 UTC (16 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.82.2.4: +6 -4 lines
Diff to previous 1.82.2.4 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.89 / (download) - annotate - [select for diffs], Mon Aug 20 00:54:43 2007 UTC (16 years, 8 months ago) by kiyohara
Branch: MAIN
Changes since 1.88: +4 -2 lines
Diff to previous 1.88 (colored) to selected 1.131 (colored)

Add btbc(4).

Revision 1.87.4.1 / (download) - annotate - [select for diffs], Wed Aug 15 13:47:45 2007 UTC (16 years, 8 months ago) by skrll
Branch: nick-csl-alignment
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.87.8.1 / (download) - annotate - [select for diffs], Thu Aug 9 02:37:02 2007 UTC (16 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.87.2.1 / (download) - annotate - [select for diffs], Tue Aug 7 18:05:47 2007 UTC (16 years, 8 months ago) by matt
Branch: matt-mips64
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored) next main 1.88 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.88 / (download) - annotate - [select for diffs], Mon Aug 6 21:26:57 2007 UTC (16 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: matt-mips64-base
Changes since 1.87: +4 -4 lines
Diff to previous 1.87 (colored) to selected 1.131 (colored)

Remove iso(4) from GENERIC kernels, as discussed on tech-net@
Ok'ed by core@

Revision 1.82.2.4 / (download) - annotate - [select for diffs], Sun Jul 15 13:17:01 2007 UTC (16 years, 9 months ago) by ad
Branch: vmlocking
Changes since 1.82.2.3: +3 -2 lines
Diff to previous 1.82.2.3 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.82.4.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:02:31 2007 UTC (16 years, 9 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.82: +7 -4 lines
Diff to previous 1.82 (colored) next main 1.83 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.84.2.1 / (download) - annotate - [select for diffs], Tue Jun 26 18:13:40 2007 UTC (16 years, 9 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.84: +4 -2 lines
Diff to previous 1.84 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.87 / (download) - annotate - [select for diffs], Mon Jun 11 13:39:22 2007 UTC (16 years, 10 months ago) by kiyohara
Branch: MAIN
CVS Tags: nick-csl-alignment-base, mjf-ufs-trans-base, hpcarm-cleanup
Branch point for: nick-csl-alignment, matt-mips64, jmcneill-pm
Changes since 1.86: +3 -3 lines
Diff to previous 1.86 (colored) to selected 1.131 (colored)

zyd was known to not work on big endian systems.

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

Sync with head.

Revision 1.86 / (download) - annotate - [select for diffs], Sat Jun 9 11:34:04 2007 UTC (16 years, 10 months ago) by kiyohara
Branch: MAIN
Changes since 1.85: +3 -2 lines
Diff to previous 1.85 (colored) to selected 1.131 (colored)

Add zyd(4).

Revision 1.78.2.2 / (download) - annotate - [select for diffs], Tue Jun 5 20:50:00 2007 UTC (16 years, 10 months ago) by bouyer
Branch: netbsd-4
Changes since 1.78.2.1: +1 -0 lines
Diff to previous 1.78.2.1 (colored) to branchpoint 1.78 (colored) to selected 1.131 (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.85 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:24 2007 UTC (16 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.84: +3 -2 lines
Diff to previous 1.84 (colored) to selected 1.131 (colored)

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

Revision 1.82.2.2 / (download) - annotate - [select for diffs], Sun May 27 12:28:21 2007 UTC (16 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.82.2.1: +3 -2 lines
Diff to previous 1.82.2.1 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.81.2.3 / (download) - annotate - [select for diffs], Sun Apr 15 16:03:07 2007 UTC (17 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.2: +3 -2 lines
Diff to previous 1.81.2.2 (colored) to branchpoint 1.81 (colored) next main 1.82 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.84 / (download) - annotate - [select for diffs], Sat Apr 14 19:33:27 2007 UTC (17 years ago) by tnn
Branch: MAIN
CVS Tags: yamt-idlelwp-base8
Branch point for: ppcoea-renovation
Changes since 1.83: +3 -2 lines
Diff to previous 1.83 (colored) to selected 1.131 (colored)

Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver.
Also add accompanying i2c controller driver, pcf8584.
Both written by me. Some cosmetic improvements from Iain Hibbert.
ok <martin>

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

Sync with head.

Revision 1.81.2.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:01 2007 UTC (17 years ago) by yamt
Branch: yamt-idlelwp
Changes since 1.81.2.1: +4 -4 lines
Diff to previous 1.81.2.1 (colored) to branchpoint 1.81 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.83 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:25 2007 UTC (17 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup
Changes since 1.82: +4 -4 lines
Diff to previous 1.82 (colored) to selected 1.131 (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.81.2.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:50:45 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.81: +4 -2 lines
Diff to previous 1.81 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.82 / (download) - annotate - [select for diffs], Thu Mar 1 14:57:38 2007 UTC (17 years, 1 month ago) by kiyohara
Branch: MAIN
Branch point for: vmlocking, mjf-ufs-trans
Changes since 1.81: +4 -2 lines
Diff to previous 1.81 (colored) to selected 1.131 (colored)

Add btuart(4).

Revision 1.65.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:00:59 2007 UTC (17 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.65.2.1: +7 -6 lines
Diff to previous 1.65.2.1 (colored) to branchpoint 1.65 (colored) next main 1.66 (colored) to selected 1.131 (colored)

Sync with head.

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

sync with head.

Revision 1.66.2.3 / (download) - annotate - [select for diffs], Mon Dec 18 11:42:05 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.66.2.2: +2 -3 lines
Diff to previous 1.66.2.2 (colored) to branchpoint 1.66 (colored) next main 1.67 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.81 / (download) - annotate - [select for diffs], Mon Dec 11 15:24:28 2006 UTC (17 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, post-newlock2-merge, newlock2-nbase, newlock2-base, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.80: +2 -3 lines
Diff to previous 1.80 (colored) to selected 1.131 (colored)

- remove a static configuration, FILEASSOC_NHOOKS.  do it dynamically instead.
- make fileassoc_t a pointer and remove FILEASSOC_INVAL.
- clean up kern_fileassoc.c.  unify duplicated code.
- unexport fileassoc_init using RUN_ONCE(9).
- plug memory leaks in fileassoc_file_delete and fileassoc_table_delete.
- always call callbacks, regardless of the value of the associated data.

ok'ed by elad.

Revision 1.66.2.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:16:35 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.66.2.1: +22 -16 lines
Diff to previous 1.66.2.1 (colored) to branchpoint 1.66 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.78.2.1 / (download) - annotate - [select for diffs], Sat Dec 9 11:41:19 2006 UTC (17 years, 4 months ago) by bouyer
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.78: +4 -3 lines
Diff to previous 1.78 (colored) to selected 1.131 (colored)

Pull up following revision(s) (requested by elad in ticket #254):
	sys/arch/sparc64/conf/GENERIC: revision 1.80
	sys/arch/sparc/conf/GENERIC: revision 1.197
sparc64: don't enable PaX MPROTECT by default for now.
sparc: add commented out 'FILEASSOC'.

Revision 1.80 / (download) - annotate - [select for diffs], Mon Dec 4 23:43:35 2006 UTC (17 years, 4 months ago) by elad
Branch: MAIN
CVS Tags: yamt-splraiseipl-base3
Changes since 1.79: +4 -3 lines
Diff to previous 1.79 (colored) to selected 1.131 (colored)

sparc64: don't enable PaX MPROTECT by default for now.
sparc: add commented out 'FILEASSOC'.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Dec 4 01:30:56 2006 UTC (17 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.78: +3 -3 lines
Diff to previous 1.78 (colored) to selected 1.131 (colored)

Compile gre(4) into the GENERIC kernel.

Revision 1.78 / (download) - annotate - [select for diffs], Sun Nov 26 16:14:03 2006 UTC (17 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.77: +4 -3 lines
Diff to previous 1.77 (colored) to selected 1.131 (colored)

- add working vge* at pci? and ciphy* at mii?
- remove an obsolete comment

Revision 1.65.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:29:32 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.65: +53 -24 lines
Diff to previous 1.65 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.77 / (download) - annotate - [select for diffs], Sat Nov 11 19:00:17 2006 UTC (17 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored) to selected 1.131 (colored)

Enable TMPFS by default.  OK'ed by core@.

I'm leaving those platforms with few users and those whose machines are
not very powerful untouched per uwe@'s suggestion.  The port masters or
the real users of those ports are better suited to make the decision of
enabling it.

Revision 1.76 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:11 2006 UTC (17 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored) to selected 1.131 (colored)

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

Revision 1.75 / (download) - annotate - [select for diffs], Thu Nov 9 15:23:42 2006 UTC (17 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.74: +4 -2 lines
Diff to previous 1.74 (colored) to selected 1.131 (colored)

Add rgephy at mii and rlphy at mii.
Tested on Ultra5 with RTL8139C (not plus) and RTL8169S.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Nov 9 15:08:04 2006 UTC (17 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.73: +6 -4 lines
Diff to previous 1.73 (colored) to selected 1.131 (colored)

More cleanup of sparc64 clock stuff:
- split mkclock attachment from sparc64/clock.c into dev/mkclock.c
  (now clock.s only contains clock interrupt and timecounter stuff)
- rename match/attach functions of rtc at ebus to match the device name
- update some comments around clock devices in GENERIC

No objection on port-sparc64 for a month.

Revision 1.73 / (download) - annotate - [select for diffs], Thu Oct 26 11:48:39 2006 UTC (17 years, 5 months ago) by elad
Branch: MAIN
Changes since 1.72: +10 -10 lines
Diff to previous 1.72 (colored) to selected 1.131 (colored)

Compile in Veriexec by default on some popular archs (amd64, i386, sparc64)
so it's more accessible and less of a hassle to put to use. Also enable
fileassoc(9) by default as a result, which for itself may open the door for
a lot of cool stuff. (stay tuned. :)

I recommend port masters of other archs to consider doing the same.
Personally I don't know which ports are considered more of a legacy than
in-production, so I'm leaving it for someone else for now...

No objections on tech-kern.

Revision 1.66.2.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:05:11 2006 UTC (17 years, 6 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.66: +12 -13 lines
Diff to previous 1.66 (colored) to selected 1.131 (colored)

sync with head

Revision 1.72 / (download) - annotate - [select for diffs], Sat Oct 21 14:10:33 2006 UTC (17 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.71: +3 -2 lines
Diff to previous 1.71 (colored) to selected 1.131 (colored)

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs

Revision 1.71 / (download) - annotate - [select for diffs], Thu Oct 19 22:01:18 2006 UTC (17 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.70: +5 -9 lines
Diff to previous 1.70 (colored) to selected 1.131 (colored)

Sync (commented out) kgdb options with reality.
(Not that it works at all - the locore.s support is not done yet)

Revision 1.70 / (download) - annotate - [select for diffs], Fri Oct 6 08:44:59 2006 UTC (17 years, 6 months ago) by jnemeth
Branch: MAIN
Changes since 1.69: +5 -5 lines
Diff to previous 1.69 (colored) to selected 1.131 (colored)

Initial support for floppy drives on sparc64.  This has been tested
on an Ultra 2 and works fine, apart from formatting which is known
to be broken.  It failed to work on an ebus machine.  The ebus
support compiles fine, but I don't have hardware for testing.  This
code is based on the sparc driver with hints from OpenBSD on how
to do the sbus and ebus attachments, along with help from martin@
and mrg@.

Initial commit approved by martin@

TODO:
- fix ebus support
- fix XXX issues
- check resource deallocation
- fix formatting
- merge remaining differences from sparc driver
- split out back end chip support
- have sparc driver use new common back end chip support
- adapt to newlock when branch is ready
- adapt to "disk-info" property dictionary

Revision 1.69 / (download) - annotate - [select for diffs], Sun Oct 1 09:53:09 2006 UTC (17 years, 6 months ago) by itohy
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68 (colored) to selected 1.131 (colored)

Use ATA timing, instead of busmaster wait, for adding waits.
Use default wait value 0x01.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Sep 26 14:30:27 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.67: +3 -3 lines
Diff to previous 1.67 (colored) to selected 1.131 (colored)

Oops! forgot "options" in previous commit. Pointed out by freza@, thanks!

Revision 1.67 / (download) - annotate - [select for diffs], Tue Sep 26 14:08:19 2006 UTC (17 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.66: +4 -2 lines
Diff to previous 1.66 (colored) to selected 1.131 (colored)

Make PaX mprotect(2) restrictions more accessible.

On amd64, sparc64, i386, and alpha, they will be compiled in and disabled
by default. That means that to use them you either enable the "global"
knob with sysctl, or use paxctl(1) to enable it on a per-program basis.

On sparc and macppc just include a commentd out line in the GENERIC kernel.

Revision 1.58.2.2 / (download) - annotate - [select for diffs], Fri Sep 22 05:56:51 2006 UTC (17 years, 7 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.58.2.1: +0 -1 lines
Diff to previous 1.58.2.1 (colored) to branchpoint 1.58 (colored) next main 1.59 (colored) to selected 1.131 (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.52.8.3 / (download) - annotate - [select for diffs], Thu Sep 14 12:31:18 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.52.8.2: +31 -2 lines
Diff to previous 1.52.8.2 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Sep 10 19:49:28 2006 UTC (17 years, 7 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9
Branch point for: yamt-splraiseipl
Changes since 1.65: +28 -2 lines
Diff to previous 1.65 (colored) to selected 1.131 (colored)

add bluetooth support to sparc64, built by default in GENERIC

Revision 1.52.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:43:35 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.52: +852 -10 lines
Diff to previous 1.52 (colored) next main 1.53 (colored) to selected 1.131 (colored)

sync with head

Revision 1.65 / (download) - annotate - [select for diffs], Thu Sep 7 14:23:44 2006 UTC (17 years, 7 months ago) by itohy
Branch: MAIN
CVS Tags: rpaulo-netinet-merge-pcb-base
Branch point for: newlock2
Changes since 1.64: +5 -2 lines
Diff to previous 1.64 (colored) to selected 1.131 (colored)

Add njata* at cardbus?

Revision 1.52.8.2 / (download) - annotate - [select for diffs], Sun Sep 3 15:23:32 2006 UTC (17 years, 7 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.52.8.1: +10 -13 lines
Diff to previous 1.52.8.1 (colored) to branchpoint 1.52 (colored) to selected 1.131 (colored)

sync with head.

Revision 1.64 / (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-pdpolicy-base8
Changes since 1.63: +3 -5 lines
Diff to previous 1.63 (colored) to selected 1.131 (colored)

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

Revision 1.63 / (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.62: +2 -3 lines
Diff to previous 1.62 (colored) to selected 1.131 (colored)

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

Revision 1.62 / (download) - annotate - [select for diffs], Wed Aug 23 09:16:40 2006 UTC (17 years, 7 months ago) by jnemeth
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored) to selected 1.131 (colored)

fix DDB_ONPANIC option

Revision 1.61 / (download) - annotate - [select for diffs], Mon Aug 21 10:50:00 2006 UTC (17 years, 8 months ago) by jnemeth
Branch: MAIN
Changes since 1.60: +6 -6 lines
Diff to previous 1.60 (colored) to selected 1.131 (colored)

move 'PCI cryptographic devices' out of the middle of the Disk section

Revision 1.58.2.1 / (download) - annotate - [select for diffs], Mon Aug 14 13:41:28 2006 UTC (17 years, 8 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored) to selected 1.131 (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.60 / (download) - annotate - [select for diffs], Mon Aug 14 06:22:35 2006 UTC (17 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59 (colored) to selected 1.131 (colored)

s/adpater/adapter/

Prompted by PR/34195

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

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

Revision 1.52.8.1 / (download) - annotate - [select for diffs], Fri Aug 11 15:43:00 2006 UTC (17 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.52: +852 -10 lines
Diff to previous 1.52 (colored) to selected 1.131 (colored)

sync with head

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jul 31 23:29:54 2006 UTC (17 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.57: +3 -2 lines
Diff to previous 1.57 (colored) to selected 1.131 (colored)

spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bjn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@

Revision 1.57 / (download) - annotate - [select for diffs], Wed Jul 26 07:00:23 2006 UTC (17 years, 8 months ago) by cube
Branch: MAIN
Changes since 1.56: +2 -3 lines
Diff to previous 1.56 (colored) to selected 1.131 (colored)

Remove "atapibus* at umass?" and "scsibus* at umass?" when there is
already an attachment to the interface attribute (atapi and scsi).

Part of PR#34085, although it is the contrary to what the submitter
suggests (which shows that having both in a config file can be confusing).

Revision 1.56 / (download) - annotate - [select for diffs], Sat Jul 15 07:55:20 2006 UTC (17 years, 9 months ago) by elad
Branch: MAIN
Changes since 1.55: +5 -2 lines
Diff to previous 1.55 (colored) to selected 1.131 (colored)

add (commented out) fileassoc(9) kernel options on some popular archs.

Revision 1.52.16.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:04 2006 UTC (17 years, 9 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.52: +849 -10 lines
Diff to previous 1.52 (colored) next main 1.53 (colored) to selected 1.131 (colored)

Merge from HEAD.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Jul 10 17:54:08 2006 UTC (17 years, 9 months ago) by gdamore
Branch: MAIN
Changes since 1.54: +4 -2 lines
Diff to previous 1.54 (colored) to selected 1.131 (colored)

New psm driver for use on Ultrabook IIi.  Right now it supports the power
button and lid switch.  I will add environmentals (battery, etc.) later.

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jul 1 15:19:32 2006 UTC (17 years, 9 months ago) by nakayama
Branch: MAIN
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored) to selected 1.131 (colored)

Uncomment "midi* at midibus?" to make umidi work.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Jun 30 10:27:48 2006 UTC (17 years, 9 months ago) by tsutsui
Branch: MAIN
Changes since 1.52: +847 -10 lines
Diff to previous 1.52 (colored) to selected 1.131 (colored)

Make GENERIC config really generic and change GENERIC32 config for 32 bit
compat kernel to include the GENERIC and use "no" keywords of config(1).
Also merge std.sparc64-64 into std.sparc64 and prepare std.sparc64-32
which uses "no" keywords for 32 bit kernels. OK'ed by mrg.

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Sun Dec 11 10:28:37 2005 UTC (18 years, 4 months ago) by christos
Branch: ktrace-lwp
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) next main 1.51 (colored) to selected 1.131 (colored)

Sync with head.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Dec 10 14:46:37 2005 UTC (18 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, peter-altq-base, peter-altq, ktrace-lwp-base, gdamore-uart-base, elad-kernelauth-base, elad-kernelauth, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: yamt-pdpolicy, rpaulo-netinet-merge-pcb, gdamore-uart
Changes since 1.51: +2 -20 lines
Diff to previous 1.51 (colored) to selected 1.131 (colored)

Move veriexec stuff from GENERIC to (common) GENERIC32.

Revision 1.51 / (download) - annotate - [select for diffs], Fri Dec 9 23:34:03 2005 UTC (18 years, 4 months ago) by elad
Branch: MAIN
Changes since 1.50: +20 -2 lines
Diff to previous 1.50 (colored) to selected 1.131 (colored)

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

Revision 1.50 / (download) - annotate - [select for diffs], Wed Feb 12 08:19:02 2003 UTC (21 years, 2 months ago) by martin
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, yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, thorpej-vnode-attr-base, thorpej-vnode-attr, netbsd-3-base, 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, netbsd-3, netbsd-2-base, 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, netbsd-2-0-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, netbsd-2-0, netbsd-2, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf, ktrace-lwp
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored) to selected 1.131 (colored)

Remove DEBUG and -g.
Output with DEBUG enabled is anoying these days and we don't want to
scare away users of the INSTALL kernel.

Revision 1.43.2.5 / (download) - annotate - [select for diffs], Fri Oct 18 02:40:02 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.43.2.4: +2 -5 lines
Diff to previous 1.43.2.4 (colored) to branchpoint 1.43 (colored) next main 1.44 (colored) to selected 1.131 (colored)

Catch up to -current.

Revision 1.42.4.4 / (download) - annotate - [select for diffs], Thu Oct 10 18:36:29 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.42.4.3: +2 -5 lines
Diff to previous 1.42.4.3 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored) to selected 1.131 (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.49 / (download) - annotate - [select for diffs], Thu Sep 19 07:13:58 2002 UTC (21 years, 7 months ago) by grant
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.48: +2 -5 lines
Diff to previous 1.48 (colored) to selected 1.131 (colored)

remove USERCONF and PIPE_SOCKETPAIR, as these are already in GENERIC32.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Sep 18 02:44:09 2002 UTC (21 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored) to selected 1.131 (colored)

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

Revision 1.42.4.3 / (download) - annotate - [select for diffs], Sun Jun 23 17:42:02 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.42.4.2: +3 -2 lines
Diff to previous 1.42.4.2 (colored) to branchpoint 1.42 (colored) to selected 1.131 (colored)

catch up with -current on kqueue branch

Revision 1.43.2.4 / (download) - annotate - [select for diffs], Wed Apr 17 00:04:28 2002 UTC (22 years ago) by nathanw
Branch: nathanw_sa
Changes since 1.43.2.3: +3 -2 lines
Diff to previous 1.43.2.3 (colored) to branchpoint 1.43 (colored) to selected 1.131 (colored)

Catch up to -current.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Apr 12 08:11:21 2002 UTC (22 years ago) by gmcgarry
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, 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, netbsd-1-6, gehenna-devsw-base, gehenna-devsw
Changes since 1.46: +3 -2 lines
Diff to previous 1.46 (colored) to selected 1.131 (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.43.2.3 / (download) - annotate - [select for diffs], Thu Feb 28 04:12:10 2002 UTC (22 years, 1 month ago) by nathanw
Branch: nathanw_sa
Changes since 1.43.2.2: +4 -2 lines
Diff to previous 1.43.2.2 (colored) to branchpoint 1.43 (colored) to selected 1.131 (colored)

Catch up to -current.

Revision 1.42.4.2 / (download) - annotate - [select for diffs], Mon Feb 11 20:09:09 2002 UTC (22 years, 2 months ago) by jdolecek
Branch: kqueue
Changes since 1.42.4.1: +4 -2 lines
Diff to previous 1.42.4.1 (colored) to branchpoint 1.42 (colored) to selected 1.131 (colored)

Sync w/ -current.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jan 27 13:23:27 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.45: +4 -2 lines
Diff to previous 1.45 (colored) to selected 1.131 (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.42.4.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:49:11 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.42: +27 -9 lines
Diff to previous 1.42 (colored) to selected 1.131 (colored)

Sync kqueue branch with -current.

Revision 1.43.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:27:57 2002 UTC (22 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.43.2.1: +36 -0 lines
Diff to previous 1.43.2.1 (colored) to branchpoint 1.43 (colored) to selected 1.131 (colored)

Catch up to -current.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Dec 14 05:34:52 2001 UTC (22 years, 4 months ago) by gmcgarry
Branch: MAIN
Changes since 1.44: +22 -4 lines
Diff to previous 1.44 (colored) to selected 1.131 (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.44 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:39 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43 (colored) to selected 1.131 (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.42.6.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:17:34 2001 UTC (22 years, 5 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.42: +6 -6 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.131 (colored)

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

Revision 1.43.2.1, Wed Oct 24 18:49:38 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.43: +0 -18 lines
FILE REMOVED

file GENERIC was added on branch nathanw_sa on 2002-01-08 00:27:57 +0000

Revision 1.43 / (download) - annotate - [select for diffs], Wed Oct 24 18:49:38 2001 UTC (22 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Branch point for: nathanw_sa
Changes since 1.42: +6 -6 lines
Diff to previous 1.42 (colored) to selected 1.131 (colored)

Clean up the 32-bit vs. 64-bit kernel configuration stuff:
- Put all options necessary to build a 64-bit kernel into std.sparc64-64,
  which can be included after std.sparc64.
- Change the logic used to enable 64-bit kernels.  The kernel Makefile now
  uses an LP64 make variable, and explicitly sets compiler flags and linker
  scripts to generate 32-bit or 64-bit kernels.

Revision 1.19.2.2 / (download) - annotate - [select for diffs], Sun Feb 11 19:12:28 2001 UTC (23 years, 2 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.19.2.1: +4 -3 lines
Diff to previous 1.19.2.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored) to selected 1.131 (colored)

Sync with HEAD.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Feb 11 01:00:51 2001 UTC (23 years, 2 months ago) by eeh
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache, kqueue
Changes since 1.41: +4 -3 lines
Diff to previous 1.41 (colored) to selected 1.131 (colored)

Add COMPAT_SVR4_32.

Revision 1.19.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:26:40 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.19: +10 -414 lines
Diff to previous 1.19 (colored) to selected 1.131 (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.41 / (download) - annotate - [select for diffs], Thu Sep 21 23:44:06 2000 UTC (23 years, 7 months ago) by eeh
Branch: MAIN
Changes since 1.40: +10 -3 lines
Diff to previous 1.40 (colored) to selected 1.131 (colored)

Add support for the `com' driver and Sun Keyboard/Mouse line disciplines.

Revision 1.35.2.3 / (download) - annotate - [select for diffs], Tue Jul 18 16:23:16 2000 UTC (23 years, 9 months ago) by mrg
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.35.2.2: +7 -443 lines
Diff to previous 1.35.2.2 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.131 (colored)

pullup the contents of -current arch/sparc64.  this gives us significant
ultrasparc PCI support (ultra5, ultra10, AXi, and E250 tested so far),
plus many other small fixes.  netbooting is now supported.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jul 7 19:11:56 2000 UTC (23 years, 9 months ago) by eeh
Branch: MAIN
CVS Tags: mrg-merge-1-5-top
Changes since 1.39: +7 -448 lines
Diff to previous 1.39 (colored) to selected 1.131 (colored)

Rename GENERIC to GENERIC32 and GENERIC64 to GENERIC to allow snapshots to
build properly.

Revision 1.35.2.2 / (download) - annotate - [select for diffs], Thu Jul 6 14:10:36 2000 UTC (23 years, 9 months ago) by sommerfeld
Branch: netbsd-1-5
Changes since 1.35.2.1: +3 -3 lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored) to selected 1.131 (colored)

Comment out EON ISO-over-ip tunneling pseudo-driver, and document as
broken/fragile.  Unlikely to be of much use, and confuses new users
when their system crashes when they, or their dhclient stumble over
it.  See kern/10500, kern/8994 for the gory details.
[pull up approved by thorpej]

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Wed Jul 5 19:19:36 2000 UTC (23 years, 9 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003
Changes since 1.13.2.1: +2 -2 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.131 (colored)

Pull up revision 1.39 (requested by sommerfeld):
  Comment out EON ISO-over-ip tunneling pseudo-driver, and document
  as broken/fragile.  Unlikely to be of much use, and confuses new
  users when their system crashes when they, or their dhclient
  stumble over it.  See PR#10500 and PR#8994 for the gory details.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 5 04:07:27 2000 UTC (23 years, 9 months ago) by sommerfeld
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored) to selected 1.131 (colored)

Comment out EON ISO-over-ip tunneling pseudo-driver, and document as
broken/fragile.  Unlikely to be of much use, and confuses new users
when their system crashes when they, or their dhclient stumble over
it.  See kern/10500, kern/8994 for the gory details.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jul 2 21:11:26 2000 UTC (23 years, 9 months ago) by pk
Branch: MAIN
Changes since 1.37: +9 -5 lines
Diff to previous 1.37 (colored) to selected 1.131 (colored)

Add `ahc' (Adaptec 2940, et.al. SCSI controller); it is known to work.

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

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

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Fri Jun 23 14:36:14 2000 UTC (23 years, 10 months ago) by fvdl
Branch: netbsd-1-5
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.131 (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.36 / (download) - annotate - [select for diffs], Thu Jun 22 20:27:56 2000 UTC (23 years, 10 months ago) by fvdl
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.131 (colored)

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

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:04:16 2000 UTC (23 years, 10 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.33: +6 -19 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.131 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 19 23:30:32 2000 UTC (23 years, 10 months ago) by eeh
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.34: +6 -6 lines
Diff to previous 1.34 (colored) to selected 1.131 (colored)

Have separate data and text segments, make text read-only.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 14 22:02:37 2000 UTC (23 years, 10 months ago) by veego
Branch: MAIN
Changes since 1.33: +2 -15 lines
Diff to previous 1.33 (colored) to selected 1.131 (colored)

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

Revision 1.13.2.1 / (download) - annotate - [select for diffs], Sat Jun 3 14:45:45 2000 UTC (23 years, 10 months ago) by he
Branch: netbsd-1-4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.131 (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.33 / (download) - annotate - [select for diffs], Fri May 19 05:28:47 2000 UTC (23 years, 11 months ago) by eeh
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.32: +5 -2 lines
Diff to previous 1.32 (colored) to selected 1.131 (colored)

Use the new emergency fallback PROM console driver.

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 8 13:49:49 2000 UTC (23 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.131 (colored)

Add (sometimes commented out) MIIVERBOSE option.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Apr 19 06:50:36 2000 UTC (24 years ago) by itojun
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30 (colored) to selected 1.131 (colored)

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

Revision 1.30 / (download) - annotate - [select for diffs], Sat Apr 15 03:08:12 2000 UTC (24 years ago) by mrg
Branch: MAIN
Changes since 1.29: +7 -4 lines
Diff to previous 1.29 (colored) to selected 1.131 (colored)

- auxio cleanup and sbus support.
- make GENERIC64 include GENERIC and set the 3 optoins it needs.  suggested
  by hubert feyrer.
- add a comment that we maybe should use the `bpp' driver, not the lpt, on
  the ebus because the `bpp' driver does DMA already.
- ebus_attach_args got a member renamed

Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 13 11:23:14 2000 UTC (24 years ago) by mrg
Branch: MAIN
Changes since 1.28: +46 -55 lines
Diff to previous 1.28 (colored) to selected 1.131 (colored)

- do the "options<space><tab>" thing everywhere.
- disable COMPAT_AOUT.
- enable hme at sbus/pci
- enable bpp at sbus
- clean up esp attachments
- enable all xxphy's
- sync GENERIC & GENERIC64.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 5 14:28:55 2000 UTC (24 years ago) by mrg
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored) to selected 1.131 (colored)

enable auxio at ebus.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 5 02:34:19 2000 UTC (24 years ago) by mrg
Branch: MAIN
Changes since 1.26: +15 -3 lines
Diff to previous 1.26 (colored) to selected 1.131 (colored)

add "hme at pci" support.  also, add "nsphy at mii" and other mii stuff

Revision 1.26 / (download) - annotate - [select for diffs], Wed Mar 22 00:58:22 2000 UTC (24 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.25: +3 -2 lines
Diff to previous 1.25 (colored) to selected 1.131 (colored)

add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.

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

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

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 26 17:35:42 2000 UTC (24 years, 1 month ago) by oster
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.131 (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.23 / (download) - annotate - [select for diffs], Sun Jan 23 23:46:19 2000 UTC (24 years, 3 months ago) by hubertf
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored) to selected 1.131 (colored)

Add commented out "ident"-command

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

Add overlay to kernel configs.

Revision 1.19.8.2 / (download) - annotate - [select for diffs], Mon Dec 27 18:33:55 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.19.8.1: +23 -1 lines
Diff to previous 1.19.8.1 (colored) to branchpoint 1.19 (colored) next main 1.20 (colored) to selected 1.131 (colored)

Pull up to last week's -current.

Revision 1.19.8.1 / (download) - annotate - [select for diffs], Tue Dec 21 23:16:17 1999 UTC (24 years, 4 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.19: +4 -1 lines
Diff to previous 1.19 (colored) to selected 1.131 (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.21 / (download) - annotate - [select for diffs], Sun Nov 21 14:00:44 1999 UTC (24 years, 5 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.20: +22 -1 lines
Diff to previous 1.20 (colored) to selected 1.131 (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.20 / (download) - annotate - [select for diffs], Mon Nov 15 19:10:57 1999 UTC (24 years, 5 months ago) by fvdl
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.131 (colored)

Add commented out option SOFTDEP to all GENERIC kernels.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 12 01:17:21 1999 UTC (24 years, 7 months ago) by chs
Branch: MAIN
CVS Tags: fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize, thorpej_scsipi
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored) to selected 1.131 (colored)

eliminate the PMAP_NEW option by making it required for all ports.
ports which previously had no support for PMAP_NEW now implement
the pmap_k* interfaces as wrappers around the non-k versions.

Revision 1.13.4.2 / (download) - annotate - [select for diffs], Mon Aug 2 21:43:51 1999 UTC (24 years, 8 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.13.4.1: +3 -2 lines
Diff to previous 1.13.4.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.131 (colored)

Update from trunk.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 29 10:37:23 1999 UTC (24 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.131 (colored)

It's time to be COMPAT_14.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 18 23:52:58 1999 UTC (24 years, 9 months ago) by eeh
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.131 (colored)

Switch to NetBSD/sparc ELF for 32-bit userland.

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:02:28 1999 UTC (24 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.13: +33 -15 lines
Diff to previous 1.13 (colored) to selected 1.131 (colored)

Sync w/ -current.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 5 20:38:24 1999 UTC (24 years, 10 months ago) by eeh
Branch: MAIN
Changes since 1.15: +32 -13 lines
Diff to previous 1.15 (colored) to selected 1.131 (colored)

Fix things up so they compile again.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 26 04:25:38 1999 UTC (24 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.14: +1 -4 lines
Diff to previous 1.14 (colored) to selected 1.131 (colored)

Update configuration to match `rasops' fixes and config glue.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 13 18:45:41 1999 UTC (25 years ago) by ad
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored) to selected 1.131 (colored)

Bring sparc/sparc64 fb code and kernel configuration into line with
rcons changes.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 27 17:58:20 1999 UTC (25 years ago) by eeh
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: netbsd-1-4, chs-ubc2
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) to selected 1.131 (colored)

We don't have a default binary format: EXEC_AOUT is used for NetBSD/sparc pre 1.4,
EXEC_ELF64 is used for NetBSD/sparc64, and EXEC_ELF32 is used for NetBSD/sparc_elf.

We really need a way to turn these on and off depending on whether we're building
a 32-bit or 64-bit kernel...

Revision 1.12 / (download) - annotate - [select for diffs], Fri Mar 26 04:29:20 1999 UTC (25 years ago) by eeh
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.131 (colored)

COMPAT_SPARC32 -> COMPAT_NETBSD32

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jan 23 19:09:00 1999 UTC (25 years, 3 months ago) by eeh
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.131 (colored)

Need to disable 64-bit only options in 32-bit GENERIC.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 23 19:06:59 1999 UTC (25 years, 3 months ago) by eeh
Branch: MAIN
Changes since 1.9: +36 -9 lines
Diff to previous 1.9 (colored) to selected 1.131 (colored)

Synchronize config files.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 20 17:24:36 1999 UTC (25 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.8: +35 -31 lines
Diff to previous 1.8 (colored) to selected 1.131 (colored)

enable a few more network and compat options, few more devices, both pseudo and real, that hvae appeared in the tree.

Revision 1.8 / (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.7: +4 -1 lines
Diff to previous 1.7 (colored) to selected 1.131 (colored)

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

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

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

Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 2 10:27:27 1998 UTC (25 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.131 (colored)

take out UVM_PAGE_TRKOWN and comment UVMHIST

Revision 1.5 / (download) - annotate - [select for diffs], Thu Aug 27 11:40:07 1998 UTC (25 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.131 (colored)

move isp sbus attachment to dev/sbus and support it on the sparc64

Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 26 10:31:36 1998 UTC (25 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: PMAP32
Changes since 1.3: +6 -5 lines
Diff to previous 1.3 (colored) to selected 1.131 (colored)

- use UVM by default.
- clean up the Makefile a bit to be less solaris-centric :)
- add support for compat_sparc32 (32bit compat module for NetBSD/sparc).  this
  isn't yet fully tested but it mostly written and compiles if not totally
  links yet.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 26 09:09:31 1998 UTC (25 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.2: +18 -16 lines
Diff to previous 1.2 (colored) to selected 1.131 (colored)

make this actually work

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

remove options FIFO; it's now the default

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jun 20 04:58:50 1998 UTC (25 years, 10 months ago) by eeh
Branch: eeh
CVS Tags: eeh-19980609
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.131 (colored)

Import of sparc64.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 20 04:58:50 1998 UTC (25 years, 10 months ago) by eeh
Branch: MAIN
Diff to selected 1.131 (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>