<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/lock, branch release/2.2.6</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: cosmetics.</title>
<updated>1997-09-15T08:32:20+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-15T08:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=695cbc763d8d05800522726c886f681aa5f2dab3'/>
<id>695cbc763d8d05800522726c886f681aa5f2dab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: getopt returns -1 not EOF</title>
<updated>1997-08-29T05:30:15+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-08-29T05:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=228f50a90c03088066d876b02657d89a13880757'/>
<id>228f50a90c03088066d876b02657d89a13880757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Add usage(). Use err(3).</title>
<updated>1997-07-22T07:28:27+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-07-22T07:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db3a1d549b7b056de018d0e98b6a226421bd325f'/>
<id>db3a1d549b7b056de018d0e98b6a226421bd325f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes PR bin/1567</title>
<updated>1996-09-14T09:00:52+00:00</updated>
<author>
<name>Ollivier Robert</name>
<email>roberto@FreeBSD.org</email>
</author>
<published>1996-09-14T09:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2280509ca1101b9a646538fb33b082e509c169bc'/>
<id>2280509ca1101b9a646538fb33b082e509c169bc</id>
<content type='text'>
/usr/bin/lock can be used to lock a terminal much like xlock does
for your X-windows session.  Problem is, /usr/bin/lock cannot lock
your terminal indefinately.  Rather you must specify a timeout
value, after which, your terminal is unlocked and become unsecured.

I have added a ``-n'' no timeout option to /usr/bin/lock
Currently the only way to get this functionality is to use a huge
timeout value and hope it is long enought (in time).  This method
also requires you to know the maxium number of minutes you are
allowed to specify.

Submitted by:	David E. O'Brien &lt;obrien@Nuxi.cs.ucdavis.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/usr/bin/lock can be used to lock a terminal much like xlock does
for your X-windows session.  Problem is, /usr/bin/lock cannot lock
your terminal indefinately.  Rather you must specify a timeout
value, after which, your terminal is unlocked and become unsecured.

I have added a ``-n'' no timeout option to /usr/bin/lock
Currently the only way to get this functionality is to use a huge
timeout value and hope it is long enought (in time).  This method
also requires you to know the maxium number of minutes you are
allowed to specify.

Submitted by:	David E. O'Brien &lt;obrien@Nuxi.cs.ucdavis.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependencies on libraries to DPADD.  Someday this should be done</title>
<updated>1994-08-28T18:49:06+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-08-28T18:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2577a8acef31ccb449242f8c073d0b996d8a91f2'/>
<id>2577a8acef31ccb449242f8c073d0b996d8a91f2</id>
<content type='text'>
automagically.  -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
automagically.  -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>LDADD= -lcrypt</title>
<updated>1994-08-20T21:19:46+00:00</updated>
<author>
<name>Geoff Rehmet</name>
<email>csgr@FreeBSD.org</email>
</author>
<published>1994-08-20T21:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4714bb15be0d610ae5fb7ee6f92c4e1f121accc3'/>
<id>4714bb15be0d610ae5fb7ee6f92c4e1f121accc3</id>
<content type='text'>
Submitted by:	Geoff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Geoff
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
