<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/time, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-17T07:53:30Z</updated>
<entry>
<title>Uses wait4() instead of wait3() when waiting for a child process to exit.</title>
<updated>2003-10-17T07:53:30Z</updated>
<author>
<name>Sean Chittenden</name>
<email>seanc@FreeBSD.org</email>
</author>
<published>2003-10-17T07:53:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77879b47b73053aa05fdc9c2a5b609cd8debaa4f'/>
<id>urn:sha1:77879b47b73053aa05fdc9c2a5b609cd8debaa4f</id>
<content type='text'>
Reviewed by:	yar
</content>
</entry>
<entry>
<title>Assorted minor fixes, mostly style(9):</title>
<updated>2003-10-04T15:17:08Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-10-04T15:17:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69df5b5a0b62f575db406ff1a2641fe7e3e9d084'/>
<id>urn:sha1:69df5b5a0b62f575db406ff1a2641fe7e3e9d084</id>
<content type='text'>
- PID should be pid_t, not int;
- sort #include's and local variables;
- don't overuse initializers;
- use warn(3) instead of perror(3) consistently;
- amplify the comment on signals.
</content>
</entry>
<entry>
<title>Don't dump core from the time(1) process itself</title>
<updated>2003-10-04T14:42:03Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-10-04T14:42:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=153095405753e66b122b1e2d21e5cfdfdcf09617'/>
<id>urn:sha1:153095405753e66b122b1e2d21e5cfdfdcf09617</id>
<content type='text'>
if the child process has exited on a signal
whose default action is to dump core.
</content>
</entry>
<entry>
<title>Introduce options definition the standard way. command -&gt; utility.</title>
<updated>2003-06-09T19:37:45Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-09T19:37:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49b3830c8e85cf98a9171eddaf5107765a1cba01'/>
<id>urn:sha1:49b3830c8e85cf98a9171eddaf5107765a1cba01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>english(4) police.</title>
<updated>2002-12-27T12:15:40Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-27T12:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57bd0fc6e89b888516b6a64206715bef500fc2d1'/>
<id>urn:sha1:57bd0fc6e89b888516b6a64206715bef500fc2d1</id>
<content type='text'>
</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>Document the fairly obvious effects of the PATH environment variable.</title>
<updated>2002-06-28T09:31:03Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-28T09:31:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b4f995accce84e16777644c66c6e16068d86221'/>
<id>urn:sha1:8b4f995accce84e16777644c66c6e16068d86221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>time(1) does not use the shell to execute the specified utility, remove</title>
<updated>2002-06-20T07:12:34Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-20T07:12:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51ddbf586b8880fcfa7c60642c5ea7da258de5aa'/>
<id>urn:sha1:51ddbf586b8880fcfa7c60642c5ea7da258de5aa</id>
<content type='text'>
sentence stating it did.
</content>
</entry>
<entry>
<title>Make it obvious that command line arguments may be specified for the utility</title>
<updated>2002-06-20T07:07:00Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-20T07:07:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f6c6c912ffe7c9393155fa0f843fd1d3e64a394'/>
<id>urn:sha1:3f6c6c912ffe7c9393155fa0f843fd1d3e64a394</id>
<content type='text'>
that is to be invoked on the command line. Use "utility" instead of "command"
in manual page and usage message for consistency with POSIX.
</content>
</entry>
<entry>
<title>Correct History: time(1) appeared at least as early as V3.</title>
<updated>2002-06-03T14:54:04Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2002-06-03T14:54:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=780c7a87900364d9742d6e0d0f899825881f9f56'/>
<id>urn:sha1:780c7a87900364d9742d6e0d0f899825881f9f56</id>
<content type='text'>
</content>
</entry>
</feed>
