| History log of /src/sys/arch/algor/conf/P4032 |
| Revision | | Date | Author | Comments |
| 1.84 |
| 07-Jun-2022 |
martin | This kernels have no midi configured, so comment out pseudo-device sequencer
|
| 1.83 |
| 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.82 |
| 16-May-2020 |
maya | branches: 1.82.6; 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.81 |
| 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.80 |
| 20-Jan-2020 |
thorpej | Remove FDDI support.
|
| 1.79 |
| 13-Apr-2019 |
isaki | branches: 1.79.6; Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
| 1.78 |
| 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
| 1.77 |
| 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.76 |
| 25-Aug-2018 |
rin | Add (commented out) mue(4) to where appropriate. Also add MII/PHY drivers for USB NICs if missing.
|
| 1.75 |
| 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.74 |
| 14-Sep-2017 |
mrg | branches: 1.74.2; 1.74.4; 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.73 |
| 21-Aug-2015 |
uebayasi | 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.72 |
| 23-Aug-2014 |
dholland | branches: 1.72.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.71 |
| 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.70 |
| 20-Jul-2014 |
alnsn | Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.69 |
| 05-Jun-2013 |
christos | branches: 1.69.6; remove obsolete networking options
|
| 1.68 |
| 27-Apr-2013 |
christos | more bogus number removal
|
| 1.67 |
| 27-Apr-2013 |
christos | the bogus number police
|
| 1.66 |
| 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
| 1.65 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.64 |
| 17-Aug-2012 |
abs | branches: 1.64.2; Update all kernel configs mentioning WSEMUL_* but not already including WSDISPLAY_COMPAT_USL using the following rules: - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1 and commented out WSDISPLAY_COMPAT_USL - Otherwise add WSDISPLAY_COMPAT_USL
Some of the INSTALL configs for larger memory machines are probably suitable for adding WSDISPLAY_COMPAT_USL.
Now wsconscfg(8) should be able to switch VTs when expected.
Implemented after no objection from tech-kern to the following:
On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote: > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual > terminals. > > Except when in an exceptionally memory or space constrained > environment (INSTALL being the obvious case), is there any reason why > all GENERIC and GENERIC-like kernels which have wscons enabled > shouldn't also have WSDISPLAY_COMPAT_USL?
|
| 1.63 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.62 |
| 15-Dec-2011 |
kiyohara | SYMTAB_SPACE.
|
| 1.61 |
| 30-Nov-2011 |
kiyohara | branches: 1.61.2; Increase SYMTAB_SPACE for evbmips.
|
| 1.60 |
| 22-Nov-2011 |
tls | 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.59 |
| 17-Jul-2011 |
dyoung | branches: 1.59.2; Increase SYMTAB_SPACE. How do we automate this?
|
| 1.58 |
| 09-Jul-2011 |
dyoung | Increase SYMTAB_SPACE, again. Why it should be necessary over and over, I do not know.
|
| 1.57 |
| 30-Jun-2011 |
wiz | dependant -> dependent
|
| 1.56 |
| 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64. Adapt to new interrupt/spl framework.
|
| 1.55 |
| 21-Jan-2011 |
he | Bump SYMTAB_SPACE so that it fits again.
|
| 1.54 |
| 23-Nov-2010 |
hannken | branches: 1.54.2; 1.54.4; Remove unused count from pseudo-device md.
|
| 1.53 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.52 |
| 07-Mar-2010 |
plunky | branches: 1.52.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.51 |
| 06-Mar-2009 |
joerg | branches: 1.51.2; 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.50 |
| 24-Nov-2008 |
ad | branches: 1.50.4; Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
| 1.49 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.48 |
| 27-Sep-2008 |
he | branches: 1.48.2; 1.48.8; Bump SYMTAB_SPACE so that the contents fits again.
|
| 1.47 |
| 31-Jul-2008 |
simonb | Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.46 |
| 30-May-2008 |
tsutsui | branches: 1.46.4; Add options COMPAT_40 to files which have options COMPAT_30.
|
| 1.45 |
| 09-Jan-2008 |
tsutsui | branches: 1.45.6; 1.45.8; 1.45.10; 1.45.12; Add options SYMTAB_SPACE for ksyms(4) and ddb(4).
|
| 1.44 |
| 14-Mar-2007 |
drochner | branches: 1.44.16; 1.44.22; 1.44.28; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment.
|
| 1.43 |
| 27-Sep-2006 |
manu | branches: 1.43.4; 1.43.8; 1.43.10; - 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.42 |
| 14-Aug-2006 |
skrll | branches: 1.42.2; 1.42.4; s/adpater/adapter/
Prompted by PR/34195
|
| 1.41 |
| 28-Mar-2006 |
pavel | Add stf to all kernel configs which have INET6 and gif, except the INSTALL ones and those for specific machines of developers. PR 32304.
OK'ed by rpaulo.
N.B. stf is a cloning device, so it still must be enabled by "ifconfig stf0 create".
|
| 1.40 |
| 05-Feb-2006 |
cube | branches: 1.40.2; 1.40.4; 1.40.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.39 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
| 1.38 |
| 07-Dec-2005 |
tsutsui | branches: 1.38.2; 1.38.4; 1.38.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.37 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.36 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
| 1.35 |
| 05-Aug-2005 |
skrll | Add (commented out) ucycom to various kernel configs.
|
| 1.34 |
| 31-Jul-2005 |
yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit their kernel config files than i thought.
|
| 1.33 |
| 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
| 1.32 |
| 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
| 1.31 |
| 31-May-2005 |
tron | branches: 1.31.2; 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.30 |
| 15-Apr-2005 |
itohy | Add ukyopon(4).
|
| 1.29 |
| 25-Feb-2005 |
simonb | branches: 1.29.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.28 |
| 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.27 |
| 31-Jan-2005 |
hannken | Add file system snapshots to kernel configs.
- Ffs internal snapshots get compiled in unconditionally.
- File system snapshot device fss(4) added to all kernel configs that have a disk. Device is commented out on all non-GENERIC kernels.
Reviewed by: Jason Thorpe <thorpej@netbsd.org>
|
| 1.26 |
| 24-Nov-2004 |
bouyer | branches: 1.26.4; 1.26.6; pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64. Added to all kernel config file which had pdcide(4).
|
| 1.25 |
| 10-Nov-2004 |
christos | Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.24 |
| 23-Oct-2004 |
augustss | s/uax/axe/
|
| 1.23 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.22 |
| 13-Feb-2004 |
wiz | branches: 1.22.2; RealTek -> Realtek.
|
| 1.21 |
| 14-Dec-2003 |
thorpej | Split the Intel i31244 SATA controller ("Artisea") driver out of piixide into its own driver (artsata).
|
| 1.20 |
| 13-Dec-2003 |
thorpej | Split out the Silicon Image SATALink support into its own driver, "satalink".
|
| 1.19 |
| 13-Dec-2003 |
sekiya | Remove MIPS3_L2CACHE_ABSENT.
|
| 1.18 |
| 25-Oct-2003 |
simonb | Add COMPAT_16 where missing. Remove the unused COMPAT_15. Comment out/remove COMPAT_* from INSTALL kernels.
|
| 1.17 |
| 18-Oct-2003 |
lukem | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
|
| 1.16 |
| 08-Oct-2003 |
bouyer | Add new per-chip pciide drivers.
|
| 1.15 |
| 08-Oct-2003 |
bouyer | Add atabus
|
| 1.14 |
| 10-Apr-2003 |
christos | branches: 1.14.2; Bye Bye UCONSOLE
|
| 1.13 |
| 16-Feb-2003 |
augustss | Add uax(4) (and url(4) in some cases).
|
| 1.12 |
| 14-Oct-2002 |
elric | Added commented out cgd(4)s to GENERIC configs.
|
| 1.11 |
| 22-Jul-2002 |
wiz | ADW_*_DISABLE -> SCSI_ADW_*_DISABLE in comments.
|
| 1.10 |
| 17-Jun-2002 |
lukem | Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.9 |
| 25-Apr-2002 |
atatat | branches: 1.9.2; 1.9.4; Add the INCLUDE_CONFIG_FILE option to all config files. In config files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or ALPHA), it is uncommented.
|
| 1.8 |
| 17-Apr-2002 |
mycroft | Switch from de to tlp by default.
|
| 1.7 |
| 10-Feb-2002 |
wiz | Update description for icsphy.
|
| 1.6 |
| 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.5 |
| 28-Dec-2001 |
augustss | Update for new uhidev device attachment.
|
| 1.4 |
| 20-Nov-2001 |
lukem | cleanup: options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
|
| 1.3 |
| 07-Jul-2001 |
tsutsui | branches: 1.3.2; 1.3.8; Remove (commented out) ncr* at pci? lines.
|
| 1.2 |
| 22-Jun-2001 |
thorpej | Add commented-out examples for how to use MEMSIZE and ETHADDR options in the event that you need them (really old PMON versions). Add FDESC. Comment out SCSI-related stuff until I work out why the system goes into outer orbit when its enabled.
|
| 1.1 |
| 01-Jun-2001 |
thorpej | Add support for the Algorithmics P-4032 board. This is totally untested, since I have no P-4032 board, but it's no worse than the current situation, which is "totally non-working P-4032 support in the ARC port, of all places".
|
| 1.3.8.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.3.8.5 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.3.8.4 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.3.8.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.3.8.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.3.8.1 |
| 07-Jul-2001 |
nathanw | file P4032 was added on branch nathanw_sa on 2002-01-08 00:22:50 +0000
|
| 1.3.2.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.3.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.3.2.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.3.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.3.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.9.4.2 |
| 26-Oct-2005 |
jmc | Pullup (via patch) requested in ticket #5754 by itohy
Provide a backport for ukyopon(4) and pullup umodem(4) updates.
|
| 1.9.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.10 (requested by lukem in ticket #312): Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.9.2.2 |
| 30-Aug-2002 |
gehenna | catch up with -current.
|
| 1.9.2.1 |
| 09-Jul-2002 |
gehenna | catch up with -current.
|
| 1.14.2.10 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.14.2.9 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.14.2.8 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.14.2.7 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.14.2.6 |
| 29-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.14.2.5 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.14.2.4 |
| 02-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.14.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.14.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.14.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.22.2.1 |
| 15-Jul-2004 |
he | branches: 1.22.2.1.2; Pull up revision 1.23 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.22.2.1.2.2 |
| 21-Jul-2005 |
riz | Pull up revision 1.30 (requested by itohy in ticket #1430): Add ukyopon(4).
|
| 1.22.2.1.2.1 |
| 02-Apr-2005 |
he | Pull up revision 1.26 (requested by bouyer in ticket #1019): Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of controllers.
|
| 1.26.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.26.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
| 1.26.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.29.2.3 |
| 18-Jul-2005 |
riz | Pull up revision 1.32 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
| 1.29.2.2 |
| 01-Jun-2005 |
riz | Pull up revision 1.31 (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.29.2.1 |
| 17-Apr-2005 |
tron | Pull up revision 1.30 (requested by itohy in ticket #160): Add ukyopon(4).
|
| 1.31.2.4 |
| 21-Jan-2008 |
yamt | sync with head
|
| 1.31.2.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.31.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.31.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.38.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
| 1.38.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.38.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
| 1.40.6.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
| 1.40.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.40.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
| 1.40.2.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
| 1.42.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
| 1.42.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
| 1.43.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
| 1.43.8.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
| 1.43.4.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
| 1.44.28.1 |
| 10-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.44.22.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.44.16.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.45.12.3 |
| 10-Oct-2008 |
skrll | Sync with HEAD.
|
| 1.45.12.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.45.12.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.45.10.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.45.10.2 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.45.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.45.8.1 |
| 04-Jun-2008 |
yamt | sync with head
|
| 1.45.6.4 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.45.6.3 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.45.6.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.45.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.46.4.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.46.4.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.48.8.1 |
| 24-Feb-2010 |
matt | Adapt algor to the new interrupt/spl scheme.
|
| 1.48.2.2 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.48.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.50.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.51.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.52.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.52.2.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.54.4.2 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.54.4.1 |
| 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.54.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.59.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.59.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.59.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.61.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.64.2.3 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.64.2.2 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.64.2.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.69.6.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.72.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.74.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.74.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.74.2.2 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.74.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.79.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
| 1.82.6.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|