summaryrefslogtreecommitdiff
path: root/usr.bin/xargs/xargs.c
AgeCommit message (Expand)Author
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
2010-03-25Regarding -L, consider a line ending in unescaped white space and the nextIngo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
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-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
1998-06-23use sysconf() to get ARG_MAXTheo de Raadt
1998-04-26indentTheo de Raadt
1997-11-04use sys_signame to print the signal info; cgdTheo de Raadt
1997-09-12s/;;/;/Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-06-11add -0 option, written by meTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt