The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.142.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 9 23:33:46 2023 UTC (13 months, 3 weeks ago) by snj
Branches: 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
Diff to: previous 1.142: preferred, colored; next MAIN 1.143: preferred, colored
Changes since revision 1.142: +3 -3 lines
Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

Revision 1.144: download - view: text, markup, annotated - select for diffs
Thu Feb 9 14:09:49 2023 UTC (21 months, 3 weeks ago) by abs
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +4 -4 lines
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.143: download - view: text, markup, annotated - select for diffs
Thu Feb 9 13:16:05 2023 UTC (21 months, 3 weeks ago) by abs
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +5 -5 lines
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.142: download - view: text, markup, annotated - select for diffs
Thu Sep 29 10:10:10 2022 UTC (2 years, 2 months ago) by riastradh
Branches: MAIN
CVS tags: netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +3 -2 lines
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.141: download - view: text, markup, annotated - select for diffs
Sun Aug 7 02:52:29 2022 UTC (2 years, 3 months ago) by simonb
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +7 -7 lines
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.136.6.1: download - view: text, markup, annotated - select for diffs
Thu May 13 00:47:27 2021 UTC (3 years, 6 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.136: preferred, colored; next MAIN 1.137: preferred, colored
Changes since revision 1.136: +17 -15 lines
Sync with HEAD.

Revision 1.140: download - view: text, markup, annotated - select for diffs
Fri Apr 30 02:24:05 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +10 -2 lines
Driver for the I2C bus used for RAM serial presence detection.  This
I2C interface is implemented by bit-banging a couple of GPIO pins on
the Sequoia core logic used in the Shark.

Heavy lifting by Julian Coleman, and minor tweaks and a different
autoconfiguration scheme by me.

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Apr 30 02:11:37 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +6 -2 lines
- Introduce sequoiaLock() / sequoiaUnlock() functions that hide away
  the details of what's going on (disable / restore interrupts), and
  use it consistently.
- Give "sequoia" a device_t in the system device tree, matching on
  the Shark's /vlbus/isa node, acting a subclass of ofisa (an "ofisa"
  will be attached to "sequoia").  This allows us to attach other logical
  device nodes to the "sequoia".

Revision 1.138: download - view: text, markup, annotated - select for diffs
Tue Apr 27 23:37:01 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +2 -13 lines
Garbage-collect the old Shark-specific "pccons" stuff.  Shark has
been wscons for some time now.

Revision 1.137: download - view: text, markup, annotated - select for diffs
Tue Apr 27 21:39:39 2021 UTC (3 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +5 -4 lines
"ofisa" carried an "ofbus" interface attribute in addition to its own
in order to attach an "ofrtc" instance.  This worked prior to the
autconfiguration system enforcing non-ambiguous interface attribute
specificaitons due to how the attach args for ofisa were structured.

But it no longer works, and is a big dodgy barring a formalized "subclassing"
facility for interface atributes in config(5).

So, stop using "ofrtc" on Shark, and replace it with an ofisa driver for
the mc146818 real time clock hardware, and remove "ofbus" from "ofisa".

Revision 1.136: download - view: text, markup, annotated - select for diffs
Sun Aug 16 10:27:47 2020 UTC (4 years, 3 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +2 -4 lines
make COMPAT_LINUX option disabled by default

leave the option enabled only in amd64/i386 ALL kernels to make
sure it continues to be compilable also when included in kernel

Revision 1.130.4.3: download - view: text, markup, annotated - select for diffs
Tue Apr 21 18:42:11 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.130.4.2: preferred, colored; branchpoint 1.130: preferred, colored; next MAIN 1.131: preferred, colored
Changes since revision 1.130.4.2: +1 -1 lines
Sync with HEAD

Revision 1.134.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 20 11:28:59 2020 UTC (4 years, 7 months ago) by bouyer
Branches: bouyer-xenpvh
Diff to: previous 1.134: preferred, colored; next MAIN 1.135: preferred, colored
Changes since revision 1.134: +3 -3 lines
Sync with HEAD

Revision 1.135: download - view: text, markup, annotated - select for diffs
Sat Apr 18 11:00:42 2020 UTC (4 years, 7 months ago) by skrll
Branches: MAIN
CVS tags: phil-wifi-20200421, bouyer-xenpvh-base2, bouyer-xenpvh-base1
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +3 -3 lines
PMAP_DEBUG has been deleted on arm

Revision 1.130.4.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:53 2020 UTC (4 years, 7 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.130.4.1: preferred, colored; branchpoint 1.130: preferred, colored
Changes since revision 1.130.4.1: +2 -3 lines
Merge changes from current as of 20200406

Revision 1.133.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:38:43 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.133: preferred, colored; next MAIN 1.134: preferred, colored
Changes since revision 1.133: +2 -3 lines
Sync with head.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Sun Jan 19 01:25:07 2020 UTC (4 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base, ad-namecache-base3, ad-namecache-base2
Branch point for: bouyer-xenpvh
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +2 -3 lines
Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is
long since obsolete.

Revision 1.133.2.1: download - view: text, markup, annotated - select for diffs
Thu Nov 21 18:18:00 2019 UTC (5 years ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1
Diff to: previous 1.133: preferred, colored; next MAIN 1.134: preferred, colored
Changes since revision 1.133: +3 -3 lines
In preparation for the upcoming release, turn off DIAGNOSTIC in most
kernel configs, modules and libc.

Revision 1.130.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:45 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +11 -18 lines
Sync with HEAD

Revision 1.133: download - view: text, markup, annotated - select for diffs
Fri Apr 26 21:40:32 2019 UTC (5 years, 7 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, ad-namecache-base1, ad-namecache-base
Branch point for: netbsd-9, ad-namecache
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +9 -15 lines
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.132: download - view: text, markup, annotated - select for diffs
Sat Apr 13 08:23:00 2019 UTC (5 years, 7 months ago) by isaki
Branches: MAIN
CVS tags: isaki-audio2-base, isaki-audio2
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +3 -2 lines
Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).

Revision 1.130.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:41 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.130: preferred, colored; next MAIN 1.131: preferred, colored
Changes since revision 1.130: +3 -5 lines
Sync with HEAD

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

Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:04:14 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +3 -5 lines
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.127.6.3: download - view: text, markup, annotated - select for diffs
Wed Apr 18 14:45:08 2018 UTC (6 years, 7 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Diff to: previous 1.127.6.2: preferred, colored; branchpoint 1.127: preferred, colored; next MAIN 1.128: preferred, colored
Changes since revision 1.127.6.2: +3 -3 lines
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.102.2.5: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:42 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.102.2.4: preferred, colored; next MAIN 1.103: preferred, colored
Changes since revision 1.102.2.4: +12 -23 lines
update from HEAD

Revision 1.130: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:43 2017 UTC (7 years, 2 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, 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
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +5 -19 lines
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.129: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:24:46 2017 UTC (7 years, 2 months ago) by sevan
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +2 -5 lines
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.127.6.2: download - view: text, markup, annotated - select for diffs
Tue Aug 29 09:42:19 2017 UTC (7 years, 3 months ago) by martin
Branches: netbsd-8
CVS tags: matt-nb8-mediatek-base, matt-nb8-mediatek
Diff to: previous 1.127.6.1: preferred, colored; branchpoint 1.127: preferred, colored
Changes since revision 1.127.6.1: +3 -3 lines
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.121.2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:51 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.121.2.3: preferred, colored; branchpoint 1.121: preferred, colored; next MAIN 1.122: preferred, colored
Changes since revision 1.121.2.3: +6 -3 lines
Sync with HEAD

Revision 1.128: download - view: text, markup, annotated - select for diffs
Sat Jul 29 18:08:59 2017 UTC (7 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -3 lines
Remove TCP_COMPAT_42 from the config files. Pass 3.

Revision 1.127.6.1: download - view: text, markup, annotated - select for diffs
Wed Jul 5 13:58:48 2017 UTC (7 years, 5 months ago) by martin
Branches: netbsd-8
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +3 -3 lines
Remove options DIAGNOSTIC/DEBUG and PAX debug options.
Requested by snj in #60.

Revision 1.126.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:53:36 2017 UTC (7 years, 7 months ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.126: preferred, colored; next MAIN 1.127: preferred, colored
Changes since revision 1.126: +6 -2 lines
Sync with HEAD

Revision 1.123.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:20 2017 UTC (7 years, 8 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.123.2.1: preferred, colored; branchpoint 1.123: preferred, colored; next MAIN 1.124: preferred, colored
Changes since revision 1.123.2.1: +6 -2 lines
Sync with HEAD

Revision 1.127: download - view: text, markup, annotated - select for diffs
Fri Feb 17 18:07:51 2017 UTC (7 years, 9 months ago) by jakllsch
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +6 -2 lines
Add initial basic driver for DNARD's VT82C505 VL to PCI bridge.

Currently only allows configuration space, and I/O space access, the
latter of which has not yet been tested.  DMA support is currently
unimplemented.

Add commented lines to GENERIC.

Revision 1.121.2.3: download - view: text, markup, annotated - select for diffs
Sun Feb 5 13:40:20 2017 UTC (7 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.121.2.2: preferred, colored; branchpoint 1.121: preferred, colored
Changes since revision 1.121.2.2: +4 -2 lines
Sync with HEAD

Revision 1.123.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:25 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +4 -2 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.126: download - view: text, markup, annotated - select for diffs
Tue Dec 13 20:42:20 2016 UTC (7 years, 11 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-20170107, nick-nhusb-base-20170204, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -3 lines
wildcard speaker attachments, now that we can handle many of them.

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sat Dec 10 23:03:25 2016 UTC (7 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +2 -3 lines
remove VAUDIOSPEAKER for now, will be done differently.

Revision 1.124: download - view: text, markup, annotated - select for diffs
Thu Dec 8 11:31:12 2016 UTC (7 years, 11 months ago) by nat
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +5 -2 lines
Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.

Revision 1.121.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:42 2015 UTC (8 years, 11 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.121.2.1: preferred, colored; branchpoint 1.121: preferred, colored
Changes since revision 1.121.2.1: +2 -3 lines
Sync with HEAD (as of 26th Dec)

Revision 1.123: download - view: text, markup, annotated - select for diffs
Sat Sep 26 16:33:16 2015 UTC (9 years, 2 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +2 -3 lines
Disable PAX_SEGVGUARD.

We actually have a big problem: the fileassocs are never deleted.
Therefore, if a user generates a lot of buggy binaries and launches them
all, the kernel will allocate memory again again and again for all these
entries and will never free them (unless the files are deleted from the
disk). Which means that a user can too easily put the kernel under memory
pressure.

Revision 1.121.2.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:51 2015 UTC (9 years, 2 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -3 lines
Sync with HEAD

Revision 1.122: download - view: text, markup, annotated - select for diffs
Sat Aug 8 06:36:26 2015 UTC (9 years, 4 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20150921
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +2 -3 lines
Remove KMEMSTATS.

Revision 1.115.2.4: download - view: text, markup, annotated - select for diffs
Fri May 15 03:44:18 2015 UTC (9 years, 6 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.115.2.3: preferred, colored; branchpoint 1.115: preferred, colored; next MAIN 1.116: preferred, colored
Changes since revision 1.115.2.3: +3 -2 lines
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.115.2.3: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:05:31 2014 UTC (10 years ago) by snj
Branches: netbsd-7
Diff to: previous 1.115.2.2: preferred, colored; branchpoint 1.115: preferred, colored
Changes since revision 1.115.2.2: +2 -4 lines
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.121: download - view: text, markup, annotated - select for diffs
Sun Nov 16 16:01:43 2014 UTC (10 years ago) by manu
Branches: MAIN
CVS tags: nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +2 -4 lines
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.115.2.2: download - view: text, markup, annotated - select for diffs
Fri Nov 14 15:16:16 2014 UTC (10 years ago) by martin
Branches: netbsd-7
Diff to: previous 1.115.2.1: preferred, colored; branchpoint 1.115: preferred, colored
Changes since revision 1.115.2.1: +5 -2 lines
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.120: download - view: text, markup, annotated - select for diffs
Wed Nov 12 10:47:24 2014 UTC (10 years ago) by manu
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +5 -2 lines
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.115.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 10 18:16:37 2014 UTC (10 years, 1 month ago) by snj
Branches: netbsd-7
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -3 lines
Apply patch (requested by bouyer/martin in ticket #116):
Disable DIAGNOSTIC and/or DEBUG.

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sun Aug 24 07:59:23 2014 UTC (10 years, 3 months ago) by jnemeth
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +3 -2 lines
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.118: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:26:59 2014 UTC (10 years, 3 months ago) by dholland
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +16 -16 lines
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.102.2.4: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:23 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.102.2.3: preferred, colored
Changes since revision 1.102.2.3: +2 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.117: download - view: text, markup, annotated - select for diffs
Sun Aug 17 21:17:44 2014 UTC (10 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +3 -3 lines
Reorganize symbol table embedding.  The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sat Aug 16 17:56:33 2014 UTC (10 years, 3 months ago) by apb
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -2 lines
Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".

Revision 1.113.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:54:08 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.113: preferred, colored; next MAIN 1.114: preferred, colored
Changes since revision 1.113: +4 -3 lines
Rebase.

Revision 1.115: download - view: text, markup, annotated - select for diffs
Sun Aug 3 08:53:56 2014 UTC (10 years, 4 months ago) by martin
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -2 lines
Add COMPAT_NETBSD32, following the switch to eabi by default.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Jun 24 12:17:33 2014 UTC (10 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -3 lines
Bump SYMTAB_SPACE to allow clang to build this kernel.

Revision 1.95.2.5: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:08 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.95.2.4: preferred, colored; branchpoint 1.95: preferred, colored; next MAIN 1.96: preferred, colored
Changes since revision 1.95.2.4: +10 -15 lines
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.110.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:25 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.110.2.1: preferred, colored; next MAIN 1.111: preferred, colored
Changes since revision 1.110.2.1: +3 -3 lines
sync with head

Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Dec 27 22:13:32 2013 UTC (10 years, 11 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +3 -3 lines
Bump SYMTAB_SPACE

Revision 1.110.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 28 23:59:21 2013 UTC (11 years, 3 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +3 -4 lines
sync with head

Revision 1.112: download - view: text, markup, annotated - select for diffs
Tue Aug 27 03:41:59 2013 UTC (11 years, 3 months ago) by matt
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +3 -3 lines
Bump STMRAB_SPACE

Revision 1.111: download - view: text, markup, annotated - select for diffs
Sun Jun 30 21:38:58 2013 UTC (11 years, 5 months ago) by rmind
Branches: MAIN
CVS tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +2 -3 lines
G/C PFIL_HOOKS from the kernel configs.

Revision 1.102.2.3: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:20:11 2013 UTC (11 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.102.2.2: preferred, colored
Changes since revision 1.102.2.2: +9 -13 lines
resync from head

Revision 1.110: download - view: text, markup, annotated - select for diffs
Wed Jun 5 23:08:03 2013 UTC (11 years, 6 months ago) by christos
Branches: MAIN
Branch point for: rmind-smpnet
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -3 lines
remove obsolete networking options

Revision 1.109: download - view: text, markup, annotated - select for diffs
Sat Apr 27 22:21:16 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
CVS tags: khorben-n900
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +3 -3 lines
more bogus number removal

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Apr 27 21:43:40 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +4 -4 lines
the bogus number police

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Apr 27 18:19:51 2013 UTC (11 years, 7 months ago) by christos
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +6 -6 lines
remove confusing numeric locators where they are unused.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat Mar 2 02:42:20 2013 UTC (11 years, 9 months ago) by christos
Branches: MAIN
CVS tags: agc-symver-base, agc-symver
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -3 lines
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Mar 1 18:25:51 2013 UTC (11 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -4 lines
Retire OSI network stack. OK core@

Revision 1.102.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:56 2013 UTC (11 years, 9 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.102.2.1: preferred, colored
Changes since revision 1.102.2.1: +2 -6 lines
resync with head

Revision 1.95.2.4: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:33:04 2013 UTC (11 years, 10 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.95.2.3: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.3: +2 -6 lines
sync with (a bit old) head

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Dec 6 06:25:25 2012 UTC (12 years ago) by msaitoh
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -6 lines
Remove "#options ARMFPE"

Revision 1.102.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:42 2012 UTC (12 years ago) by tls
Branches: tls-maxphys
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +3 -2 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.95.2.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:20:19 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.95.2.2: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.2: +5 -4 lines
sync with head

Revision 1.103: download - view: text, markup, annotated - select for diffs
Wed Oct 17 14:48:16 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
CVS tags: yamt-pagecache-base6
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +3 -2 lines
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".

Revision 1.98.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 15 15:33:00 2012 UTC (12 years, 3 months ago) by sborrill
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Diff to: previous 1.98.2.1: preferred, colored; branchpoint 1.98: preferred, colored; next MAIN 1.99: preferred, colored
Changes since revision 1.98.2.1: +3 -3 lines
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.102: download - view: text, markup, annotated - select for diffs
Wed Aug 1 22:28:10 2012 UTC (12 years, 4 months ago) by matt
Branches: MAIN
Branch point for: tls-maxphys
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +3 -3 lines
bump symtab_space

Revision 1.98.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 12 17:47:54 2012 UTC (12 years, 5 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +3 -3 lines
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.101: download - view: text, markup, annotated - select for diffs
Tue Jun 5 08:44:15 2012 UTC (12 years, 6 months ago) by abs
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +3 -3 lines
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.96.2.3: download - view: text, markup, annotated - select for diffs
Sat Jun 2 11:09:08 2012 UTC (12 years, 6 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.96.2.2: preferred, colored; branchpoint 1.96: preferred, colored; next MAIN 1.97: preferred, colored
Changes since revision 1.96.2.2: +2 -0 lines
sync to latest -current.

Revision 1.95.2.2: download - view: text, markup, annotated - select for diffs
Wed May 23 10:07:49 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.95.2.1: preferred, colored; branchpoint 1.95: preferred, colored
Changes since revision 1.95.2.1: +4 -2 lines
sync with head.

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun May 13 07:34:02 2012 UTC (12 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base5, jmcneill-usbmp-base10
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +4 -2 lines
enable PUFFS and putter.

Revision 1.95.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:53 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +4 -6 lines
sync with head

Revision 1.96.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:25 2012 UTC (12 years, 8 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.96.2.1: preferred, colored; branchpoint 1.96: preferred, colored
Changes since revision 1.96.2.1: +2 -3 lines
sync to latest -current

Revision 1.99: download - view: text, markup, annotated - select for diffs
Sat Mar 10 21:51:56 2012 UTC (12 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -3 lines
P1003_1B_SEMAPHORE is no longer optional.

Revision 1.96.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:33:10 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +4 -4 lines
merge to -current.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Sun Jan 29 00:50:59 2012 UTC (12 years, 10 months ago) by christos
Branches: 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
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +3 -3 lines
Bump SYMTAB_SPACE

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sun Dec 18 05:49:32 2011 UTC (12 years, 11 months ago) by dholland
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +3 -3 lines
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Tue Nov 22 21:25:36 2011 UTC (13 years ago) by tls
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +2 -3 lines

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.95: download - view: text, markup, annotated - select for diffs
Thu Jun 30 20:09:36 2011 UTC (13 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +3 -3 lines
dependant -> dependent

Revision 1.92.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:06:43 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92: +6 -4 lines
Sync with HEAD.

Revision 1.88.2.4: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:24 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88.2.3: preferred, colored; branchpoint 1.88: preferred, colored; next MAIN 1.89: preferred, colored
Changes since revision 1.88.2.3: +4 -2 lines
sync with head

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Mar 23 04:46:29 2011 UTC (13 years, 8 months ago) by macallan
Branches: MAIN
CVS tags: rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +4 -3 lines
add chipsfb

Revision 1.93: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:31 2011 UTC (13 years, 9 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -3 lines
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.88.2.3: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:51:58 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88.2.2: preferred, colored; branchpoint 1.88: preferred, colored
Changes since revision 1.88.2.2: +4 -4 lines
sync with head

Revision 1.92.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 19:29:40 2011 UTC (13 years, 9 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.92: preferred, colored; next MAIN 1.93: preferred, colored
Changes since revision 1.92: +4 -3 lines
Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Mon Jan 3 06:07:44 2011 UTC (13 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: uebayasi-xip-base7, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base
Branch point for: jruoho-x86intr, bouyer-quota2
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +3 -3 lines
Xref module(7) in comments.

Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:14:05 2010 UTC (14 years ago) by hannken
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
Remove unused count from pseudo-device md.

Revision 1.87.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:45:13 2010 UTC (14 years, 3 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.87.2.1: preferred, colored; branchpoint 1.87: preferred, colored; next MAIN 1.88: preferred, colored
Changes since revision 1.87.2.1: +2 -2 lines
Sync with HEAD.

Revision 1.78.4.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:52:43 2010 UTC (14 years, 3 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.78.4.2: preferred, colored; branchpoint 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78.4.2: +4 -4 lines
sync with head.

Revision 1.88.2.2: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:26 2010 UTC (14 years, 5 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88.2.1: preferred, colored; branchpoint 1.88: preferred, colored
Changes since revision 1.88.2.1: +3 -3 lines
sync with head

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Jun 2 18:03:52 2010 UTC (14 years, 6 months ago) by dholland
Branches: 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
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +3 -3 lines
COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50.

Revision 1.88.2.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:17:07 2010 UTC (14 years, 6 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3 lines
sync with head

Revision 1.87.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:48 2010 UTC (14 years, 7 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +3 -4 lines
Sync with HEAD.

Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:48:35 2010 UTC (14 years, 7 months ago) by pooka
Branches: MAIN
CVS tags: uebayasi-xip-base1
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -3 lines
Remove unused count (invariably "4") from pseudo-device fss.

Revision 1.78.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:56 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.78.4.1: preferred, colored; branchpoint 1.78: preferred, colored
Changes since revision 1.78.4.1: +3 -4 lines
sync with head

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Feb 8 19:02:31 2010 UTC (14 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +2 -3 lines
Remove separate mb_map. The nmbclusters is computed at boot time based
on the amount of physical memory and limited by NMBCLUSTERS if present.
Architectures without direct mapping also limit it based on the kmem_map
size, which is used as backing store. On i386 and ARM, the maximum KVA
used for mbuf clusters is limited to 64MB by default.

The old default limits and limits based on GATEWAY have been removed.
key_registered_sb_max is hard-wired to a value derived from 2048
clusters.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Mon Jan 18 23:40:06 2010 UTC (14 years, 10 months ago) by jmmv
Branches: MAIN
CVS tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2 lines
Enable 'options MODULAR' in macppc and shark GENERIC kernels now that the
modules work.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat Dec 5 20:11:17 2009 UTC (15 years ago) by pooka
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -3 lines
Remove the portalfs kernel file system driver.  Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.

Revision 1.84.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:18:22 2009 UTC (15 years, 6 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.84: preferred, colored; next MAIN 1.85: preferred, colored
Changes since revision 1.84: +2 -3 lines
Sync with HEAD.

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

Revision 1.78.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:53 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +10 -5 lines
sync with head.

Revision 1.81.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:34:39 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.81.2.1: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.2.1: +2 -3 lines
Sync with HEAD.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Mar 6 20:31:52 2009 UTC (15 years, 9 months ago) by joerg
Branches: 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
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -3 lines
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.81.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:43 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +3 -4 lines
Sync with HEAD.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Jan 17 20:08:07 2009 UTC (15 years, 10 months ago) by christos
Branches: MAIN
CVS tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +3 -2 lines
add COMPAT_50

Revision 1.77.6.4: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:29 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.77.6.3: preferred, colored; branchpoint 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77.6.3: +0 -2 lines
Sync with HEAD.

Revision 1.79.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:25 2008 UTC (15 years, 11 months ago) by haad
Branches: haad-dm
Diff to: previous 1.79.4.1: preferred, colored; branchpoint 1.79: preferred, colored; next MAIN 1.80: preferred, colored
Changes since revision 1.79.4.1: +2 -4 lines
Update haad-dm branch to haad-dm-base2.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Nov 24 11:41:14 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: mjf-devfs2-base, haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -3 lines
Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.

Revision 1.82: download - view: text, markup, annotated - select for diffs
Wed Nov 12 12:36:06 2008 UTC (16 years ago) by ad
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -3 lines
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.79.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:56 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +8 -2 lines
Sync with HEAD.

Revision 1.77.6.3: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:40:07 2008 UTC (16 years, 2 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.77.6.2: preferred, colored; branchpoint 1.77: preferred, colored
Changes since revision 1.77.6.2: +6 -0 lines
Sync with HEAD.

Revision 1.78.6.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:33:33 2008 UTC (16 years, 2 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.78.6.1: preferred, colored; branchpoint 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78.6.1: +8 -2 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Aug 10 15:31:22 2008 UTC (16 years, 3 months ago) by tls
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +7 -2 lines
Add accept filters to GENERIC kernels where they exist.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Jul 31 07:41:07 2008 UTC (16 years, 4 months ago) by simonb
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +3 -2 lines
Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.78.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:40 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -2 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.78.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:04:53 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.78: preferred, colored; next MAIN 1.79: preferred, colored
Changes since revision 1.78: +3 -2 lines
sync with head

Revision 1.77.6.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:39 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.77.6.1: preferred, colored; branchpoint 1.77: preferred, colored
Changes since revision 1.77.6.1: +1 -0 lines
Sync with HEAD.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri May 30 20:10:03 2008 UTC (16 years, 6 months ago) by tsutsui
Branches: 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
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -2 lines
Add options COMPAT_40 to files which have options COMPAT_30.

Revision 1.77.6.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:25 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
Sync with HEAD.

Revision 1.77.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:15:04 2008 UTC (16 years, 8 months ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.77: preferred, colored; next MAIN 1.78: preferred, colored
Changes since revision 1.77: +3 -3 lines
sync with head.

Revision 1.71.4.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:22 2008 UTC (16 years, 8 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.71.4.2: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.4.2: +5 -3 lines
sync with HEAD

Revision 1.71.2.3: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:34:41 2008 UTC (16 years, 8 months ago) by chris
Branches: chris-arm-intr-rework
Diff to: previous 1.71.2.2: preferred, colored; branchpoint 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71.2.2: +5 -2 lines
Sync with head.

Revision 1.45.2.7: download - view: text, markup, annotated - select for diffs
Mon Mar 17 09:14:24 2008 UTC (16 years, 8 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.6: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45.2.6: +3 -3 lines
sync with head.

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri Feb 29 14:42:33 2008 UTC (16 years, 9 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, hpcarm-cleanup-nbase, chris-arm-intr-rework-base7, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, wrstuden-revivesa
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -3 lines
Remove GENERIC.local from the repository

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

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

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

Revision 1.69.18.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 21:47:56 2008 UTC (16 years, 9 months ago) by rjs
Branches: hpcarm-cleanup
Diff to: previous 1.69.18.1: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.18.1: +10 -5 lines
Sync with HEAD.

Revision 1.73.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 18 21:05:02 2008 UTC (16 years, 9 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73: +10 -5 lines
Sync with HEAD.

Revision 1.45.2.6: download - view: text, markup, annotated - select for diffs
Mon Feb 11 14:59:29 2008 UTC (16 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.5: preferred, colored
Changes since revision 1.45.2.5: +5 -2 lines
sync with head.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Feb 9 22:18:11 2008 UTC (16 years, 9 months ago) by jmmv
Branches: MAIN
CVS tags: nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, hpcarm-cleanup-base
Branch point for: mjf-devfs2, keiichi-mipv6
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -2 lines
Support a GENERIC.local file.

Revision 1.45.2.5: download - view: text, markup, annotated - select for diffs
Mon Jan 21 09:39:18 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.4: preferred, colored
Changes since revision 1.45.2.4: +7 -5 lines
sync with head

Revision 1.73.8.3: download - view: text, markup, annotated - select for diffs
Sun Jan 20 17:51:24 2008 UTC (16 years, 10 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.73.8.2: preferred, colored; branchpoint 1.73: preferred, colored; next MAIN 1.74: preferred, colored
Changes since revision 1.73.8.2: +0 -1 lines
Sync with HEAD

Revision 1.71.2.2: download - view: text, markup, annotated - select for diffs
Sun Jan 20 16:04:17 2008 UTC (16 years, 10 months ago) by chris
Branches: chris-arm-intr-rework
Diff to: previous 1.71.2.1: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.2.1: +7 -4 lines
Sync to HEAD.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Jan 19 13:11:19 2008 UTC (16 years, 10 months ago) by chris
Branches: MAIN
CVS tags: chris-arm-intr-rework-base6, chris-arm-intr-rework-base5, chris-arm-intr-rework-base4, bouyer-xeni386-nbase, bouyer-xeni386-base
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -3 lines
Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.

Revision 1.71.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:48:50 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.71.4.1: preferred, colored; branchpoint 1.71: preferred, colored
Changes since revision 1.71.4.1: +6 -3 lines
sync with HEAD

Revision 1.73.8.2: download - view: text, markup, annotated - select for diffs
Tue Jan 8 22:10:23 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
CVS tags: bouyer-xeni386-merge1
Diff to: previous 1.73.8.1: preferred, colored; branchpoint 1.73: preferred, colored
Changes since revision 1.73.8.1: +5 -1 lines
Sync with HEAD

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Jan 5 20:14:01 2008 UTC (16 years, 11 months ago) by christos
Branches: MAIN
CVS tags: matt-armv6-base
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +7 -3 lines
Add PaX stuff for testing.

Revision 1.73.8.1: download - view: text, markup, annotated - select for diffs
Wed Jan 2 21:50:19 2008 UTC (16 years, 11 months ago) by bouyer
Branches: bouyer-xeni386
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -3 lines
Sync with HEAD

Revision 1.71.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 1 15:39:54 2008 UTC (16 years, 11 months ago) by chris
Branches: chris-arm-intr-rework
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -4 lines
Sync with HEAD.

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Dec 31 15:32:05 2007 UTC (16 years, 11 months ago) by ad
Branches: MAIN
CVS tags: chris-arm-intr-rework-base3
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -3 lines
Remove systrace. Ok core@.

Revision 1.69.18.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 22:24:52 2007 UTC (16 years, 11 months ago) by rjs
Branches: hpcarm-cleanup
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -3 lines
Sync with HEAD.

Revision 1.69.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:38:59 2007 UTC (17 years ago) by ad
Branches: vmlocking
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +2 -3 lines
Sync with HEAD.

Revision 1.45.2.4: download - view: text, markup, annotated - select for diffs
Thu Nov 15 11:43:26 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.3: preferred, colored
Changes since revision 1.45.2.3: +2 -3 lines
sync with head.

Revision 1.71.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 13 15:59:30 2007 UTC (17 years ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.71: preferred, colored; next MAIN 1.72: preferred, colored
Changes since revision 1.71: +2 -3 lines
Sync with HEAD

Revision 1.71.4.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:22:09 2007 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +5 -6 lines
sync with HEAD

Revision 1.70.2.2: download - view: text, markup, annotated - select for diffs
Sun Oct 28 20:10:54 2007 UTC (17 years, 1 month ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.70.2.1: preferred, colored; next MAIN 1.71: preferred, colored
Changes since revision 1.70.2.1: +2 -3 lines
Sync with HEAD.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Oct 28 18:01:54 2007 UTC (17 years, 1 month ago) by jmmv
Branches: MAIN
CVS tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs, bouyer-xeni386
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
Drop pccons.  Obsoleted by wscons, now fully supported in NetBSD/shark.
OK'ed by thorpej@ and tsutsui@ a while ago.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:57:09 2007 UTC (17 years, 1 month ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
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.69.12.1: download - view: text, markup, annotated - select for diffs
Wed Oct 3 19:25:04 2007 UTC (17 years, 2 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +2 -2 lines
Sync with HEAD

Revision 1.69.16.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 13:47:39 2007 UTC (17 years, 3 months ago) by skrll
Branches: nick-csl-alignment
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +2 -2 lines
Sync with HEAD.

Revision 1.70.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 9 02:37:01 2007 UTC (17 years, 4 months ago) by jmcneill
Branches: jmcneill-pm
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -4 lines
Sync with HEAD.

Revision 1.69.14.1: download - view: text, markup, annotated - select for diffs
Tue Aug 7 18:05:41 2007 UTC (17 years, 4 months ago) by matt
Branches: matt-mips64
Diff to: previous 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69: +2 -2 lines
Sync with HEAD.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Aug 5 13:37:31 2007 UTC (17 years, 4 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, ppcoea-renovation-base, nick-csl-alignment-base5, matt-mips64-base, chris-arm-intr-rework-base2, chris-arm-intr-rework-base
Branch point for: matt-armv6, chris-arm-intr-rework, bouyer-xenamd64
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -4 lines
Move 'options FONT_VT220L8x16' to a common place for all kernels so that
the user needn't remember to add this option to get a font that is almost
identical (but fixed!) to the built-in one.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jul 31 19:35:37 2007 UTC (17 years, 4 months ago) by jmmv
Branches: MAIN
Branch point for: jmcneill-pm
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +4 -2 lines
Force vga(4) to override the font built into the VGA ROM by one that
properly supports all characters expected by wscons.  While doing this
configure a font that resembles the native one as much as possible.

This is a prerequisite for switching INSTALL to use wscons.

Revision 1.68.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:53:03 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.68: preferred, colored; next MAIN 1.69: preferred, colored
Changes since revision 1.68: +3 -3 lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.45.2.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:08:11 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.2: preferred, colored
Changes since revision 1.45.2.2: +3 -3 lines
sync with head.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Feb 20 16:14:49 2007 UTC (17 years, 9 months ago) by matt
Branches: MAIN
CVS tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, nick-csl-alignment-base, mjf-ufs-trans-base, mjf-ufs-trans, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, ppcoea-renovation, nick-csl-alignment, matt-mips64, hpcarm-cleanup
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
Enable TMPFS

Revision 1.67.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 12 23:45:48 2007 UTC (17 years, 10 months ago) by bouyer
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Diff to: previous 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67: +4 -3 lines
Pull up following revision(s) (requested by macallan in ticket #351):
	sys/arch/shark/conf/GENERIC: revision 1.68
add igsfb at ofbus

Revision 1.66.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:00:58 2007 UTC (17 years, 10 months ago) by ad
Branches: newlock2
Diff to: previous 1.66.2.1: preferred, colored; branchpoint 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66.2.1: +4 -3 lines
Sync with head.

Revision 1.45.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:55 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45.2.1: preferred, colored
Changes since revision 1.45.2.1: +7 -10 lines
sync with head.

Revision 1.66.4.1: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:34 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +5 -4 lines
sync with head.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Dec 7 03:11:15 2006 UTC (18 years ago) by macallan
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, post-newlock2-merge, newlock2-nbase, newlock2-base
Branch point for: yamt-idlelwp
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -3 lines
add igsfb at ofbus

Revision 1.66.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:31 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3 lines
Sync with head.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Nov 11 18:47:11 2006 UTC (18 years ago) by jmmv
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: netbsd-4
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3 lines
Remove tmpfs's experimental status.  OK'ed by core@.

Revision 1.63.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 22 05:56:52 2006 UTC (18 years, 2 months ago) by riz
Branches: abandoned-netbsd-4
Diff to: previous 1.63.2.1: preferred, colored; branchpoint 1.63: preferred, colored; next MAIN 1.64: preferred, colored
Changes since revision 1.63.2.1: +0 -2 lines
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.56.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:43:07 2006 UTC (18 years, 3 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +15 -22 lines
sync with head

Revision 1.59.2.4: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:23:31 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.59.2.3: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.2.3: +3 -8 lines
sync with head.

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sat Aug 26 20:26:56 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl, newlock2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -5 lines
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sat Aug 26 07:59:23 2006 UTC (18 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -4 lines
Remove obsolete #options VERIFIED_EXEC, found by grep(1).

Revision 1.63.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 14 13:41:27 2006 UTC (18 years, 3 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
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.64: download - view: text, markup, annotated - select for diffs
Sat Aug 12 15:29:54 2006 UTC (18 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +3 -3 lines
Disable SYSTRACE by default on all kernels (discussed with core)

Revision 1.59.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:42:47 2006 UTC (18 years, 3 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.59.2.2: preferred, colored; branchpoint 1.59: preferred, colored
Changes since revision 1.59.2.2: +3 -2 lines
sync with head

Revision 1.62.4.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:03 2006 UTC (18 years, 4 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.62: preferred, colored; next MAIN 1.63: preferred, colored
Changes since revision 1.62: +3 -2 lines
Merge from HEAD.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jun 28 15:19:29 2006 UTC (18 years, 5 months ago) by liamjfoy
Branches: MAIN
CVS tags: yamt-pdpolicy-base7, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -2 lines
Add CARP to GENERIC kernel configs. CARP is not enabled by default.

ok: christos

Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:55:47 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +38 -20 lines
sync with head.

Revision 1.59.6.2: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:22 2006 UTC (18 years, 6 months ago) by tron
Branches: peter-altq
Diff to: previous 1.59.6.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.6.1: +1 -5 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.59.2.2: download - view: text, markup, annotated - select for diffs
Wed May 24 10:57:13 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.59.2.1: preferred, colored; branchpoint 1.59: preferred, colored
Changes since revision 1.59.2.1: +3 -7 lines
sync with head.

Revision 1.59.4.2: download - view: text, markup, annotated - select for diffs
Thu May 11 23:27:03 2006 UTC (18 years, 6 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.59.4.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.4.1: +3 -3 lines
sync with head

Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:37:56 2006 UTC (18 years, 7 months ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57: +12 -16 lines
Sync with head.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Apr 19 10:31:45 2006 UTC (18 years, 7 months ago) by drochner
Branches: MAIN
CVS tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi
Branch point for: gdamore-uart
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
adjust comments for the new location of wskbdmap_mfii.c,
addresses PR kern/33290 by henry nelson

Revision 1.59.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 02:33:44 2006 UTC (18 years, 7 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -7 lines
sync with head - hopefully this will work

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Apr 15 17:48:23 2006 UTC (18 years, 7 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -6 lines
Remove the getwschar and putwschar accessops from wsdisplay drivers as
requested by uwe@.  These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.

As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.

Reviewed by, at least, uwe@ and macallan@.  No objections in tech-kern@.

Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:28 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
sync with head.

Revision 1.59.6.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:09 2006 UTC (18 years, 8 months ago) by tron
Branches: peter-altq
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Mar 28 20:58:41 2006 UTC (18 years, 8 months ago) by pavel
Branches: MAIN
CVS tags: yamt-pdpolicy-base4, yamt-pdpolicy-base3
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -3 lines
Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304.

OK'ed by rpaulo.

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

Revision 1.56.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 15:38:45 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +12 -11 lines
sync with head.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Feb 5 05:02:02 2006 UTC (18 years, 10 months ago) by cube
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +10 -10 lines
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Feb 4 03:39:08 2006 UTC (18 years, 10 months ago) by rpaulo
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3 lines
bpfilter doesn't accept count anymore.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Feb 2 21:32:10 2006 UTC (18 years, 10 months ago) by reinoud
Branches: MAIN
Branch point for: simonb-timecounters
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -2 lines
Add commented out UDF file-system entry in all GENERIC configurations.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Dec 20 05:35:30 2005 UTC (18 years, 11 months ago) by thorpej
Branches: MAIN
Branch point for: yamt-uio_vmspace, rpaulo-netinet-merge-pcb
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -3 lines
Remove the tablet line discipline.

Revision 1.20.2.11: download - view: text, markup, annotated - select for diffs
Sun Dec 11 10:28:26 2005 UTC (18 years, 11 months ago) by christos
Branches: ktrace-lwp
Diff to: previous 1.20.2.10: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.10: +21 -3 lines
Sync with head.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Dec 9 23:34:03 2005 UTC (19 years ago) by elad
Branches: MAIN
CVS tags: ktrace-lwp-base
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +20 -2 lines
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Dec 7 09:10:19 2005 UTC (19 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
Adjust comments for options FFS_NO_SNAPSHOT.

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

Revision 1.20.2.10: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:58:50 2005 UTC (19 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.9: preferred, colored
Changes since revision 1.20.2.9: +8 -3 lines
Sync with HEAD. Here we go again...

Revision 1.44.2.3: download - view: text, markup, annotated - select for diffs
Sat Nov 5 00:39:47 2005 UTC (19 years, 1 month ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Diff to: previous 1.44.2.2: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.2: +3 -3 lines
Pull up following revision(s) (requested by chs in ticket #929):
	sys/arch/hp300/conf/GENERIC: revision 1.124
	sys/arch/acorn32/conf/GENERIC: revision 1.62
	sys/arch/pdp10/conf/GENERIC: revision 1.19
	sys/arch/mvme68k/conf/GENERIC: revision 1.61
	sys/arch/netwinder/conf/GENERIC: revision 1.70
	sys/arch/sbmips/conf/GENERIC: revision 1.46
	sys/arch/macppc/conf/GENERIC: revision 1.214
	sys/arch/bebox/conf/GENERIC: revision 1.89
	sys/arch/cobalt/conf/GENERIC: revision 1.83
	sys/arch/cats/conf/GENERIC: revision 1.92
	sys/arch/shark/conf/GENERIC: revision 1.53
	sys/arch/amiga/conf/GENERIC.in: revision 1.45
	sys/arch/acorn26/conf/GENERIC: revision 1.37
	sys/arch/cesfic/conf/GENERIC: revision 1.38
	sys/arch/iyonix/conf/GENERIC: revision 1.21
	sys/arch/alpha/conf/GENERIC: revision 1.277
	sys/arch/vax/conf/GENERIC: revision 1.143
	sys/arch/atari/conf/GENERIC.in: revision 1.56
	sys/arch/mipsco/conf/GENERIC: revision 1.53
	sys/arch/ofppc/conf/GENERIC: revision 1.85
	sys/arch/next68k/conf/GENERIC: revision 1.96
	sys/arch/arc/conf/GENERIC: revision 1.125
	sys/arch/dreamcast/conf/GENERIC: revision 1.62
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Nov 3 16:48:30 2005 UTC (19 years, 1 month ago) by chs
Branches: MAIN
CVS tags: yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -3 lines
turn off DEBUG and DIAGNOSTIC in GENERIC kernels so that they
are compatible with the LKMs that are part of the release.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Sep 10 19:20:50 2005 UTC (19 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, thorpej-vnode-attr-base, thorpej-vnode-attr
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -2 lines
Initial addition of tmpfs, an efficient memory file-system.  This project
was developed as part of Google's Summer of Code 2005 program.  This
change adds the kernel code, the mount_tmpfs utility, a regression test
suite and does all other related changes to integrate these.

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

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

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

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Aug 19 05:20:03 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -3 lines
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Aug 19 02:03:53 2005 UTC (19 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -2 lines
64 bit inode changes.

Revision 1.44.2.2: download - view: text, markup, annotated - select for diffs
Sun Aug 14 21:13:29 2005 UTC (19 years, 3 months ago) by riz
Branches: netbsd-3
Diff to: previous 1.44.2.1: preferred, colored; branchpoint 1.44: preferred, colored
Changes since revision 1.44.2.1: +3 -2 lines
Pull up revision 1.47 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Jul 31 04:04:46 2005 UTC (19 years, 4 months ago) by yamt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -4 lines
revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Jul 30 06:35:39 2005 UTC (19 years, 4 months ago) by yamt
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -2 lines
add "options VMSWAP" to non INSTALL kernels.

Revision 1.44.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 18 21:12:38 2005 UTC (19 years, 4 months ago) by riz
Branches: netbsd-3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
Pull up revision 1.46 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jul 17 00:08:29 2005 UTC (19 years, 4 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2 lines
Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jul 7 17:05:58 2005 UTC (19 years, 5 months ago) by tron
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -2 lines
Add (commented out) IPSEC_NAT_T option.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jun 25 12:05:19 2005 UTC (19 years, 5 months ago) by rpaulo
Branches: MAIN
Branch point for: yamt-lazymbuf
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.

Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:22 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +9 -6 lines
sync with -current

Revision 1.39.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:13 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.39.2.1: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.2.1: +6 -6 lines
sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.20.2.9: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:39:10 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.8: preferred, colored
Changes since revision 1.20.2.8: +6 -6 lines
Sync with HEAD.

Hi Perry!

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Feb 21 20:36:37 2005 UTC (19 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, kent-audio2-base
Branch point for: netbsd-3
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -5 lines
- remove MEMORY_DISK_HOOKS
- add LKM
- increase SYMTAB_SPACE

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Feb 18 21:05:54 2005 UTC (19 years, 9 months ago) by dsl
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3 lines
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT

Revision 1.20.2.8: download - view: text, markup, annotated - select for diffs
Tue Feb 15 21:32:51 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.7: preferred, colored
Changes since revision 1.20.2.7: +3 -2 lines
Sync with HEAD.

Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 18:17:39 2005 UTC (19 years, 9 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -2 lines
sync with head.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 11 08:25:56 2005 UTC (19 years, 9 months ago) by dsl
Branches: MAIN
CVS tags: yamt-km-base2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.

Revision 1.20.2.7: download - view: text, markup, annotated - select for diffs
Fri Feb 4 11:44:56 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.6: preferred, colored
Changes since revision 1.20.2.6: +4 -2 lines
Sync with HEAD.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 31 16:55:29 2005 UTC (19 years, 10 months ago) by hannken
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
  have a disk.  Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 28 03:19:50 2005 UTC (19 years, 10 months ago) by rumble
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2 lines
Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently
commented out and labeled experimental pending further review and
testing.

Revision 1.20.2.6: download - view: text, markup, annotated - select for diffs
Mon Jan 17 19:30:19 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.5: preferred, colored
Changes since revision 1.20.2.5: +62 -9 lines
Sync with HEAD.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jan 16 14:58:42 2005 UTC (19 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-km-base
Branch point for: yamt-km
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Comment out options XSERVER, which was required by old pccons.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jan 9 15:39:59 2005 UTC (19 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: kent-audio1-beforemerge
Branch point for: kent-audio2
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +58 -5 lines
- Switch to wscons(4) with MI vga(4), pckbc(4) and pms(4).
- Reorganize console initialization code like i386 rather than cninit().
Note old pccons/opms and ofcons support still works.

XXX Xserver is not tested because XF86_4 doesn't have support
XXX for IGS CyberPro2010 on shark. (yet?)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jan 5 09:06:33 2005 UTC (19 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
options<space><tab>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jan 5 09:05:39 2005 UTC (19 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Bump size of SYMTAB_SPACE.

Revision 1.20.2.5: download - view: text, markup, annotated - select for diffs
Sun Nov 14 08:15:24 2004 UTC (20 years ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.4: preferred, colored
Changes since revision 1.20.2.4: +3 -2 lines
Sync with HEAD.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Nov 10 17:54:07 2004 UTC (20 years ago) by christos
Branches: MAIN
CVS tags: kent-audio1-base, kent-audio1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -2 lines
Add COMPAT_BSDPTY to the rest of the config files.

Revision 1.20.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:21:48 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.3: preferred, colored
Changes since revision 1.20.2.3: +2 -2 lines
Fix the sync with head I botched.

Revision 1.20.2.3: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:40:16 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.2: preferred, colored
Changes since revision 1.20.2.2: +3 -2 lines
Sync with HEAD.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 4 23:29:57 2004 UTC (20 years, 3 months ago) by manu
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2 lines
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@

Revision 1.20.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 3 12:45:06 2004 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20.2.1: preferred, colored
Changes since revision 1.20.2.1: +3 -3 lines
Sync with HEAD

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 25 12:24:48 2004 UTC (20 years, 3 months ago) by reinoud
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Increase space reserved for symbol space. As of the kernel i build it
needed at least a 255344 bytes while 242000 was reserved. Bumped it a few
kb higher to reduce symbol table fill too soon again.

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:40:33 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +30 -10 lines
Sync with HEAD

Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Thu Jul 15 20:21:52 2004 UTC (20 years, 4 months ago) by he
Branches: netbsd-2-0
CVS tags: 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-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
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.1: +3 -2 lines
Pull up revision 1.32 (requested by atatat in ticket #663):
	Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
	but commented out in most of them.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Jul 15 03:53:51 2004 UTC (20 years, 4 months ago) by atatat
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -2 lines
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 30 21:24:27 2004 UTC (20 years, 5 months ago) by jdc
Branches: netbsd-2-0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +15 -2 lines
Pull up revision 1.31 (requested by abs in ticket #567).

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jun 26 07:32:08 2004 UTC (20 years, 5 months ago) by abs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +15 -2 lines
Add (commented out) ALTQ options to all GENERIC-like files

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 25 02:12:59 2004 UTC (20 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5 lines
add procfs, fdesc and nfs server. All other generics have it.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jun 25 02:06:08 2004 UTC (20 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -2 lines
add posix semaphores and compat-2.0

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 22 14:09:51 2004 UTC (20 years, 5 months ago) by itojun
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -2 lines
have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 18 15:04:06 2004 UTC (20 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 16 15:07:41 2004 UTC (20 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Add pseudo-device ptm on all the generic flavored kernels.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Apr 10 07:41:06 2004 UTC (20 years, 8 months ago) by matt
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Up symtab space.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 13 18:51:43 2004 UTC (20 years, 8 months ago) by matt
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -3 lines
Add COMPAT_LINUX and enable NULLFS.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 13 11:36:17 2004 UTC (20 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Uppercase CPU, plural is CPUs.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Dec 11 08:42:20 2003 UTC (20 years, 11 months ago) by martin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Bump SYMTAB_SPACE, we need more nowadays.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 8 11:15:22 2003 UTC (21 years, 2 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -4 lines
Add atabus.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 25 01:07:55 2003 UTC (21 years, 5 months ago) by uwe
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Use CPUFLAGS instead of COPTS to pass -march=armv4 -mtune=strongarm.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 7 14:46:08 2003 UTC (21 years, 7 months ago) by he
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -3 lines
Back out the previous, removing the wsfont pseudo-device added as part
of resolving PR#18388.  The shark port isn't quite wscons-ready yet.

OK'ed by thorpej.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 4 01:34:32 2003 UTC (21 years, 7 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Add wsfont.  Addresses PR#18388.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 3 00:47:04 2003 UTC (21 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -7 lines
Make the new pmap standard on the shark.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 26 14:10:07 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
Add pseudo-device ksyms.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 22 00:24:50 2003 UTC (21 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -3 lines
Some ARM32_PMAP_NEW-related cleanup:
* Define a new "MMU type", ARM_MMU_SA1.  While the SA-1's MMU is basically
  compatible with the generic, the SA-1 cache does not have a write-through
  mode, and it is useful to know have an indication of this.
* Add a new PMAP_NEEDS_PTE_SYNC indicator, and try to evaluate it at
  compile time.  We evaluate it like so:
  - If SA-1-style MMU is the only type configured -> 1
  - If SA-1-style MMU is not configured -> 0
  - Otherwise, defer to a run-time variable.
  If PMAP_NEEDS_PTE_SYNC might evaluate to true (SA-1 only or run-time
  check), then we also define PMAP_INCLUDE_PTE_SYNC so that e.g. assembly
  code can include the necessary run-time support.  PMAP_INCLUDE_PTE_SYNC
  largely replaces the ARM32_PMAP_NEEDS_PTE_SYNC manual setting Steve
  included with the original new pmap.
* In the new pmap, make pmap_pte_init_generic() check to see if the CPU
  has a write-back cache.  If so, init the PT cache mode to C=1,B=0 to get
  write-through mode.  Otherwise, init the PT cache mode to C=1,B=1.
* Add a new pmap_pte_init_arm8().  Old pmap, same as generic.  New pmap,
  sets page table cacheability to 0 (ARM8 has a write-back cache, but
  flushing it is quite expensive).
* In the new pmap, make pmap_pte_init_arm9() reset the PT cache mode to
  C=1,B=0, since the write-back check in generic gets it wrong for ARM9,
  since we use write-through mode all the time on ARM9 right now.  (What
  this really tells me is that the test for write-through cache is less
  than perfect, but we can fix that later.)
* Add a new pmap_pte_init_sa1().  Old pmap, same as generic.  New pmap,
  does generic initialization, then resets page table cache mode to
  C=1,B=1, since C=1,B=0 does not produce write-through on the SA-1.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Apr 18 11:11:51 2003 UTC (21 years, 7 months ago) by scw
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -2 lines
Enable ARM32_PMAP_NEW on NetBSD/shark.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 2 00:28:25 2003 UTC (21 years, 8 months ago) by perry
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -8 lines
Add missing COMPATs
From PR port-shark/20130 from Todd Vierling
While I'm in there, sort them the other way, to match other ports

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 21 08:55:37 2003 UTC (21 years, 9 months ago) by martin
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Increase symbol table space - it did not fit anymore.

Revision 1.1.2.7: download - view: text, markup, annotated - select for diffs
Sun Dec 29 19:37:45 2002 UTC (21 years, 11 months ago) by thorpej
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.1.2.6: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.6: +3 -3 lines
Sync with HEAD.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 22 13:50:36 2002 UTC (21 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, fvdl_fs64_base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Debugging is usually spelled with three gs.

Revision 1.1.2.6: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:39:45 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.5: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.5: +7 -3 lines
Catch up to -current.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 14 18:39:39 2002 UTC (22 years, 1 month ago) by elric
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2 lines
Added commented out cgd(4)s to GENERIC configs.

Revision 1.6.2.4: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:35:58 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.6.2.3: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.3: +5 -3 lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 6 02:12:01 2002 UTC (22 years, 2 months ago) by provos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
add SYSTRACE; approved perry.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 27 10:08:19 2002 UTC (22 years, 2 months ago) by martin
Branches: MAIN
CVS tags: kqueue-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -2 lines
Add SYMTAB_SPACE option to make DDB actually useable.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 18 02:44:08 2002 UTC (22 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
enable USERCONF by default; it's small and extremely useful to have available.

Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Fri Sep 6 08:40:39 2002 UTC (22 years, 3 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.6.2.2: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.2.2: +3 -2 lines
sync kqueue branch with HEAD

Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 1 04:31:33 2002 UTC (22 years, 4 months ago) by lukem
Branches: netbsd-1-6
CVS tags: 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
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -2 lines
Pull up revision 1.6 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Mon Jul 15 01:21:05 2002 UTC (22 years, 4 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -2 lines
catch up with -current.

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:40:55 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.2.1: +227 -0 lines
catch up with -current on kqueue branch

Revision 1.1.2.5: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:40:55 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.4: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.4: +5 -2 lines
Catch up to -current.

Revision 1.6.2.1
Mon Jun 17 05:14:24 2002 UTC (22 years, 5 months ago) by jdolecek
Branches: kqueue
FILE REMOVED
Changes since revision 1.6: +0 -228 lines
file GENERIC was added on branch kqueue on 2002-06-23 17:40:55 +0000

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 17 05:14:24 2002 UTC (22 years, 5 months ago) by lukem
Branches: MAIN
CVS tags: gehenna-devsw-base
Branch point for: kqueue
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 25 15:06:37 2002 UTC (22 years, 7 months ago) by atatat
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6, gehenna-devsw
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Add the INCLUDE_CONFIG_FILE option to all config files.  In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.

Revision 1.1.2.4: download - view: text, markup, annotated - select for diffs
Wed Apr 17 00:04:19 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.3: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.3: +4 -3 lines
Catch up to -current.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 12 08:11:18 2002 UTC (22 years, 7 months ago) by gmcgarry
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
Add commented-out USERCONF option.  Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 2 05:30:49 2002 UTC (22 years, 8 months ago) by lukem
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...

Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:42:35 2002 UTC (22 years, 8 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.2: +3 -4 lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 10 19:56:46 2002 UTC (22 years, 9 months ago) by lukem
Branches: MAIN
CVS tags: eeh-devprop-base, eeh-devprop
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4 lines
* rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
  are now consistently named
* fold opt_mdsize.h into opt_md.h

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:11:40 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +225 -0 lines
Catch up to -current.

Revision 1.1.2.1
Sun Feb 10 01:57:00 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.1: +0 -225 lines
file GENERIC was added on branch nathanw_sa on 2002-02-28 04:11:40 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 10 01:57:00 2002 UTC (22 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: newlock-base, newlock, ifpoll-base
Branch point for: nathanw_sa
Kill arch/arm32.  The last platform supported there, Shark, is now
in arch/shark.

(NOTE: arch/dnard, a premature move to split out the Shark support
code, is going to be deleted.  It has bit-rotted.)

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>