Up to [cvs.NetBSD.org] / src / sys / arch / x68k / conf
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.168 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:43 2013 UTC (3 weeks, 3 days ago) by christos
Branch: MAIN
CVS Tags: khorben-n900,
HEAD
Changes since 1.167: +4 -4
lines
Diff to previous 1.167 (colored)
the bogus number police
Revision 1.167 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:55 2013 UTC (3 weeks, 3 days ago) by christos
Branch: MAIN
Changes since 1.166: +4 -4
lines
Diff to previous 1.166 (colored)
remove confusing numeric locators where they are unused.
Revision 1.166 / (download) - annotate - [select for diffs], Sat Mar 2 02:42:22 2013 UTC (2 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: agc-symver-base,
agc-symver
Changes since 1.165: +2 -3
lines
Diff to previous 1.165 (colored)
Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
Revision 1.165 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:54 2013 UTC (2 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.164: +2 -4
lines
Diff to previous 1.164 (colored)
Retire OSI network stack. OK core@
Revision 1.164 / (download) - annotate - [select for diffs], Sat Nov 3 14:44:29 2012 UTC (6 months, 2 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
tls-maxphys-nbase,
tls-maxphys-base
Changes since 1.163: +3 -3
lines
Diff to previous 1.163 (colored)
Comment out pseudo-device fss. We already has options FFS_NO_SNAPSHOT.
Revision 1.163 / (download) - annotate - [select for diffs], Wed Oct 17 14:48:18 2012 UTC (7 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.162: +3 -2
lines
Diff to previous 1.162 (colored)
Add "options COMPAT_60" to all kernel configuration files that already had "options COMPAT_50".
Revision 1.162 / (download) - annotate - [select for diffs], Fri Oct 12 20:27:39 2012 UTC (7 months, 1 week ago) by tsutsui
Branch: MAIN
Changes since 1.161: +3 -3
lines
Diff to previous 1.161 (colored)
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.
Revision 1.161 / (download) - annotate - [select for diffs], Sun Apr 29 07:17:11 2012 UTC (12 months, 3 weeks ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.160: +4 -4
lines
Diff to previous 1.160 (colored)
Finally switch PSX16550 fast serial board driver to using MI com(4) driver. Based on isaki@'s patch and debugged by both isaki@ and tsutsui@. PSX16550 specific hardware infomation is taken from Human68k's PSXIO driver: http://retropc.net/x68000/software/hardware/psx16550/ XXX1: TL16C550C seems to have some timing critical issue around THRE interrupt XXX2: auto hardware flow control of TL16C550 is not implemented in MI com(4)
Revision 1.160 / (download) - annotate - [select for diffs], Sat Mar 10 21:51:57 2012 UTC (14 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7
Changes since 1.159: +2 -3
lines
Diff to previous 1.159 (colored)
P1003_1B_SEMAPHORE is no longer optional.
Revision 1.159 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:33 2011 UTC (17 months ago) by dholland
Branch: MAIN
CVS Tags: netbsd-6-base,
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,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.158: +3 -3
lines
Diff to previous 1.158 (colored)
WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
Revision 1.158 / (download) - annotate - [select for diffs], Sun Nov 27 09:00:32 2011 UTC (17 months, 3 weeks ago) by isaki
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.157: +5 -2
lines
Diff to previous 1.157 (colored)
Add powsw(4) for x68k power switch. It substitutes for a part about power switch handler of pow(4) deleted before. Benefits than pow(4): - separate a front switch (= powsw0) and an EXPWON line (= powsw1) completely. Only powsw0 is enabled in GENERIC by default. - prevent chattering in some hardware individuals. thank you for a report and a test: Yasushi Oshima and Y.Sugahara.
Revision 1.157 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:41 2011 UTC (17 months, 4 weeks ago) by tls
Branch: MAIN
Changes since 1.156: +2 -3
lines
Diff to previous 1.156 (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.156 / (download) - annotate - [select for diffs], Sat Nov 19 12:27:43 2011 UTC (18 months ago) by isaki
Branch: MAIN
CVS Tags: jmcneill-audiomp3-base,
jmcneill-audiomp3
Changes since 1.155: +2 -3
lines
Diff to previous 1.155 (colored)
Obsolete pow(4) and rtcalarm(8). Discussed in port-x68k@. Probably the combination of pow(4) ioctl and rtcalarm(8) does not work for a long time, and nobody uses them. I'll rewrite a part about power switch handler as a new device.
Revision 1.155 / (download) - annotate - [select for diffs], Thu Mar 17 13:26:51 2011 UTC (2 years, 2 months ago) by tsutsui
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,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.154: +4 -4
lines
Diff to previous 1.154 (colored)
umass doesn't take channel.
Revision 1.154 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:33 2011 UTC (2 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.153: +4 -3
lines
Diff to previous 1.153 (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.153 / (download) - annotate - [select for diffs], Mon Jan 3 06:15:16 2011 UTC (2 years, 4 months ago) by tsutsui
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base
Branch point for: jruoho-x86intr,
bouyer-quota2
Changes since 1.152: +3 -2
lines
Diff to previous 1.152 (colored)
Add (commented out) options MODULAR. Confirmed working on XM6i.
Revision 1.152 / (download) - annotate - [select for diffs], Mon Jan 3 03:43:22 2011 UTC (2 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.151: +3 -3
lines
Diff to previous 1.151 (colored)
Enable options DDB. Ok from isaki@
Revision 1.151 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:07 2010 UTC (2 years, 5 months ago) by hannken
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.150: +3 -3
lines
Diff to previous 1.150 (colored)
Remove unused count from pseudo-device md.
Revision 1.150 / (download) - annotate - [select for diffs], Thu Apr 29 22:40:54 2010 UTC (3 years ago) by chs
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
Changes since 1.149: +3 -3
lines
Diff to previous 1.149 (colored)
enable TMPFS in all GENERICs that have MFS enabled.
Revision 1.149 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:36 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.148: +3 -3
lines
Diff to previous 1.148 (colored)
Remove unused count (invariably "4") from pseudo-device fss.
Revision 1.148 / (download) - annotate - [select for diffs], Sun Mar 7 09:39:44 2010 UTC (3 years, 2 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.147: +5 -2
lines
Diff to previous 1.147 (colored)
add uhso(4) device where appropriate
- follow the lead of other USB driver declarations wrt commented out
- (cross-)build tested all these kernels
Revision 1.147 / (download) - annotate - [select for diffs], Sat Dec 5 20:11:17 2009 UTC (3 years, 5 months ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip
Changes since 1.146: +2 -3
lines
Diff to previous 1.146 (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.146 / (download) - annotate - [select for diffs], Sat Jan 24 05:06:07 2009 UTC (4 years, 3 months ago) by mrg
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-base2,
nick-hppapmap-base,
jymxensuspend-base,
jym-xensuspend
Changes since 1.145: +3 -2
lines
Diff to previous 1.145 (colored)
add COMPAT_50 to all the configs with COMPAT_40.
Revision 1.145 / (download) - annotate - [select for diffs], Sun Dec 21 09:01:19 2008 UTC (4 years, 5 months ago) by isaki
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.144: +3 -3
lines
Diff to previous 1.144 (colored)
Make sram(4) a hardware device. # I wrote this in 2001 :-)
Revision 1.144 / (download) - annotate - [select for diffs], Sat Dec 20 01:05:46 2008 UTC (4 years, 5 months ago) by isaki
Branch: MAIN
Changes since 1.143: +3 -3
lines
Diff to previous 1.143 (colored)
Make pow(4) a hardware device. Now pow(4) uses intio_intr_establish() which is a common interrupt routine, but not powtrap which is a device specific routine.
Revision 1.143 / (download) - annotate - [select for diffs], Mon Nov 24 11:41:15 2008 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.142: +2 -3
lines
Diff to previous 1.142 (colored)
Remove softdep, pass 1. We are focused on improving journalling. Proposed on tech-kern@.
Revision 1.142 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:09 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.141: +2 -3
lines
Diff to previous 1.141 (colored)
Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.
Revision 1.141 / (download) - annotate - [select for diffs], Sun Aug 10 15:31:22 2008 UTC (4 years, 9 months ago) by tls
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.140: +7 -2
lines
Diff to previous 1.140 (colored)
Add accept filters to GENERIC kernels where they exist.
Revision 1.140 / (download) - annotate - [select for diffs], Thu Jul 31 07:41:07 2008 UTC (4 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.139: +3 -2
lines
Diff to previous 1.139 (colored)
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
Revision 1.139 / (download) - annotate - [select for diffs], Fri May 30 20:10:03 2008 UTC (4 years, 11 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl
Branch point for: haad-dm
Changes since 1.138: +3 -2
lines
Diff to previous 1.138 (colored)
Add options COMPAT_40 to files which have options COMPAT_30.
Revision 1.138 / (download) - annotate - [select for diffs], Sun Feb 24 03:13:47 2008 UTC (5 years, 2 months ago) by isaki
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base2,
yamt-pf42-base,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
wrstuden-revivesa
Changes since 1.137: +13 -13
lines
Diff to previous 1.137 (colored)
options<space><tab>
Revision 1.137 / (download) - annotate - [select for diffs], Mon Dec 31 15:32:08 2007 UTC (5 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.136: +2 -3
lines
Diff to previous 1.136 (colored)
Remove systrace. Ok core@.
Revision 1.136 / (download) - annotate - [select for diffs], Sun Nov 4 14:34:26 2007 UTC (5 years, 6 months ago) by xtraeme
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
jmcneill-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs,
bouyer-xeni386
Changes since 1.135: +2 -7
lines
Diff to previous 1.135 (colored)
Remove System V semaphores and share memory options to set the limits: SEMMNI, SEMMNS, SEMUME and SHMMAXPGS. They can be tweaked via sysctl now. Ports that were setting values on them weren't touched, I only removed the ones that were commented out.
Revision 1.135 / (download) - annotate - [select for diffs], Wed Oct 17 19:58:01 2007 UTC (5 years, 7 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.134: +2 -2
lines
Diff to previous 1.134 (colored)
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.
Revision 1.134 / (download) - annotate - [select for diffs], Mon Jun 4 08:55:25 2007 UTC (5 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.133: +3 -2
lines
Diff to previous 1.133 (colored)
Add pseudo-device agr to all GENERIC kernels where it might make sense (commented out in some).
Revision 1.133 / (download) - annotate - [select for diffs], Wed Mar 14 12:27:25 2007 UTC (6 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup
Branch point for: ppcoea-renovation
Changes since 1.132: +3 -3
lines
Diff to previous 1.132 (colored)
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.
Revision 1.132 / (download) - annotate - [select for diffs], Sat Nov 11 18:47:12 2006 UTC (6 years, 6 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
wrstuden-fixsa,
vmlocking,
netbsd-4,
mjf-ufs-trans
Changes since 1.131: +3 -3
lines
Diff to previous 1.131 (colored)
Remove tmpfs's experimental status. OK'ed by core@.
Revision 1.131 / (download) - annotate - [select for diffs], Sat Aug 26 20:27:08 2006 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.130: +3 -5
lines
Diff to previous 1.130 (colored)
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options Also remove CCITT,NS,NIP
Revision 1.130 / (download) - annotate - [select for diffs], Sat Aug 26 07:59:23 2006 UTC (6 years, 8 months ago) by tsutsui
Branch: MAIN
Changes since 1.129: +2 -4
lines
Diff to previous 1.129 (colored)
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
Revision 1.129 / (download) - annotate - [select for diffs], Mon Aug 14 06:22:35 2006 UTC (6 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.128: +3 -3
lines
Diff to previous 1.128 (colored)
s/adpater/adapter/ Prompted by PR/34195
Revision 1.128 / (download) - annotate - [select for diffs], Sat Aug 12 15:29:54 2006 UTC (6 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.127: +3 -3
lines
Diff to previous 1.127 (colored)
Disable SYSTRACE by default on all kernels (discussed with core)
Revision 1.127 / (download) - annotate - [select for diffs], Wed Jun 28 15:19:29 2006 UTC (6 years, 10 months ago) by liamjfoy
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.126: +4 -2
lines
Diff to previous 1.126 (colored)
Add CARP to GENERIC kernel configs. CARP is not enabled by default. ok: christos
Revision 1.126 / (download) - annotate - [select for diffs], Tue Mar 28 20:58:41 2006 UTC (7 years, 1 month ago) by pavel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
gdamore-uart-base,
elad-kernelauth-base,
chap-midi-nbase,
chap-midi-base,
chap-midi
Branch point for: gdamore-uart
Changes since 1.125: +3 -3
lines
Diff to previous 1.125 (colored)
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".
Revision 1.125 / (download) - annotate - [select for diffs], Sun Feb 5 05:02:06 2006 UTC (7 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
peter-altq,
elad-kernelauth
Changes since 1.124: +10 -10
lines
Diff to previous 1.124 (colored)
Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
Revision 1.124 / (download) - annotate - [select for diffs], Sat Feb 4 03:48:18 2006 UTC (7 years, 3 months ago) by rpaulo
Branch: MAIN
Changes since 1.123: +3 -3
lines
Diff to previous 1.123 (colored)
bpfilter doesn't accept count anymore.
Revision 1.123 / (download) - annotate - [select for diffs], Thu Feb 2 21:32:10 2006 UTC (7 years, 3 months ago) by reinoud
Branch: MAIN
Branch point for: simonb-timecounters
Changes since 1.122: +3 -2
lines
Diff to previous 1.122 (colored)
Add commented out UDF file-system entry in all GENERIC configurations.
Revision 1.122 / (download) - annotate - [select for diffs], Fri Dec 9 23:34:03 2005 UTC (7 years, 5 months ago) by elad
Branch: MAIN
CVS Tags: ktrace-lwp-base
Branch point for: yamt-uio_vmspace,
rpaulo-netinet-merge-pcb
Changes since 1.121: +20 -2
lines
Diff to previous 1.121 (colored)
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels, and remove the i386 GENERIC_VERIEXEC config.
Revision 1.121 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:20 2005 UTC (7 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.120: +3 -3
lines
Diff to previous 1.120 (colored)
Adjust comments for options FFS_NO_SNAPSHOT. XXX: This option should be mentioned in options(4).
Revision 1.120 / (download) - annotate - [select for diffs], Sat Sep 10 19:20:50 2005 UTC (7 years, 8 months ago) by jmmv
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.119: +3 -2
lines
Diff to previous 1.119 (colored)
Initial addition of tmpfs, an efficient memory file-system. This project was developed as part of Google's Summer of Code 2005 program. This change adds the kernel code, the mount_tmpfs utility, a regression test suite and does all other related changes to integrate these. The file-system is still *experimental*. Therefore, it is disabled by default in all kernels. However, as typically done, a commented-out entry is added in them to ease its setup. Note that I haven't commited the required mountd(8) changes to be able to export tmpfs file-systems because NFS support is still very unstable and because, before enabling it, I'd like to do some other changes. OK'ed by my project mentor, William Studenmund (wrstuden@).
Revision 1.119 / (download) - annotate - [select for diffs], Fri Aug 19 05:20:03 2005 UTC (7 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.118: +3 -3
lines
Diff to previous 1.118 (colored)
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
Revision 1.118 / (download) - annotate - [select for diffs], Fri Aug 19 02:03:57 2005 UTC (7 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.117: +3 -2
lines
Diff to previous 1.117 (colored)
64 bit inode changes.
Revision 1.117 / (download) - annotate - [select for diffs], Fri Aug 5 09:23:17 2005 UTC (7 years, 9 months ago) by skrll
Branch: MAIN
Changes since 1.116: +5 -2
lines
Diff to previous 1.116 (colored)
Add (commented out) ucycom to various kernel configs.
Revision 1.116 / (download) - annotate - [select for diffs], Sun Jul 31 04:04:46 2005 UTC (7 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.115: +2 -4
lines
Diff to previous 1.115 (colored)
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.
Revision 1.115 / (download) - annotate - [select for diffs], Sat Jul 30 06:35:41 2005 UTC (7 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.114: +4 -2
lines
Diff to previous 1.114 (colored)
add "options VMSWAP" to non INSTALL kernels.
Revision 1.114 / (download) - annotate - [select for diffs], Sun Jul 17 00:08:30 2005 UTC (7 years, 10 months ago) by hubertf
Branch: MAIN
Changes since 1.113: +3 -2
lines
Diff to previous 1.113 (colored)
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.
Revision 1.113 / (download) - annotate - [select for diffs], Thu Jul 7 17:05:58 2005 UTC (7 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.112: +3 -2
lines
Diff to previous 1.112 (colored)
Add (commented out) IPSEC_NAT_T option.
Revision 1.112 / (download) - annotate - [select for diffs], Sat Jun 25 12:05:20 2005 UTC (7 years, 10 months ago) by rpaulo
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.111: +3 -2
lines
Diff to previous 1.111 (colored)
Add file-system PTYFS (commented out) so that people know its existence. Ok'ed by Christos Zoulas and Hubert Feyrer.
Revision 1.111 / (download) - annotate - [select for diffs], Thu Jun 9 14:43:31 2005 UTC (7 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.110: +4 -3
lines
Diff to previous 1.110 (colored)
- 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.
Revision 1.110 / (download) - annotate - [select for diffs], Fri Apr 15 17:27:21 2005 UTC (8 years, 1 month ago) by itohy
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.109: +6 -2
lines
Diff to previous 1.109 (colored)
Add ukyopon(4).
Revision 1.109 / (download) - annotate - [select for diffs], Fri Feb 25 13:46:51 2005 UTC (8 years, 2 months ago) by simonb
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base
Branch point for: netbsd-3
Changes since 1.108: +3 -2
lines
Diff to previous 1.108 (colored)
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.
Revision 1.108 / (download) - annotate - [select for diffs], Fri Feb 18 21:05:54 2005 UTC (8 years, 3 months ago) by dsl
Branch: MAIN
CVS Tags: matt-timespec
Changes since 1.107: +3 -3
lines
Diff to previous 1.107 (colored)
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
Revision 1.107 / (download) - annotate - [select for diffs], Fri Feb 11 08:25:56 2005 UTC (8 years, 3 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base2
Changes since 1.106: +3 -2
lines
Diff to previous 1.106 (colored)
Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
Revision 1.106 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:30 2005 UTC (8 years, 3 months ago) by hannken
Branch: MAIN
Changes since 1.105: +3 -2
lines
Diff to previous 1.105 (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.105 / (download) - annotate - [select for diffs], Fri Jan 28 03:19:51 2005 UTC (8 years, 3 months ago) by rumble
Branch: MAIN
Changes since 1.104: +3 -2
lines
Diff to previous 1.104 (colored)
Sprinkle options UFS_DIRHASH on GENERIC kernels. It's presently commented out and labeled experimental pending further review and testing.
Revision 1.104 / (download) - annotate - [select for diffs], Tue Jan 18 07:27:20 2005 UTC (8 years, 4 months ago) by chs
Branch: MAIN
CVS Tags: yamt-km-base
Branch point for: yamt-km
Changes since 1.103: +5 -5
lines
Diff to previous 1.103 (colored)
use a new "addr" locator for grf instead of the unit to match the instance to the hardware. use a new "grfaddr" locator to match ites to their grfs, instead of requiring that their unit numbers be the same.
Revision 1.103 / (download) - annotate - [select for diffs], Mon Jan 17 15:28:53 2005 UTC (8 years, 4 months ago) by cube
Branch: MAIN
Changes since 1.102: +3 -2
lines
Diff to previous 1.102 (colored)
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.
Revision 1.102 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:08 2004 UTC (8 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Changes since 1.101: +3 -2
lines
Diff to previous 1.101 (colored)
Add COMPAT_BSDPTY to the rest of the config files.
Revision 1.101 / (download) - annotate - [select for diffs], Sat Oct 23 14:00:53 2004 UTC (8 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.100: +3 -3
lines
Diff to previous 1.100 (colored)
s/uax/axe/
Revision 1.100 / (download) - annotate - [select for diffs], Sat Sep 4 23:29:57 2004 UTC (8 years, 8 months ago) by manu
Branch: MAIN
Changes since 1.99: +3 -2
lines
Diff to previous 1.99 (colored)
IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on tech-net@
Revision 1.99 / (download) - annotate - [select for diffs], Thu Jul 15 03:53:52 2004 UTC (8 years, 10 months ago) by atatat
Branch: MAIN
Changes since 1.98: +3 -2
lines
Diff to previous 1.98 (colored)
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
Revision 1.98 / (download) - annotate - [select for diffs], Mon Jun 28 21:07:49 2004 UTC (8 years, 10 months ago) by bouyer
Branch: MAIN
Changes since 1.97: +3 -2
lines
Diff to previous 1.97 (colored)
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). Fix lib/25897 and lib/25898.
Revision 1.97 / (download) - annotate - [select for diffs], Sat Jun 26 07:32:09 2004 UTC (8 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.96: +15 -2
lines
Diff to previous 1.96 (colored)
Add (commented out) ALTQ options to all GENERIC-like files
Revision 1.96 / (download) - annotate - [select for diffs], Tue Jun 22 14:09:51 2004 UTC (8 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.95: +4 -2
lines
Diff to previous 1.95 (colored)
have pf and pflog pseudo-device (commented out). reviewed by matt, perry, christos
Revision 1.95 / (download) - annotate - [select for diffs], Fri Jun 18 15:04:06 2004 UTC (8 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.94: +2 -3
lines
Diff to previous 1.94 (colored)
ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
Revision 1.94 / (download) - annotate - [select for diffs], Wed Jun 16 15:07:42 2004 UTC (8 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.93: +3 -2
lines
Diff to previous 1.93 (colored)
Add pseudo-device ptm on all the generic flavored kernels.
Revision 1.93 / (download) - annotate - [select for diffs], Sun Jan 4 16:19:44 2004 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.92: +4 -4
lines
Diff to previous 1.92 (colored)
Spell controller with two ls. Inspired by miod@openbsd.
Revision 1.92 / (download) - annotate - [select for diffs], Mon Sep 22 14:11:31 2003 UTC (9 years, 8 months ago) by cl
Branch: MAIN
Changes since 1.91: +4 -2
lines
Diff to previous 1.91 (colored)
add COMPAT_15/COMPAT_16
Revision 1.91 / (download) - annotate - [select for diffs], Fri Aug 22 07:52:51 2003 UTC (9 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.90: +3 -2
lines
Diff to previous 1.90 (colored)
add udav*
Revision 1.90 / (download) - annotate - [select for diffs], Sat Apr 26 14:10:05 2003 UTC (10 years ago) by ragge
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.89: +3 -2
lines
Diff to previous 1.89 (colored)
Add pseudo-device ksyms.
Revision 1.89 / (download) - annotate - [select for diffs], Thu Apr 10 22:07:06 2003 UTC (10 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.88: +2 -6
lines
Diff to previous 1.88 (colored)
Bye Bye UCONSOLE
Revision 1.88 / (download) - annotate - [select for diffs], Thu Feb 27 19:22:48 2003 UTC (10 years, 2 months ago) by perseant
Branch: MAIN
Changes since 1.87: +3 -2
lines
Diff to previous 1.87 (colored)
Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC. Let brconfig tell whether the bridge is using the ipfilter hook, or not.
Revision 1.87 / (download) - annotate - [select for diffs], Sun Feb 16 17:35:17 2003 UTC (10 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.86: +3 -2
lines
Diff to previous 1.86 (colored)
Add uax(4) (and url(4) in some cases).
Revision 1.86 / (download) - annotate - [select for diffs], Sun Dec 1 09:00:35 2002 UTC (10 years, 5 months ago) by isaki
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.85: +5 -2
lines
Diff to previous 1.85 (colored)
Add bmd, memory disk driver for Nereid bank memory.
Revision 1.85 / (download) - annotate - [select for diffs], Fri Nov 22 12:21:06 2002 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.84: +3 -3
lines
Diff to previous 1.84 (colored)
Fix typo (responsiness -> responsiveness).
Revision 1.84 / (download) - annotate - [select for diffs], Fri Oct 18 15:11:16 2002 UTC (10 years, 7 months ago) by junyoung
Branch: MAIN
CVS Tags: kqueue-beforemerge,
kqueue-aftermerge
Changes since 1.83: +6 -2
lines
Diff to previous 1.83 (colored)
Add NEW_BUFQ_STRATEGY (disabled by default).
Revision 1.83 / (download) - annotate - [select for diffs], Mon Oct 14 18:39:42 2002 UTC (10 years, 7 months ago) by elric
Branch: MAIN
Changes since 1.82: +6 -2
lines
Diff to previous 1.82 (colored)
Added commented out cgd(4)s to GENERIC configs.
Revision 1.82 / (download) - annotate - [select for diffs], Sun Oct 6 02:12:03 2002 UTC (10 years, 7 months ago) by provos
Branch: MAIN
Changes since 1.81: +3 -2
lines
Diff to previous 1.81 (colored)
add SYSTRACE; approved perry.
Revision 1.81 / (download) - annotate - [select for diffs], Wed Sep 25 11:49:55 2002 UTC (10 years, 7 months ago) by martti
Branch: MAIN
CVS Tags: kqueue-base
Changes since 1.80: +3 -3
lines
Diff to previous 1.80 (colored)
Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
Revision 1.80 / (download) - annotate - [select for diffs], Fri Sep 20 10:40:01 2002 UTC (10 years, 8 months ago) by martti
Branch: MAIN
Changes since 1.79: +3 -2
lines
Diff to previous 1.79 (colored)
Added (commented out) IPFILTER_DEFAULT_BLOCK.
Revision 1.79 / (download) - annotate - [select for diffs], Wed Sep 18 02:44:11 2002 UTC (10 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.78: +3 -3
lines
Diff to previous 1.78 (colored)
enable USERCONF by default; it's small and extremely useful to have available.
Revision 1.78 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:57 2002 UTC (10 years, 9 months ago) by isaki
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.77: +112 -4
lines
Diff to previous 1.77 (colored)
Add (commented) ScanLogic SL811HS/T USB Host Controller and USB stuff.
Revision 1.77 / (download) - annotate - [select for diffs], Mon Jun 17 05:14:29 2002 UTC (10 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.76: +4 -2
lines
Diff to previous 1.76 (colored)
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"
Revision 1.76 / (download) - annotate - [select for diffs], Thu Apr 25 15:06:40 2002 UTC (11 years ago) by atatat
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6,
gehenna-devsw
Changes since 1.75: +4 -2
lines
Diff to previous 1.75 (colored)
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.
Revision 1.75 / (download) - annotate - [select for diffs], Fri Apr 12 08:11:28 2002 UTC (11 years, 1 month ago) by gmcgarry
Branch: MAIN
Changes since 1.74: +3 -2
lines
Diff to previous 1.74 (colored)
Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
Revision 1.74 / (download) - annotate - [select for diffs], Sun Jan 27 13:23:29 2002 UTC (11 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: newlock-base,
newlock,
ifpoll-base,
ifpoll,
eeh-devprop-base,
eeh-devprop
Changes since 1.73: +4 -2
lines
Diff to previous 1.73 (colored)
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
Revision 1.73 / (download) - annotate - [select for diffs], Sat Jan 19 18:45:14 2002 UTC (11 years, 4 months ago) by oster
Branch: MAIN
Changes since 1.72: +13 -4
lines
Diff to previous 1.72 (colored)
Add new RF_* options for RAIDframe bits that are no longer built by default. While we're here, enable RAIDframe (and RAID_AUTOCONFIG) by default for architectures that I'm comfortable can deal with it being on by default. Also: bump the number of 'raid' devices from 4 to 8, since 4 seems to be insufficient in practise.
Revision 1.72 / (download) - annotate - [select for diffs], Mon Jan 14 04:27:13 2002 UTC (11 years, 4 months ago) by isaki
Branch: MAIN
Changes since 1.71: +3 -2
lines
Diff to previous 1.71 (colored)
Add another address, vector configuration of Nereid ethernet.
Revision 1.71 / (download) - annotate - [select for diffs], Fri Dec 28 12:22:01 2001 UTC (11 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.70: +5 -2
lines
Diff to previous 1.70 (colored)
Add PPPoE to all generic kernels that should be able to use it. XXX TODO: do this for INSTALL kernels too, add sysinst support and make the XXX needed binaries available on the ramdisk root fs.
Revision 1.70 / (download) - annotate - [select for diffs], Mon Dec 24 11:38:05 2001 UTC (11 years, 5 months ago) by minoura
Branch: MAIN
Changes since 1.69: +3 -3
lines
Diff to previous 1.69 (colored)
ELF!!
Revision 1.69 / (download) - annotate - [select for diffs], Fri Dec 14 05:34:53 2001 UTC (11 years, 5 months ago) by gmcgarry
Branch: MAIN
Changes since 1.68: +19 -5
lines
Diff to previous 1.68 (colored)
Add a blurb to the top of all GENERIC files. This serves three purposes: - to clarify some terminology - to clarify the intention of the GENERIC file - to cross-reference some useful man pages
Revision 1.68 / (download) - annotate - [select for diffs], Thu Dec 6 04:13:12 2001 UTC (11 years, 5 months ago) by minoura
Branch: MAIN
Changes since 1.67: +3 -3
lines
Diff to previous 1.67 (colored)
Add ELF support.
Revision 1.67 / (download) - annotate - [select for diffs], Sun Nov 25 01:23:45 2001 UTC (11 years, 5 months ago) by minoura
Branch: MAIN
Changes since 1.66: +3 -4
lines
Diff to previous 1.66 (colored)
se0 is dead.
Revision 1.66 / (download) - annotate - [select for diffs], Fri Nov 23 05:00:29 2001 UTC (11 years, 6 months ago) by atatat
Branch: MAIN
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
The bridge(4) pseudo-device no longer requires the port to __HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.
Revision 1.65 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:42 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.64: +8 -8
lines
Diff to previous 1.64 (colored)
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\""
Revision 1.64 / (download) - annotate - [select for diffs], Tue Nov 20 08:43:41 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.63: +7 -7
lines
Diff to previous 1.63 (colored)
- pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
Revision 1.63 / (download) - annotate - [select for diffs], Sun Nov 11 01:40:29 2001 UTC (11 years, 6 months ago) by isaki
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.62: +4 -3
lines
Diff to previous 1.62 (colored)
add Nereid. ne* at intio0
Revision 1.62 / (download) - annotate - [select for diffs], Sat Sep 1 23:08:46 2001 UTC (11 years, 8 months ago) by atatat
Branch: MAIN
CVS Tags: thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache,
nathanw_sa
Changes since 1.61: +3 -3
lines
Diff to previous 1.61 (colored)
Comment out bridge pseudo devices from ports that don't __HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.
Revision 1.61 / (download) - annotate - [select for diffs], Sat Sep 1 21:52:33 2001 UTC (11 years, 8 months ago) by atatat
Branch: MAIN
Changes since 1.60: +5 -2
lines
Diff to previous 1.60 (colored)
Add bridge pseudo devices to GENERIC configs
Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 8 16:32:26 2001 UTC (11 years, 10 months ago) by abs
Branch: MAIN
Branch point for: kqueue
Changes since 1.59: +4 -4
lines
Diff to previous 1.59 (colored)
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...)
Revision 1.59 / (download) - annotate - [select for diffs], Sat Jun 30 11:00:37 2001 UTC (11 years, 10 months ago) by darcy
Branch: MAIN
Changes since 1.58: +6 -2
lines
Diff to previous 1.58 (colored)
Add System V semaphore resource limits to each GENERIC file that has an option for System V semaphores. It appears that there are no overrides in the code and each file has the following added. options SYSVSEM # System V semaphores +#options SEMMNI=10 # number of semaphore identifiers +#options SEMMNS=60 # number of semaphores in system +#options SEMUME=10 # max number of undo entries per process +#options SEMMNU=30 # number of undo structures in system options SYSVSHM # System V shared memory If anyone thinks that this is incorrect for any of these files, please correct it. Note - the i386 port was not forgotten. It was done separately.
Revision 1.58 / (download) - annotate - [select for diffs], Sun May 6 01:54:20 2001 UTC (12 years ago) by hubertf
Branch: MAIN
Changes since 1.57: +5 -3
lines
Diff to previous 1.57 (colored)
vlan does not belong to group of IPv6 pseudo-devices
Revision 1.57 / (download) - annotate - [select for diffs], Wed May 2 13:15:24 2001 UTC (12 years ago) by minoura
Branch: MAIN
Changes since 1.56: +5 -5
lines
Diff to previous 1.56 (colored)
Add/enable vs.
Revision 1.56 / (download) - annotate - [select for diffs], Sat Mar 10 03:23:09 2001 UTC (12 years, 2 months ago) by minoura
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Changes since 1.55: +3 -3
lines
Diff to previous 1.55 (colored)
Turn off options JUPITER temporarily. This may cause problems on some newer accelerators. We might have to write a more accurate detect code.
Revision 1.55 / (download) - annotate - [select for diffs], Fri Dec 29 15:18:37 2000 UTC (12 years, 4 months ago) by minoura
Branch: MAIN
Changes since 1.54: +6 -2
lines
Diff to previous 1.54 (colored)
CMACHFLAGS defaults to -m68020-60. Can be overridden in config files; add examples.
Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 19 10:42:07 2000 UTC (12 years, 5 months ago) by bouyer
Branch: MAIN
Changes since 1.53: +3 -2
lines
Diff to previous 1.53 (colored)
Add pseudo-device vlan
Revision 1.53 / (download) - annotate - [select for diffs], Wed Oct 4 03:35:56 2000 UTC (12 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
enable rnd device. they are now mandatory for ssh/sshd support, so it makes more sense to enable it. please disable them if there's any issues, but in that case, in-tree ssh/sshd won't work.
Revision 1.52 / (download) - annotate - [select for diffs], Sun Sep 24 15:59:38 2000 UTC (12 years, 7 months ago) by jdolecek
Branch: MAIN
Changes since 1.51: +3 -7
lines
Diff to previous 1.51 (colored)
don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
Revision 1.51 / (download) - annotate - [select for diffs], Sun Aug 13 01:31:21 2000 UTC (12 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.50: +2 -3
lines
Diff to previous 1.50 (colored)
move "options PULLDOWN_TEST" into sys/sys/mbuf.h (in #ifdef _KERNEL), as it is no wthe default setting for everyone. the reason we still use the name "PULLDOWN_TEST" while it is now default: kame code sharing.
Revision 1.50 / (download) - annotate - [select for diffs], Thu Jul 27 17:53:39 2000 UTC (12 years, 9 months ago) by mason
Branch: MAIN
Changes since 1.49: +3 -3
lines
Diff to previous 1.49 (colored)
Moving to a default of 64 PTYs.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 30 17:10:21 2000 UTC (12 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.48: +3 -2
lines
Diff to previous 1.48 (colored)
add PULLDOWN_TEST for all the platforms. XXX should be moved to somewhere else when stabilized
Revision 1.48 / (download) - annotate - [select for diffs], Wed Jun 28 15:31:02 2000 UTC (12 years, 10 months ago) by minoura
Branch: MAIN
Changes since 1.47: +22 -22
lines
Diff to previous 1.47 (colored)
GENERIC should run on any environment. It required 6MB of memory; disable some options/devices so that it can run on 4MB machines.
Revision 1.47 / (download) - annotate - [select for diffs], Thu Jun 22 20:27:57 2000 UTC (12 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.46: +3 -3
lines
Diff to previous 1.46 (colored)
Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
Revision 1.46 / (download) - annotate - [select for diffs], Wed Jun 14 22:02:43 2000 UTC (12 years, 11 months ago) by veego
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.45: +2 -15
lines
Diff to previous 1.45 (colored)
Remove the obsolete config fragments for kernel crypto, because the IPsec crypto code is now in the kernel source tree.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Apr 19 06:50:37 2000 UTC (13 years, 1 month ago) by itojun
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.44: +3 -2
lines
Diff to previous 1.44 (colored)
add stf pseudo interface (commented out due to possible security risks)
Revision 1.44 / (download) - annotate - [select for diffs], Mon Mar 27 15:53:04 2000 UTC (13 years, 1 month ago) by minoura
Branch: MAIN
Changes since 1.43: +4 -5
lines
Diff to previous 1.43 (colored)
Move par under intio.
Revision 1.43 / (download) - annotate - [select for diffs], Tue Feb 29 06:32:31 2000 UTC (13 years, 2 months ago) by simonb
Branch: MAIN
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Do the "<space><tab>" thing with the RAID_AUTOCONFIG option.
Revision 1.42 / (download) - annotate - [select for diffs], Sat Feb 26 17:35:43 2000 UTC (13 years, 2 months ago) by oster
Branch: MAIN
Changes since 1.41: +3 -2
lines
Diff to previous 1.41 (colored)
Defopt 'RAID_AUTOCONFIG'. Adding 'options RAID_AUTOCONFIG' turns on the component auto-detection and auto-configuration of RAID sets. Also, add "#options RAID_AUTOCONFIG" to the GENERIC config files.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 23 23:46:21 2000 UTC (13 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.40: +3 -1
lines
Diff to previous 1.40 (colored)
Add commented out "ident"-command
Revision 1.40 / (download) - annotate - [select for diffs], Thu Jan 20 19:12:37 2000 UTC (13 years, 4 months ago) by wrstuden
Branch: MAIN
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
Add overlay to kernel configs.
Revision 1.39 / (download) - annotate - [select for diffs], Sun Nov 21 14:00:45 1999 UTC (13 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.38: +21 -1
lines
Diff to previous 1.38 (colored)
bring in content of GENERIC.v6 into GENERIC.
remove GENERIC.v6 file (as it is part of GENERIC now).
"faith" interface is commented out by default as it is not really for
general use.
IPsec items are commented out as well, though we can enable "options IPSEC"
without export-related issue ("options IPSEC" will enable authentication
portion only). We may need to think about it again.
if you have problem compiling with INET6 on archs I do not have access to,
please contact me.
XXX what to do with arch/arm32/SHARK{,.v6}?
Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 18 14:08:24 1999 UTC (13 years, 6 months ago) by minoura
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Remove MAPPEDCOPY (somewhat buggy?).
Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 15 19:10:59 1999 UTC (13 years, 6 months ago) by fvdl
Branch: MAIN
Changes since 1.36: +2 -1
lines
Diff to previous 1.36 (colored)
Add commented out option SOFTDEP to all GENERIC kernels.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 29 10:37:25 1999 UTC (13 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base
Branch point for: wrstuden-devbsize,
thorpej_scsipi
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
It's time to be COMPAT_14.
Revision 1.35 / (download) - annotate - [select for diffs], Tue Jul 20 07:40:37 1999 UTC (13 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.34: +5 -5
lines
Diff to previous 1.34 (colored)
enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOG on the GENERIC kernels that had them commented out. XXX: Please note, that not all the kernels have all the options defined!
Revision 1.34 / (download) - annotate - [select for diffs], Fri May 21 15:08:27 1999 UTC (14 years ago) by minoura
Branch: MAIN
Changes since 1.33: +10 -8
lines
Diff to previous 1.33 (colored)
Remove experimental/buggy options.
Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 19 21:23:02 1999 UTC (14 years, 1 month ago) by kleink
Branch: MAIN
Changes since 1.32: +3 -2
lines
Diff to previous 1.32 (colored)
Add COMPAT_SVR4 for m68k.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Apr 18 15:43:22 1999 UTC (14 years, 1 month ago) by minoura
Branch: MAIN
Changes since 1.31: +3 -1
lines
Diff to previous 1.31 (colored)
Add missing par0.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 31 15:38:32 1999 UTC (14 years, 1 month ago) by minoura
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.30: +2 -5
lines
Diff to previous 1.30 (colored)
Enable rnd.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Mar 24 06:06:12 1999 UTC (14 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.29: +1 -2
lines
Diff to previous 1.29 (colored)
clean up kernel/config files files for machVM lossage.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Mar 17 12:31:26 1999 UTC (14 years, 2 months ago) by minoura
Branch: MAIN
Changes since 1.28: +7 -9
lines
Diff to previous 1.28 (colored)
MACHINE_NONCONTIG -> EXTENDED_MEMORY. G/c and comment changes.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 16 16:30:16 1999 UTC (14 years, 2 months ago) by minoura
Branch: MAIN
Changes since 1.27: +39 -29
lines
Diff to previous 1.27 (colored)
Merged minoura_x68k_bus_h branch.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 18 07:39:51 1999 UTC (14 years, 4 months ago) by itohy
Branch: MAIN
CVS Tags: minoura_x68k_bus_h-base3,
minoura_x68k_bus_h-base2
Changes since 1.26: +1 -2
lines
Diff to previous 1.26 (colored)
MACHINE_NEW_NONCONTIG is no longer optional remove non-MNN code
Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 23 23:01:52 1998 UTC (14 years, 5 months ago) by itohy
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Switch x68k port to UVM by default. Mach VM and even old contig and non-contig codes are still alive.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 15 19:50:21 1998 UTC (14 years, 5 months ago) by itohy
Branch: MAIN
CVS Tags: minoura_x68k_bus_h-base
Branch point for: minoura_x68k_bus_h
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
Added options COMPAT_LINUX and EXEC_ELF32 as comments to GENERIC configuration files.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Nov 25 20:30:47 1998 UTC (14 years, 5 months ago) by hwr
Branch: MAIN
CVS Tags: kenh-if-detach-base,
kenh-if-detach
Changes since 1.23: +4 -1
lines
Diff to previous 1.23 (colored)
Add (commented out) 'gre' pseudo device line. Feedback is welcome. Inspired by Klaus Klein.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 16 16:44:58 1998 UTC (14 years, 6 months ago) by oster
Branch: MAIN
Changes since 1.22: +5 -1
lines
Diff to previous 1.22 (colored)
Added a (commented out) configuration line for the RAIDframe device driver.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Sep 7 14:11:08 1998 UTC (14 years, 8 months ago) by minoura
Branch: MAIN
CVS Tags: chs-ubc-base,
chs-ubc
Changes since 1.21: +271 -135
lines
Diff to previous 1.21 (colored)
Reorganized the config files based on NetBSD/sparc ones. Removed unmaintained files.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 3 14:29:33 1998 UTC (14 years, 8 months ago) by minoura
Branch: MAIN
Changes since 1.20: +1 -3
lines
Diff to previous 1.20 (colored)
Deleted unused options EIOMAPSIZE and ITEKANJI. Removed unmaintained configs.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 5 16:08:34 1998 UTC (14 years, 9 months ago) by minoura
Branch: MAIN
Changes since 1.19: +4 -3
lines
Diff to previous 1.19 (colored)
Switched to MI zs driver.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 26 01:54:14 1998 UTC (14 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: eeh-paddr_t-base,
eeh-paddr_t
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
remove options FIFO; it's now the default
Revision 1.18 / (download) - annotate - [select for diffs], Wed Mar 18 16:34:45 1998 UTC (15 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
Add commented out "options FFS_EI"
Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 1 16:33:44 1997 UTC (15 years, 5 months ago) by kleink
Branch: MAIN
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Add COMPAT_13.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Nov 20 08:11:26 1997 UTC (15 years, 6 months ago) by fair
Branch: MAIN
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
add pseudo-device rnd, commented out
Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 17 01:58:40 1997 UTC (15 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
* add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file * fix up use of 'options<SPACE><TAB>'
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 19 16:04:57 1997 UTC (15 years, 7 months ago) by oki
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.13: +12 -10
lines
Diff to previous 1.13 (colored)
Add options M68060, mha driver.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Aug 23 19:19:38 1997 UTC (15 years, 9 months ago) by mjacob
Branch: MAIN
CVS Tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-base
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
add a before tab to SCSIVERBOSE
Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 20 18:45:44 1997 UTC (15 years, 9 months ago) by mjacob
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
add commented out reference SCSIVERBOSE option
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 12 18:42:24 1997 UTC (15 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: marc-pcmcia-bp,
bouyer-scsipi
Branch point for: marc-pcmcia
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
remove now obsolete "swap on..." lines.
Revision 1.10 / (download) - annotate - [select for diffs], Thu May 8 16:39:36 1997 UTC (16 years ago) by oki
Branch: MAIN
Changes since 1.9: +11 -11
lines
Diff to previous 1.9 (colored)
cleanup use of whitespace
Revision 1.9 / (download) - annotate - [select for diffs], Fri Jan 31 06:03:38 1997 UTC (16 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Oops! NFSCLIENT -> NFS
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 31 02:14:22 1997 UTC (16 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +17 -17
lines
Diff to previous 1.7 (colored)
Update for new file system and root spec grammar.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 15 01:29:17 1997 UTC (16 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
Eliminate obsolete TIMEZONE and DST options. Eliminate obsolete global kernel variable "struct timezone tz" Add RTC_OFFSET option Add global kernel variable rtc_offset, which is initialized by RTC_OFFSET at kernel compile time. on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many minutes west (east) of GMT the hardware RTC runs. Defaults to 0. Places where tz variable was used to indicate this in the past have been replaced with rtc_offset. Add sysctl interface to rtc_offset. Kill obsolete DST_* macros in sys/time.h gettimeofday now always returns zeroed timezone if zone is requested. settimeofday now ignores and logs attempts to set non-existant kernel timezone.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 27 08:52:05 1996 UTC (16 years, 6 months ago) by oki
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.5: +4 -1
lines
Diff to previous 1.5 (colored)
add EXEC_SCRIPT and EXEC_AOUT
Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 10 22:47:38 1996 UTC (16 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Document COMPAT_M68K4K, but leave it disabled by default.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 26 23:41:26 1996 UTC (16 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
add COMPAT_12.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 11 15:37:42 1996 UTC (16 years, 9 months ago) by oki
Branch: MAIN
Changes since 1.2: +18 -15
lines
Diff to previous 1.2 (colored)
fixed kernel couldn't boot from most machines. more generic for x68k.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 17 06:09:30 1996 UTC (16 years, 11 months ago) by oki
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
fd* is need to boot from floppy
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 5 12:17:03 1996 UTC (17 years ago) by oki
Branch: MAIN
Initial revision