aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs/xargs.c
Commit message (Expand)AuthorAgeFilesLines
* xargs: compile yesexpr as EREYuri Pankov2020-12-121-1/+1
* xargs: add some long options for GNU compatibilityKyle Evans2020-09-211-1/+18
* xargs: Fix exit status expression when a child process fails to exec.Mark Johnston2020-04-031-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-2/+2
* fix regression in xargs -Px (introduced in r286289) and add regression testsAllan Jude2015-08-081-5/+1
* xargs now takes -P0, creating as many concurrent processes as possibleAllan Jude2015-08-041-2/+13
* Convert atoi(3) to stronum(3) which allows to arguments and report proper errorsBaptiste Daroussin2015-07-141-6/+13
* Style(9) changes fo xargs.cEitan Adler2013-05-101-2/+4
* xargs: Before exiting, wait for all invocations of the utility.Jilles Tjoelker2012-03-161-37/+73
* xargs: Remove an unclear comment that only tried to repeat what the code didJilles Tjoelker2012-02-261-4/+0
* xargs: Fix comma splice in error message.Jilles Tjoelker2012-02-261-2/+2
* xargs: If a utility exits with 255 or a signal, write an error message.Jilles Tjoelker2012-02-241-4/+7
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Various syntactic tweaks to satisfy style(9). No change to execution.Stephen McKay2010-11-211-14/+14
* xargs can be fooled by exiting children that it did not start, causingStephen McKay2010-11-211-5/+118
* NUL terminate buffer from fgetln(3). From fgsch@OpenBSD.Juli Mallett2006-01-011-0/+1
* Whitespace after switch.Juli Mallett2006-01-011-3/+3
* Check the entire length of the current argument for the EOF string with -E,Juli Mallett2005-12-311-1/+1
* Add a FreeBSD-specific -S flag which controls the maximum size of an argumentJuli Mallett2005-12-301-6/+15
* Add -r option for GNU compatibility.Dag-Erling Smørgrav2005-12-071-1/+4
* MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' willGarance A Drosehn2005-02-271-2/+9
* Call setlocale() with category LC_ALL instead of LC_MESSAGES. We needTim J. Robbins2004-07-121-1/+1
* - Use _PATH_TTY and _PATH_DEVNULL macros.Maxime Henrion2003-06-131-5/+9
* Use waitpid, instead of wait3, which is more portable.Juli Mallett2003-06-131-2/+2
* Remove redundant return; from void function.Juli Mallett2003-06-131-1/+0
* Don't shaddow exp(3).David E. O'Brien2003-05-031-6/+5
* Migrate to a new way of dealing with building from old revisions ofWarner Losh2003-04-051-14/+1
* Simplify compatibility ifdef.Warner Losh2003-04-041-4/+7
* When -o isn't specified, open /dev/null as stdin.Maxime Henrion2003-03-281-2/+5
* Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin inMaxime Henrion2003-03-231-3/+12
* Extend our -R extension which sets the number of arguments in which -I willJuli Mallett2003-02-261-3/+6
* De-typo usage string.Juli Mallett2003-02-261-1/+1
* Add the -P option which executes multiple copies of the specified utilityTim J. Robbins2002-12-211-18/+48
* Take __FreeBSD_version into account when BOOTSTRAPPING.Ruslan Ermilov2002-11-131-5/+7
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-2/+2
* Declare environ as char **environ like in environ(7), not char *environ[].Tim J. Robbins2002-07-011-1/+1
* Stylistic nit:Juli Mallett2002-06-221-5/+5
* Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freedJuli Mallett2002-06-041-1/+3
* Restructure sanity checks so that -I and -J just override eachother, ratherJuli Mallett2002-05-301-5/+6
* Allow the input line to be NULL, and teach strnsubst() that NULL means to useJuli Mallett2002-05-301-3/+3
* Simplify prerun() in the case where there are no arguments. Can't do -I or -JJuli Mallett2002-05-171-1/+1
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.Ruslan Ermilov2002-05-101-1/+9
* -I and -J both set the same variable, replstr, to the string to replace withJuli Mallett2002-05-061-0/+2
* Modify the -p implementation to use a user's locale, so they can respond toJuli Mallett2002-05-051-12/+60
* Fix a typo.Juli Mallett2002-05-051-2/+3
* In an effort to make this utility easier to work with at a source level, moveJuli Mallett2002-05-051-141/+154
* Grouping changes.Juli Mallett2002-05-041-2/+2
* Don't use pointers as booleans.Juli Mallett2002-05-041-3/+3