<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/libexec/getty, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-07-18T16:25:55Z</updated>
<entry>
<title>Prototype defttymode() instead of just declaring it.</title>
<updated>2003-07-18T16:25:55Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-07-18T16:25:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=0183b0b8b87573d62a51fbbc3defc29832dd3ef5'/>
<id>urn:sha1:0183b0b8b87573d62a51fbbc3defc29832dd3ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use the initial terminal mode instead of the current mode</title>
<updated>2003-06-18T13:22:44Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-18T13:22:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b19ab1ce699c9fe531bd599a552136b47e52c238'/>
<id>urn:sha1:b19ab1ce699c9fe531bd599a552136b47e52c238</id>
<content type='text'>
  as the source of defaults for terminal device parameters.

- Do duplucate code reduction and simplification enabled by
  the above.

Reviewed by:	green
MFC after:	1 month
</content>
</entry>
<entry>
<title>Improve the manpage language a bit.</title>
<updated>2003-06-17T12:29:36Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-17T12:29:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ec754f0964c83fd82a2baa7f611845fd54aabc5f'/>
<id>urn:sha1:ec754f0964c83fd82a2baa7f611845fd54aabc5f</id>
<content type='text'>
A PPP login program is started _automatically_ (i.e., without
human intervention) even with the "pl" capability unset, as soon
as a PPP frame is detected.  But with "pl" set, a PPP login program
is started independently of the result of PPP detection (which is
rendered unnecessary then,) i.e. _unconditionally_.
</content>
</entry>
<entry>
<title>In the last clean-up of this code, the fact that the default tty mode</title>
<updated>2003-06-14T08:26:47Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2003-06-14T08:26:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7ce06101b88f68f31c09b74299254c321443da16'/>
<id>urn:sha1:7ce06101b88f68f31c09b74299254c321443da16</id>
<content type='text'>
information could only be gleaned from the the tty descriptor itself
was neglected, so never did the tty's default settings get copied from
the kernel.  Specifically, this caused all manner of ctrl-keys to not
work.  Fix this by calling dogettytab() in all the proper places, and
retrieving the terminfo temporarily in dogettytab().
</content>
</entry>
<entry>
<title>Read gettytab(5) soon enough to fill in all necessary values.</title>
<updated>2003-06-10T18:30:41Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T18:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3cd7e22936f308f84ec65629d1fee568a4abdc7d'/>
<id>urn:sha1:3cd7e22936f308f84ec65629d1fee568a4abdc7d</id>
<content type='text'>
Re-read gettytab(5) only if needed.

This fixes bugs introduced as long ago as in getty/main.c rev.1.15.

PR:		bin/18181
MFC after:	1 month
</content>
</entry>
<entry>
<title>Spot one more place where boolean variables were incremented</title>
<updated>2003-06-10T16:34:03Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T16:34:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5f596fa5d0203cbe6ecd4f9d4b70318eeccc4221'/>
<id>urn:sha1:5f596fa5d0203cbe6ecd4f9d4b70318eeccc4221</id>
<content type='text'>
instead of just being assigned a truth value.
</content>
</entry>
<entry>
<title>Coding style fix:  Use "foo = 1" instead of "foo++" to assign</title>
<updated>2003-06-10T15:38:35Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T15:38:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8b52276d101bd9642e7f485ca68b2126b77e6f60'/>
<id>urn:sha1:8b52276d101bd9642e7f485ca68b2126b77e6f60</id>
<content type='text'>
the truth value to a boolean variable, especially when inside
a loop.  The variable can overflow otherwise, at least in theory.
</content>
</entry>
<entry>
<title>Break sentences.</title>
<updated>2003-06-10T15:03:35Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T15:03:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=018319c22687313fb50407421f8eecb2b3017cc6'/>
<id>urn:sha1:018319c22687313fb50407421f8eecb2b3017cc6</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>General mdoc(7) markup fixes:</title>
<updated>2003-06-10T14:46:43Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T14:46:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cefc03cb09052712ffa2cba2b913d580b5a2c287'/>
<id>urn:sha1:cefc03cb09052712ffa2cba2b913d580b5a2c287</id>
<content type='text'>
- Use .Va, not .Em, to mark up variable-like identifiers
  (capability and database entry names.)
- Stop abusing .Tn (trademark) to emphasize general phrases.
- Spot unmarked capability references.
- Add a missing line break.

Discussed with:	ru
MFC after:	1 week
</content>
</entry>
<entry>
<title>Improve the language and markup of the description of the pp and pl</title>
<updated>2003-06-10T14:20:38Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-10T14:20:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cc5ded58d3631b1a0405a74f810580c7ba9a6122'/>
<id>urn:sha1:cc5ded58d3631b1a0405a74f810580c7ba9a6122</id>
<content type='text'>
capabilities:

- Mark up capability identifiers.
- Don't squeeze much text into the capability table given the options
  will be described below in detail.
- Keep the capability table sorted.
- Use a consistent term for a PPP login program.

MFC after:	1 week
</content>
</entry>
</feed>
