summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
Commit message (Collapse)AuthorAgeFilesLines
* 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