summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
AgeCommit message (Expand)AuthorFilesLines
2020-07-19Delete support for LC_MESSAGES which we shall never implement.schwarze2-32/+19
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-2/+2
2018-06-12Use sizeof(char *) not sizeof(char **) when allocating an arraymillert1-3/+3
2017-10-16Favor memmove() over memcpy() since dst and src originates from the sameanton1-2/+2
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries aremillert1-4/+11
2017-01-03remove unused variable repllen.tedu1-3/+2
2015-12-09Remove NULL-checks before free(). ok tb@mmcc1-5/+3
2015-10-10pledge "stdio rpath proc exec". proc & exec because obviously itderaadt1-1/+5
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-7/+15
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+1
2014-06-04IL are marked xsi;jmc1-9/+8
2013-08-14no longer any need to quote macro lines with >9 args;jmc1-3/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-4/+4
2010-03-25Regarding -L, consider a line ending in unescaped white space and the nextschwarze2-12/+25
2010-02-04xargs -I and -L are XPG4, not POSIX; ok jmc@schwarze1-3/+11
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-20/+2
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.sobrado1-3/+4
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-11/+8
2006-08-12a variation of netbsd -r1.18:jmc1-2/+3
2006-07-24Use 'cp -R' instead of 'cp -r' in the example of the -J option.bernd1-2/+2
2006-02-14Put commas in right places, from Ray Lai.otto1-2/+3
2006-02-14Document that -0 is an non-standard extension (sad but true).otto1-2/+2
2005-12-01lint makes it easy to find these really bad ones, like size_t n = snprintfcloder1-3/+4
2005-11-01spacingderaadt2-8/+8
2005-09-26terminate the buffer before calling regexec(3) when prompting forfgsch1-2/+3
2005-09-12- add -r to usage()jmc2-5/+5
2005-09-10Make xargs run [utility] program even when zero arguements are provided,brad2-9/+20
2005-06-20KNFmillert1-8/+6
2004-08-23Make behavior if the utility was not found or could not be executedmillert1-12/+7
2003-08-15Fix typo (errx vs. err) for malloc failures; Andrey Matveevmillert1-6/+6
2003-07-15can't use err after vfork. ok millerttedu1-6/+10
2003-06-13Close correct fd after dup2(); Maxime Henrionmillert1-3/+3
2003-06-12tweak;jmc1-3/+5
2003-06-12Check snprintf rval for -1millert1-3/+3
2003-06-12Add the -o option to the getopt() string; missed in last commit.millert1-3/+3
2003-06-12Sync with FreeBSD's xargs plus some fixes by me. This makes usmillert4-182/+707
2003-06-10mostly ansi cleanup; pval okderaadt1-10/+8
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert3-19/+7
2002-02-18Don't require the -n flag if -x is specified. This is consistent withmillert1-5/+2
2002-02-16Part 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.millert1-4/+4
2001-11-19kill more registersmpech1-5/+5
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-03-14Finish off cleanup usr.bin/ man pages.aaron1-2/+2
2000-01-20Default value for -s option is ARG_MAX - 4096, not - 2048; enamideraadt1-2/+2
1999-08-18formattingaaron1-20/+21
1998-10-30usr.bin/ man page fixes, t-zaaron1-1/+2
1998-06-23use sysconf() to get ARG_MAXderaadt1-3/+6