Up to [cvs.NetBSD.org] / src / sys / arch / acorn26 / conf
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.41 / (download) - annotate - [select for diffs], Wed Jun 5 23:07:59 2013 UTC (2 weeks ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +1 -2
lines
Diff to previous 1.40 (colored)
remove obsolete networking options
Revision 1.40 / (download) - annotate - [select for diffs], Sat Apr 27 22:21:12 2013 UTC (7 weeks, 4 days ago) by christos
Branch: MAIN
CVS Tags: khorben-n900
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
more bogus number removal
Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:10 2013 UTC (7 weeks, 4 days ago) by christos
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
the bogus number police
Revision 1.38 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:20 2013 UTC (7 weeks, 4 days ago) by christos
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
remove confusing numeric locators where they are unused.
Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:07 2013 UTC (3 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.36: +1 -2
lines
Diff to previous 1.36 (colored)
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:27 2013 UTC (3 months, 2 weeks ago) by joerg
Branch: MAIN
Changes since 1.35: +1 -3
lines
Diff to previous 1.35 (colored)
Retire OSI network stack. OK core@
Revision 1.35 / (download) - annotate - [select for diffs], Fri Aug 17 20:11:37 2012 UTC (10 months ago) by abs
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys
Changes since 1.34: +3 -1
lines
Diff to previous 1.34 (colored)
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?
Revision 1.34 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:22 2011 UTC (18 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Nov 22 21:24:51 2011 UTC (18 months, 4 weeks ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.32: +1 -3
lines
Diff to previous 1.32 (colored)
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.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:18 2011 UTC (2 years, 3 months ago) by bouyer
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.31: +3 -2
lines
Diff to previous 1.31 (colored)
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.
Revision 1.31 / (download) - annotate - [select for diffs], Tue Nov 23 11:13:52 2010 UTC (2 years, 6 months ago) by hannken
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Remove unused count from pseudo-device md.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:27 2010 UTC (3 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Remove unused count (invariably "4") from pseudo-device fss.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:02 2009 UTC (3 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.28: +1 -2
lines
Diff to previous 1.28 (colored)
Remove the portalfs kernel file system driver. Replace mount_portal(8) with a version based on puffs. User functionality remains the same.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Apr 19 03:06:22 2009 UTC (4 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jymxensuspend-base
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
Remove number parameters from pseudo-device loop and ipfilter.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 6 20:31:46 2009 UTC (4 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.26: +1 -2
lines
Diff to previous 1.26 (colored)
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.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 14 10:20:55 2009 UTC (4 years, 4 months ago) by bjh21
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.25: +3 -5
lines
Diff to previous 1.25 (colored)
I've just discovered config_found_ia(), which means that wskbd(4) and wsmouse(4) can attach directly at arckbd(4) and I can dispose of the ugly arcwsmouse(4) and arcwskbd(4) interpositions. Do that, and purge them from the documentation as well.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Feb 6 18:50:26 2009 UTC (4 years, 4 months ago) by jym
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4) See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html Reviewed by abs@ in private mail.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:07 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.23: +1 -2
lines
Diff to previous 1.23 (colored)
Remove softdep, pass 1. We are focused on improving journalling. Proposed on tech-kern@.
Revision 1.23 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:55 2008 UTC (4 years, 7 months ago) by ad
Branch: MAIN
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 31 07:40:59 2008 UTC (4 years, 10 months ago) by simonb
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
haad-dm-base1
Branch point for: nick-hppapmap
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Oct 2 03:28:29 2006 UTC (6 years, 8 months ago) by chs
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
ppcoea-renovation-base,
ppcoea-renovation,
post-newlock2-merge,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-nb4-arm-base,
matt-nb4-arm,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1,
ad-audiomp-base-1,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-nfs-mp,
wrstuden-revivesa,
mjf-devfs2,
haad-dm
Changes since 1.20: +1 -4
lines
Diff to previous 1.20 (colored)
remove MALLOC_NOINLINE, it doesn't do anything anymore.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Oct 1 12:39:35 2006 UTC (6 years, 8 months ago) by bjh21
Branch: MAIN
Changes since 1.19: +4 -1
lines
Diff to previous 1.19 (colored)
New driver, sec(4), for the Acorn SCSI Expansion Card. Unlike asc(4), this driver uses the board's DMA system, uses the machine-independent WD33C93 driver, works on NetBSD/acorn26, and doesn't share a name with six other machine-dependent SCSI drivers. Not tested on acorn32, but it seems to work tolerably well on my A540.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 28 23:23:22 2006 UTC (6 years, 8 months ago) by bjh21
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Don't specify -fomit-frame-pointer -mno-apcs-frame, since that breaks kernel page faults.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 26 20:26:43 2006 UTC (6 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.17: +1 -4
lines
Diff to previous 1.17 (colored)
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 5 05:01:48 2006 UTC (7 years, 4 months ago) by cube
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
simonb-timecounters-base,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-pdpolicy
Changes since 1.16: +7 -7
lines
Diff to previous 1.16 (colored)
Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 4 02:31:12 2006 UTC (7 years, 4 months ago) by rpaulo
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
bpfilter doesn't accept count anymore.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 7 12:40:46 2005 UTC (7 years, 6 months ago) by tsutsui
Branch: MAIN
CVS Tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
Remove obsolete options VNODE_OP_NOINLINE.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:11 2005 UTC (7 years, 6 months ago) by tsutsui
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4).
Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 19 05:19:49 2005 UTC (7 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 7 17:05:46 2005 UTC (7 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Add (commented out) IPSEC_NAT_T option.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 18 21:05:50 2005 UTC (8 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
matt-timespec,
kent-audio2-base
Branch point for: yamt-lazymbuf,
netbsd-3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
Revision 1.10 / (download) - annotate - [select for diffs], Fri Feb 11 08:25:53 2005 UTC (8 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 31 16:54:32 2005 UTC (8 years, 4 months ago) by hannken
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
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>
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:02 2004 UTC (8 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add COMPAT_BSDPTY to the rest of the config files.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 4 23:29:44 2004 UTC (8 years, 9 months ago) by manu
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 8 10:59:55 2003 UTC (9 years, 8 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.5: +6 -7
lines
Diff to previous 1.5 (colored)
add atabus
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 30 00:35:30 2003 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +5 -3
lines
Diff to previous 1.4 (colored)
New generic I2C framework. Supports bit-bang and "intelligent" I2C interface controllers (of varying intelligence levels). Contributed by Wasabi Systems, Inc. Primarily written by Steve Woodford, with some modification by me.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 18 02:43:53 2002 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
enable USERCONF by default; it's small and extremely useful to have available.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 20:43:51 2002 UTC (10 years, 10 months ago) by bjh21
Branch: MAIN
CVS Tags: gehenna-devsw-base
Branch point for: nathanw_sa
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
BUFPAGES=2 seems to be the practical minimum.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 5 13:06:46 2002 UTC (10 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Use MALLOC_NOINLINE (saves 11K on FOURMEG)
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 24 19:50:25 2002 UTC (11 years, 1 month ago) by bjh21
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6,
kqueue,
gehenna-devsw
Add a configuration for an installation ramdisk kernel.