summaryrefslogtreecommitdiffstats
path: root/usr.bin/xargs
Commit message (Expand)AuthorAgeFilesLines
* - Use _PATH_TTY and _PATH_DEVNULL macros.mux2003-06-131-5/+9
* Use waitpid, instead of wait3, which is more portable.jmallett2003-06-131-2/+2
* Remove redundant return; from void function.jmallett2003-06-131-1/+0
* Markup bits.ru2003-05-211-1/+1
* Don't shaddow exp(3).obrien2003-05-031-6/+5
* Migrate to a new way of dealing with building from old revisions ofimp2003-04-051-14/+1
* Simplify compatibility ifdef.imp2003-04-041-4/+7
* xargs(1) is WARNS=6 clean.mux2003-03-281-1/+1
* When -o isn't specified, open /dev/null as stdin.mux2003-03-281-2/+5
* Add a new -o option to tell xargs(1) to reopen /dev/tty as stdin inmux2003-03-232-5/+21
* Extend our -R extension which sets the number of arguments in which -I willjmallett2003-02-262-3/+9
* De-typo usage string.jmallett2003-02-261-1/+1
* A few changes for clarity.trhodes2003-01-271-13/+17
* english(4) police.schweikh2002-12-271-1/+1
* mdoc(7) police: most -mdoc macros can take multiple arguments.ru2002-12-231-2/+1
* Add the -P option which executes multiple copies of the specified utilitytjr2002-12-212-19/+57
* Take __FreeBSD_version into account when BOOTSTRAPPING.ru2002-11-132-9/+7
* 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
* Check for results of repeated calls to strnsubst(), as well as for thejmallett2002-06-221-6/+17
* When giving an example that relies on shell expansion/globbing, don't use ajmallett2002-06-221-1/+1
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-0/+4
* 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-302-3/+8
* mdoc(7) police: punctuation, miscellaneous.ru2002-05-301-8/+8
* Simplify prerun() in the case where there are no arguments. Can't do -I or -Jjmallett2002-05-171-1/+1
* Fix a "tiny and squeeby and little" markup mistake.jmallett2002-05-141-1/+1
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.ru2002-05-102-1/+13
* -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-052-13/+63
* 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
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifjmallett2002-05-031-1/+1
* 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
* A markup fix, and document -R as non-standard.jmallett2002-05-021-3/+5
* Make -J a proper flag internal to the code (rather than just check forjmallett2002-05-022-10/+30
* *str is spelled 's1' inside the body of the code.jmallett2002-05-021-4/+2
* Rework some of the -I support so I can't find a way to make xargs(1) core orjmallett2002-05-022-15/+14
* In the case where we can't open /dev/tty, fall back to -t behaviour.jmallett2002-04-191-9/+7
OpenPOWER on IntegriCloud