The NetBSD Project

CVS log for src/sys/arch/evbarm/conf/MPCSA_GENERIC

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Jan 29 18:27:11 2024 UTC (11 months, 2 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -4 lines
PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.

Revision 1.76.4.1: download - view: text, markup, annotated - select for diffs
Mon Oct 9 23:33:45 2023 UTC (15 months, 1 week ago) by snj
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, 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.76: preferred, colored; next MAIN 1.77: preferred, colored
Changes since revision 1.76: +4 -4 lines
Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Aug 7 02:52:25 2022 UTC (2 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +8 -9 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.74.6.1: download - view: text, markup, annotated - select for diffs
Sun Aug 1 22:42:07 2021 UTC (3 years, 5 months ago) by thorpej
Branches: thorpej-i2c-spi-conf
Diff to: previous 1.74: preferred, colored; next MAIN 1.75: preferred, colored
Changes since revision 1.74: +2 -5 lines
Sync with HEAD.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Jun 29 10:22:35 2021 UTC (3 years, 6 months ago) by nia
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
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -5 lines
Remove uscanner(4) driver

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

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Sep 27 13:48:50 2020 UTC (4 years, 3 months ago) by roy
Branches: MAIN
CVS tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +3 -2 lines
vether: Add to kernel configurations

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

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Aug 1 08:20:48 2020 UTC (4 years, 5 months ago) by maxv
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -3 lines
Remove references to BRIDGE_IPF, it is now compiled in by default.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat May 16 13:46:11 2020 UTC (4 years, 8 months ago) by maya
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -5 lines
Remove uyap, USB YAP phone firmware loader.

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

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

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

Revision 1.59.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:07:34 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.59.2.1: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.2.1: +2 -12 lines
Merge changes from current as of 20200406

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Mar 25 17:06:18 2020 UTC (4 years, 9 months ago) by jdolecek
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +2 -6 lines
remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal

Revision 1.67.4.2: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:18:22 2020 UTC (4 years, 10 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.67.4.1: preferred, colored; branchpoint 1.67: preferred, colored; next MAIN 1.68: preferred, colored
Changes since revision 1.67.4.1: +2 -5 lines
Sync with head.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Jan 29 18:39:01 2020 UTC (4 years, 11 months ago) by maya
Branches: MAIN
CVS tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -5 lines
remove urio(4), a driver for the Rio500 MP3 player.

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

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

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

Proposed on tech-kern a month ago.

Revision 1.67.4.1: download - view: text, markup, annotated - select for diffs
Sat Jan 25 22:38:39 2020 UTC (4 years, 11 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -5 lines
Sync with head.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Jan 19 20:00:37 2020 UTC (5 years ago) by thorpej
Branches: MAIN
CVS tags: ad-namecache-base2
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -4 lines
Remove Token Ring support.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Jan 19 01:25:04 2020 UTC (5 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -3 lines
Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is
long since obsolete.

Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:04 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +9 -34 lines
Sync with HEAD

Revision 1.67: download - view: text, markup, annotated - select for diffs
Fri Apr 26 22:46:03 2019 UTC (5 years, 8 months ago) by sevan
Branches: MAIN
CVS tags: phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, 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, netbsd-9, ad-namecache-base1, ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -14 lines
Use veriexec.config to reduce duplication

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Feb 6 11:58:30 2019 UTC (5 years, 11 months ago) by rin
Branches: MAIN
CVS tags: isaki-audio2-base, isaki-audio2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +5 -4 lines
Add ure(4) to kernel config files. Also add PHY drivers where necessary.

Revision 1.55.2.6: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:35 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.55.2.5: preferred, colored; branchpoint 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55.2.5: +2 -3 lines
Sync with HEAD, resolve a few conflicts

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Dec 19 16:56:17 2018 UTC (6 years, 1 month ago) by skrll
Branches: MAIN
CVS tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -3 lines
Remove CONS_OVERRIDE - it's an i386 option

Revision 1.55.2.5: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:21 2018 UTC (6 years, 1 month ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.55.2.4: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.4: +2 -3 lines
Sync with HEAD, resolve a couple of conflicts

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 23 19:58:52 2018 UTC (6 years, 2 months ago) by jdolecek
Branches: MAIN
CVS tags: pgoyette-compat-1126
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -3 lines
remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support

Revision 1.55.2.4: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:55:30 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.55.2.3: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.3: +5 -15 lines
Sync with HEAD

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

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat Aug 25 20:52:40 2018 UTC (6 years, 4 months ago) by rin
Branches: MAIN
CVS tags: pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +4 -7 lines
Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Aug 25 07:48:56 2018 UTC (6 years, 4 months ago) by maxv
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -3 lines
Retire NDIS. It appears that it has never worked, after 13 years it was
still marked as "experimental", and nowadays it may be one more obstacle
to MPification of the network stack.

Discussed on tech-net@.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Aug 1 20:04:11 2018 UTC (6 years, 5 months ago) by maxv
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -9 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.55.2.3: download - view: text, markup, annotated - select for diffs
Sat Jul 28 04:37:31 2018 UTC (6 years, 5 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.55.2.2: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.2: +3 -6 lines
Sync with HEAD

Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu Jul 12 10:46:43 2018 UTC (6 years, 6 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-compat-0728
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -5 lines
Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

 * Removes "options PERFCTRS", the associated includes, and the associated
   ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
   good.

 * Removes the PMC code of ARM XSCALE.

 * Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

 * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
   definitions are put in sysarch.h.

 * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
   and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
   netbsd32 and rump.

 * Removes the pmc_evid_t and pmc_ctr_t types.

 * Removes all the associated man pages. The sets are marked as obsolete.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Jun 28 15:21:52 2018 UTC (6 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-base
Branch point for: phil-wifi
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Use the "flags" config directive modifier to specify seeprom size
(a pre-existing capability in seeprom driver) now that "size" is no
longer a valid locator for i2c.

Revision 1.55.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 25 07:25:40 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.55.2.1: preferred, colored; branchpoint 1.55: preferred, colored
Changes since revision 1.55.2.1: +5 -6 lines
Sync with HEAD

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jun 23 01:23:27 2018 UTC (6 years, 6 months ago) by maya
Branches: MAIN
CVS tags: pgoyette-compat-0625
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -3 lines
Remove commented out MATH_EMULATE from kernel configs that got it
by copying an older i386 config.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Jun 7 13:36:28 2018 UTC (6 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
Revert changes that pinned-down i2c parent specs.  The i2c subsystem
has been enhanced to make this unnecessary.

Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Mon May 21 04:36:00 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -5 lines
Sync with HEAD

Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue May 15 01:24:23 2018 UTC (6 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: pgoyette-compat-0521
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +5 -5 lines
Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.

Revision 1.49.6.1: download - view: text, markup, annotated - select for diffs
Fri Jan 26 14:28:13 2018 UTC (6 years, 11 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.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +4 -4 lines
Pull up following revision(s) (requested by sevan in ticket #510):
	sys/arch/sun3/conf/GENERIC3X: revision 1.130
	sys/arch/sparc64/conf/GENERIC: revision 1.203
	sys/arch/news68k/conf/LIBERO: revision 1.66
	sys/arch/amiga/conf/DRACO: revision 1.185
	sys/arch/evbarm/conf/MV2120: revision 1.35
	sys/arch/x68k/conf/GENERIC: revision 1.187
	sys/arch/rs6000/conf/GENERIC: revision 1.39
	sys/arch/news68k/conf/GENERIC_TINY: revision 1.86
	sys/arch/i386/conf/XEN3_DOMU: revision 1.88
	sys/arch/iyonix/conf/GENERIC: revision 1.97
	sys/arch/evbarm64/conf/A64EMUL: revision 1.11
	sys/arch/mvme68k/conf/GENERIC: revision 1.98
	sys/arch/acorn32/conf/GENERIC: revision 1.124
	sys/arch/i386/conf/XEN3_DOM0: revision 1.125
	sys/arch/cobalt/conf/INSTALL: revision 1.65
	sys/arch/macppc/conf/GENERIC_601: revision 1.16
	sys/arch/hppa/conf/GENERIC: revision 1.17
	sys/arch/amiga/conf/GENERIC.in: revision 1.137
	sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33
	sys/arch/netwinder/conf/GENERIC: revision 1.134
	sys/arch/amd64/conf/XEN3_DOMU: revision 1.83
	sys/arch/mac68k/conf/GENERIC: revision 1.225
	sys/arch/arc/conf/RPC44: revision 1.54
	sys/arch/mipsco/conf/GENERIC: revision 1.92
	sys/arch/cats/conf/GENERIC: revision 1.166
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.145
	sys/arch/amigappc/conf/GENERIC: revision 1.33
	sys/arch/sun3/conf/GENERIC: revision 1.176
	sys/arch/news68k/conf/GENERIC: revision 1.130
	sys/arch/hpcsh/conf/GENERIC: revision 1.110
	sys/arch/hp300/conf/GENERIC: revision 1.198
	sys/arch/atari/conf/GENERIC.in: revision 1.115
	sys/arch/sparc/conf/MRCOFFEE: revision 1.54
	sys/arch/evbppc/conf/EXPLORA451: revision 1.62
	sys/arch/cesfic/conf/GENERIC: revision 1.69
	sys/arch/vax/conf/GENERIC: revision 1.204
	sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115
	sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112
	sys/arch/sparc/conf/GENERIC: revision 1.258
	sys/arch/next68k/conf/GENERIC: revision 1.145
	sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34
	sys/arch/prep/conf/GENERIC: revision 1.185
	sys/arch/amiga/conf/INSTALL: revision 1.129
	sys/arch/newsmips/conf/GENERIC: revision 1.133
	sys/arch/cobalt/conf/GENERIC: revision 1.156
	sys/arch/sun2/conf/GENERIC: revision 1.99
	sys/arch/luna68k/conf/INSTALL: revision 1.25
	sys/arch/amigappc/conf/NULL: revision 1.53
	sys/arch/acorn26/conf/GENERIC: revision 1.85
	sys/arch/vax/conf/VAX780: revision 1.25
	sys/arch/luna68k/conf/GENERIC: revision 1.125
	sys/arch/ews4800mips/conf/GENERIC: revision 1.56
	sys/arch/macppc/conf/POWERMAC_G5: revision 1.29
	sys/arch/arc/conf/GENERIC: revision 1.189
	sys/arch/macppc/conf/MAMBO: revision 1.27
	sys/arch/acorn32/conf/EB7500ATX: revision 1.64
	sys/arch/pmax/conf/GENERIC: revision 1.196
	sys/arch/pmax/conf/GENERIC64: revision 1.28
	sys/arch/amiga/conf/GENERIC: revision 1.319
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55
	sys/arch/macppc/conf/GENERIC: revision 1.339
	sys/arch/emips/conf/GENERIC: revision 1.21
	sys/arch/sandpoint/conf/GENERIC: revision 1.97
	sys/arch/landisk/conf/GENERIC: revision 1.58
	sys/arch/bebox/conf/GENERIC: revision 1.157
	sys/arch/alpha/conf/GENERIC: revision 1.379
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jan 23 15:08:11 2018 UTC (6 years, 11 months ago) by sevan
Branches: MAIN
CVS tags: pgoyette-compat-base, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -4 lines
Alternate buffer queue strategies no longer considered experimental, update
or add new description for files missed out in the previous run.

Revision 1.32.2.3: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:03 2017 UTC (7 years, 1 month ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.32.2.2: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.2.2: +9 -25 lines
update from HEAD

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Sep 14 07:58:40 2017 UTC (7 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: tls-maxphys-base-20171202
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +6 -18 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.53: download - view: text, markup, annotated - select for diffs
Wed Sep 13 22:24:43 2017 UTC (7 years, 4 months ago) by sevan
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +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.43.2.4: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:34 2017 UTC (7 years, 4 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.43.2.3: preferred, colored; branchpoint 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43.2.3: +3 -6 lines
Sync with HEAD

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Aug 9 19:18:59 2017 UTC (7 years, 5 months ago) by maxv
Branches: MAIN
CVS tags: nick-nhusb-base-20170825
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -4 lines
Remove references to svr4 and ibcs2, they are not supported here.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Aug 1 14:23:42 2017 UTC (7 years, 5 months ago) by maxv
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -3 lines
Remove references to compat_freebsd when it is not supported.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 29 18:08:57 2017 UTC (7 years, 5 months ago) by maxv
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3 lines
Remove TCP_COMPAT_42 from the config files. Pass 3.

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

Revision 1.44.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:57:13 2017 UTC (7 years, 10 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.44.2.1: preferred, colored; branchpoint 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44.2.1: +3 -2 lines
Sync with HEAD

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Feb 19 07:47:00 2017 UTC (7 years, 11 months ago) by rin
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, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1
Branch point for: netbsd-8
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -2 lines
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.

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

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

Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Dec 13 20:42:17 2016 UTC (8 years, 1 month 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.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
wildcard speaker attachments, now that we can handle many of them.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Dec 10 23:03:24 2016 UTC (8 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3 lines
remove VAUDIOSPEAKER for now, will be done differently.

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

Revision 1.43.2.2: download - view: text, markup, annotated - select for diffs
Mon Dec 5 10:54:52 2016 UTC (8 years, 1 month ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.43.2.1: preferred, colored; branchpoint 1.43: preferred, colored
Changes since revision 1.43.2.1: +3 -2 lines
Sync with HEAD

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Nov 26 13:59:45 2016 UTC (8 years, 1 month ago) by christos
Branches: MAIN
CVS tags: nick-nhusb-base-20161204
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.43.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 27 12:09:34 2015 UTC (9 years ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -3 lines
Sync with HEAD (as of 26th Dec)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 26 11:16:12 2015 UTC (9 years, 3 months ago) by maxv
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, 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.43: preferred, colored
Changes since revision 1.43: +2 -3 lines
Remove KMEMSTATS. Normally it's ok now.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Aug 23 20:26:57 2014 UTC (10 years, 4 months ago) by dholland
Branches: MAIN
CVS tags: nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +12 -12 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.32.2.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:53 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.32.2.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.2.1: +2 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Aug 17 21:17:43 2014 UTC (10 years, 5 months ago) by joerg
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +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.40.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:53:54 2014 UTC (10 years, 5 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +3 -2 lines
Rebase.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Aug 3 09:18:16 2014 UTC (10 years, 5 months ago) by martin
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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, netbsd-7
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -2 lines
Add COMPAT_NETBSD32 to more kernels (we have too many)

Revision 1.22.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:40 2014 UTC (10 years, 8 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.22.2.2: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.2: +8 -13 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.38.2.2: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:03 2014 UTC (10 years, 8 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.38.2.1: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.2.1: +3 -3 lines
sync with head

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Mar 24 14:15:37 2014 UTC (10 years, 9 months ago) by szptvlfn
Branches: MAIN
CVS tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15
Branch point for: tls-earlyentropy
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
fix manual section numbering of sysctl.
  thanks wiz@

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

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

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

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

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

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

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

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

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

Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:20 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.2.1: +8 -5 lines
sync with head

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Sep 11 19:43:09 2012 UTC (12 years, 4 months ago) by msaitoh
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -2 lines
Add PUFFS, putter and fss.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Sep 9 04:27:12 2012 UTC (12 years, 4 months ago) by msaitoh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Sep 1 18:17:49 2012 UTC (12 years, 4 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -3 lines
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

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

Fixes PR#43520.

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 12 17:47:56 2012 UTC (12 years, 7 months ago) by riz
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.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +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.29: download - view: text, markup, annotated - select for diffs
Tue Jun 5 08:44:09 2012 UTC (12 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +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.24.2.3: download - view: text, markup, annotated - select for diffs
Sun Apr 29 23:04:38 2012 UTC (12 years, 8 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.2: +2 -6 lines
sync to latest -current.

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:13 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -12 lines
sync with head

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 7 03:25:00 2012 UTC (12 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -6 lines
Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).

Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Sun Mar 11 01:52:20 2012 UTC (12 years, 10 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +2 -4 lines
sync to latest -current

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

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

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 9 19:07:37 2012 UTC (12 years, 11 months ago) by matt
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.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Bump SYMTAB_SPACE

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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 22 21:25:08 2011 UTC (13 years, 1 month ago) by tls
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +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.23: download - view: text, markup, annotated - select for diffs
Sun Nov 20 04:18:57 2011 UTC (13 years, 2 months ago) by jakllsch
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
Recent changes to the at91 code enable this kernel config to build after
the hypothetical ds1672rtc(4) is commented out and symtab space is bumped.
Fixes PR#43834.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Jul 23 21:12:57 2011 UTC (13 years, 5 months ago) by jakllsch
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.21: preferred, colored
Changes since revision 1.21: +3 -2 lines
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:24 2011 UTC (13 years, 7 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +4 -8 lines
Sync with HEAD.

Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Tue May 31 03:03:59 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.13.2.3: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.3: +0 -4 lines
sync with head

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 26 16:57:40 2011 UTC (13 years, 8 months ago) by joerg
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.20: preferred, colored
Changes since revision 1.20: +2 -3 lines
Remove PECOFF/Win32 emulation.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 26 15:51:22 2011 UTC (13 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -5 lines
Remove Darwin, MACH and Mach-O support.

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:40:57 2011 UTC (13 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.2: +2 -1 lines
sync with head

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 6 17:08:22 2011 UTC (13 years, 10 months ago) by bouyer
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +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.13.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:50:03 2011 UTC (13 years, 10 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +3 -4 lines
sync with head

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

Revision 1.17.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 16:19:15 2011 UTC (13 years, 11 months ago) by bouyer
Branches: bouyer-quota2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
Sync with HEAD

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Feb 6 23:25:16 2011 UTC (13 years, 11 months ago) by jmcneill
Branches: MAIN
CVS tags: uebayasi-xip-base7, bouyer-quota2-nbase, bouyer-quota2-base
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3 lines
- add support for using compressed images as splash images
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 23 11:13:56 2010 UTC (14 years, 1 month ago) by hannken
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, jruoho-x86intr-base
Branch point for: jruoho-x86intr, bouyer-quota2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Remove unused count from pseudo-device md.

Revision 1.5.4.2: download - view: text, markup, annotated - select for diffs
Sun Nov 21 03:05:06 2010 UTC (14 years, 2 months ago) by riz
Branches: netbsd-5
CVS tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, matt-nb5-pq3-base, matt-nb5-pq3
Diff to: previous 1.5.4.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.4.1: +6 -2 lines
Pull up following revision(s) (requested by plunky in ticket #1407):
	sys/dev/bluetooth/btdev.h: revision 1.9
	sys/arch/iyonix/conf/GENERIC: revision 1.60
	sys/arch/sparc64/conf/GENERIC: revision 1.129
	sys/dev/usb/hid.c: revision 1.30
	sys/dev/usb/hid.h: revision 1.13
	sys/arch/i386/conf/GENERIC: revision 1.983
	usr.sbin/btdevctl/print.c: revision 1.10
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.16
	sys/arch/alpha/conf/GENERIC: revision 1.337
	sys/dev/bluetooth/files.bluetooth: revision 1.14
	sys/arch/evbarm/conf/GUMSTIX: revision 1.49
	sys/dev/usb/usbdevs: revision 1.550
	sys/arch/evbppc/conf/OPENBLOCKS266_OPT: revision 1.14
	sys/arch/hpcsh/conf/GENERIC: revision 1.91
	sys/dev/bluetooth/btmagic.c: revision 1.1
	distrib/sets/lists/man/mi: revision 1.1210
	sys/arch/amd64/conf/GENERIC: revision 1.279
	sys/arch/i386/conf/ALL: revision 1.258
	sys/arch/amd64/conf/XEN3_DOM0: revision 1.54
	sys/arch/hpcarm/conf/JORNADA720: revision 1.78
	sys/dev/usb/hid.c: revision 1.29
	share/man/man4/btmagic.4: revision 1.1
hid_get_data() does not work if the size of data is less than
a byte and crosses a byte boundary, and it always returns a
sign-extended value.
fix this by using the algorithm from libusbhid to read bytes,
and provide a hid_get_udata() function to return unsigned data
values.
while here, const args
update DPRINTF to reflect actual function name
add Apple Magic Mouse product-id
regen for Magic Mouse id
allow for vendor-id and product-id properties, passing them
through to child devices
add Magic Mouse driver and manpage btmagic(4)
additionally query the "PnP Information" service record to discover
any USB Forum vendor-id and product-id values and store them in the
property list if found.
add btmagic(4) where other Bluetooth drivers are listed

Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:15 2010 UTC (14 years, 5 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +6 -1 lines
Sync with HEAD.

Revision 1.1.20.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:51:50 2010 UTC (14 years, 5 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.20.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.20.2: +8 -3 lines
sync with head.

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sun May 30 05:16:42 2010 UTC (14 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -3 lines
sync with head

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 22 19:02:08 2010 UTC (14 years, 8 months ago) by plunky
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.15: preferred, colored
Changes since revision 1.15: +6 -2 lines
add btmagic(4) where other Bluetooth drivers are listed

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat May 8 22:16:26 2010 UTC (14 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

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

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

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

Revision 1.1.20.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:13 2010 UTC (14 years, 10 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1.20.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.20.1: +5 -5 lines
sync with head

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Mar 7 09:39:42 2010 UTC (14 years, 10 months ago) by plunky
Branches: MAIN
CVS tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -2 lines
add uhso(4) device where appropriate
    - follow the lead of other USB driver declarations wrt commented out
    - (cross-)build tested all these kernels

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Dec 23 01:04:46 2009 UTC (15 years ago) by pooka
Branches: MAIN
CVS tags: uebayasi-xip-base
Branch point for: uebayasi-xip
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -4 lines
unifdef -D UGEN_BULK_RA_WB

Default behaviour unchanged, the feature must still be explicitly
enabled for a ugen fd.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Dec 5 20:11:11 2009 UTC (15 years, 1 month ago) by pooka
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +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.9.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:16:37 2009 UTC (15 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +2 -3 lines
Sync with HEAD.

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

Revision 1.1.20.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:56 2009 UTC (15 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +708 -0 lines
sync with head.

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:33:58 2009 UTC (15 years, 8 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.5.2.1: preferred, colored; branchpoint 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5.2.1: +2 -3 lines
Sync with HEAD.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 6 20:31:48 2009 UTC (15 years, 10 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.9: preferred, colored
Changes since revision 1.9: +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.5.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:03 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -11 lines
Sync with HEAD.

Revision 1.1.16.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:57 2009 UTC (16 years ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1.16.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.16.1: +3 -12 lines
Sync with HEAD.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 3 17:46:05 2009 UTC (16 years ago) by christos
Branches: MAIN
CVS tags: nick-hppapmap-base2, mjf-devfs2-base
Branch point for: jym-xensuspend
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -8 lines
remove esl (KIYOHARA Takashi)

Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Sat Dec 27 04:03:55 2008 UTC (16 years ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, 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, 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
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
Pull up following revision(s) (requested by tsutsui in ticket #208):
	sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.8
	sys/arch/dreamcast/conf/GENERIC: revision 1.89
Remove obsolete options SYSTRACE.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 23 13:04:56 2008 UTC (16 years ago) by tsutsui
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3 lines
Remove obsolete options SYSTRACE.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:13:07 2008 UTC (16 years, 1 month ago) by haad
Branches: haad-dm
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +2 -4 lines
Update haad-dm branch to haad-dm-base2.

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

Proposed on tech-kern@.

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

Proposed on tech-kern@.

Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 19 22:15:44 2008 UTC (16 years, 3 months ago) by haad
Branches: haad-dm
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
Sync with HEAD.

Revision 1.3.2.3: download - view: text, markup, annotated - select for diffs
Fri Oct 10 22:29:04 2008 UTC (16 years, 3 months ago) by skrll
Branches: wrstuden-revivesa
Diff to: previous 1.3.2.2: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.2: +5 -6 lines
Sync with HEAD.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 7 12:43:31 2008 UTC (16 years, 3 months ago) by pgoyette
Branches: MAIN
CVS tags: wrstuden-revivesa-base-4, netbsd-5-base, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers

Revision 1.1.16.1: download - view: text, markup, annotated - select for diffs
Sun Sep 28 10:39:53 2008 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +718 -0 lines
Sync with HEAD.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 20 18:19:11 2008 UTC (16 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Remove obsolete options I2OVERBOSE.

Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 04:33:23 2008 UTC (16 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.2.1: +719 -0 lines
Sync with wrstuden-revivesa-base-2.

Revision 1.3.2.1
Thu Jul 31 07:41:00 2008 UTC (16 years, 5 months ago) by wrstuden
Branches: wrstuden-revivesa
FILE REMOVED
Changes since revision 1.3: +0 -719 lines
file MPCSA_GENERIC was added on branch wrstuden-revivesa on 2008-09-18 04:33:23 +0000

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jul 31 07:41:00 2008 UTC (16 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2
Branch point for: wrstuden-revivesa
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2 lines
Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.1.22.1: download - view: text, markup, annotated - select for diffs
Thu Jul 3 18:37:52 2008 UTC (16 years, 6 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +718 -0 lines
Sync with head.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 3 01:15:38 2008 UTC (16 years, 6 months ago) by matt
Branches: MAIN
CVS tags: simonb-wapbl-nbase, simonb-wapbl-base
Branch point for: haad-dm
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +718 -0 lines
Add AT91 support. (XXX need to finish timecounter support).

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 10 02:56:54 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-nb4-arm
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +718 -0 lines
Add AT91 support from Sami Kantoluoto
Add TI OMAP2430 support from Marty Fouts @ Danger Inc

Revision 1.1
Sat Nov 10 02:56:54 2007 UTC (17 years, 2 months ago) by matt
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base2, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, 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, mjf-devfs-base, mjf-devfs, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: yamt-nfs-mp, simonb-wapbl, mjf-devfs2, matt-nb4-arm
FILE REMOVED
file MPCSA_GENERIC was initially added on branch matt-nb4-arm.

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>