Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2006-08-12 | a variation of netbsd -r1.18: | Jason McIntyre | |
PR/34182 from der Mouse -- clarify -0 option | |||
2006-07-24 | Use 'cp -R' instead of 'cp -r' in the example of the -J option. | Bernd Ahlers | |
ok jmc@ | |||
2006-02-14 | Put commas in right places, from Ray Lai. | Otto Moerbeek | |
2006-02-14 | Document that -0 is an non-standard extension (sad but true). | Otto Moerbeek | |
ok millert@ | |||
2005-12-01 | lint makes it easy to find these really bad ones, like size_t n = snprintf | Chad Loder | |
2005-11-01 | spacing | Theo de Raadt | |
2005-09-26 | terminate the buffer before calling regexec(3) when prompting for | Federico G. Schwindt | |
confirmation. fixes a crash with malloc options; otto@ ok. | |||
2005-09-12 | - add -r to usage() | Jason McIntyre | |
- the description of -p uses `maxprocs' as the arg identifier, as does usage(), so use it in SYNOPSIS too; | |||
2005-09-10 | Make xargs run [utility] program even when zero arguements are provided, | Brad Smith | |
makes xargs POSIX compliant. Original diff from jason@, better diff provided by millert@ Resolves PR 4262 ok deraadt@ millert@ | |||
2005-06-20 | KNF | Todd C. Miller | |
2004-08-23 | Make behavior if the utility was not found or could not be executed | Todd C. Miller | |
match the documentation. The old code was making assumptions about how vfork() is implemented which are not valid on OpenBSD. From Jason Ish. | |||
2003-08-15 | Fix typo (errx vs. err) for malloc failures; Andrey Matveev | Todd C. Miller | |
2003-07-15 | can't use err after vfork. ok millert | Ted Unangst | |
2003-06-13 | Close correct fd after dup2(); Maxime Henrion | Todd C. Miller | |
2003-06-12 | tweak; | Jason McIntyre | |
ok millert@ | |||
2003-06-12 | Check snprintf rval for -1 | Todd C. Miller | |
2003-06-12 | Add the -o option to the getopt() string; missed in last commit. | Todd C. Miller | |
2003-06-12 | Sync with FreeBSD's xargs plus some fixes by me. This makes us | Todd C. Miller | |
POSIX-compliant and adds some useful extensions. Most of the work in FreeBSD was done by jmallett. | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-18 | Don't require the -n flag if -x is specified. This is consistent with | Todd C. Miller | |
the manual page as well as xargs on other operating systems. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-14 | Finish off cleanup usr.bin/ man pages. | Aaron Campbell | |
2000-01-20 | Default value for -s option is ARG_MAX - 4096, not - 2048; enami | Theo de Raadt | |
1999-08-18 | formatting | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-06-23 | use sysconf() to get ARG_MAX | Theo de Raadt | |
1998-04-26 | indent | Theo de Raadt | |
1997-12-13 | spelling; peter@clari.net.au | Theo de Raadt | |
1997-11-04 | use sys_signame to print the signal info; cgd | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | s/;;/;/ | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-11 | -print0 in find, not -0 | Theo de Raadt | |
1996-06-11 | add -0 option, written by me | Theo de Raadt | |
1995-11-15 | zap some rcsmerge stuff | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |