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