<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/lock, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-02-13T22:25:33Z</updated>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Two fixes here:</title>
<updated>2004-01-22T04:24:15Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2004-01-22T04:24:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54ca359425fa8db3734798f19d6bf822e4fd2096'/>
<id>urn:sha1:54ca359425fa8db3734798f19d6bf822e4fd2096</id>
<content type='text'>
1. If fgets fails, don't go into an infinite cpu-intensive loop.  Instead,
check to see if the terminal still exists, and sleep(1) otherwise.
2. When we check to see if the terminal still exists, make sure we're not
mislead by EINTR.  This could have been a security issue, but fortunately
the current implementation of tcgetattr doesn't EINTR.

PR: bin/60758
Approved by: rwatson (mentor)
</content>
</entry>
<entry>
<title>Eliminate last three uses of varargs.h in the tree. These three files</title>
<updated>2003-09-01T04:12:18Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-09-01T04:12:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84c0a482499490d5f27b1399d9ac7ed0e059e0ca'/>
<id>urn:sha1:84c0a482499490d5f27b1399d9ac7ed0e059e0ca</id>
<content type='text'>
were including varargs.h file but did not use any of its macros,
so they escaped the clean-up before.
</content>
</entry>
<entry>
<title>Introduce options definition the standard way.</title>
<updated>2003-06-09T19:32:02Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-09T19:32:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f88e6136c3929ca6531bc4b33e559a8aa2fd6dcf'/>
<id>urn:sha1:f88e6136c3929ca6531bc4b33e559a8aa2fd6dcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the fact that VTY locking is easily bypassable when DDB</title>
<updated>2003-02-27T18:25:26Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2003-02-27T18:25:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=356168f5cc687113b98b9db7e5bbb264fd484751'/>
<id>urn:sha1:356168f5cc687113b98b9db7e5bbb264fd484751</id>
<content type='text'>
is compiled in the kernel.  Also add some useful xrefs to lock(1).
</content>
</entry>
<entry>
<title>Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() instead</title>
<updated>2003-02-10T02:08:49Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-02-10T02:08:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8e84641ecd277813fdb780289c2c2030c6c42bd'/>
<id>urn:sha1:f8e84641ecd277813fdb780289c2c2030c6c42bd</id>
<content type='text'>
of ioctl TIOCGETP/TIOCSETP.
</content>
</entry>
<entry>
<title>ANSIify function definitions.</title>
<updated>2002-09-04T23:29:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-09-04T23:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f4ac32def255b5968bdd8150057b9c0d14595689'/>
<id>urn:sha1:f4ac32def255b5968bdd8150057b9c0d14595689</id>
<content type='text'>
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.

Reviewed by:	md5
</content>
</entry>
<entry>
<title>Add a -v option that prevents switching virtual terminals while this</title>
<updated>2002-07-28T07:13:53Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T07:13:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16a8de73d2fd0ad99ee6eff9f53e4fa56a7ff80a'/>
<id>urn:sha1:16a8de73d2fd0ad99ee6eff9f53e4fa56a7ff80a</id>
<content type='text'>
terminal is locked.  This permits the user to easily lock the entire
console from a single terminal.
</content>
</entry>
<entry>
<title>Correct a comment: Typing in the root password at the "Key:" prompt</title>
<updated>2002-07-10T04:05:33Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-10T04:05:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=046e2b07faa7db3a4ec6f5d066bc68793799b67a'/>
<id>urn:sha1:046e2b07faa7db3a4ec6f5d066bc68793799b67a</id>
<content type='text'>
doesn't (and shouldn't) work.
</content>
</entry>
</feed>
