Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/cobalt/conf/INSTALL
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  27-Sep-2020  roy vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.75  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.74  25-Jan-2020  thorpej Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.
 1.73  20-Jan-2020  thorpej Remove FDDI support.
 1.72  19-Jan-2020  thorpej Remove HIPPI support and the esh(4) driver that uses it. There have not
been any users of HIPPI for some time, and it is unlikely to be resurrected.
 1.71  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.70  12-Dec-2018  maxv branches: 1.70.6;
Remove references to "lmc" in the kernel configurations.
 1.69  06-Sep-2018  maxv Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.
 1.68  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.67  09-Apr-2018  christos branches: 1.67.2;
rename panel to lcdpanel.
 1.66  09-Apr-2018  christos rename the cobalt panel to ledpanel to avoid conflict with fdt.
 1.65  23-Jan-2018  sevan branches: 1.65.2;
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.64  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.63  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.62  13-Dec-2016  christos branches: 1.62.8;
wildcard speaker attachments, now that we can handle many of them.
 1.61  10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.60  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.59  21-Aug-2015  uebayasi branches: 1.59.2;
Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)
 1.58  12-Aug-2015  maxv Remove KMEMSTATS.
 1.57  23-Aug-2014  dholland branches: 1.57.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.56  20-Jul-2014  alnsn Add commented out bpfjit options to mips kernels.
While here, add 2 missing RCS ids.
 1.55  30-Jun-2013  rmind branches: 1.55.4;
G/C PFIL_HOOKS from the kernel configs.
 1.54  05-Jun-2013  christos branches: 1.54.2;
remove obsolete networking options
 1.53  27-Apr-2013  christos more bogus number removal
 1.52  27-Apr-2013  christos the bogus number police
 1.51  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.50  02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.49  01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.48  10-Mar-2012  joerg branches: 1.48.2;
P1003_1B_SEMAPHORE is no longer optional.
 1.47  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.46  22-Nov-2011  tls branches: 1.46.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.45  30-Jun-2011  wiz branches: 1.45.2;
dependant -> dependent
 1.44  03-May-2011  tsutsui TAB/space cosmetics.
 1.43  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.42  23-Nov-2010  hannken branches: 1.42.2; 1.42.4;
Remove unused count from pseudo-device md.
 1.41  05-Dec-2009  pooka branches: 1.41.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.40  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.39  24-Nov-2008  ad branches: 1.39.4;
Remove softdep, pass 1. We are focused on improving journalling.

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

Proposed on tech-kern@.
 1.37  30-Oct-2008  tsutsui - fix (commented out) SBLive! driver name; it's emuxki, not sbl
- add commented out audio* at audiobus? line
 1.36  30-Oct-2008  tsutsui Our ever glowing kernel reaches the firmware limit,
so disable several options to shrink the INSTALL kernel that will
be used as an emergency kernel loaded by the firmware directly.
 1.35  11-Oct-2008  tsutsui branches: 1.35.2;
Now the cobalt kernel can detect boot device properly by boot strings
passed from the firmware, so change root file system type from
explicit nfs to generic '?' so that the INSTALL kernel can also be used
as a rescue kernel on localdisk.
 1.34  31-Jul-2008  simonb Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.33  27-Mar-2008  tsutsui branches: 1.33.4; 1.33.6; 1.33.10;
Add zsc(4) and zstty(4) for Qube 2700.
 1.32  01-Mar-2008  tsutsui Enable bpfilter, which is required by dhclient(8).
 1.31  01-Mar-2008  tsutsui Comment out some PCIIDE devices which wouldn't be available for a PCI slot.
 1.30  01-Mar-2008  tsutsui Enable puc at pci and com at puc, which might be useful Qube2700.
 1.29  28-Feb-2008  tsutsui Add options COMPAT_40.
 1.28  31-Dec-2007  ad branches: 1.28.2; 1.28.6;
Remove systrace. Ok core@.
 1.27  18-Nov-2006  tsutsui branches: 1.27.2; 1.27.28; 1.27.34; 1.27.42; 1.27.46;
Remove options SOSEND_NO_LOAN. Now it's handled in mips/pmap.c.
 1.26  27-Sep-2006  manu - Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407
 1.25  26-Aug-2006  christos branches: 1.25.2; 1.25.4;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP
 1.24  22-Aug-2006  tsutsui Add options SOSEND_NO_LOAN. See the following comment for details:
---
# XXX Disable zero-copy page loaning in sosend() temporarily:
# PV mappings created by sosend_loan() in sys/kern/uipc_socket.c may
# produce virtual cache aliases and it seems to cause TLB MISS panic
# in cache flush code called from bus_dmamap_sync(9) PREWRITE ops
# during heavy TX packet traffic on tlp(4).
 1.23  12-Aug-2006  christos Disable SYSTRACE by default on all kernels (discussed with core)
 1.22  19-Jul-2006  tsutsui branches: 1.22.2;
Use CPUFLAGS="-march=vr5000 -mabi=32".
 1.21  15-May-2006  tsutsui According to src/gnu/dist/binutils/gas/config/tc-mips.c
and src/gnu/dist/gcc/gcc/config/mips/mips.c,
CPUFLAGS="-mips2 -mtune=vr5000" is enough even for Rm523x CPUs.
 1.20  14-May-2006  tsutsui Specify CPUFLAGS for Rm523x:
> makeoptions CPUFLAGS="-mips2 -Wa,-mips2 -Wa,-mtune=rm5230"

before:
5693.654u 1059.921s 1:52:29.76 100.0% 0+0k 310+8815io 2493pf+0w

after:
5680.013u 983.282s 1:51:00.49 100.0% 0+0k 311+9015io 2494pf+0w
 1.19  15-Apr-2006  tsutsui Switch cobalt port to use MI todr(9) functions and MI mc146818 driver.
Tested on RaQ2 and Qube2 on port-cobalt.
 1.18  05-Feb-2006  cube branches: 1.18.2; 1.18.4; 1.18.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.17  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.16  20-Dec-2005  thorpej branches: 1.16.2; 1.16.4; 1.16.6;
Remove the tablet line discipline.
 1.15  07-Dec-2005  tsutsui branches: 1.15.2;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.14  25-Nov-2005  thorpej swcr -> swcrypto
 1.13  25-Nov-2005  thorpej "pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself. Update the comment
accordingly.
 1.12  25-Nov-2005  thorpej Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).
 1.11  23-Nov-2005  tsutsui - use -mmemcpy (it saves ~12kbytes)
- fix ident
 1.10  19-Aug-2005  christos branches: 1.10.6;
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.9  19-Aug-2005  christos 64 bit inode changes.
 1.8  07-Jul-2005  tron Add (commented out) IPSEC_NAT_T option.
 1.7  09-Jun-2005  tsutsui branches: 1.7.2;
- Rename options NEW_BUFQ_STRATEGY -> options BUFQ_READPRIO.
(still commented out)
- Add (also commented out) options BUFQ_PRIOCSCAN.

Suggested by perry and soda on tech-kern.
Please refer options(4) for details for these options.
 1.6  31-May-2005  tron Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.5  25-Mar-2005  tsutsui branches: 1.5.2;
Switch cobalt port to use MI pci_configure_bus(9)
with options PCI_NETBSD_CONFIGURE.
Patch from KIYOHARA Takashi on port-cobalt.

This change makes siop(4) (and maybe all other PCI devices
using pci mem space) work on cobalt.
 1.4  25-Feb-2005  simonb branches: 1.4.2;
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.
 1.3  18-Feb-2005  dsl Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.2  11-Feb-2005  dsl Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.
 1.1  23-Jan-2005  cdi branches: 1.1.2; 1.1.4;
New kernel configuration for use during Cobalt netboot or as a rescue kernel
image. The idea is to keep INSTALL as small as possible (XXXVERBOSE options are
off, no IP filtering, SCSI support etc.) to shoehorn into size limits imposed
by the Cobalt's firmware and to have full-blown GENERIC kernel which uses
NetBSD bootloader anyway.
 1.1.4.3  26-Mar-2005  yamt sync with head.
 1.1.4.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.1.4.1  12-Feb-2005  yamt sync with head.
 1.1.2.7  11-Dec-2005  christos Sync with head.
 1.1.2.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.2.5  01-Apr-2005  skrll Sync with HEAD.
 1.1.2.4  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.1.2.3  15-Feb-2005  skrll Sync with HEAD.
 1.1.2.2  24-Jan-2005  skrll Sync with HEAD.
 1.1.2.1  23-Jan-2005  skrll file INSTALL was added on branch ktrace-lwp on 2005-01-24 08:34:06 +0000
 1.4.2.4  25-Aug-2006  ghen Pull up following revision(s) (requested by tsutsui in ticket #1478):
sys/arch/cobalt/conf/GENERIC: revision 1.102
sys/arch/cobalt/conf/INSTALL: revision 1.24
Add options SOSEND_NO_LOAN. See the following comment for details:
---
 1.4.2.3  18-Jul-2005  riz branches: 1.4.2.3.2;
Pull up revision 1.8 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.
 1.4.2.2  01-Jun-2005  riz Pull up revision 1.6 (requested by tron in ticket #362):
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.4.2.1  27-Mar-2005  tron Pull up revision 1.5 (requested by tsutsui in ticket #67):
Switch cobalt port to use MI pci_configure_bus(9)
with options PCI_NETBSD_CONFIGURE.
Patch from KIYOHARA Takashi on port-cobalt.
This change makes siop(4) (and maybe all other PCI devices
using pci mem space) work on cobalt.
 1.4.2.3.2.1  26-Aug-2006  ghen Pull up following revision(s) (requested by tsutsui in ticket #1478):
sys/arch/cobalt/conf/GENERIC: revision 1.102
sys/arch/cobalt/conf/INSTALL: revision 1.24
Add options SOSEND_NO_LOAN. See the following comment for details:
---
 1.5.2.2  29-Apr-2005  kent sync with -current
 1.5.2.1  25-Mar-2005  kent file INSTALL was added on branch kent-audio2 on 2005-04-29 11:28:06 +0000
 1.7.2.4  17-Mar-2008  yamt sync with head.
 1.7.2.3  21-Jan-2008  yamt sync with head
 1.7.2.2  30-Dec-2006  yamt sync with head.
 1.7.2.1  21-Jun-2006  yamt sync with head.
 1.10.6.1  29-Nov-2005  yamt sync with head.
 1.15.2.2  16-Dec-2005  jmc Pullup patch (requested by tsutsui in ticket #10176)

The cobalt firmware has a size restriction on loading kernel.
so we should also have a smaller kernel binary for bootstrap install.
 1.15.2.1  07-Dec-2005  jmc file INSTALL was added on branch netbsd-2 on 2005-12-16 18:16:45 +0000
 1.16.6.2  01-Jun-2006  kardel Sync with head.
 1.16.6.1  22-Apr-2006  simonb Sync with head.
 1.16.4.1  09-Sep-2006  rpaulo sync with head
 1.16.2.1  18-Feb-2006  yamt sync with head.
 1.18.6.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.18.4.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.18.2.3  03-Sep-2006  yamt sync with head.
 1.18.2.2  11-Aug-2006  yamt sync with head
 1.18.2.1  24-May-2006  yamt sync with head.
 1.22.2.2  25-Aug-2006  ghen Pull up following revision(s) (requested by tsutsui in ticket #60):
sys/arch/cobalt/conf/GENERIC: revision 1.102
sys/arch/cobalt/conf/INSTALL: revision 1.24
Add options SOSEND_NO_LOAN. See the following comment for details:
---
 1.22.2.1  14-Aug-2006  tron Pull up following revision(s) (requested by elad in ticket #17):
sys/arch/sparc/conf/KRUPS: revision 1.38
sys/arch/i386/conf/XEN2_DOMU: revision 1.2
sys/arch/i386/conf/GENERIC_LAPTOP: revision 1.197
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.53
sys/arch/evbsh5/conf/SIMULATOR: revision 1.12
sys/arch/sparc/conf/MRCOFFEE: revision 1.17
sys/arch/next68k/conf/GENERIC: revision 1.104
sys/arch/i386/conf/VIRTUALPC: revision 1.44
sys/arch/ews4800mips/conf/GENERIC: revision 1.11
sys/arch/evbsh5/conf/CAYMAN: revision 1.23
sys/arch/arc/conf/GENERIC: revision 1.141
sys/arch/amd64/conf/GENERIC: revision 1.103
sys/arch/sun3/conf/GENERIC3X: revision 1.90
sys/arch/evbarm/conf/HDL_G: revision 1.3
sys/arch/sun2/conf/GENERIC: revision 1.57
sys/arch/news68k/conf/GENERIC_TINY: revision 1.51
sys/arch/evbppc/conf/EXPLORA451: revision 1.27
sys/arch/amiga/conf/GENERIC.in: revision 1.54
sys/arch/mac68k/conf/GENERIC: revision 1.174
sys/arch/acorn26/conf/GENERIC: revision 1.45
sys/arch/shark/conf/GENERIC: revision 1.64
sys/arch/cesfic/conf/GENERIC: revision 1.44
sys/arch/mvme68k/conf/GENERIC: revision 1.68
sys/arch/i386/conf/XEN2_DOM0: revision 1.4
sys/arch/atari/conf/GENERIC.in: revision 1.63
sys/arch/amiga/conf/GENERIC: revision 1.240
sys/arch/i386/conf/LAMB: revision 1.65
sys/arch/i386/conf/GENERIC: revision 1.773
sys/arch/acorn32/conf/EB7500ATX: revision 1.26
sys/arch/x68k/conf/GENERIC: revision 1.128
sys/arch/vax/conf/GENERIC: revision 1.153
sys/arch/atari/conf/ATARITT: revision 1.81
sys/arch/mipsco/conf/GENERIC: revision 1.60
sys/arch/cobalt/conf/GENERIC: revision 1.101
sys/arch/evbarm/conf/ARMADILLO9: revision 1.13
sys/arch/ofppc/conf/GENERIC: revision 1.93
sys/arch/atari/conf/MILAN-PCIIDE: revision 1.51
sys/arch/arc/conf/RPC44: revision 1.26
sys/arch/sparc64/conf/GENERIC: revision 1.59
sys/arch/i386/conf/XEN3_DOMU: revision 1.2
sys/arch/hp700/conf/GENERIC: revision 1.68
sys/arch/atari/conf/MILAN-ISAIDE: revision 1.47
sys/arch/macppc/conf/GENERIC: revision 1.231
sys/arch/dreamcast/conf/GENERIC: revision 1.72
sys/arch/news68k/conf/GENERIC: revision 1.80
sys/arch/hp300/conf/GENERIC: revision 1.133
sys/arch/mmeye/conf/GENERIC: revision 1.82
sys/arch/macppc/conf/MAMBO: revision 1.2
sys/arch/cats/conf/GENERIC: revision 1.107
sys/arch/atari/conf/FALCON: revision 1.79
sys/arch/acorn32/conf/GENERIC: revision 1.71
sys/arch/sparc/conf/GENERIC: revision 1.190
sys/arch/news68k/conf/LIBERO: revision 1.40
sys/arch/amiga/conf/DRACO: revision 1.114
sys/arch/cobalt/conf/INSTALL: revision 1.23
sys/arch/luna68k/conf/GENERIC: revision 1.73
sys/arch/bebox/conf/GENERIC: revision 1.100
sys/arch/pmax/conf/GENERIC: revision 1.147
sys/arch/amiga/conf/WSCONS: revision 1.52
sys/arch/macppc/conf/POWERMAC_G5: revision 1.2
sys/arch/alpha/conf/ALPHA: revision 1.218
sys/arch/sun3/conf/GENERIC: revision 1.133
sys/arch/prep/conf/GENERIC: revision 1.124
sys/arch/alpha/conf/GENERIC: revision 1.291
sys/arch/atari/conf/HADES: revision 1.71
sys/arch/newsmips/conf/GENERIC: revision 1.93
sys/arch/netwinder/conf/GENERIC: revision 1.82
sys/arch/hpcmips/conf/GENERIC: revision 1.190
sys/arch/amiga/conf/AMIGA: revision 1.98
sys/arch/sbmips/conf/GENERIC: revision 1.54
sys/arch/pc532/conf/GENERIC: revision 1.64
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.53
Disable SYSTRACE by default on all kernels (discussed with core)
 1.25.4.2  10-Dec-2006  yamt sync with head.
 1.25.4.1  22-Oct-2006  yamt sync with head
 1.25.2.2  12-Jan-2007  ad Sync with head.
 1.25.2.1  18-Nov-2006  ad Sync with head.
 1.27.46.2  01-Nov-2008  snj Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.32
Enable bpfilter, which is required by dhclient(8).
 1.27.46.1  01-Nov-2008  snj Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.35
Now the cobalt kernel can detect boot device properly by boot strings
passed from the firmware, so change root file system type from
explicit nfs to generic '?' so that the INSTALL kernel can also be used
as a rescue kernel on localdisk.
 1.27.42.1  02-Jan-2008  bouyer Sync with HEAD
 1.27.34.1  18-Feb-2008  mjf Sync with HEAD.
 1.27.28.2  23-Mar-2008  matt sync with HEAD
 1.27.28.1  09-Jan-2008  matt sync with HEAD
 1.27.2.2  01-Nov-2008  snj Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.32
Enable bpfilter, which is required by dhclient(8).
 1.27.2.1  01-Nov-2008  snj Pull up following revision(s) (requested by tsutsui in ticket #1217):
sys/arch/cobalt/conf/INSTALL: revision 1.35
Now the cobalt kernel can detect boot device properly by boot strings
passed from the firmware, so change root file system type from
explicit nfs to generic '?' so that the INSTALL kernel can also be used
as a rescue kernel on localdisk.
 1.28.6.3  17-Jan-2009  mjf Sync with HEAD.
 1.28.6.2  28-Sep-2008  mjf Sync with HEAD.
 1.28.6.1  03-Apr-2008  mjf Sync with HEAD.
 1.28.2.1  24-Mar-2008  keiichi sync with head.
 1.33.10.2  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.33.10.1  19-Oct-2008  haad Sync with HEAD.
 1.33.6.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.33.4.2  11-Mar-2010  yamt sync with head
 1.33.4.1  04-May-2009  yamt sync with head.
 1.35.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.35.2.1  19-Jan-2009  skrll Sync with HEAD.
 1.39.4.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.41.4.3  31-May-2011  rmind sync with head
 1.41.4.2  21-Apr-2011  rmind sync with head
 1.41.4.1  05-Mar-2011  rmind sync with head
 1.42.4.1  08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.42.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.45.2.2  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.45.2.1  17-Apr-2012  yamt sync with head
 1.46.2.2  11-Mar-2012  mrg sync to latest -current
 1.46.2.1  18-Feb-2012  mrg merge to -current.
 1.48.2.3  03-Dec-2017  jdolecek update from HEAD
 1.48.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.48.2.1  23-Jun-2013  tls resync from head
 1.54.2.1  28-Aug-2013  rmind sync with head
 1.55.4.1  10-Aug-2014  tls Rebase.
 1.57.2.3  28-Aug-2017  skrll Sync with HEAD
 1.57.2.2  05-Feb-2017  skrll Sync with HEAD
 1.57.2.1  22-Sep-2015  skrll Sync with HEAD
 1.59.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.62.8.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.65.2.4  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.65.2.3  30-Sep-2018  pgoyette Ssync with HEAD
 1.65.2.2  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.65.2.1  16-Apr-2018  pgoyette Sync with HEAD, resolve some conflicts
 1.67.2.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.67.2.1  10-Jun-2019  christos Sync with HEAD
 1.70.6.1  25-Jan-2020  ad Sync with head.

RSS XML Feed