summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs/xargs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-2/+2
* Declare environ as char **environ like in environ(7), not char *environ[].tjr2002-07-011-1/+1
* Stylistic nit:jmallett2002-06-221-5/+5
* Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freedjmallett2002-06-041-1/+3
* Restructure sanity checks so that -I and -J just override eachother, ratherjmallett2002-05-301-5/+6
* Allow the input line to be NULL, and teach strnsubst() that NULL means to usejmallett2002-05-301-3/+3
* Simplify prerun() in the case where there are no arguments. Can't do -I or -Jjmallett2002-05-171-1/+1
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.ru2002-05-101-1/+9
* -I and -J both set the same variable, replstr, to the string to replace withjmallett2002-05-061-0/+2
* Modify the -p implementation to use a user's locale, so they can respond tojmallett2002-05-051-12/+60
* Fix a typo.jmallett2002-05-051-2/+3
* In an effort to make this utility easier to work with at a source level, movejmallett2002-05-051-141/+154
* Grouping changes.jmallett2002-05-041-2/+2
* Don't use pointers as booleans.jmallett2002-05-041-3/+3
* Replace calloc(3) with malloc(3), and set the tail of thejmallett2002-05-041-2/+3
* Move substitution out to a function, prerun(), and replace use of run() withjmallett2002-05-031-85/+78
* Get rid of bogus holder for realloc(3).jmallett2002-05-031-6/+5
* Rewrite the loop that handles substitution in the -I case, and try to makejmallett2002-05-031-15/+75
* Rename `lflag' to `Lflag' to match the option's case.jmallett2002-05-031-6/+6
* Revert revision 1.22. I incorrectly modified the Berkeley identifiers.jmallett2002-05-031-3/+12
* __COPYRIGHT() and __SCCSID().jmallett2002-05-021-12/+3
* An explicit cast to size_t for an inline integer, since the two are not thejmallett2002-05-021-2/+2
* Make -J a proper flag internal to the code (rather than just check forjmallett2002-05-021-8/+17
* Rework some of the -I support so I can't find a way to make xargs(1) core orjmallett2002-05-021-15/+9
* In the case where we can't open /dev/tty, fall back to -t behaviour.jmallett2002-04-191-9/+7
* Compound two fprintf(3)s into 1 using string concatenation.jmallett2002-04-191-2/+1
* After 3 months...jmallett2002-04-191-39/+134
* ANSIfy: Function declarations and prototypes, use of environ(7).jmallett2002-03-151-9/+8
* Change back to using vfork() now that execvp() is vfork()-safe. If execvp()des2002-03-091-7/+10
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-071-2/+2
* Fix vendor ID (mostly obtained from Rev 1.1).mike2002-03-051-7/+8
* WARNS=2 fixes, remove register keyword, use __FBSDID()markm2001-12-111-10/+14
* Add a -J replstr option that allows the user to tell xargs to insertdd2001-05-151-5/+29
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* xargs was spliting the input in a very different way from everyone else,jmz1999-05-231-20/+15
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-3/+3
* Remove compile time dependency on ARG_MAX.jkoshy1998-06-171-3/+5
* Use err(3) instead of local redefinition.charnier1997-08-271-48/+22
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Reviewed by: Warner Losh <imp@village.org>imp1996-11-011-5/+18
* Make xargs take into account the bytes occupied by the environment.asami1996-03-051-3/+7
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+325
OpenPOWER on IntegriCloud