History log of /src/usr.bin/xargs/pathnames.h |
Revision | | Date | Author | Comments |
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.
|