The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.56 / (download) - annotate - [select for diffs], Mon Jan 29 18:27:11 2024 UTC (2 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.55: +2 -4 lines
Diff to previous 1.55 (colored) to selected 1.43 (colored)

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

Revision 1.55.4.1 / (download) - annotate - [select for diffs], Mon Oct 9 23:33:45 2023 UTC (6 months, 1 week ago) by snj
Branch: netbsd-10
CVS Tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Changes since 1.55: +4 -4 lines
Diff to previous 1.55 (colored) next main 1.56 (colored) to selected 1.43 (colored)

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

Revision 1.55 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:25 2022 UTC (20 months, 1 week ago) by simonb
Branch: 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
Changes since 1.54: +8 -9 lines
Diff to previous 1.54 (colored) to selected 1.43 (colored)

UFS/LFS dirhash:
- Enable UFS_DIRHASH if the architecture or kernel model specific config
  file can use 128MB of RAM or more.
- Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
  and by a number of NetBSD developers for years.
- Add LFS_DIRHASH if LFS was enabled.
- Be somewhat consistent with FS options order.

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

Sync with HEAD.

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

Remove uscanner(4) driver

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

Revision 1.53 / (download) - annotate - [select for diffs], Sun Sep 27 13:48:50 2020 UTC (3 years, 6 months ago) by roy
Branch: 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
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored) to selected 1.43 (colored)

vether: Add to kernel configurations

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

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

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

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

Remove uyap, USB YAP phone firmware loader.

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

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

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

Revision 1.38.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:07:34 2020 UTC (4 years ago) by martin
Branch: phil-wifi
Changes since 1.38.2.1: +2 -12 lines
Diff to previous 1.38.2.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored) to selected 1.43 (colored)

Merge changes from current as of 20200406

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

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

Revision 1.49 / (download) - annotate - [select for diffs], Tue Mar 24 17:38:33 2020 UTC (4 years ago) by sevan
Branch: MAIN
Changes since 1.48: +2 -4 lines
Diff to previous 1.48 (colored) to selected 1.43 (colored)

g/c UGEN_BULK_RA_WB which is not a supported option

Revision 1.46.4.2 / (download) - annotate - [select for diffs], Sat Feb 29 20:18:22 2020 UTC (4 years, 1 month ago) by ad
Branch: ad-namecache
Changes since 1.46.4.1: +2 -5 lines
Diff to previous 1.46.4.1 (colored) to branchpoint 1.46 (colored) next main 1.47 (colored) to selected 1.43 (colored)

Sync with head.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Jan 29 18:39:01 2020 UTC (4 years, 2 months ago) by maya
Branch: MAIN
CVS Tags: is-mlppp-base, is-mlppp, ad-namecache-base3
Changes since 1.47: +2 -5 lines
Diff to previous 1.47 (colored) to selected 1.43 (colored)

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

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

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

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

Proposed on tech-kern a month ago.

Revision 1.46.4.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:39 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.46: +2 -3 lines
Diff to previous 1.46 (colored) to selected 1.43 (colored)

Sync with head.

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

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

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

Sync with HEAD

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

Use veriexec.config to reduce duplication

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

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

Revision 1.34.2.6 / (download) - annotate - [select for diffs], Wed Dec 26 14:01:35 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.34.2.5: +2 -3 lines
Diff to previous 1.34.2.5 (colored) to branchpoint 1.34 (colored) next main 1.35 (colored) to selected 1.43 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.44 / (download) - annotate - [select for diffs], Wed Dec 19 16:56:17 2018 UTC (5 years, 4 months ago) by skrll
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Remove CONS_OVERRIDE - it's an i386 option

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

Sync with HEAD, resolve a couple of conflicts

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

remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support

Revision 1.34.2.4 / (download) - annotate - [select for diffs], Thu Sep 6 06:55:30 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.34.2.3: +5 -14 lines
Diff to previous 1.34.2.3 (colored) to branchpoint 1.34 (colored) to selected 1.43 (colored)

Sync with HEAD

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

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

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

Revision 1.41 / (download) - annotate - [select for diffs], Sat Aug 25 07:48:56 2018 UTC (5 years, 7 months ago) by maxv
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored) to selected 1.43 (colored)

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.40 / (download) - annotate - [select for diffs], Wed Aug 1 20:04:11 2018 UTC (5 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.39: +3 -8 lines
Diff to previous 1.39 (colored) to selected 1.43 (colored)

Unreference IPF/PF from all the config files, and enable NPF instead when
wanted. This also fixes some inconsistencies I saw in several files (eg
IPF options while IPF was not compiled, IPF+PF enabled by default, etc).

Revision 1.34.2.3 / (download) - annotate - [select for diffs], Sat Jul 28 04:37:31 2018 UTC (5 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.34.2.2: +3 -6 lines
Diff to previous 1.34.2.2 (colored) to branchpoint 1.34 (colored) to selected 1.43 (colored)

Sync with HEAD

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jul 12 10:46:43 2018 UTC (5 years, 9 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-0728
Changes since 1.38: +2 -5 lines
Diff to previous 1.38 (colored) to selected 1.43 (colored)

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.38 / (download) - annotate - [select for diffs], Thu Jun 28 15:21:52 2018 UTC (5 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: phil-wifi-base
Branch point for: phil-wifi
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.43 (colored)

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.34.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:40 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.34.2.1: +5 -6 lines
Diff to previous 1.34.2.1 (colored) to branchpoint 1.34 (colored) to selected 1.43 (colored)

Sync with HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Sat Jun 23 01:23:27 2018 UTC (5 years, 9 months ago) by maya
Branch: MAIN
CVS Tags: pgoyette-compat-0625
Changes since 1.36: +2 -3 lines
Diff to previous 1.36 (colored) to selected 1.43 (colored)

Remove commented out MATH_EMULATE from kernel configs that got it
by copying an older i386 config.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jun 7 13:36:28 2018 UTC (5 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.43 (colored)

Revert changes that pinned-down i2c parent specs.  The i2c subsystem
has been enhanced to make this unnecessary.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Mon May 21 04:36:00 2018 UTC (5 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) to selected 1.43 (colored)

Sync with HEAD

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 15 01:24:23 2018 UTC (5 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: pgoyette-compat-0521
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) to selected 1.43 (colored)

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.27.6.1 / (download) - annotate - [select for diffs], Fri Jan 26 14:28:13 2018 UTC (6 years, 2 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored) next main 1.28 (colored) to selected 1.43 (colored)

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

Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 23 15:08:11 2018 UTC (6 years, 2 months ago) by sevan
Branch: 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
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.43 (colored)

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

Revision 1.9.2.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:03 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.9.2.2: +9 -30 lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.43 (colored)

update from HEAD

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

clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
  since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
  many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

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

Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh

Revision 1.20.2.4 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:34 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.20.2.3: +3 -10 lines
Diff to previous 1.20.2.3 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored) to selected 1.43 (colored)

Sync with HEAD

Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 9 19:18:59 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
CVS Tags: nick-nhusb-base-20170825
Changes since 1.30: +2 -4 lines
Diff to previous 1.30 (colored) to selected 1.43 (colored)

Remove references to svr4 and ibcs2, they are not supported here.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 1 14:23:42 2017 UTC (6 years, 8 months ago) by maxv
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (colored) to selected 1.43 (colored)

Remove references to compat_freebsd when it is not supported.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 1 13:02:37 2017 UTC (6 years, 8 months ago) by riastradh
Branch: MAIN
Changes since 1.28: +2 -6 lines
Diff to previous 1.28 (colored) to selected 1.43 (colored)

Remove commented vestiges of bygone compat options.

COMPAT_MACH, COMPAT_DARWIN, EXEC_MACHO, and COMPAT_PECOFF were all
removed ages ago.

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

Remove TCP_COMPAT_42 from the config files. Pass 3.

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

Sync with HEAD

Revision 1.22.2.2 / (download) - annotate - [select for diffs], Mon Mar 20 06:57:13 2017 UTC (7 years, 1 month ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.22.2.1: +3 -2 lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored) to selected 1.43 (colored)

Sync with HEAD

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

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

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

Sync with HEAD

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

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

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

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

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

remove VAUDIOSPEAKER for now, will be done differently.

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

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

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

Sync with HEAD

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

mention PAX_SEGVGUARD dependency on FILEASSOC

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Sun Dec 27 12:09:34 2015 UTC (8 years, 3 months ago) by skrll
Branch: nick-nhusb
Changes since 1.20: +2 -4 lines
Diff to previous 1.20 (colored) to selected 1.43 (colored)

Sync with HEAD (as of 26th Dec)

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 25 22:48:23 2015 UTC (8 years, 5 months ago) by khorben
Branch: 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
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored) to selected 1.43 (colored)

Remove references to SPLASHSCREEN_PROGRESS

To my knowledge this feature is no longer supported at the moment. The
manual page for wsdisplay(4) should probably also be updated to reflect
this situation.

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

Remove KMEMSTATS. Normally it's ok now.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Aug 23 20:26:57 2014 UTC (9 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.19: +12 -12 lines
Diff to previous 1.19 (colored) to selected 1.43 (colored)

Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:53 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.9.2.1: +2 -2 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) to selected 1.43 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 17 21:17:43 2014 UTC (9 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.43 (colored)

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.17.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:53:54 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) next main 1.18 (colored) to selected 1.43 (colored)

Rebase.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Aug 3 09:18:16 2014 UTC (9 years, 8 months ago) by martin
Branch: 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
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored) to selected 1.43 (colored)

Add COMPAT_NETBSD32 to more kernels (we have too many)

Revision 1.1.2.5 / (download) - annotate - [select for diffs], Thu May 22 11:39:40 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.2.4: +10 -15 lines
Diff to previous 1.1.2.4 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored) to selected 1.43 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Sun May 18 17:45:03 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.15.2.1: +3 -3 lines
Diff to previous 1.15.2.1 (colored) next main 1.16 (colored) to selected 1.43 (colored)

sync with head

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

fix manual section numbering of sysctl.
  thanks wiz@

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

sync with head

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

G/C PFIL_HOOKS from the kernel configs.

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 06:20:04 2013 UTC (10 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.9: +9 -13 lines
Diff to previous 1.9 (colored) to selected 1.43 (colored)

resync from head

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

remove obsolete networking options

Revision 1.14 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:14 2013 UTC (10 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored) to selected 1.43 (colored)

more bogus number removal

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

the bogus number police

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

remove confusing numeric locators where they are unused.

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

Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.

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

Retire OSI network stack. OK core@

Revision 1.1.2.4 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:20 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.1.2.3: +8 -5 lines
Diff to previous 1.1.2.3 (colored) to branchpoint 1.1 (colored) to selected 1.43 (colored)

sync with head

Revision 1.9 / (download) - annotate - [select for diffs], Tue Sep 11 19:43:09 2012 UTC (11 years, 7 months ago) by msaitoh
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.8: +4 -2 lines
Diff to previous 1.8 (colored) to selected 1.43 (colored)

Add PUFFS, putter and fss.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 9 04:27:12 2012 UTC (11 years, 7 months ago) by msaitoh
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored) to selected 1.43 (colored)

Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 1 18:17:49 2012 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.43 (colored)

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

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

Fixes PR#43520.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Jun 12 17:47:57 2012 UTC (11 years, 10 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, 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
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) next main 1.4 (colored) to selected 1.43 (colored)

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

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

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

Revision 1.2.2.3 / (download) - annotate - [select for diffs], Sun Apr 29 23:04:38 2012 UTC (11 years, 11 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.2.2.2: +2 -6 lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.43 (colored)

sync to latest -current.

Revision 1.1.2.3 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:13 2012 UTC (12 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.2.2: +1 -8 lines
Diff to previous 1.1.2.2 (colored) to branchpoint 1.1 (colored) to selected 1.43 (colored)

sync with head

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 7 03:25:00 2012 UTC (12 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base10
Changes since 1.4: +2 -6 lines
Diff to previous 1.4 (colored) to selected 1.43 (colored)

Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).

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

sync to latest -current

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

P1003_1B_SEMAPHORE is no longer optional.

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

merge to -current.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:26 2011 UTC (12 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.43 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:08 2011 UTC (12 years, 4 months ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored) to selected 1.43 (colored)


The rnd pseudo-device is not really optional, because it is in the same
source file as the entropy-pool code itself.  Move it to std.  This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports.  Thanks to Havard Eidnes for
pointing them out.

Revision 1.1.2.2 / (download) - annotate - [select for diffs], Thu Nov 10 14:31:39 2011 UTC (12 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1.2.1: +649 -0 lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) to selected 1.43 (colored)

sync with head

Revision 1.1.2.1, Fri Nov 4 17:40:48 2011 UTC (12 years, 5 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.1: +0 -649 lines
FILE REMOVED

file MMNET_GENERIC was added on branch yamt-pagecache on 2011-11-10 14:31:39 +0000

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 4 17:40:48 2011 UTC (12 years, 5 months ago) by aymeric
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Diff to selected 1.43 (colored)

preliminary support for the Propox MMnet1002 board
http://www.propox.com/products/t_232.html

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




CVSweb <webmaster@jp.NetBSD.org>