| Commit message (Expand) | Author | Age | Files | Lines |
* | xargs: Before exiting, wait for all invocations of the utility. | jilles | 2012-03-16 | 1 | -37/+73 |
* | xargs: Remove an unclear comment that only tried to repeat what the code did | jilles | 2012-02-26 | 1 | -4/+0 |
* | xargs: Fix comma splice in error message. | jilles | 2012-02-26 | 1 | -2/+2 |
* | xargs: If a utility exits with 255 or a signal, write an error message. | jilles | 2012-02-24 | 1 | -4/+7 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
* | Various syntactic tweaks to satisfy style(9). No change to execution. | mckay | 2010-11-21 | 1 | -14/+14 |
* | xargs can be fooled by exiting children that it did not start, causing | mckay | 2010-11-21 | 1 | -5/+118 |
* | NUL terminate buffer from fgetln(3). From fgsch@OpenBSD. | jmallett | 2006-01-01 | 1 | -0/+1 |
* | Whitespace after switch. | jmallett | 2006-01-01 | 1 | -3/+3 |
* | Check the entire length of the current argument for the EOF string with -E, | jmallett | 2005-12-31 | 1 | -1/+1 |
* | Add a FreeBSD-specific -S flag which controls the maximum size of an argument | jmallett | 2005-12-30 | 1 | -6/+15 |
* | Add -r option for GNU compatibility. | des | 2005-12-07 | 1 | -1/+4 |
* | MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' will | gad | 2005-02-27 | 1 | -2/+9 |
* | Call setlocale() with category LC_ALL instead of LC_MESSAGES. We need | tjr | 2004-07-12 | 1 | -1/+1 |
* | - Use _PATH_TTY and _PATH_DEVNULL macros. | mux | 2003-06-13 | 1 | -5/+9 |
* | Use waitpid, instead of wait3, which is more portable. | jmallett | 2003-06-13 | 1 | -2/+2 |
* | Remove redundant return; from void function. | jmallett | 2003-06-13 | 1 | -1/+0 |
* | Don't shaddow exp(3). | obrien | 2003-05-03 | 1 | -6/+5 |
* | Migrate to a new way of dealing with building from old revisions of | imp | 2003-04-05 | 1 | -14/+1 |
* | Simplify compatibility ifdef. | imp | 2003-04-04 | 1 | -4/+7 |
* | When -o isn't specified, open /dev/null as stdin. | mux | 2003-03-28 | 1 | -2/+5 |
* | Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin in | mux | 2003-03-23 | 1 | -3/+12 |
* | Extend our -R extension which sets the number of arguments in which -I will | jmallett | 2003-02-26 | 1 | -3/+6 |
* | De-typo usage string. | jmallett | 2003-02-26 | 1 | -1/+1 |
* | Add the -P option which executes multiple copies of the specified utility | tjr | 2002-12-21 | 1 | -18/+48 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 1 | -5/+7 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -2/+2 |
* | Declare environ as char **environ like in environ(7), not char *environ[]. | tjr | 2002-07-01 | 1 | -1/+1 |
* | Stylistic nit: | jmallett | 2002-06-22 | 1 | -5/+5 |
* | Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed | jmallett | 2002-06-04 | 1 | -1/+3 |
* | Restructure sanity checks so that -I and -J just override eachother, rather | jmallett | 2002-05-30 | 1 | -5/+6 |
* | Allow the input line to be NULL, and teach strnsubst() that NULL means to use | jmallett | 2002-05-30 | 1 | -3/+3 |
* | Simplify prerun() in the case where there are no arguments. Can't do -I or -J | jmallett | 2002-05-17 | 1 | -1/+1 |
* | xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. | ru | 2002-05-10 | 1 | -1/+9 |
* | -I and -J both set the same variable, replstr, to the string to replace with | jmallett | 2002-05-06 | 1 | -0/+2 |
* | Modify the -p implementation to use a user's locale, so they can respond to | jmallett | 2002-05-05 | 1 | -12/+60 |
* | Fix a typo. | jmallett | 2002-05-05 | 1 | -2/+3 |
* | In an effort to make this utility easier to work with at a source level, move | jmallett | 2002-05-05 | 1 | -141/+154 |
* | Grouping changes. | jmallett | 2002-05-04 | 1 | -2/+2 |
* | Don't use pointers as booleans. | jmallett | 2002-05-04 | 1 | -3/+3 |
* | Replace calloc(3) with malloc(3), and set the tail of the | jmallett | 2002-05-04 | 1 | -2/+3 |
* | Move substitution out to a function, prerun(), and replace use of run() with | jmallett | 2002-05-03 | 1 | -85/+78 |
* | Get rid of bogus holder for realloc(3). | jmallett | 2002-05-03 | 1 | -6/+5 |
* | Rewrite the loop that handles substitution in the -I case, and try to make | jmallett | 2002-05-03 | 1 | -15/+75 |
* | Rename `lflag' to `Lflag' to match the option's case. | jmallett | 2002-05-03 | 1 | -6/+6 |
* | Revert revision 1.22. I incorrectly modified the Berkeley identifiers. | jmallett | 2002-05-03 | 1 | -3/+12 |
* | __COPYRIGHT() and __SCCSID(). | jmallett | 2002-05-02 | 1 | -12/+3 |
* | An explicit cast to size_t for an inline integer, since the two are not the | jmallett | 2002-05-02 | 1 | -2/+2 |
* | Make -J a proper flag internal to the code (rather than just check for | jmallett | 2002-05-02 | 1 | -8/+17 |
* | Rework some of the -I support so I can't find a way to make xargs(1) core or | jmallett | 2002-05-02 | 1 | -15/+9 |