index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
xargs
/
xargs.c
Age
Commit message (
Expand
)
Author
2015-12-09
Remove NULL-checks before free(). ok tb@
mmcc
2015-10-10
pledge "stdio rpath proc exec". proc & exec because obviously it
Theo de Raadt
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2010-03-25
Regarding -L, consider a line ending in unescaped white space and the next
Ingo Schwarze
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2005-11-01
spacing
Theo de Raadt
2005-09-26
terminate the buffer before calling regexec(3) when prompting for
Federico G. Schwindt
2005-09-12
- add -r to usage()
Jason McIntyre
2005-09-10
Make xargs run [utility] program even when zero arguements are provided,
Brad Smith
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
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
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
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
2002-02-18
Don't require the -n flag if -x is specified. This is consistent with
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
1998-06-23
use sysconf() to get ARG_MAX
Theo de Raadt
1998-04-26
indent
Theo de Raadt
1997-11-04
use sys_signame to print the signal info; cgd
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
add -0 option, written by me
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt