summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete support for LC_MESSAGES which we shall never implement.schwarze2020-07-192-32/+19
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* Use sizeof(char *) not sizeof(char **) when allocating an arraymillert2018-06-121-3/+3
* Favor memmove() over memcpy() since dst and src originates from the sameanton2017-10-161-2/+2
* Fix -L/-I processing in -0 mode so that NUL-delimited entries aremillert2017-01-191-4/+11
* remove unused variable repllen.tedu2017-01-031-3/+2
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-5/+3
* pledge "stdio rpath proc exec". proc & exec because obviously itderaadt2015-10-101-1/+5
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-7/+15
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* IL are marked xsi;jmc2014-06-041-9/+8
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* Regarding -L, consider a line ending in unescaped white space and the nextschwarze2010-03-252-12/+25
* xargs -I and -L are XPG4, not POSIX; ok jmc@schwarze2010-02-041-3/+11
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-20/+2
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-11/+8
* a variation of netbsd -r1.18:jmc2006-08-121-2/+3
* Use 'cp -R' instead of 'cp -r' in the example of the -J option.bernd2006-07-241-2/+2
* Put commas in right places, from Ray Lai.otto2006-02-141-2/+3
* Document that -0 is an non-standard extension (sad but true).otto2006-02-141-2/+2
* lint makes it easy to find these really bad ones, like size_t n = snprintfcloder2005-12-011-3/+4
* spacingderaadt2005-11-012-8/+8
* terminate the buffer before calling regexec(3) when prompting forfgsch2005-09-261-2/+3
* - add -r to usage()jmc2005-09-122-5/+5
* Make xargs run [utility] program even when zero arguements are provided,brad2005-09-102-9/+20
* KNFmillert2005-06-201-8/+6
* Make behavior if the utility was not found or could not be executedmillert2004-08-231-12/+7
* Fix typo (errx vs. err) for malloc failures; Andrey Matveevmillert2003-08-151-6/+6
* can't use err after vfork. ok millerttedu2003-07-151-6/+10
* Close correct fd after dup2(); Maxime Henrionmillert2003-06-131-3/+3
* tweak;jmc2003-06-121-3/+5
* Check snprintf rval for -1millert2003-06-121-3/+3
* Add the -o option to the getopt() string; missed in last commit.millert2003-06-121-3/+3
* Sync with FreeBSD's xargs plus some fixes by me. This makes usmillert2003-06-124-182/+707
* mostly ansi cleanup; pval okderaadt2003-06-101-10/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-19/+7
* Don't require the -n flag if -x is specified. This is consistent withmillert2002-02-181-5/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* kill more registersmpech2001-11-191-5/+5
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Finish off cleanup usr.bin/ man pages.aaron2000-03-141-2/+2
* Default value for -s option is ARG_MAX - 4096, not - 2048; enamideraadt2000-01-201-2/+2
* formattingaaron1999-08-181-20/+21
* usr.bin/ man page fixes, t-zaaron1998-10-301-1/+2
* use sysconf() to get ARG_MAXderaadt1998-06-231-3/+6