Home | History | Annotate | only in /src/usr.bin/xargs
History log of /src/usr.bin/xargs
RevisionDateAuthorComments
 1.5 14-Apr-2009  lukem Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
 1.4 18-Apr-2007  christos branches: 1.4.20;
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
 1.3 14-Nov-1994  jtc branches: 1.3.24; 1.3.36; 1.3.38;
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.
Changed to use err(),errx(),warn(),warnx().
 1.2 30-Jul-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.3 14-Nov-1994  jtc imported from 4.4lite
 1.1.1.2 14-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.3.38.1 03-Jun-2008  skrll Sync with netbsd-4.
 1.3.36.1 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1036):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.16, 1.18
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
mention new xargs
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.3.24.1 20-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1893):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.18, 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.15, 1.16, 1.18
Query kernel for maximum argument size instead of using ARG_MAX.
PR/34182 from der Mouse -- clarify -0 option
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
Fix PR/34182, PR/36154 and PR/37666.
 1.4.20.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.6 18-Apr-2007  christos Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
 1.5 07-Aug-2003  agc branches: 1.5.6; 1.5.18; 1.5.20;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.4 15-Nov-1995  thorpej Resolve CVS conflicts that appeared in a comment, and thus went unnoticed.
Pointed out to me by Niklas, who heard about it from Theo.
 1.3 14-Nov-1994  jtc branches: 1.3.2;
Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.
Changed to use err(),errx(),warn(),warnx().
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 14-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.3.2.1 15-Nov-1995  thorpej Update from trunk; fix CVS conflict.
 1.5.20.1 03-Jun-2008  skrll Sync with netbsd-4.
 1.5.18.1 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1036):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.16, 1.18
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
mention new xargs
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.5.6.1 20-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1893):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.18, 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.15, 1.16, 1.18
Query kernel for maximum argument size instead of using ARG_MAX.
PR/34182 from der Mouse -- clarify -0 option
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
Fix PR/34182, PR/36154 and PR/37666.
 1.1 18-Apr-2007  christos branches: 1.1.8; 1.1.10; 1.1.18;
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
 1.1.18.2 03-Jun-2008  skrll Sync with netbsd-4.
 1.1.18.1 18-Apr-2007  skrll file strnsubst.c was added on branch wrstuden-fixsa on 2008-06-03 20:47:47 +0000
 1.1.10.2 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1893):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.18, 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.15, 1.16, 1.18
Query kernel for maximum argument size instead of using ARG_MAX.
PR/34182 from der Mouse -- clarify -0 option
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
Fix PR/34182, PR/36154 and PR/37666.
 1.1.10.1 18-Apr-2007  bouyer file strnsubst.c was added on branch netbsd-3 on 2008-01-21 21:17:55 +0000
 1.1.8.2 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1036):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.16, 1.18
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
mention new xargs
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.1.8.1 18-Apr-2007  bouyer file strnsubst.c was added on branch netbsd-4 on 2008-01-21 19:45:14 +0000
 1.23 13-Oct-2012  njoly Remove a few unneeded Pp macros.
 1.22 22-Dec-2010  wiz branches: 1.22.6; 1.22.12;
Talk more about NetBSD and less about FreeBSD. Sort sections.
 1.21 21-Dec-2010  christos PR/44259: Aleksey Cheusov: xargs: -r option is supported but not documented
Synced with the FreeBSD doc.
 1.20 02-Dec-2007  wiz branches: 1.20.12;
Add comma in enumeration.
 1.19 18-Apr-2007  christos branches: 1.19.4;
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
 1.18 11-Aug-2006  jnemeth branches: 1.18.2; 1.18.4;
PR/34182 from der Mouse -- clarify -0 option
 1.17 07-Aug-2003  agc branches: 1.17.6;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.16 02-Oct-2002  wiz conjuction -> conjunction.
 1.15 30-Sep-2002  grant New sentence, new line.
 1.14 28-Jan-2002  wiz Remove mention of -I in SYNOPSIS until we've actually implemented it.
Seems to have slipped in unintendedly in a v1.12.
Addresses standards/15401.
 1.13 08-Dec-2001  wiz Sort sections.
 1.12 04-Sep-2000  kleink For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
 1.11 20-Jan-2000  enami Default value for -s option is ARG_MAX - 4096, not - 2048.
 1.10 22-Dec-1999  kleink Implement XCU5 prompt mode (-p).
 1.9 12-Jan-1999  lukem bump date too
 1.8 12-Jan-1999  lukem update history, from [bin/6790] by Eric Fischer <eric@fudge.uchicago.edu>
 1.7 24-Jun-1997  lukem Add support for -0 (to be used with find -print0); from OpenBSD.
Clean up man page a bit.
 1.6 14-Nov-1994  jtc Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.
Changed to use err(),errx(),warn(),warnx().
 1.5 11-Jan-1994  jtc Fix spelling errors.
 1.4 01-Aug-1993  mycroft Add RCS indentifiers.
 1.3 14-Jul-1993  jtc Make Posix 1003.2 (Draft 11.2) compliant.
 1.2 13-Jul-1993  cgd get rid of -f flag (and make it conform to posix)
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 14-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.17.6.1 20-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1893):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.18, 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.15, 1.16, 1.18
Query kernel for maximum argument size instead of using ARG_MAX.
PR/34182 from der Mouse -- clarify -0 option
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
Fix PR/34182, PR/36154 and PR/37666.
 1.18.4.1 03-Jun-2008  skrll Sync with netbsd-4.
 1.18.2.1 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1036):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.16, 1.18
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
mention new xargs
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.19.4.1 09-Jan-2008  matt sync with HEAD
 1.20.12.1 16-Feb-2011  bouyer Pull up following revision(s) (requested by dholland in ticket #1552):
usr.bin/xargs/xargs.1: revision 1.21
usr.bin/xargs/xargs.1: revision 1.22
PR/44259: Aleksey Cheusov: xargs: -r option is supported but not documented
Synced with the FreeBSD doc.
Talk more about NetBSD and less about FreeBSD. Sort sections.
 1.22.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.22.6.1 30-Oct-2012  yamt sync with head
 1.20 17-Dec-2010  plunky correct the error message (wait3->waitpid)
 1.19 21-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.18 07-Jan-2008  apb branches: 1.18.6;
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.17 15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.16 18-Apr-2007  christos branches: 1.16.4;
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
 1.15 28-Mar-2006  joerg branches: 1.15.6; 1.15.8;
Query kernel for maximum argument size instead of using ARG_MAX.
 1.14 07-Aug-2003  agc branches: 1.14.6;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.13 20-Jan-2003  simonb The Double-Semi-Colon Police.
 1.12 22-Dec-1999  kleink Implement XCU5 prompt mode (-p).
 1.11 20-Dec-1998  christos _NSIG -> NSIG
 1.10 14-Apr-1998  fair error message improvement per PR#4378
 1.9 20-Oct-1997  lukem WARNSify, deprecate register, fix .Nm usage
 1.8 24-Jun-1997  lukem Add support for -0 (to be used with find -print0); from OpenBSD.
Clean up man page a bit.
 1.7 14-Nov-1994  jtc Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id conventions.
Changed to use err(),errx(),warn(),warnx().
 1.6 31-Dec-1993  jtc Localization changes.
 1.5 27-Aug-1993  jtc Minor tweaks: including header files to bring prototypes into scope,
explicitly declaring function return values, etc. to make gcc -Wall
shut up.
 1.4 01-Aug-1993  mycroft Add RCS identifiers.
 1.3 14-Jul-1993  jtc Make Posix 1003.2 (Draft 11.2) compliant.
 1.2 13-Jul-1993  cgd get rid of -f flag (and make it conform to posix)
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 14-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.14.6.1 20-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1893):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.18, 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.15, 1.16, 1.18
Query kernel for maximum argument size instead of using ARG_MAX.
PR/34182 from der Mouse -- clarify -0 option
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
Fix PR/34182, PR/36154 and PR/37666.
 1.15.8.1 03-Jun-2008  skrll Sync with netbsd-4.
 1.15.6.1 21-Jan-2008  bouyer Pull up following revision(s) (requested by apb in ticket #1036):
usr.bin/xargs/strnsubst.c: revision 1.1
usr.bin/xargs/xargs.1: revision 1.19
usr.bin/xargs/Makefile: revision 1.4
usr.bin/xargs/pathnames.h: revision 1.6
usr.bin/xargs/xargs.c: revision 1.16, 1.18
Bring in xargs from FreeBSD to gain -I, -J etc. but keep our GNU compatible
exit values.
mention new xargs
Add more detail in comments about maximum size of environment and
arguments passed by xargs(1) to execvp(2). Research done while
investigating PR 37666, which is not a problem in -current.
 1.16.4.1 09-Jan-2008  matt sync with HEAD
 1.18.6.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.

RSS XML Feed