Up to [cvs.netbsd.org] / src / etc / rc.d
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:03 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 21 16:08:57 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
Split fsck during boot into two phases. Check the root file system first, mount root and run the various disk providers. Add swap and check the remaining file systems after that. This breaks the dependency cycle for lvm, which needs writeable /dev. Depend on rndctl in cgd.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Fri Feb 6 00:56:48 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: 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-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
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
Changes since 1.2.2.2: +4 -2
lines
Diff to previous 1.2.2.2 (colored) next main 1.3 (colored)
Pull up following revision(s) (requested by apb in ticket #406): etc/rc.d/rndctl: revision 1.2 The -d or -t flag must appear after -c/-C/-e/-E flags, because of the way we add the device name. after the flags. Addresses PR 40495 from Ryo HAYASAKA.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Fri Feb 6 00:51:42 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
Changes since 1.2.2.1: +77 -0
lines
Diff to previous 1.2.2.1 (colored)
Pull up following revision(s) (requested by apb in ticket #406): etc/defaults/rc.conf: revision 1.99 etc/rc.d/Makefile: revision 1.73 etc/rc.d/rndctl: revision 1.1 share/man/man5/rc.conf.5: revision 1.127 * Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki. This allows you to invoke rndctl(8) during the boot. * Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf. * Document rndctl and rndctl_flags variables in rc.conf(5).
Revision 1.2.2.1, Mon Feb 2 09:24:47 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
Changes since 1.2: +0 -79
lines
FILE REMOVED
file rndctl was added on branch netbsd-5 on 2009-02-06 00:51:42 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 2 09:24:47 2009 UTC (3 years, 3 months ago) by apb
Branch: MAIN
Branch point for: netbsd-5,
jym-xensuspend
Changes since 1.1: +4 -2
lines
Diff to previous 1.1 (colored)
The -d or -t flag must appear after -c/-C/-e/-E flags, because of the way we add the device name. after the flags. Addresses PR 40495 from Ryo HAYASAKA.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Jan 17 20:43:44 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1.2.1: +77 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.1.2.1, Sun Jan 4 12:10:30 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.1: +0 -77
lines
FILE REMOVED
file rndctl was added on branch mjf-devfs2 on 2009-01-17 20:43:44 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 4 12:10:30 2009 UTC (3 years, 4 months ago) by apb
Branch: MAIN
CVS Tags: mjf-devfs2-base2
Branch point for: mjf-devfs2
* Add etc/rc.d/rndctl script, based on work by Brian A. Seklecki. This allows you to invoke rndctl(8) during the boot. * Add rndctl=NO and rndctl_flags="" to /etc/defaults/rc.conf. * Document rndctl and rndctl_flags variables in rc.conf(5).