OpenBSD CVS

src/usr.bin/xargs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / xargs

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   20 years  millert   Sync with FreeBSD's xargs plus some fixes by me. This makes us POSIX-compliant ...
[TXT] pathnames.h  1.4   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] strnsubst.c  1.4   18 years  cloder   lint makes it easy to find these really bad ones, like size_t n = snprintf
[TXT] xargs.1  1.21   16 years  jmc   convert to new .Dd format;
[TXT] xargs.c  1.25   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg