<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/xargs, branch release/3.5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1999-08-29T15:57:45Z</updated>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:57:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:57:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a92bee191d618605d749ddc8e410d0ae66d03752'/>
<id>urn:sha1:a92bee191d618605d749ddc8e410d0ae66d03752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC (rev1.8): fix excessive and inconsistent argument splitting.</title>
<updated>1999-08-24T23:22:56Z</updated>
<author>
<name>Jean-Marc Zucconi</name>
<email>jmz@FreeBSD.org</email>
</author>
<published>1999-08-24T23:22:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=567c1c7f42dc45fb856c783e863ecdcb04023145'/>
<id>urn:sha1:567c1c7f42dc45fb856c783e863ecdcb04023145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calls one or more of malloc(), warn(), err(), syslog(), execlp() or</title>
<updated>1998-10-13T14:52:33Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-10-13T14:52:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1fd98d7d880e470809cc3284ef04a03bf3490b02'/>
<id>urn:sha1:1fd98d7d880e470809cc3284ef04a03bf3490b02</id>
<content type='text'>
execvp() in the child branch of a vfork(). Changed to use fork()
instead.

Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.

PR:		Loosely related to bin/8252
Approved by:	jkh and bde
</content>
</entry>
<entry>
<title>Remove compile time dependency on ARG_MAX.</title>
<updated>1998-06-17T12:58:43Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-06-17T12:58:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3e5bc4fb553a09a33906021a0c879e66eeb91e1'/>
<id>urn:sha1:a3e5bc4fb553a09a33906021a0c879e66eeb91e1</id>
<content type='text'>
This fix only removes the dependency on compile time constants.  The code
has other (old) problems that need to be addressed.

PR: 1791
Reviewed-by: bde, tegge
</content>
</entry>
<entry>
<title>Submitted by:	Peter Hawkins &lt;peter@clari.net.au&gt;</title>
<updated>1997-12-13T06:34:47Z</updated>
<author>
<name>Daniel O'Callaghan</name>
<email>danny@FreeBSD.org</email>
</author>
<published>1997-12-13T06:34:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=749f6a2934ad92f025ed6708003ff7c94d010ce0'/>
<id>urn:sha1:749f6a2934ad92f025ed6708003ff7c94d010ce0</id>
<content type='text'>
Spelling police.
</content>
</entry>
<entry>
<title>Use err(3) instead of local redefinition.</title>
<updated>1997-08-27T06:26:23Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-08-27T06:26:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a51024e28998b32f061ee6ce17f94ad483f2bfeb'/>
<id>urn:sha1:a51024e28998b32f061ee6ce17f94ad483f2bfeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compare return value from getopt against -1 rather than EOF, per the final</title>
<updated>1997-03-29T04:34:07Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-03-29T04:34:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c8af8787354e20c2b38cab5801698133ff8b403'/>
<id>urn:sha1:1c8af8787354e20c2b38cab5801698133ff8b403</id>
<content type='text'>
posix standard on the topic.
</content>
</entry>
<entry>
<title>Reviewed by:	Warner Losh &lt;imp@village.org&gt;</title>
<updated>1996-11-01T18:46:05Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1996-11-01T18:46:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d919888163928142efa71fec61565bd849ebb9a9'/>
<id>urn:sha1:d919888163928142efa71fec61565bd849ebb9a9</id>
<content type='text'>
Submitted by:	Marc Slemko &lt;marcs@znep.com&gt;
Obtained from:	OpenBSD

Add -0 for reading the results of find -0.
</content>
</entry>
<entry>
<title>Make xargs take into account the bytes occupied by the environment.</title>
<updated>1996-03-05T07:43:40Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1996-03-05T07:43:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5009da0f97af971aa41ff22d6fc2dc130bdb60c'/>
<id>urn:sha1:e5009da0f97af971aa41ff22d6fc2dc130bdb60c</id>
<content type='text'>
Original by: peter
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>urn:sha1:9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
</entry>
</feed>
