aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
Commit message (Expand)AuthorAgeFilesLines
...
* __COPYRIGHT() and __SCCSID().Juli Mallett2002-05-021-12/+3
* An explicit cast to size_t for an inline integer, since the two are not theJuli Mallett2002-05-021-2/+2
* A markup fix, and document -R as non-standard.Juli Mallett2002-05-021-3/+5
* Make -J a proper flag internal to the code (rather than just check forJuli Mallett2002-05-022-10/+30
* *str is spelled 's1' inside the body of the code.Juli Mallett2002-05-021-4/+2
* Rework some of the -I support so I can't find a way to make xargs(1) core orJuli Mallett2002-05-022-15/+14
* In the case where we can't open /dev/tty, fall back to -t behaviour.Juli Mallett2002-04-191-9/+7
* Bump WARNS to 4.Juli Mallett2002-04-191-0/+1
* Compound two fprintf(3)s into 1 using string concatenation.Juli Mallett2002-04-191-2/+1
* After 3 months...Juli Mallett2002-04-194-44/+272
* ANSIfy: Function declarations and prototypes, use of environ(7).Juli Mallett2002-03-151-9/+8
* Change back to using vfork() now that execvp() is vfork()-safe. If execvp()Dag-Erling Smørgrav2002-03-091-7/+10
* Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft2002-03-071-2/+2
* Fix vendor ID (mostly obtained from Rev 1.1).Mike Barcroft2002-03-051-7/+8
* WARNS=2 fixes, remove register keyword, use __FBSDID()Mark Murray2001-12-111-10/+14
* Spelling police: extention -> extension.Dima Dorfman2001-07-051-1/+1
* Add a -J replstr option that allows the user to tell xargs to insertDima Dorfman2001-05-152-6/+68
* Alphabetize command-line options in the synopsis.Dima Dorfman2001-05-021-1/+1
* mdoc(7) police: Fixed typo and markup in rev.1.11.Ruslan Ermilov2001-04-131-2/+2
* o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K.Brian Somers2001-04-101-4/+14
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Use .XrPhilippe Charnier2000-03-261-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* xargs was spliting the input in a very different way from everyone else,Jean-Marc Zucconi1999-05-231-20/+15
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Remove compile time dependency on ARG_MAX.Joseph Koshy1998-06-171-3/+5
* Submitted by: Peter Hawkins <peter@clari.net.au>Daniel O'Callaghan1997-12-131-1/+1
* Use err(3) instead of local redefinition.Philippe Charnier1997-08-272-56/+30
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Reviewed by: Warner Losh <imp@village.org>Warner Losh1996-11-012-5/+29
* Make xargs take into account the bytes occupied by the environment.Satoshi Asami1996-03-051-3/+7
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+527