<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/getty/subr.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-06-25T10:11:28Z</updated>
<entry>
<title>Nuke COMPAT_43</title>
<updated>2004-06-25T10:11:28Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-06-25T10:11:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be825f30a5f80197299b56f99262622746235bb2'/>
<id>urn:sha1:be825f30a5f80197299b56f99262622746235bb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o __P removal</title>
<updated>2002-02-06T16:38:40Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-06T16:38:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95289b278a615ee45551c70f0ac343c7a8243f33'/>
<id>urn:sha1:95289b278a615ee45551c70f0ac343c7a8243f33</id>
<content type='text'>
o remove register
o use strict prototypes
</content>
</entry>
<entry>
<title>Replace a strcat() with a strlcat().  Partial sync with OpenBSD; more</title>
<updated>2001-04-24T10:33:46Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2001-04-24T10:33:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e76e16fe6b7a44cdbe63d3c756027338725770e'/>
<id>urn:sha1:6e76e16fe6b7a44cdbe63d3c756027338725770e</id>
<content type='text'>
work is needed.

Submitted by:	"Andrew R. Reiter" &lt;arr@watson.org&gt;
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Changed setflags() to set_flags().  This fixes world breakage due to</title>
<updated>2000-01-28T07:12:03Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-01-28T07:12:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=21bac31e5543c05d2ab1d817b81032340cdd690a'/>
<id>urn:sha1:21bac31e5543c05d2ab1d817b81032340cdd690a</id>
<content type='text'>
recently incremented namespace pollution in &lt;unistd.h&gt;.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Getty is missing the speed table entry for 230400 baud.</title>
<updated>1998-07-22T05:57:22Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-07-22T05:57:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee98a93f4740048b64efdbd294dd4fb04438a338'/>
<id>urn:sha1:ee98a93f4740048b64efdbd294dd4fb04438a338</id>
<content type='text'>
PR:		7280
Reviewed by:	phk
Submitted by:	Craig Leres &lt;leres@ee.lbl.gov&gt;
</content>
</entry>
<entry>
<title>Correct incompletes .Xrs. Remove duplicate #includes and unused variables.</title>
<updated>1997-11-21T07:43:53Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-11-21T07:43:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d748864d2c912637ecc3d55874df9af6ff5c2c8f'/>
<id>urn:sha1:d748864d2c912637ecc3d55874df9af6ff5c2c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix botch with escaped characters, go back to using cgetstr().</title>
<updated>1997-09-03T01:05:36Z</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-09-03T01:05:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1cc1582825d1161fce7b501ecf48c0f057b13dea'/>
<id>urn:sha1:1cc1582825d1161fce7b501ecf48c0f057b13dea</id>
<content type='text'>
For escaped characters used in modem strings, use double-backslashes
in gettytab.
PR: 4370
</content>
</entry>
<entry>
<title>Use cgetustr() since we handled special escapes ourselves.</title>
<updated>1997-09-01T10:06:05Z</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-09-01T10:06:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b92f6bd2b8c8170b81fb62bb79e0ba010ddb8f5a'/>
<id>urn:sha1:b92f6bd2b8c8170b81fb62bb79e0ba010ddb8f5a</id>
<content type='text'>
Fix typo in escape parsing function.
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
</content>
</entry>
<entry>
<title>Fix memory leak caused by not freeing memory returned by cgetstr()</title>
<updated>1997-05-11T10:25:38Z</updated>
<author>
<name>David Nugent</name>
<email>davidn@FreeBSD.org</email>
</author>
<published>1997-05-11T10:25:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04a59e678a5eb1688133555977ec75657b3799da'/>
<id>urn:sha1:04a59e678a5eb1688133555977ec75657b3799da</id>
<content type='text'>
calls. The cost is a little more up-front memory allocation, but the
effect seems minimal.

Problem noticed-by: bde

Added syslog at LOG_ERR when referencing an unknown gettytab entry
and for other cgetent() failues (circular reference et al).

To be merged into 2.2 after a few days testing.
</content>
</entry>
</feed>
