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
Age
Commit message (
Expand
)
Author
2023-12-23
Suppress a spurious empty arg at EOF w/ "find -0" caused by the last commit.
Todd C. Miller
2023-12-22
xargs: fix parsing of empty fields when "xargs -0" is used.
Todd C. Miller
2023-04-19
remove duplicate includes
Jonathan Gray
2022-12-04
userspace: remove vestigial '?' cases from top-level getopt(3) loops
Scott Soule Cheloha
2020-07-19
Delete support for LC_MESSAGES which we shall never implement.
Ingo Schwarze
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-06-12
Use sizeof(char *) not sizeof(char **) when allocating an array
Todd C. Miller
2017-10-16
Favor memmove() over memcpy() since dst and src originates from the same
anton
2017-01-19
Fix -L/-I processing in -0 mode so that NUL-delimited entries are
Todd C. Miller
2017-01-03
remove unused variable repllen.
Ted Unangst
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
2014-06-04
IL are marked xsi;
Jason McIntyre
2013-08-14
no longer any need to quote macro lines with >9 args;
Jason McIntyre
2010-09-03
add an EXIT STATUS section for /usr/bin;
Jason McIntyre
2010-03-25
Regarding -L, consider a line ending in unescaped white space and the next
Ingo Schwarze
2010-02-04
xargs -I and -L are XPG4, not POSIX; ok jmc@
Ingo Schwarze
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-10-22
use the UNIX-related macros (.At and .Ux) where appropriate.
Igor Sobrado
2009-02-08
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
Jason McIntyre
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
2006-08-12
a variation of netbsd -r1.18:
Jason McIntyre
2006-07-24
Use 'cp -R' instead of 'cp -r' in the example of the -J option.
Bernd Ahlers
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
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
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
tweak;
Jason McIntyre
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
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
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-03-14
Finish off cleanup usr.bin/ man pages.
Aaron Campbell
[next]