<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/init/init.8, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>Fix typo: effected -&gt; affected</title>
<updated>2007-01-02T09:12:37Z</updated>
<author>
<name>Ralf S. Engelschall</name>
<email>rse@FreeBSD.org</email>
</author>
<published>2007-01-02T09:12:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7090a0c6be95985c2df84909f44edcb6984aa710'/>
<id>urn:sha1:7090a0c6be95985c2df84909f44edcb6984aa710</id>
<content type='text'>
Submitted by: Gordon Stratton &lt;tsr2600 (at) gmail (dot) com&gt;
</content>
</entry>
<entry>
<title>-mdoc sweep.</title>
<updated>2005-11-18T10:36:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T10:36:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e9e907d636ef7f776d89d98bd778f740ee69cdd'/>
<id>urn:sha1:4e9e907d636ef7f776d89d98bd778f740ee69cdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix system shutdown timeout handling by again supporting longer running</title>
<updated>2005-09-15T13:16:07Z</updated>
<author>
<name>Ralf S. Engelschall</name>
<email>rse@FreeBSD.org</email>
</author>
<published>2005-09-15T13:16:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=724447ac41a82a6c5a459edbf947c6489200897a'/>
<id>urn:sha1:724447ac41a82a6c5a459edbf947c6489200897a</id>
<content type='text'>
shutdown procedures (which have a duration of more than 120 seconds).

We have two user-space affecting shutdown timeouts: a "soft" one in
/etc/rc.shutdown and a "hard" one in init(8). The first one can be
configured via /etc/rc.conf variable "rcshutdown_timeout" and defaults
to 30 seconds. The second one was originally (in 1998) intended to be
configured via sysctl(8) variable "kern.shutdown_timeout" and defaults
to 120 seconds.

Unfortunately, the "kern.shutdown_timeout" was declared "unused" in 1999
(as it obviously is actually not used within the kernel itself) and
hence was intentionally but misleadingly removed in revision 1.107 from
init_main.c. Kernel sysctl(8) variables are certainly a wrong way to
control user-space processes in general, but in this particular case the
sysctl(8) variable should have remained as it supports init(8), which
isn't passed command line flags (which in turn could have been set via
/etc/rc.conf), etc.

As there is already a similar "kern.init_path" sysctl(8) variable which
directly affects init(8), resurrect the init(8) shutdown timeout under
sysctl(8) variable "kern.init_shutdown_timeout". But this time document
it as being intentionally unused within the kernel and used by init(8).
Also document it in the manpages init(8) and rc.conf(5).

Reviewed by: phk
MFC after: 2 weeks
</content>
</entry>
<entry>
<title>Moved descriptions of securelevels from init(7) to security(7).</title>
<updated>2005-09-03T17:16:00Z</updated>
<author>
<name>Gary W. Swearingen</name>
<email>garys@FreeBSD.org</email>
</author>
<published>2005-09-03T17:16:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e17c0e3256538c4ceddf4cd8c2a0a1940f89024f'/>
<id>urn:sha1:e17c0e3256538c4ceddf4cd8c2a0a1940f89024f</id>
<content type='text'>
Files used both "securelevel" and either "secure level" or
"security level"; all are now "security level".

PR:             docs/84266
Submitted by:   garys
Approved by:    keramida
MFC after:      3 days
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T10:09:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T10:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6087df9e8b0853475378c8ffa0d7f60590343e34'/>
<id>urn:sha1:6087df9e8b0853475378c8ffa0d7f60590343e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add references to pf(4) and pfctl(8) at the description of</title>
<updated>2004-07-22T10:38:13Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2004-07-22T10:38:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=328dbe4a949869880b1946b6a5b044872ee42d0e'/>
<id>urn:sha1:328dbe4a949869880b1946b6a5b044872ee42d0e</id>
<content type='text'>
securelevel = 3.

PR:		docs/69417
Submitted by:	Janos Mohacsi (mohacsi(at)niif(dot)hu)
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T21:45:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T21:45:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9806e231322307da0109e101ae2ef997a4a22290'/>
<id>urn:sha1:9806e231322307da0109e101ae2ef997a4a22290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assorted markup, grammar, and spelling fixes.</title>
<updated>2004-05-17T08:35:43Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-05-17T08:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9'/>
<id>urn:sha1:d04b5dfe6cb5c950c97bcc0c5742c01d1d8d33f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-09T19:58:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-09T19:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
</feed>
