<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/xargs, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-02-12T05:01:49Z</updated>
<entry>
<title>MFC r215615, r215642:</title>
<updated>2012-02-12T05:01:49Z</updated>
<author>
<name>Stephen McKay</name>
<email>mckay@FreeBSD.org</email>
</author>
<published>2012-02-12T05:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=17827314f7a0e46006263e3e1f29e47701aa5453'/>
<id>urn:sha1:17827314f7a0e46006263e3e1f29e47701aa5453</id>
<content type='text'>
Fix several misbehaviours by making xargs keep track of its child processes.
</content>
</entry>
<entry>
<title>MFC r219958: Discourage from using "cp -r".</title>
<updated>2011-05-03T09:59:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2011-05-03T09:59:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a8e42c27a6bae7ff3278e793b249ec8f9e27189'/>
<id>urn:sha1:4a8e42c27a6bae7ff3278e793b249ec8f9e27189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revive '-opt' flags which I accidentally removed.</title>
<updated>2008-01-27T16:20:36Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2008-01-27T16:20:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86ca3fd005b2b3c5f047f65c2c8ebe9116bfb901'/>
<id>urn:sha1:86ca3fd005b2b3c5f047f65c2c8ebe9116bfb901</id>
<content type='text'>
Noticed by:	simon
</content>
</entry>
<entry>
<title>Document the no-op -r option of BSD xargs(1).</title>
<updated>2008-01-26T12:38:19Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2008-01-26T12:38:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a502340a0335d961098aa3047438ce0ea92f05c8'/>
<id>urn:sha1:a502340a0335d961098aa3047438ce0ea92f05c8</id>
<content type='text'>
PR:		docs/106416
Submitted by:	Pete Slagle, freebsd-stable at voidcaptain.com
MFC after:	3 days
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-29T15:20:48Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-29T15:20:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb29445a92708496312b59658abe2020d2359ac2'/>
<id>urn:sha1:cb29445a92708496312b59658abe2020d2359ac2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NUL terminate buffer from fgetln(3).  From fgsch@OpenBSD.</title>
<updated>2006-01-01T22:59:54Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2006-01-01T22:59:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b65bc2673665b5855fd96e3313cccb25ec19af3f'/>
<id>urn:sha1:b65bc2673665b5855fd96e3313cccb25ec19af3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace after switch.</title>
<updated>2006-01-01T22:54:49Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2006-01-01T22:54:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f22bf1802701c88ace98720b781677454273be54'/>
<id>urn:sha1:f22bf1802701c88ace98720b781677454273be54</id>
<content type='text'>
Inspired by:	OpenBSD
</content>
</entry>
<entry>
<title>Check the entire length of the current argument for the EOF string with -E,</title>
<updated>2005-12-31T09:06:45Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2005-12-31T09:06:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4aeb63826e0f9ce817b16abdb1501490307d857c'/>
<id>urn:sha1:4aeb63826e0f9ce817b16abdb1501490307d857c</id>
<content type='text'>
but don't expect a proper ASCII string to exist right here right now, don't
use strcmp(3) which checks for a NUL.  As we're still building the argument
up, the next character might be garbage.  It would probably be just as safe to
temporarily write a NUL there, but if we've reached the end of argument memory
that might not be the best idea, I think.  It's unclear.

Doing it this way seems to meet the most with the original intent.

PR:		85696
Prodded by:	stefanf
</content>
</entry>
<entry>
<title>Add a FreeBSD-specific -S flag which controls the maximum size of an argument</title>
<updated>2005-12-30T23:25:41Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2005-12-30T23:25:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ba084f6a80d90961d256f10e28811df31d9d69f7'/>
<id>urn:sha1:ba084f6a80d90961d256f10e28811df31d9d69f7</id>
<content type='text'>
having replacements done in it via -I.
</content>
</entry>
<entry>
<title>Handle maxsize==0 in such a way that we don't modify the string.</title>
<updated>2005-12-30T23:22:50Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2005-12-30T23:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=38e62c6999de3411594145951fed88682a2334a9'/>
<id>urn:sha1:38e62c6999de3411594145951fed88682a2334a9</id>
<content type='text'>
</content>
</entry>
</feed>
