The NetBSD Project

CVS log for src/sys/arch/sparc/conf/INSTALL

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / sparc / conf

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.87 / (download) - annotate - [select for diffs], Sat Apr 27 21:43:41 2013 UTC (3 weeks ago) by christos
Branch: MAIN
CVS Tags: khorben-n900, HEAD
Changes since 1.86: +2 -2 lines
Diff to previous 1.86 (colored)

the bogus number police

Revision 1.86 / (download) - annotate - [select for diffs], Sat Apr 27 18:19:51 2013 UTC (3 weeks ago) by christos
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85 (colored)

remove confusing numeric locators where they are unused.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Mar 1 18:25:52 2013 UTC (2 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.84: +1 -3 lines
Diff to previous 1.84 (colored)

Retire OSI network stack. OK core@

Revision 1.84 / (download) - annotate - [select for diffs], Thu Feb 7 16:19:16 2013 UTC (3 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: tls-maxphys-nbase, tls-maxphys-base
Changes since 1.83: +4 -1 lines
Diff to previous 1.83 (colored)

add sx at mainbus

Revision 1.83 / (download) - annotate - [select for diffs], Fri Aug 17 20:11:41 2012 UTC (9 months ago) by abs
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.82: +3 -1 lines
Diff to previous 1.82 (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.82 / (download) - annotate - [select for diffs], Tue Jun 26 02:04:55 2012 UTC (10 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.81: +3 -3 lines
Diff to previous 1.81 (colored)

switch to WSEMUL_VT100 to reduce differences with sparc64 and other wscons
and fb console using ports
WSEMUL_SUN is left in but commented out so whoever wants it back can have it
with minimal effort

Revision 1.81 / (download) - annotate - [select for diffs], Sun Mar 11 06:18:46 2012 UTC (14 months, 1 week ago) by nakayama
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base10
Changes since 1.80: +2 -4 lines
Diff to previous 1.80 (colored)

Remove stray comments for LKM.

Revision 1.80 / (download) - annotate - [select for diffs], Sun Dec 18 05:49:32 2011 UTC (17 months ago) by dholland
Branch: MAIN
CVS Tags: 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-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-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored)

WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Nov 22 21:25:37 2011 UTC (17 months, 3 weeks ago) by tls
Branch: MAIN
CVS Tags: jmcneill-usbmp-pre-base2, jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.78: +1 -2 lines
Diff to previous 1.78 (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.78 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:31 2011 UTC (2 years, 2 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.77: +3 -2 lines
Diff to previous 1.77 (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.77 / (download) - annotate - [select for diffs], Tue Nov 23 11:14:06 2010 UTC (2 years, 5 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.76: +3 -3 lines
Diff to previous 1.76 (colored)

Remove unused count from pseudo-device md.

Revision 1.76 / (download) - annotate - [select for diffs], Wed Jul 7 20:58:56 2010 UTC (2 years, 10 months ago) by macallan
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.75: +3 -3 lines
Diff to previous 1.75 (colored)

make sure to include a small font for machines like the SPARCbook 3GX
should fix PR43297

Revision 1.75 / (download) - annotate - [select for diffs], Fri Apr 16 13:48:35 2010 UTC (3 years, 1 month ago) by pooka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

Remove unused count (invariably "4") from pseudo-device fss.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Mar 24 00:39:07 2010 UTC (3 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.73: +6 -1 lines
Diff to previous 1.73 (colored)

enable CG12 support

Revision 1.73 / (download) - annotate - [select for diffs], Mon Mar 1 06:14:17 2010 UTC (3 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9
Branch point for: rmind-uvmplock
Changes since 1.72: +5 -1 lines
Diff to previous 1.72 (colored)

enable PNOZZ_USE_LATCH in case we run into some hardware which needs it

Revision 1.72 / (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.71: +1 -2 lines
Diff to previous 1.71 (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.71 / (download) - annotate - [select for diffs], Sun Sep 27 13:27:44 2009 UTC (3 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.70: +1 -2 lines
Diff to previous 1.70 (colored)

Remove commented out and nonexistent cgthree at obio stuff.

SPARCclassic has onboard CG3 but it's internally connected via SBus,
and there is no info about sun4m machines which actually require
cgthree at obio attachment. Info from jdc@.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Aug 6 18:28:41 2009 UTC (3 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7
Changes since 1.69: +3 -3 lines
Diff to previous 1.69 (colored)

enable the tcx driver

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jun 9 11:06:09 2009 UTC (3 years, 11 months ago) by he
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5, jymxensuspend-base
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

Add -lprop to the ramdisk build, so that it builds again, due to
recent changes in newfs.  Bump the ramdisk size from 1536 to 1800
blocks as a consequence.

Revision 1.68 / (download) - annotate - [select for diffs], Tue May 5 23:58:50 2009 UTC (4 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (colored)

enable ZX/Leo since we now support wscons on it

Revision 1.67 / (download) - annotate - [select for diffs], Fri Mar 6 20:31:52 2009 UTC (4 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base
Changes since 1.66: +1 -2 lines
Diff to previous 1.66 (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.66 / (download) - annotate - [select for diffs], Sun Feb 8 13:05:51 2009 UTC (4 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.65: +11 -11 lines
Diff to previous 1.65 (colored)

Cosmetic clean up:
  options<space><tab>

Revision 1.65 / (download) - annotate - [select for diffs], Fri Feb 6 18:50:28 2009 UTC (4 years, 3 months ago) by jym
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (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.64 / (download) - annotate - [select for diffs], Mon Dec 22 23:47:16 2008 UTC (4 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.63: +41 -11 lines
Diff to previous 1.63 (colored)

convert to wscons, while there add some missing wsdisplay drivers

Revision 1.63 / (download) - annotate - [select for diffs], Wed Nov 12 12:36:06 2008 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: haad-nbase2, haad-dm-base2, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.62: +1 -2 lines
Diff to previous 1.62 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.62 / (download) - annotate - [select for diffs], Thu Jul 31 07:41:07 2008 UTC (4 years, 9 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-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, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-dm-base1
Branch point for: nick-hppapmap, netbsd-5, matt-nb5-mips64
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

Add "options WAPBL" to standard GENERIC/INSTALL type configs.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Jun 25 03:33:06 2008 UTC (4 years, 10 months ago) by matt
Branch: MAIN
CVS Tags: simonb-wapbl-nbase, simonb-wapbl-base
Branch point for: haad-dm
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

Increase RAMDISK size due to ever-increasing bloat.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Oct 17 19:57:11 2007 UTC (5 years, 7 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, 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, wrstuden-revivesa-base-1, wrstuden-revivesa-base, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, mjf-devfs, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: yamt-nfs-mp, wrstuden-revivesa, simonb-wapbl, mjf-devfs2
Changes since 1.59: +1 -1 lines
Diff to previous 1.59 (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.59 / (download) - annotate - [select for diffs], Sat Jun 2 17:16:12 2007 UTC (5 years, 11 months ago) by uwe
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, jmcneill-pm, hpcarm-cleanup, bouyer-xenamd64
Branch point for: matt-armv6
Changes since 1.58: +3 -2 lines
Diff to previous 1.58 (colored)

Add COMPAT_40.  While here, make COMPAT_30 comment match other COMPAT_*.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Dec 29 21:49:03 2006 UTC (6 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, yamt-idlelwp, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, post-newlock2-merge, newlock2-nbase, newlock2-base, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, ppcoea-renovation, mjf-ufs-trans
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

update comments on NFS_V2_ONLY after nqnfs removal.  no functional changes.
from Arnaud Lacombe.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Oct 2 03:28:31 2006 UTC (6 years, 7 months ago) by chs
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, 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, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.56: +1 -2 lines
Diff to previous 1.56 (colored)

remove MALLOC_NOINLINE, it doesn't do anything anymore.

Revision 1.56 / (download) - annotate - [select for diffs], Wed Sep 27 21:42:06 2006 UTC (6 years, 7 months ago) by manu
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407

Revision 1.55 / (download) - annotate - [select for diffs], Sat Aug 26 20:26:56 2006 UTC (6 years, 8 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.54: +2 -4 lines
Diff to previous 1.54 (colored)

PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

Revision 1.54 / (download) - annotate - [select for diffs], Sun Feb 5 05:02:02 2006 UTC (7 years, 3 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.53: +7 -7 lines
Diff to previous 1.53 (colored)

Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

Revision 1.53 / (download) - annotate - [select for diffs], Sat Feb 4 03:40:41 2006 UTC (7 years, 3 months ago) by rpaulo
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

bpfilter doesn't accept count anymore.

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 7 12:40:47 2005 UTC (7 years, 5 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.51: +1 -2 lines
Diff to previous 1.51 (colored)

Remove obsolete options VNODE_OP_NOINLINE.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Dec 7 09:10:19 2005 UTC (7 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).

Revision 1.50 / (download) - annotate - [select for diffs], Fri Aug 19 05:20:03 2005 UTC (7 years, 9 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.49: +2 -1 lines
Diff to previous 1.49 (colored)

Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels

Revision 1.49 / (download) - annotate - [select for diffs], Fri Aug 19 02:03:53 2005 UTC (7 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

64 bit inode changes.

Revision 1.48 / (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, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (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.47 / (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.46: +2 -2 lines
Diff to previous 1.46 (colored)

Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT

Revision 1.46 / (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.45: +2 -1 lines
Diff to previous 1.45 (colored)

Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.

Revision 1.45 / (download) - annotate - [select for diffs], Mon Jan 31 16:55:29 2005 UTC (8 years, 3 months ago) by hannken
Branch: MAIN
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (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.44 / (download) - annotate - [select for diffs], Wed Nov 10 17:54:07 2004 UTC (8 years, 6 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.43: +2 -1 lines
Diff to previous 1.43 (colored)

Add COMPAT_BSDPTY to the rest of the config files.

Revision 1.43 / (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.42: +2 -1 lines
Diff to previous 1.42 (colored)

IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
tech-net@

Revision 1.42 / (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.41: +2 -1 lines
Diff to previous 1.41 (colored)

Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Oct 7 09:43:58 2003 UTC (9 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

Add COMPAT_16.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Sep 6 03:25:30 2003 UTC (9 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

add rnd(4) device to installation media.
necessary for many purposes, including password seeding, tcp sequence number,
and more.  see tech-security

Revision 1.39 / (download) - annotate - [select for diffs], Thu Apr 10 22:07:04 2003 UTC (10 years, 1 month ago) by christos
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.38: +1 -5 lines
Diff to previous 1.38 (colored)

Bye Bye UCONSOLE

Revision 1.38 / (download) - annotate - [select for diffs], Sat Mar 8 00:04:36 2003 UTC (10 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

crank memory disk from 1360 blocks to 1376 blocks

Revision 1.37 / (download) - annotate - [select for diffs], Wed Sep 18 02:44:08 2002 UTC (10 years, 8 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
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

enable USERCONF by default; it's small and extremely useful to have available.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Jul 5 13:40:17 2002 UTC (10 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.35: +4 -3 lines
Diff to previous 1.35 (colored)

Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.

Revision 1.35 / (download) - annotate - [select for diffs], Tue May 14 14:27:33 2002 UTC (11 years ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Branch point for: gehenna-devsw
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

- Enable NFS_BOOT_DHCP (as well as the existing NFS_BOOT_BOOTPARAM).
  DHCP/Bootp is tried before bootparams in the MI nfs mountroot code.
- Change the order in boot.net from "bootparams then bootp" to
  "bootp then bootparams", to be consistent with the MI nfs mountroot code.

(Consistency with other NetBSD ports is good, and things still work
for sites that run bootparams but not dhcp/bootp, although I'd argue that
dhcp/bootp is much easier to setup and manage and is easier to debug
than our rpc.bootparamd...)

Per discussion with Paul Kranenburg and Matt Green.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Apr 25 15:06:37 2002 UTC (11 years ago) by atatat
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (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.33 / (download) - annotate - [select for diffs], Fri Apr 12 08:11:20 2002 UTC (11 years, 1 month ago) by gmcgarry
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Tue Apr 2 05:30:49 2002 UTC (11 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...

Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 10 19:56:46 2002 UTC (11 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: eeh-devprop-base, eeh-devprop
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

* rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
  are now consistently named
* fold opt_mdsize.h into opt_md.h

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 10 17:37:02 2002 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, ifpoll
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Update description for icsphy.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 27 13:23:26 2002 UTC (11 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (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.28 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:39 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Tue Nov 20 08:43:35 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.26: +6 -6 lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Sun Jul 8 16:32:24 2001 UTC (11 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: nathanw_sa, kqueue
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs], Wed Nov 1 14:34:22 2000 UTC (12 years, 6 months ago) by pk
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Update comment accompanying the SUN4_MMU3L option.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 30 23:23:15 2000 UTC (12 years, 6 months ago) by pk
Branch: MAIN
Changes since 1.23: +42 -42 lines
Diff to previous 1.23 (colored)

Enable sun4 support and VME devices.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 20 11:24:48 2000 UTC (12 years, 7 months ago) by pk
Branch: MAIN
Changes since 1.22: +5 -3 lines
Diff to previous 1.22 (colored)

Adjust md root filesystem size.
Enable MFS.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Oct 2 18:43:37 2000 UTC (12 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Ensure all INSTALL* kernels have two ptys, and a note explaining why:
pseudo-device  pty             2       # pseudo-terminals (Sysinst needs two)
(Some installers may not be using sysinst, in which case this just reduces
the number of ptys from 16 that are not used to 2 that are not used)
For i386 conf files, no change other than comments.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 25 13:54:52 2000 UTC (12 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.20: +6 -7 lines
Diff to previous 1.20 (colored)

Use "options<SPACE><TAB>" not "options<TAB>" - noted by simonb.
Move VNODE_OP_NOINLINE and NFS_V2_ONLY into '# Filesystem options' section.
Consistently label '# Filesystem options' and '#File systems' sections.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 25 11:46:39 2000 UTC (12 years, 7 months ago) by abs
Branch: MAIN
Changes since 1.19: +6 -1 lines
Diff to previous 1.19 (colored)

Ensure all INSTALL config files have (at least) COPTS="-Os", cincluding bebox
based on it working already for macppc.
Also add commented out:
#options        VNODE_OP_NOINLINE       # Don't inline vnode op calls
#options        NFS_V2_ONLY             # Exclude NFS3 and NQNFS code
as suggestions for additional savings

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 24 15:59:37 2000 UTC (12 years, 7 months ago) by jdolecek
Branch: MAIN
Changes since 1.18: +2 -6 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Mon Sep 4 16:16:18 2000 UTC (12 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Switch INSTALL back to being used by miniroot install.
Add INSTALL-SYSINST config for sysinst install.
These are expected to diverge more as time progresses.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 22 13:36:14 2000 UTC (12 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.16: +12 -14 lines
Diff to previous 1.16 (colored)

Diet a little to help fitting onto a floppy

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 27 14:34:09 2000 UTC (12 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

remove COMPAT_AOUT option.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 8 11:33:24 2000 UTC (12 years, 10 months ago) by pk
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Drop KERNFS

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 31 17:35:59 2000 UTC (12 years, 11 months ago) by matt
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Make the ramdisk space the same as the ramdisk size being built in distrib

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 8 13:49:49 2000 UTC (13 years ago) by augustss
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Add (sometimes commented out) MIIVERBOSE option.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 14 13:41:45 2000 UTC (13 years, 4 months ago) by pk
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Expand md filesystem to 3.6MB.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 29 10:37:22 1999 UTC (13 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

It's time to be COMPAT_14.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 28 09:48:36 1999 UTC (13 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.9: +17 -16 lines
Diff to previous 1.9 (colored)

update comments for mi VME

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 26 18:47:15 1999 UTC (13 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

enable xbox and ppp

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jun 6 13:16:06 1999 UTC (13 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.7: +61 -6 lines
Diff to previous 1.7 (colored)

update this to GENERIC rev. 1.84.

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 19 21:06:00 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

SPARC console is black on white, and is centered by default.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 26 04:25:38 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored)

Update configuration to match `rasops' fixes and config glue.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 13 18:45:41 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

Bring sparc/sparc64 fb code and kernel configuration into line with
rcons changes.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 10 13:40:30 1999 UTC (14 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, kame_14_19990705, kame_14_19990628
Branch point for: netbsd-1-4, kame, chs-ubc2
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

bump size of miniroot

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 27 05:45:17 1998 UTC (14 years, 9 months ago) by mrg
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, eeh-paddr_t-base, eeh-paddr_t, chs-ubc-base, chs-ubc
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

enable kernfs and mfs.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 26 01:54:09 1998 UTC (14 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

remove options FIFO; it's now the default

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 20 13:02:28 1998 UTC (14 years, 11 months ago) by mrg
Branch: MAIN

rename FLOPPY INSTALL, as it is used for cdroms also

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>