<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sbin/init, branch stable/2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=stable%2F2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>1999-09-05T11:54:50Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-09-05T11:54:50Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-09-05T11:54:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4f9ad419660ffb02915127d84cc0694bb12de79'/>
<id>urn:sha1:f4f9ad419660ffb02915127d84cc0694bb12de79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Brought in fix from rev 1.15: protect from stack overrun.</title>
<updated>1997-02-19T08:12:01Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1997-02-19T08:12:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=725728d3f182a76093d473c536a1a8e671b28cec'/>
<id>urn:sha1:725728d3f182a76093d473c536a1a8e671b28cec</id>
<content type='text'>
NOTE: I do not plan to move the RELENG_2_1_7_RELEASE tag after this
commit since the release has presumably already been rolled. If Jordan
wants to include this change, then he'll need to move the tag himself.
</content>
</entry>
<entry>
<title>Merge the Makefile changes from -current that allow to build both</title>
<updated>1996-11-24T09:31:43Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-11-24T09:31:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f54ce65bb92b3e103ea891edc7fcfae0b9a4dc5a'/>
<id>urn:sha1:f54ce65bb92b3e103ea891edc7fcfae0b9a4dc5a</id>
<content type='text'>
versions, the DES-contaminated and the exportable one, during a `make
release'.  This should fix the problems where /sbin/init and /bin/ed
have been missing in the `des' distribution of 2.1.6.

Requested by:	jkh
Reviewed by:	markm
</content>
</entry>
<entry>
<title>Brought in changes from revs 1.8-1.9: getty exiting too quickly fix.</title>
<updated>1995-08-26T05:05:30Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-08-26T05:05:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cc9ff42e62ddcda1a6e77e96506d5673ba050f7e'/>
<id>urn:sha1:cc9ff42e62ddcda1a6e77e96506d5673ba050f7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:12:45Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:12:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5ebc7e6281887681c3a348a5a4c902e262ccd656'/>
<id>urn:sha1:5ebc7e6281887681c3a348a5a4c902e262ccd656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add better argument handling</title>
<updated>1995-01-10T21:19:57Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-01-10T21:19:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=81ab7fb2a7299c297fd551d10bbe27e277dece93'/>
<id>urn:sha1:81ab7fb2a7299c297fd551d10bbe27e277dece93</id>
<content type='text'>
Submitted by: jmz
</content>
</entry>
<entry>
<title>revision 1.6</title>
<updated>1994-10-14T17:15:40Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1994-10-14T17:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b5df27e29ff8f16dbd4c1545da78a50d49df61a4'/>
<id>urn:sha1:b5df27e29ff8f16dbd4c1545da78a50d49df61a4</id>
<content type='text'>
date: 1994/03/06 08:55:02;  author: ache;  state: Exp;  lines: +4 -1
Stop count getty spacing problem, if we issue kill -1 1
----------------------------
revision 1.5
date: 1994/03/04 17:51:39;  author: ache;  state: Exp;  lines: +9 -2
I got a lot of
"getty repeating too quickly on port %s, sleeping"
from init.bsdi, it means that getty start and exit in five seconds.
This is common situation for poor quality Russian phone lines:
modem got CONNECT message and after retries got NO CARRIER.
So I introduce spacing count, it means that this warning and
sleep occurse only after GETTY_NSPACE times of sequental attempts.
----------------------------
revision 1.4
date: 1994/02/28 21:53:52;  author: ache;  state: Exp;  lines: +71 -10
I found (and fix) ugly bugs in init.bsdi (this bugs not present
in old init)

1) Init don't setup TERM environment variable for default terminal
type from /etc/ttys before calling getty/window.

2) When "kill -1 1" issued, init don't restart getty when
/etc/ttys parameters was changed (it only kill "off" end empty entries).

3) Small memory leak if "window" /etc/ttys parameter specified and
"kill -1 1" issued.

Obtained from: FreeBSD 1.x
</content>
</entry>
<entry>
<title>What cretin named both a global and a function "reboot"?  Global</title>
<updated>1994-08-28T10:00:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-08-28T10:00:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=db8ad19dab9387aebfa5f4ec81619c384c75c591'/>
<id>urn:sha1:db8ad19dab9387aebfa5f4ec81619c384c75c591</id>
<content type='text'>
changed to Reboot.
Submitted by:	jkh
</content>
</entry>
<entry>
<title>Bring in my changes from the 1.1 init.bsdi which causes a reboot (was a</title>
<updated>1994-08-27T21:32:01Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1994-08-27T21:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e460cfd33f4c512ce85111e91ddf89bdfe9d2240'/>
<id>urn:sha1:e460cfd33f4c512ce85111e91ddf89bdfe9d2240</id>
<content type='text'>
halt before)  if init is sent an interrupt signal.  This is necessary
for &lt;CTL&gt;&lt;ALT&gt;&lt;DEL&gt; to do the right thing if enabled.
</content>
</entry>
<entry>
<title>Nuked the 2 second DTR wait; this is handled correctly in the sio driver.</title>
<updated>1994-08-23T04:42:45Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-08-23T04:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=40eaff5d0f8ea487596ff841a83ba419472939db'/>
<id>urn:sha1:40eaff5d0f8ea487596ff841a83ba419472939db</id>
<content type='text'>
</content>
</entry>
</feed>
