History log of /src/sys/arch/atari/conf/MILAN-PCIIDE |
Revision | | Date | Author | Comments |
1.103 |
| 15-Aug-2022 |
tsutsui | Regen from MILAN.in rev 1.30.
> Specify options FONT_VT220L8x16 to get similar glyphs as past font_8x16.c.
|
1.102 |
| 07-Aug-2022 |
simonb | Regen.
|
1.101 |
| 25-Jun-2022 |
tsutsui | Regen from GENERIC.in rev 1.123.
> Allocalte enough reserved ST-RAM to make the old Xserver work by default.
|
1.100 |
| 12-Jun-2022 |
tsutsui | Regen from GENERIC.in rev 1.122.
> Specify -fno-unwind-tables to shrink binaries.
|
1.99 |
| 26-Jan-2021 |
rin | Regen for previous commit to GENERIC.in.
|
1.98 |
| 10-Aug-2020 |
rin | branches: 1.98.2; regen
|
1.97 |
| 04-May-2019 |
tsutsui | branches: 1.97.2; Regen from MILAN.in rev 1.29.
> Add pms(4), wsmouse(4), and wsmux(4) for Milan.
|
1.96 |
| 13-Apr-2019 |
isaki | Regen. > Add drvctl to kernel which has audio device. > audiocfg(1) requires drvctl(4).
|
1.95 |
| 31-Mar-2018 |
tsutsui | branches: 1.95.2; Regen to denote GENERIC.in rev 1.115 in "Created from:" lines.
|
1.94 |
| 20-Jan-2018 |
tsutsui | branches: 1.94.2; Regen from MILAN.in rev 1.28.
> Restore piixide(4) for Milan and disable other pciide devices.
|
1.93 |
| 20-Jan-2018 |
tsutsui | Regenerate config files to update RCSIds in "Created from:" lines.
|
1.92 |
| 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.91 |
| 13-Dec-2016 |
christos | branches: 1.91.8; wildcard speaker attachments, now that we can handle many of them.
|
1.90 |
| 10-Dec-2016 |
christos | remove VAUDIOSPEAKER for now, will be done differently.
|
1.89 |
| 08-Dec-2016 |
nat | Add a synthesized pc beeper and keyboard bell for platforms with an audio device.
|
1.88 |
| 24-Nov-2014 |
tsutsui | branches: 1.88.2; 1.88.4; Regen config files from GENERIC.in rev 1.109 by makeconf:
> Shrink GENERIC and enable options MODULAR instead, as other poor m68k ports. > > This allows all (at least ATARITT and FALCON, which have certain users) > gzipped kernel binaries put into 1440KB 2HD floppy so that users can > load these kernels on the native TOS using LOADBSD.TTP utility for > installation. Note SMALL030 kernel doesn't include any Ethernet > configuration and requires CD-ROM or other removable disks. > > Should be pulled up to netbsd-7.
|
1.87 |
| 23-Aug-2014 |
dholland | 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.86 |
| 16-Aug-2014 |
apb | Add "options COMPAT_70" to all kernel configuration files that already had "options COMPAT_60".
|
1.85 |
| 05-Jul-2014 |
tsutsui | branches: 1.85.2; Regen from MILAN.in rev 1.27 and GENERIC.in rev 1.106:
> Enable options WSDISPLAY_COMPAT_USL in template, not in generated files.
> Use COPTS="-O2 -fno-reorder-blocks" for kernels except SMALL030_KERNEL. > > Also remove COPTS="-Os" from std.* files and specify it in > GENERIC.in template for SMALL030_KERNEL.
|
1.84 |
| 30-Jun-2013 |
rmind | branches: 1.84.4; G/C PFIL_HOOKS from the kernel configs.
|
1.83 |
| 27-Apr-2013 |
christos | branches: 1.83.4; remove confusing numeric locators where they are unused.
|
1.82 |
| 17-Oct-2012 |
apb | Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
|
1.81 |
| 17-Aug-2012 |
abs | branches: 1.81.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.80 |
| 10-Mar-2012 |
joerg | P1003_1B_SEMAPHORE is no longer optional.
|
1.79 |
| 18-Dec-2011 |
dholland | WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
1.78 |
| 22-Nov-2011 |
tls | branches: 1.78.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.77 |
| 12-Dec-2010 |
tsutsui | branches: 1.77.8; Regen from GENERIC.in rev 1.92: > Rename device name of Crazy Dots II ET4000 video from et(4) to et4k(4)
|
1.76 |
| 23-Nov-2010 |
hannken | Regen.
|
1.75 |
| 08-May-2010 |
mrg | regenerate these configurations from GENERIC.in.
|
1.74 |
| 08-May-2010 |
tsutsui | Regen from GENERIC.in rev 1.89: > - don't enable TMPFS for SMALL030 > - remove dup PTYFS
|
1.73 |
| 29-Apr-2010 |
chs | regen
|
1.72 |
| 16-Apr-2010 |
pooka | regen
|
1.71 |
| 16-Apr-2010 |
pooka | Remove unused count (invariably "4") from pseudo-device fss.
|
1.70 |
| 10-Apr-2010 |
tsutsui | Regen from GENERIC.in rev 1.86: > Disable options SERCONSOLE (force serial console if DCD is detected) > because now it's patchable by binpatch(8).
|
1.69 |
| 10-Apr-2010 |
tsutsui | Regen from HADES.in rev 1.11 and MILAN.in rev 1.25: > Remove EtherNEC from HADES and MILAN. > They have ISA so no one will bother to connect ISA NE2000 via EtherNEC.
|
1.68 |
| 01-Apr-2010 |
tsutsui | Regen from GENERIC.in rev 1.85, HADES.in rev 1.10, and MILAN.in rev 1.24: > Add support for the EtherNEC.
|
1.67 |
| 13-Mar-2010 |
tsutsui | branches: 1.67.2; Regen from GENERIC.in rev 1.84: > Add support for the SMC Elite Ultra Ethernet with the SMC_TT VME-ISA bridge.
|
1.66 |
| 21-Feb-2010 |
tsutsui | Regen from GENERIC.in rev 1.83: > Add pseudo-device ksyms. Noticed by David Ross on port-atari.
|
1.65 |
| 05-Dec-2009 |
pooka | branches: 1.65.2; Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
|
1.64 |
| 06-Mar-2009 |
abs | Regenerate after shrinking kernels to fit on floppies
|
1.63 |
| 24-Jan-2009 |
abs | branches: 1.63.2; - Rename BOOT to SMALL030 and trim some more fat - Drop BOOTX - Regenerate everything else - only changes in comments
|
1.62 |
| 24-Nov-2008 |
ad | Remove softdep, pass 1. We are focused on improving journalling.
Proposed on tech-kern@.
|
1.61 |
| 15-Nov-2008 |
abs | Regenerate: Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory issues. Tested by Tuomo
|
1.60 |
| 09-Nov-2008 |
abs | Regenerate from GENERIC.in 1.75 Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades Drop KERNFS from INSTALL kernels Drop 68040 support from ATARITT kernels
|
1.59 |
| 06-Nov-2008 |
abs | Add the following note to README:
Please commit changes to 'GENERIC.in' and other source files *first*, then run 'makeconf' and commit the generated files to ensure the 'Created from:' tags are correct.
Then follow it. Noted by tsutsui@
|
1.58 |
| 05-Nov-2008 |
abs | Add a note that SERCONSOLE breaks on the Falcon, and remove from FALCON config.
|
1.57 |
| 31-Jul-2008 |
simonb | branches: 1.57.2; 1.57.4; Regen for "options WAPBL".
|
1.56 |
| 17-Oct-2007 |
garbled | branches: 1.56.16; 1.56.20; 1.56.22; 1.56.26; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.55 |
| 16-Jul-2007 |
he | branches: 1.55.10; Regenerate configurations after adding COMPAT_40 to GENERIC.in.
|
1.54 |
| 06-Jun-2007 |
martin | regen
|
1.53 |
| 03-Sep-2006 |
bjh21 | branches: 1.53.6; 1.53.12; 1.53.14; 1.53.20; 1.53.22; Regen
|
1.52 |
| 26-Aug-2006 |
christos | PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
|
1.51 |
| 12-Aug-2006 |
christos | Disable SYSTRACE by default on all kernels (discussed with core)
|
1.50 |
| 28-Mar-2006 |
pavel | branches: 1.50.6; regen (added stf).
|
1.49 |
| 28-Mar-2006 |
rpaulo | regen
|
1.48 |
| 05-Feb-2006 |
cube | branches: 1.48.2; 1.48.4; 1.48.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
|
1.47 |
| 04-Feb-2006 |
rpaulo | regen
|
1.46 |
| 03-Feb-2006 |
reinoud | branches: 1.46.2; Regen GENERIC files
|
1.45 |
| 11-Dec-2005 |
christos | branches: 1.45.2; 1.45.4; merge ktrace-lwp.
|
1.44 |
| 03-Nov-2005 |
chs | regen
|
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 |
| 31-Jul-2005 |
yamt | regen.
|
1.40 |
| 30-Jul-2005 |
yamt | regen.
|
1.39 |
| 17-Jul-2005 |
hubertf | Add support for reading cloop2 compressed filesystem image, enable by putting VND_COMPRESSION into kernel config file. Written by Cliff Wright, polished up slightly by me.
|
1.38 |
| 31-May-2005 |
tron | branches: 1.38.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.37 |
| 25-Feb-2005 |
simonb | branches: 1.37.2; Regen for COMPAT_20 additions.
|
1.36 |
| 31-Jan-2005 |
hannken | Regen.
|
1.35 |
| 17-Jan-2005 |
cube | branches: 1.35.2; Add tap(4) support to a random^Wcarefully chosen set of kernel configs. All those kernels have a line for both tun and bridge, and if either is commented out, tap is commented out also. With the exception of i386's GENERIC_TINY.
XXX: we _need_ some way of making this more simple.
|
1.34 |
| 24-Nov-2004 |
bouyer | branches: 1.34.4; Regen (initially for pdcsata(4), but it looks like the files were not regenerated after some recent addition to kernel configs).
|
1.33 |
| 10-Nov-2004 |
christos | Add COMPAT_BSDPTY to the rest of the config files.
|
1.32 |
| 28-Jun-2004 |
bouyer | Regen, added P1003_1B_SEMAPHORE.
|
1.31 |
| 26-Jun-2004 |
abs | Regenerate from master config files
|
1.30 |
| 14-Dec-2003 |
thorpej | branches: 1.30.2; Split the Intel i31244 SATA controller ("Artisea") driver out of piixide into its own driver (artsata).
|
1.29 |
| 13-Dec-2003 |
thorpej | Collapse the atabus declaration into "atabus* at ata? channel ?".
|
1.28 |
| 13-Dec-2003 |
thorpej | Split out the Silicon Image SATALink support into its own driver, "satalink".
|
1.27 |
| 08-Oct-2003 |
bouyer | Regen: Add new per-chip pciide drivers.
|
1.26 |
| 08-Oct-2003 |
bouyer | Regen: add atabus.
|
1.25 |
| 22-Sep-2003 |
cl | regen
|
1.24 |
| 10-Apr-2003 |
christos | branches: 1.24.2; Bye Bye UCONSOLE
|
1.23 |
| 02-Feb-2003 |
thomas | Add support for wsdisplay and wskbd for HADES. Add config option for et4000 with 2MB memory.
|
1.22 |
| 28-Dec-2002 |
leo | Regen.
|
1.21 |
| 08-Dec-2002 |
leo | regen.
|
1.20 |
| 22-Nov-2002 |
wiz | regen
|
1.19 |
| 21-Oct-2002 |
jdc | Regenerate config. files from GENERIC.in rev. 1.28.
|
1.18 |
| 14-Oct-2002 |
elric | Added commented out cgd(4)s to GENERIC configs.
|
1.17 |
| 06-Oct-2002 |
provos | regen from GENERIC.in
|
1.16 |
| 18-Sep-2002 |
lukem | regen for: enable USERCONF
|
1.15 |
| 17-Jun-2002 |
lukem | regen for clockctl
|
1.14 |
| 15-Jun-2002 |
leo | Regen for nvr0 + keyword clash.
|
1.13 |
| 23-May-2002 |
leo | regen.
|
1.12 |
| 25-Apr-2002 |
atatat | branches: 1.12.2; 1.12.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.11 |
| 16-Apr-2002 |
bjh21 | Regen. Remove pppoe from FALCON kernels.
|
1.10 |
| 12-Apr-2002 |
leo | Regen.
|
1.9 |
| 12-Apr-2002 |
leo | Move USERCONF to GENERIC.in and trim the phy-list.
|
1.8 |
| 12-Apr-2002 |
gmcgarry | Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
1.7 |
| 27-Jan-2002 |
jdolecek | regen: 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.6 |
| 20-Nov-2001 |
lukem | regenerate for whitespace cleanup
|
1.5 |
| 26-Jul-2001 |
wiz | branches: 1.5.6; Various typos in comments (neccessary, sceme, choise, ...).
|
1.4 |
| 09-Jul-2001 |
leo | branches: 1.4.2; Regen.
|
1.3 |
| 08-Jul-2001 |
abs | (Regenerated atari and amiga) Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
1.2 |
| 11-Jun-2001 |
wiz | branches: 1.2.2; Fix various misspellings of compatible/compatibility.
|
1.1 |
| 07-Jun-2001 |
leo | The newly generated config files.
|
1.2.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.2.6 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.4.2.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.4.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.2.3 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.4.2.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.2.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.5.6.9 |
| 29-Dec-2002 |
thorpej | Sync with HEAD.
|
1.5.6.8 |
| 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.5.6.7 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.5.6.6 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.5.6.5 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.5.6.4 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.5.6.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.5.6.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.5.6.1 |
| 26-Jul-2001 |
nathanw | file MILAN-PCIIDE was added on branch nathanw_sa on 2002-01-08 00:23:35 +0000
|
1.12.4.4 |
| 10-Jan-2003 |
jmc | Pullup versions 1.29-1.30 of GENERIC.in and regenerate config's (requested by leo in ticket #1062) Since 1.6 we have 3 images (not 2\!): - 1Mb on HD floppy's - 1.44Mb on HD floppy's - 1.44Mb on a DD floppy
|
1.12.4.3 |
| 01-Aug-2002 |
lukem | Pull up revision 1.15 (requested by lukem in ticket #313): regen for clockctl
|
1.12.4.2 |
| 18-Jun-2002 |
lukem | Pull up revision 1.14 (requested by leo in ticket #310): Regen for nvr0 + keyword clash.
|
1.12.4.1 |
| 28-May-2002 |
lukem | Pull up revision 1.13 (requested by leo): regen.
|
1.12.2.2 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
1.12.2.1 |
| 30-May-2002 |
gehenna | Catch up with -current.
|
1.24.2.9 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.24.2.8 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.24.2.7 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.24.2.6 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.24.2.5 |
| 29-Nov-2004 |
skrll | Sync with HEAD.
|
1.24.2.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.24.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.24.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.24.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.30.2.4 |
| 11-Aug-2007 |
bouyer | Regen for ticket 11356
|
1.30.2.3 |
| 15-Jul-2004 |
he | branches: 1.30.2.3.2; Pull up regenerated files (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.30.2.2 |
| 02-Jul-2004 |
he | Pull up regenerated files (requested by bouyer in ticket #573): Add options P1003_1B_SEMAPHORE to all GENERIC-like kernel config files where SYSV* options were already present (commented out if the SYSV* options are commented out). Fixes PR#25897 and PR#25898.
|
1.30.2.1 |
| 30-Jun-2004 |
jdc | Pull up revision 1.31 (requested by abs in ticket #567).
Regenerate from master config files
|
1.30.2.3.2.2 |
| 11-Aug-2007 |
bouyer | regen for ticket 11356
|
1.30.2.3.2.1 |
| 02-Apr-2005 |
he | branches: 1.30.2.3.2.1.2; Pull up regenerated files (requested by bouyer in ticket #1019): Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of controllers.
|
1.30.2.3.2.1.2.1 |
| 11-Aug-2007 |
bouyer | Regen for ticket 11356
|
1.34.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.35.2.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.35.2.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.37.2.3 |
| 05-Nov-2005 |
tron | Regen for ticket #929.
|
1.37.2.2 |
| 14-Aug-2005 |
riz | Pull up revision 1.39 (requested by hubertf in ticket #625): Add support for reading cloop2 compressed filesystem images, enable by putting VND_COMPRESSION into kernel config file. Written by Cliff Wright, polished up slightly by me.
|
1.37.2.1 |
| 01-Jun-2005 |
riz | Pull up revision 1.38 (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.38.2.3 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.38.2.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.38.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.45.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.45.2.1 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.46.2.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.48.6.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.48.4.1 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.48.2.3 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.48.2.2 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.48.2.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.50.6.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.53.22.1 |
| 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.53.20.2 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.53.20.1 |
| 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.53.14.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.53.12.2 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.53.12.1 |
| 09-Jun-2007 |
ad | Sync with head.
|
1.53.6.3 |
| 16-Jan-2009 |
bouyer | Regen for ticket 1264: Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory issues. Tested by Tuomo. Enable 68060 support in FALCON & BOOTX kernels for CT60/63 upgrades Drop KERNFS from INSTALL kernels Drop 68040 support from ATARITT kernels
|
1.53.6.2 |
| 18-Nov-2008 |
snj | Regen for ticket 1227.
|
1.53.6.1 |
| 06-Jun-2007 |
bouyer | Regen for ticket 699.
|
1.55.10.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.56.26.2 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.56.26.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.56.22.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.56.20.3 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.56.20.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.56.20.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.56.16.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.56.16.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.57.4.7 |
| 20-Nov-2010 |
riz | Regen for ticket 1368.
|
1.57.4.6 |
| 20-Nov-2010 |
riz | Regen for ticket 1367.
|
1.57.4.5 |
| 20-Nov-2010 |
riz | Regen for ticket 1366.
|
1.57.4.4 |
| 12-Mar-2009 |
snj | Regen for ticket 553.
|
1.57.4.3 |
| 26-Jan-2009 |
snj | Regen for ticket 320.
|
1.57.4.2 |
| 25-Nov-2008 |
snj | Regen for ticket 123.
|
1.57.4.1 |
| 06-Nov-2008 |
snj | Regen for ticket 19.
|
1.57.2.3 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.57.2.2 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.57.2.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.63.2.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.65.2.2 |
| 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.65.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.67.2.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.67.2.1 |
| 30-May-2010 |
rmind | sync with head
|
1.77.8.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.77.8.2 |
| 30-Oct-2012 |
yamt | sync with head
|
1.77.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.78.2.2 |
| 11-Mar-2012 |
mrg | sync to latest -current
|
1.78.2.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.81.2.4 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.81.2.3 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.81.2.2 |
| 23-Jun-2013 |
tls | resync from head
|
1.81.2.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.83.4.1 |
| 28-Aug-2013 |
rmind | sync with head
|
1.84.4.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.85.2.1 |
| 14-Dec-2014 |
martin | Regen for #321
|
1.88.4.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.88.2.1 |
| 05-Feb-2017 |
skrll | Sync with HEAD
|
1.91.8.1 |
| 13-Mar-2018 |
martin | Regen for ticket #624
|
1.94.2.1 |
| 07-Apr-2018 |
pgoyette | Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
|
1.95.2.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.97.2.2 |
| 11-Sep-2022 |
martin | regen (ticket #1521)
|
1.97.2.1 |
| 11-Sep-2022 |
martin | regen (ticket #1519)
|
1.98.2.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|