Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbarm/conf/MPCSA_GENERIC
RevisionDateAuthorComments
 1.77  29-Jan-2024  christos 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.
 1.76  07-Aug-2022  simonb branches: 1.76.4;
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.
 1.75  29-Jun-2021  nia 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.
 1.74  27-Sep-2020  roy branches: 1.74.6;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.73  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.72  16-May-2020  maya 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
 1.71  25-Mar-2020  jdolecek remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
 1.70  29-Jan-2020  maya 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.
 1.69  19-Jan-2020  thorpej Remove Token Ring support.
 1.68  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.67  26-Apr-2019  sevan branches: 1.67.4;
Use veriexec.config to reduce duplication
 1.66  06-Feb-2019  rin Add ure(4) to kernel config files. Also add PHY drivers where necessary.
 1.65  19-Dec-2018  skrll Remove CONS_OVERRIDE - it's an i386 option
 1.64  23-Oct-2018  jdolecek 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
 1.63  25-Aug-2018  rin Add (commented out) mue(4) to where appropriate.
Also add MII/PHY drivers for USB NICs if missing.
 1.62  25-Aug-2018  maxv 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@.
 1.61  01-Aug-2018  maxv 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).
 1.60  12-Jul-2018  maxv 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.
 1.59  28-Jun-2018  thorpej branches: 1.59.2;
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.
 1.58  23-Jun-2018  maya Remove commented out MATH_EMULATE from kernel configs that got it
by copying an older i386 config.
 1.57  07-Jun-2018  thorpej Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.
 1.56  15-May-2018  thorpej 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.
 1.55  23-Jan-2018  sevan branches: 1.55.2;
Alternate buffer queue strategies no longer considered experimental, update
or add new description for files missed out in the previous run.
 1.54  14-Sep-2017  mrg 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.
 1.53  13-Sep-2017  sevan 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
 1.52  09-Aug-2017  maxv Remove references to svr4 and ibcs2, they are not supported here.
 1.51  01-Aug-2017  maxv Remove references to compat_freebsd when it is not supported.
 1.50  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.49  19-Feb-2017  rin branches: 1.49.6;
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.48  13-Dec-2016  christos branches: 1.48.2;
wildcard speaker attachments, now that we can handle many of them.
 1.47  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.46  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.45  26-Nov-2016  christos mention PAX_SEGVGUARD dependency on FILEASSOC
 1.44  26-Sep-2015  maxv branches: 1.44.2;
Remove KMEMSTATS. Normally it's ok now.
 1.43  23-Aug-2014  dholland branches: 1.43.2;
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.
 1.42  17-Aug-2014  joerg 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.
 1.41  03-Aug-2014  martin Add COMPAT_NETBSD32 to more kernels (we have too many)
 1.40  24-Mar-2014  szptvlfn branches: 1.40.2;
fix manual section numbering of sysctl.
thanks wiz@
 1.39  30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.38  05-Jun-2013  christos branches: 1.38.2;
remove obsolete networking options
 1.37  27-Apr-2013  christos more bogus number removal
 1.36  27-Apr-2013  christos the bogus number police
 1.35  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.34  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.33  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.32  11-Sep-2012  msaitoh branches: 1.32.2;
Add PUFFS, putter and fss.
 1.31  09-Sep-2012  msaitoh Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".
 1.30  01-Sep-2012  jakllsch 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.
 1.29  05-Jun-2012  abs 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.
 1.28  07-Apr-2012  tsutsui Remove obsolete SysV semaphores limit options (SEMMNI, SEMMNS, and SEMUME).
 1.27  10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 1.26  09-Feb-2012  matt branches: 1.26.2;
Bump SYMTAB_SPACE
 1.25  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.24  22-Nov-2011  tls branches: 1.24.2;

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.
 1.23  20-Nov-2011  jakllsch 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.
 1.22  23-Jul-2011  jakllsch branches: 1.22.2;
Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted.
 1.21  26-Apr-2011  joerg Remove PECOFF/Win32 emulation.
 1.20  26-Apr-2011  joerg Remove Darwin, MACH and Mach-O support.
 1.19  06-Mar-2011  bouyer 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.
 1.18  06-Feb-2011  jmcneill - add support for using compressed images as splash images
- retire SPLASHSCREEN_PROGRESS and SPLASHSCREEN_IMAGE options
 1.17  23-Nov-2010  hannken branches: 1.17.2; 1.17.4;
Remove unused count from pseudo-device md.
 1.16  22-May-2010  plunky add btmagic(4) where other Bluetooth drivers are listed
 1.15  08-May-2010  mrg 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.
 1.14  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 1.13  07-Mar-2010  plunky branches: 1.13.2;
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
 1.12  23-Dec-2009  pooka branches: 1.12.2;
unifdef -D UGEN_BULK_RA_WB

Default behaviour unchanged, the feature must still be explicitly
enabled for a ugen fd.
 1.11  05-Dec-2009  pooka Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.10  06-Mar-2009  joerg 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.
 1.9  03-Jan-2009  christos branches: 1.9.2;
remove esl (KIYOHARA Takashi)
 1.8  23-Dec-2008  tsutsui Remove obsolete options SYSTRACE.
 1.7  24-Nov-2008  ad Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.6  12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.5  07-Oct-2008  pgoyette branches: 1.5.2; 1.5.4;
Move all platforms to new dbCool driver in preparation for removal of
chip-specific drivers
 1.4  20-Sep-2008  tsutsui Remove obsolete options I2OVERBOSE.
 1.3  31-Jul-2008  simonb branches: 1.3.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.2  03-Jul-2008  matt branches: 1.2.2;
Add AT91 support. (XXX need to finish timecounter support).
 1.1  10-Nov-2007  matt branches: 1.1.2; 1.1.16; 1.1.20; 1.1.22;
file MPCSA_GENERIC was initially added on branch matt-nb4-arm.
 1.1.22.1  03-Jul-2008  simonb Sync with head.
 1.1.20.3  11-Aug-2010  yamt sync with head.
 1.1.20.2  11-Mar-2010  yamt sync with head
 1.1.20.1  04-May-2009  yamt sync with head.
 1.1.16.2  17-Jan-2009  mjf Sync with HEAD.
 1.1.16.1  28-Sep-2008  mjf Sync with HEAD.
 1.1.2.1  10-Nov-2007  matt Add AT91 support from Sami Kantoluoto
Add TI OMAP2430 support from Marty Fouts @ Danger Inc
 1.2.2.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.2.2.1  19-Oct-2008  haad Sync with HEAD.
 1.3.2.3  10-Oct-2008  skrll Sync with HEAD.
 1.3.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.3.2.1  31-Jul-2008  wrstuden file MPCSA_GENERIC was added on branch wrstuden-revivesa on 2008-09-18 04:33:23 +0000
 1.5.4.2  21-Nov-2010  riz 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
 1.5.4.1  27-Dec-2008  snj 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.
 1.5.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.5.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.9.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.12.2.2  17-Aug-2010  uebayasi Sync with HEAD.
 1.12.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.13.2.4  31-May-2011  rmind sync with head
 1.13.2.3  21-Apr-2011  rmind sync with head
 1.13.2.2  05-Mar-2011  rmind sync with head
 1.13.2.1  30-May-2010  rmind sync with head
 1.17.4.2  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.17.4.1  08-Feb-2011  bouyer Sync with HEAD
 1.17.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.22.2.3  22-May-2014  yamt 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")
 1.22.2.2  30-Oct-2012  yamt sync with head
 1.22.2.1  17-Apr-2012  yamt sync with head
 1.24.2.3  29-Apr-2012  mrg sync to latest -current.
 1.24.2.2  11-Mar-2012  mrg sync to latest -current
 1.24.2.1  18-Feb-2012  mrg merge to -current.
 1.26.2.1  12-Jun-2012  riz 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.
 1.32.2.3  03-Dec-2017  jdolecek update from HEAD
 1.32.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.32.2.1  23-Jun-2013  tls resync from head
 1.38.2.2  18-May-2014  rmind sync with head
 1.38.2.1  28-Aug-2013  rmind sync with head
 1.40.2.1  10-Aug-2014  tls Rebase.
 1.43.2.4  28-Aug-2017  skrll Sync with HEAD
 1.43.2.3  05-Feb-2017  skrll Sync with HEAD
 1.43.2.2  05-Dec-2016  skrll Sync with HEAD
 1.43.2.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.44.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.44.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.48.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.49.6.1  26-Jan-2018  martin 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
 1.55.2.6  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.55.2.5  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.55.2.4  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.55.2.3  28-Jul-2018  pgoyette Sync with HEAD
 1.55.2.2  25-Jun-2018  pgoyette Sync with HEAD
 1.55.2.1  21-May-2018  pgoyette Sync with HEAD
 1.59.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.59.2.1  10-Jun-2019  christos Sync with HEAD
 1.67.4.2  29-Feb-2020  ad Sync with head.
 1.67.4.1  25-Jan-2020  ad Sync with head.
 1.74.6.1  01-Aug-2021  thorpej Sync with HEAD.
 1.76.4.1  09-Oct-2023  snj Apply patch (requested by martin in ticket #401):
Disable DIAGNOSTIC/DEBUG.

RSS XML Feed