| History log of /src/sys/arch/algor/conf/P5064 |
| Revision | | Date | Author | Comments |
| 1.96 |
| 07-Jun-2022 |
martin | This kernels have no midi configured, so comment out pseudo-device sequencer
|
| 1.95 |
| 20-Aug-2021 |
andvar | fix various typos in comments and log messages.
|
| 1.94 |
| 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.93 |
| 16-May-2020 |
maya | branches: 1.93.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.92 |
| 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.91 |
| 20-Jan-2020 |
thorpej | Remove FDDI support.
|
| 1.90 |
| 13-Apr-2019 |
isaki | branches: 1.90.6; Add drvctl to kernel which has audio device. audiocfg(1) requires drvctl(4).
|
| 1.89 |
| 06-Feb-2019 |
rin | Add ure(4) to kernel config files. Also add PHY drivers where necessary.
|
| 1.88 |
| 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.87 |
| 25-Aug-2018 |
rin | Add (commented out) mue(4) to where appropriate. Also add MII/PHY drivers for USB NICs if missing.
|
| 1.86 |
| 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.85 |
| 14-Sep-2017 |
mrg | branches: 1.85.2; 1.85.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.84 |
| 13-Dec-2016 |
christos | wildcard speaker attachments, now that we can handle many of them.
|
| 1.83 |
| 21-Aug-2015 |
uebayasi | branches: 1.83.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.82 |
| 23-Aug-2014 |
dholland | branches: 1.82.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.81 |
| 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.80 |
| 20-Jul-2014 |
alnsn | Add commented out bpfjit options to mips kernels. While here, add 2 missing RCS ids.
|
| 1.79 |
| 05-Jun-2013 |
christos | branches: 1.79.6; remove obsolete networking options
|
| 1.78 |
| 27-Apr-2013 |
christos | more bogus number removal
|
| 1.77 |
| 27-Apr-2013 |
christos | the bogus number police
|
| 1.76 |
| 27-Apr-2013 |
christos | remove confusing numeric locators where they are unused.
|
| 1.75 |
| 02-Mar-2013 |
christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
|
| 1.74 |
| 13-Oct-2012 |
riz | Bump SYMTAB_SPACE 475000->485000.
|
| 1.73 |
| 17-Aug-2012 |
abs | branches: 1.73.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.72 |
| 04-Feb-2012 |
christos | branches: 1.72.2; 1.72.4; Bump symtab space
|
| 1.71 |
| 18-Dec-2011 |
kiyohara | SYMTAB_SPACE.
|
| 1.70 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.69 |
| 22-Nov-2011 |
tls | branches: 1.69.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.68 |
| 17-Jul-2011 |
dyoung | branches: 1.68.2; Increase SYMTAB_SPACE. How do we automate this?
|
| 1.67 |
| 09-Jul-2011 |
dyoung | Increase SYMTAB_SPACE, again. Why it should be necessary over and over, I do not know.
|
| 1.66 |
| 01-Jul-2011 |
dyoung | Increase SYMTAB_SPACE.
|
| 1.65 |
| 30-Jun-2011 |
wiz | dependant -> dependent
|
| 1.64 |
| 25-May-2011 |
dyoung | Increase SYMTAB_SPACE.
|
| 1.63 |
| 07-Mar-2011 |
jakllsch | Bump SYMTAB_SPACE.
|
| 1.62 |
| 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64. Adapt to new interrupt/spl framework.
|
| 1.61 |
| 23-Nov-2010 |
hannken | branches: 1.61.2; 1.61.4; Remove unused count from pseudo-device md.
|
| 1.60 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
| 1.59 |
| 07-Mar-2010 |
plunky | branches: 1.59.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.58 |
| 19-Feb-2010 |
he | Bump SYMTAB_SPACE so that it fits again.
|
| 1.57 |
| 06-Mar-2009 |
joerg | branches: 1.57.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.56 |
| 24-Nov-2008 |
ad | branches: 1.56.4; Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
| 1.55 |
| 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
| 1.54 |
| 31-Jul-2008 |
simonb | branches: 1.54.2; 1.54.8; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.53 |
| 30-May-2008 |
tsutsui | branches: 1.53.4; Add options COMPAT_40 to files which have options COMPAT_30.
|
| 1.52 |
| 11-May-2008 |
he | Bump SYMTAB_SPACE so it fits again.
|
| 1.51 |
| 09-Jan-2008 |
tsutsui | branches: 1.51.6; 1.51.8; 1.51.10; 1.51.12; Add options SYMTAB_SPACE for ksyms(4) and ddb(4).
|
| 1.50 |
| 14-Mar-2007 |
drochner | branches: 1.50.16; 1.50.22; 1.50.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.49 |
| 27-Sep-2006 |
manu | branches: 1.49.4; 1.49.8; 1.49.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.48 |
| 14-Aug-2006 |
skrll | branches: 1.48.2; 1.48.4; s/adpater/adapter/
Prompted by PR/34195
|
| 1.47 |
| 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.46 |
| 05-Feb-2006 |
cube | branches: 1.46.2; 1.46.4; 1.46.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
| 1.45 |
| 04-Feb-2006 |
rpaulo | bpfilter doesn't accept count anymore.
|
| 1.44 |
| 07-Dec-2005 |
tsutsui | branches: 1.44.2; 1.44.4; 1.44.6; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.43 |
| 19-Aug-2005 |
christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
|
| 1.42 |
| 19-Aug-2005 |
christos | 64 bit inode changes.
|
| 1.41 |
| 05-Aug-2005 |
skrll | Add (commented out) ucycom to various kernel configs.
|
| 1.40 |
| 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.39 |
| 30-Jul-2005 |
yamt | add "options VMSWAP" to non INSTALL kernels.
|
| 1.38 |
| 07-Jul-2005 |
tron | Add (commented out) IPSEC_NAT_T option.
|
| 1.37 |
| 31-May-2005 |
tron | branches: 1.37.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.36 |
| 15-Apr-2005 |
itohy | Add ukyopon(4).
|
| 1.35 |
| 25-Mar-2005 |
cube | Add attimer(4) configurations everywhere pcppi(4) exists, with the following rule: If a pcppi device is enabled for an attachment, enable an attimer for the same attachement, otherwise comment it.
|
| 1.34 |
| 25-Feb-2005 |
simonb | branches: 1.34.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.33 |
| 18-Feb-2005 |
dsl | Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.32 |
| 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.31 |
| 24-Nov-2004 |
bouyer | branches: 1.31.4; 1.31.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.30 |
| 10-Nov-2004 |
christos | Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.29 |
| 23-Oct-2004 |
augustss | s/uax/axe/
|
| 1.28 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.27 |
| 13-Feb-2004 |
wiz | branches: 1.27.2; RealTek -> Realtek.
|
| 1.26 |
| 14-Dec-2003 |
thorpej | Split the Intel i31244 SATA controller ("Artisea") driver out of piixide into its own driver (artsata).
|
| 1.25 |
| 13-Dec-2003 |
thorpej | Split out the Silicon Image SATALink support into its own driver, "satalink".
|
| 1.24 |
| 13-Dec-2003 |
sekiya | Remove MIPS3_L2CACHE_ABSENT.
|
| 1.23 |
| 25-Oct-2003 |
simonb | Add COMPAT_16 where missing. Remove the unused COMPAT_15. Comment out/remove COMPAT_* from INSTALL kernels.
|
| 1.22 |
| 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.21 |
| 08-Oct-2003 |
bouyer | Add new per-chip pciide drivers.
|
| 1.20 |
| 08-Oct-2003 |
bouyer | Add atabus
|
| 1.19 |
| 10-Apr-2003 |
christos | branches: 1.19.2; Bye Bye UCONSOLE
|
| 1.18 |
| 16-Feb-2003 |
augustss | Add uax(4) (and url(4) in some cases).
|
| 1.17 |
| 14-Oct-2002 |
elric | Added commented out cgd(4)s to GENERIC configs.
|
| 1.16 |
| 22-Jul-2002 |
wiz | ADW_*_DISABLE -> SCSI_ADW_*_DISABLE in comments.
|
| 1.15 |
| 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.14 |
| 25-Apr-2002 |
atatat | branches: 1.14.2; 1.14.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.13 |
| 17-Apr-2002 |
mycroft | Switch from de to tlp by default.
|
| 1.12 |
| 10-Feb-2002 |
wiz | Update description for icsphy.
|
| 1.11 |
| 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.10 |
| 28-Dec-2001 |
augustss | Update for new uhidev device attachment.
|
| 1.9 |
| 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.8 |
| 22-Aug-2001 |
thorpej | branches: 1.8.6; Set PCI_NETBSD_ENABLE_IDE to 0x01, so that the first IDE channel will be enabled.
|
| 1.7 |
| 22-Jun-2001 |
thorpej | branches: 1.7.2; Add FDESC.
|
| 1.6 |
| 12-Jun-2001 |
thorpej | No longer need MIPS3_5200 here.
|
| 1.5 |
| 10-Jun-2001 |
thorpej | Add PCMCIA devices.
|
| 1.4 |
| 10-Jun-2001 |
thorpej | Add MIPS3_5200.
|
| 1.3 |
| 01-Jun-2001 |
thorpej | Fat-trimming.
|
| 1.2 |
| 01-Jun-2001 |
thorpej | Enable SCSI.
|
| 1.1 |
| 28-May-2001 |
thorpej | A port to the Algorithmics MIPS evaluation boards. We currently support the P-5064, which has a QED RM5xxx CPU soldered on.
There is some skeletal support for the P-4032 (an older board, which had an R4xxx CPU). There are some placeholders for the P-6032, which is their newest board, but no real code yet (the P-6032 has a different PCI controller, the Algorithmics BONITO).
There are still some (apprently softintr-related) problems with the algor kernel, but it works well-enough to self-host.
Kudos to Allegro Networks for loaning me a P-5064 board on which to do the port.
|
| 1.7.2.6 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.7.2.5 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.7.2.4 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.7.2.3 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.7.2.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.7.2.1 |
| 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
| 1.8.6.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.5 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.4 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.8.6.1 |
| 22-Aug-2001 |
nathanw | file P5064 was added on branch nathanw_sa on 2002-01-08 00:22:50 +0000
|
| 1.14.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.14.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.15 (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.14.2.2 |
| 30-Aug-2002 |
gehenna | catch up with -current.
|
| 1.14.2.1 |
| 09-Jul-2002 |
gehenna | catch up with -current.
|
| 1.19.2.11 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.19.2.10 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
| 1.19.2.9 |
| 01-Apr-2005 |
skrll | Sync with HEAD.
|
| 1.19.2.8 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.19.2.7 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
| 1.19.2.6 |
| 29-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.19.2.5 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.19.2.4 |
| 02-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.19.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.19.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.19.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.27.2.1 |
| 15-Jul-2004 |
he | branches: 1.27.2.1.2; Pull up revision 1.28 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.27.2.1.2.2 |
| 21-Jul-2005 |
riz | Pull up revision 1.36 (requested by itohy in ticket #1430): Add ukyopon(4).
|
| 1.27.2.1.2.1 |
| 02-Apr-2005 |
he | Pull up revision 1.31 (requested by bouyer in ticket #1019): Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of controllers.
|
| 1.31.6.3 |
| 26-Mar-2005 |
yamt | sync with head.
|
| 1.31.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.31.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
| 1.31.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.34.2.3 |
| 18-Jul-2005 |
riz | Pull up revision 1.38 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
|
| 1.34.2.2 |
| 01-Jun-2005 |
riz | Pull up revision 1.37 (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.34.2.1 |
| 17-Apr-2005 |
tron | Pull up revision 1.36 (requested by itohy in ticket #160): Add ukyopon(4).
|
| 1.37.2.4 |
| 21-Jan-2008 |
yamt | sync with head
|
| 1.37.2.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
| 1.37.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.37.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.44.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
| 1.44.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
| 1.44.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
| 1.46.6.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
| 1.46.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
| 1.46.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
| 1.46.2.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
| 1.48.4.1 |
| 22-Oct-2006 |
yamt | sync with head
|
| 1.48.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
| 1.49.10.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
| 1.49.8.1 |
| 10-Apr-2007 |
ad | Sync with head.
|
| 1.49.4.1 |
| 24-Mar-2007 |
yamt | sync with head.
|
| 1.50.28.1 |
| 10-Jan-2008 |
bouyer | Sync with HEAD
|
| 1.50.22.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
| 1.50.16.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.51.12.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.51.12.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
| 1.51.10.4 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.51.10.3 |
| 11-Mar-2010 |
yamt | sync with head
|
| 1.51.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.51.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
| 1.51.8.2 |
| 04-Jun-2008 |
yamt | sync with head
|
| 1.51.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
| 1.51.6.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
| 1.51.6.2 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.51.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.53.4.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
| 1.53.4.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.54.8.1 |
| 29-Jan-2010 |
matt | Change mips kernel options SOFTFLOAT to FPEMUL. Allow a kernel to have no FP emulation code. Fix insufficient SYMTAB_SPACE. When a kernel without an FPU and with FPEMUL code, the application will trap with a SIGILL/ILL_ILLOPC signal, not SIGSEGV/SEGV_MAPERR.
|
| 1.54.2.2 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.54.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
| 1.56.4.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.57.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.59.2.4 |
| 31-May-2011 |
rmind | sync with head
|
| 1.59.2.3 |
| 21-Apr-2011 |
rmind | sync with head
|
| 1.59.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.59.2.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.61.4.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.61.2.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.68.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.68.2.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.68.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.69.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.72.4.1 |
| 01-Nov-2012 |
matt | sync with netbsd-6-0-RELEASE.
|
| 1.72.2.1 |
| 13-Oct-2012 |
riz | Pull up following revision(s) (requested by riz in ticket #607): sys/arch/evbmips/conf/MALTA64: revision 1.6 sys/arch/algor/conf/P5064: revision 1.74 Bump SYMTAB_SPACE 475000->485000. Bump SYMTAB_SPACE 480000->490000
|
| 1.73.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.73.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.73.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.73.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.79.6.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.82.2.2 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
| 1.82.2.1 |
| 22-Sep-2015 |
skrll | Sync with HEAD
|
| 1.83.2.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
| 1.85.4.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.85.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.85.2.2 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.85.2.1 |
| 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
| 1.90.6.1 |
| 25-Jan-2020 |
ad | Sync with head.
|
| 1.93.6.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|