<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/getty/subr.c, branch release/2.2.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-10-21T01:56:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: cgetustr() -&gt; cgetstr().</title>
<updated>1997-09-03T01:08:41+00:00</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-09-03T01:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2e83bb21c9ce4ead7771403a7d522781ffb81ee4'/>
<id>2e83bb21c9ce4ead7771403a7d522781ffb81ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Use cgetustr() and typo (== =&gt; =) fix.</title>
<updated>1997-09-01T10:08:48+00:00</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-09-01T10:08:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2223caa99fe916dbcf76ccd1c8f1e39a6cad6172'/>
<id>2223caa99fe916dbcf76ccd1c8f1e39a6cad6172</id>
<content type='text'>
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
</pre>
</div>
</content>
</entry>
<entry>
<title>From -current: memory leaks from cgetent() calls, make compile cleaner with</title>
<updated>1997-08-17T23:44:35+00:00</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-08-17T23:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2df88a75b7bb745f3e2f4a81e295fe9b5f9ac36'/>
<id>c2df88a75b7bb745f3e2f4a81e295fe9b5f9ac36</id>
<content type='text'>
-Wall, minor mdoc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-Wall, minor mdoc fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: getty enhancements including modem/chat handling and hw= gettytab</title>
<updated>1997-05-11T05:28:54+00:00</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-05-11T05:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2708d8dab64d8e17ed6370aacd6c03a77aa4af1'/>
<id>e2708d8dab64d8e17ed6370aacd6c03a77aa4af1</id>
<content type='text'>
capability for forcing crtscts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
capability for forcing crtscts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally commit the changes that make getty(8) no longer depend on the</title>
<updated>1996-05-05T19:01:13+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-05-05T19:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cae66988a190d73deee79d809ee673ff58e1186b'/>
<id>cae66988a190d73deee79d809ee673ff58e1186b</id>
<content type='text'>
COMPAT_43 cruft.  This is supposedly the last core utility that has
been using it!  (So now, one should be able to remove this option from
the config files.  Be aware that the last officially released xterm
however still requires it.)

The getty has been running now for several weeks on my modem line, so
i feel safe about it.

Obtained from:	mostly from the NetBSD vendor-branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
COMPAT_43 cruft.  This is supposedly the last core utility that has
been using it!  (So now, one should be able to remove this option from
the config files.  Be aware that the last officially released xterm
however still requires it.)

The getty has been running now for several weeks on my modem line, so
i feel safe about it.

Obtained from:	mostly from the NetBSD vendor-branch
</pre>
</div>
</content>
</entry>
<entry>
<title>Change hardcoded 15 (which means 38400) to B115200 which is 17</title>
<updated>1995-07-23T02:30:44+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-07-23T02:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9aa70e27a7238c3244e71adf4b60183c583c8c47'/>
<id>9aa70e27a7238c3244e71adf4b60183c583c8c47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix truncating hostname using MAXHOSTNAMELEN</title>
<updated>1995-03-24T05:15:09+00:00</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-03-24T05:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c568fce986f9b015af49a31adf70c169ca418a55'/>
<id>c568fce986f9b015af49a31adf70c169ca418a55</id>
<content type='text'>
Submitted by: Jan Conard &lt;charly@fachschaften.tu-muenchen.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Jan Conard &lt;charly@fachschaften.tu-muenchen.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace this with the 1.1.5.1 getty.  David says that the 4.4 version is too</title>
<updated>1994-08-26T05:19:17+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-08-26T05:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fef0aded641740c924195565726ff9935bf71b61'/>
<id>fef0aded641740c924195565726ff9935bf71b61</id>
<content type='text'>
broken to live.
Submitted by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
broken to live.
Submitted by:	jkh
</pre>
</div>
</content>
</entry>
</feed>
