summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-271-2/+3
|
* Prepare for mdoc(7)NG.ru2000-12-191-1/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use .Xrcharnier2000-03-261-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* xargs was spliting the input in a very different way from everyone else,jmz1999-05-231-20/+15
| | | | | | | | and was also a bit inconsistent: leading blanks, or any double blanks generated empty arguments, but a trailing blank did not. PR: bin/2630, bin/10914 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-3/+3
| | | | | | | | | | | 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
* Remove compile time dependency on ARG_MAX.jkoshy1998-06-171-3/+5
| | | | | | | | 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
* Submitted by: Peter Hawkins <peter@clari.net.au>danny1997-12-131-1/+1
| | | | Spelling police.
* Use err(3) instead of local redefinition.charnier1997-08-272-56/+30
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Reviewed by: Warner Losh <imp@village.org>imp1996-11-012-5/+29
| | | | | | | Submitted by: Marc Slemko <marcs@znep.com> Obtained from: OpenBSD Add -0 for reading the results of find -0.
* Make xargs take into account the bytes occupied by the environment.asami1996-03-051-3/+7
| | | | Original by: peter
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+527
OpenPOWER on IntegriCloud