<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/sleep, branch release/4.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-12-15T17:47:25Z</updated>
<entry>
<title>MFC: Prepare for mdoc(7)NG.</title>
<updated>2000-12-15T17:47:25Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-12-15T17:47:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=805536f7988ca4582e6afc9b006a2af5372cb028'/>
<id>urn:sha1:805536f7988ca4582e6afc9b006a2af5372cb028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove more single-space hard sentence breaks.</title>
<updated>2000-03-02T14:54:02Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-03-02T14:54:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e86fcacf69e8dac21f67db61babdcae80903dc2'/>
<id>urn:sha1:4e86fcacf69e8dac21f67db61babdcae80903dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore reference to sleep(3).</title>
<updated>1999-10-28T17:41:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-10-28T17:41:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22307be5c958e5b0a5ea1f0f0b303fe359ea02f9'/>
<id>urn:sha1:22307be5c958e5b0a5ea1f0f0b303fe359ea02f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let sleep(1) handle fractions of a second (up to nanosecond).</title>
<updated>1999-10-01T07:53:40Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-10-01T07:53:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ac14c3115f412294d8715ef01d15d18265922bae'/>
<id>urn:sha1:ac14c3115f412294d8715ef01d15d18265922bae</id>
<content type='text'>
This is a conservative change.  It does the same thing in weird
cases like the old one.  For example, 'sleep abcd' still sleeps
for zero seconds.  `sleep 10.a' and `sleep 10.05aa' do the best
and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds).
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:15:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2a4562393f80633b81c11d4f7df00548d1cc3c48'/>
<id>urn:sha1:2a4562393f80633b81c11d4f7df00548d1cc3c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Describe proper signals behavior rather than just removing it.</title>
<updated>1999-08-16T12:36:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-08-16T12:36:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64373ec6f7593dda42a11d475cdf40a2ad03458d'/>
<id>urn:sha1:64373ec6f7593dda42a11d475cdf40a2ad03458d</id>
<content type='text'>
Remove obsoleted reference to alarm(3).

Submitted by:	bde
</content>
</entry>
<entry>
<title>There is no special handling for SIGALRM as</title>
<updated>1999-08-09T17:31:30Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-08-09T17:31:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2028697c9aa99404bf3b0fbe1fb4412b18ba82c9'/>
<id>urn:sha1:2028697c9aa99404bf3b0fbe1fb4412b18ba82c9</id>
<content type='text'>
sleep(3) is implemented using nanosleep(2).
</content>
</entry>
<entry>
<title>Various spelling/formatting changes.</title>
<updated>1999-05-08T10:22:15Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>1999-05-08T10:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46be34b90213ebd9037cb2c24aec0009d7f2f5c1'/>
<id>urn:sha1:46be34b90213ebd9037cb2c24aec0009d7f2f5c1</id>
<content type='text'>
Submitted by: Philippe Charnier &lt;charnier@xp11.frmug.org&gt;
</content>
</entry>
<entry>
<title>Correct use of .Nm. Add rcsid.</title>
<updated>1998-05-18T06:51:59Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-05-18T06:51:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ba8bd65572b25c4e75f9872c1752ff057eaaf75'/>
<id>urn:sha1:9ba8bd65572b25c4e75f9872c1752ff057eaaf75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Describe signals behaviour now</title>
<updated>1997-08-12T21:20:12Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1997-08-12T21:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a26402908518e293b3ab8b6603cae097c6e66a2b'/>
<id>urn:sha1:a26402908518e293b3ab8b6603cae097c6e66a2b</id>
<content type='text'>
</content>
</entry>
</feed>
