| Commit message (Expand) | Author | Age | Files | Lines |
* | xargs: Before exiting, wait for all invocations of the utility. | jilles | 2012-03-16 | 2 | -45/+81 |
* | 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 |
* | Discourage from using "cp -r". | ru | 2011-03-24 | 1 | -2/+2 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 3 | -12/+2 |
* | 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 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Revive '-opt' flags which I accidentally removed. | keramida | 2008-01-27 | 1 | -1/+1 |
* | Document the no-op -r option of BSD xargs(1). | keramida | 2008-01-26 | 1 | -2/+30 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -3/+3 |
* | 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 | 2 | -10/+34 |
* | Handle maxsize==0 in such a way that we don't modify the string. | jmallett | 2005-12-30 | 1 | -0/+12 |
* | Wording tweaks. | des | 2005-12-07 | 1 | -3/+2 |
* | Add -r option for GNU compatibility. | des | 2005-12-07 | 1 | -1/+4 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
* | MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' will | gad | 2005-02-27 | 1 | -2/+9 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | Modify behaviour of `xargs -I` in order to: | cperciva | 2004-10-18 | 1 | -2/+2 |
* | Document incorrect handling of multibyte characters with -I and -J options. | tjr | 2004-08-02 | 1 | -1/+10 |
* | Call setlocale() with category LC_ALL instead of LC_MESSAGES. We need | tjr | 2004-07-12 | 1 | -1/+1 |
* | Fix spelling error in my own paragraph. | dd | 2004-06-28 | 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 |
* | Markup bits. | ru | 2003-05-21 | 1 | -1/+1 |
* | 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 |
* | xargs(1) is WARNS=6 clean. | mux | 2003-03-28 | 1 | -1/+1 |
* | 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 | 2 | -5/+21 |
* | Extend our -R extension which sets the number of arguments in which -I will | jmallett | 2003-02-26 | 2 | -3/+9 |
* | De-typo usage string. | jmallett | 2003-02-26 | 1 | -1/+1 |
* | A few changes for clarity. | trhodes | 2003-01-27 | 1 | -13/+17 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | mdoc(7) police: most -mdoc macros can take multiple arguments. | ru | 2002-12-23 | 1 | -2/+1 |
* | Add the -P option which executes multiple copies of the specified utility | tjr | 2002-12-21 | 2 | -19/+57 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 2 | -9/+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 |
* | Check for results of repeated calls to strnsubst(), as well as for the | jmallett | 2002-06-22 | 1 | -6/+17 |
* | When giving an example that relies on shell expansion/globbing, don't use a | jmallett | 2002-06-22 | 1 | -1/+1 |
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -0/+4 |
* | Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed | jmallett | 2002-06-04 | 1 | -1/+3 |