summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r285552allanjude2016-01-127-10/+44
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-2720-0/+137
* Style(9) changes fo xargs.ceadler2013-05-101-2/+4
* Follow calloc convention in other code, this is functionally identicaldelphij2013-01-051-1/+1
* xargs: Before exiting, wait for all invocations of the utility.jilles2012-03-162-45/+81
* xargs: Remove an unclear comment that only tried to repeat what the code didjilles2012-02-261-4/+0
* xargs: Fix comma splice in error message.jilles2012-02-261-2/+2
* xargs: If a utility exits with 255 or a signal, write an error message.jilles2012-02-241-4/+7
* Discourage from using "cp -r".ru2011-03-241-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-113-12/+2
* Various syntactic tweaks to satisfy style(9). No change to execution.mckay2010-11-211-14/+14
* xargs can be fooled by exiting children that it did not start, causingmckay2010-11-211-5/+118
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Revive '-opt' flags which I accidentally removed.keramida2008-01-271-1/+1
* Document the no-op -r option of BSD xargs(1).keramida2008-01-261-2/+30
* Markup fixes.ru2006-09-291-3/+3
* NUL terminate buffer from fgetln(3). From fgsch@OpenBSD.jmallett2006-01-011-0/+1
* Whitespace after switch.jmallett2006-01-011-3/+3
* Check the entire length of the current argument for the EOF string with -E,jmallett2005-12-311-1/+1
* Add a FreeBSD-specific -S flag which controls the maximum size of an argumentjmallett2005-12-302-10/+34
* Handle maxsize==0 in such a way that we don't modify the string.jmallett2005-12-301-0/+12
* Wording tweaks.des2005-12-071-3/+2
* Add -r option for GNU compatibility.des2005-12-071-1/+4
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' willgad2005-02-271-2/+9
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Modify behaviour of `xargs -I` in order to:cperciva2004-10-181-2/+2
* Document incorrect handling of multibyte characters with -I and -J options.tjr2004-08-021-1/+10
* Call setlocale() with category LC_ALL instead of LC_MESSAGES. We needtjr2004-07-121-1/+1
* Fix spelling error in my own paragraph.dd2004-06-281-1/+1
* - Use _PATH_TTY and _PATH_DEVNULL macros.mux2003-06-131-5/+9
* Use waitpid, instead of wait3, which is more portable.jmallett2003-06-131-2/+2
* Remove redundant return; from void function.jmallett2003-06-131-1/+0
* Markup bits.ru2003-05-211-1/+1
* Don't shaddow exp(3).obrien2003-05-031-6/+5
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-051-14/+1
* Simplify compatibility ifdef.imp2003-04-041-4/+7
* xargs(1) is WARNS=6 clean.mux2003-03-281-1/+1
* When -o isn't specified, open /dev/null as stdin.mux2003-03-281-2/+5
* Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin inmux2003-03-232-5/+21
* Extend our -R extension which sets the number of arguments in which -I willjmallett2003-02-262-3/+9
* De-typo usage string.jmallett2003-02-261-1/+1
* A few changes for clarity.trhodes2003-01-271-13/+17
* english(4) police.schweikh2002-12-271-1/+1
* mdoc(7) police: most -mdoc macros can take multiple arguments.ru2002-12-231-2/+1
* Add the -P option which executes multiple copies of the specified utilitytjr2002-12-212-19/+57
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-132-9/+7
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-2/+2
* Declare environ as char **environ like in environ(7), not char *environ[].tjr2002-07-011-1/+1
* Stylistic nit:jmallett2002-06-221-5/+5
OpenPOWER on IntegriCloud