summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
AgeCommit message (Expand)Author
2023-12-23Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit.Todd C. Miller
2023-12-22xargs: fix parsing of empty fields when "xargs -0" is used.Todd C. Miller
2023-04-19remove duplicate includesJonathan Gray
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2020-07-19Delete support for LC_MESSAGES which we shall never implement.Ingo Schwarze
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2018-06-12Use sizeof(char *) not sizeof(char **) when allocating an arrayTodd C. Miller
2017-10-16Favor memmove() over memcpy() since dst and src originates from the sameanton
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries areTodd C. Miller
2017-01-03remove unused variable repllen.Ted Unangst
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-10-10pledge "stdio rpath proc exec". proc & exec because obviously itTheo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-04IL are marked xsi;Jason McIntyre
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-03-25Regarding -L, consider a line ending in unescaped white space and the nextIngo Schwarze
2010-02-04xargs -I and -L are XPG4, not POSIX; ok jmc@Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-08-12a variation of netbsd -r1.18:Jason McIntyre
2006-07-24Use 'cp -R' instead of 'cp -r' in the example of the -J option.Bernd Ahlers
2006-02-14Put commas in right places, from Ray Lai.Otto Moerbeek
2006-02-14Document that -0 is an non-standard extension (sad but true).Otto Moerbeek
2005-12-01lint makes it easy to find these really bad ones, like size_t n = snprintfChad Loder
2005-11-01spacingTheo de Raadt
2005-09-26terminate the buffer before calling regexec(3) when prompting forFederico G. Schwindt
2005-09-12- add -r to usage()Jason McIntyre
2005-09-10Make xargs run [utility] program even when zero arguements are provided,Brad Smith
2005-06-20KNFTodd C. Miller
2004-08-23Make behavior if the utility was not found or could not be executedTodd C. Miller
2003-08-15Fix typo (errx vs. err) for malloc failures; Andrey MatveevTodd C. Miller
2003-07-15can't use err after vfork. ok millertTed Unangst
2003-06-13Close correct fd after dup2(); Maxime HenrionTodd C. Miller
2003-06-12tweak;Jason McIntyre
2003-06-12Check snprintf rval for -1Todd C. Miller
2003-06-12Add the -o option to the getopt() string; missed in last commit.Todd C. Miller
2003-06-12Sync with FreeBSD's xargs plus some fixes by me. This makes usTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-18Don't require the -n flag if -x is specified. This is consistent withTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell