aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
Commit message (Expand)AuthorAgeFilesLines
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-23/+20
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Fix type mismatches for malloc(3) and Co.Ulrich Spörlein2015-12-291-2/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Fix the racy xargs -P0 -n2 test added in r286289Enji Cooper2015-08-212-3/+3
* Disable the -P0 testEnji Cooper2015-08-211-1/+1
* fix regression in xargs -Px (introduced in r286289) and add regression testsAllan Jude2015-08-086-6/+17
* xargs now takes -P0, creating as many concurrent processes as possibleAllan Jude2015-08-042-3/+19
* Convert atoi(3) to stronum(3) which allows to arguments and report proper errorsBaptiste Daroussin2015-07-141-6/+13
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-2821-1/+137
| |\
| * \ Merge from headSimon J. Gerraty2013-09-051-2/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1620-0/+137
* | | | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
| |_|/ |/| |
* | | Style(9) changes fo xargs.cEitan Adler2013-05-101-2/+4
| |/ |/|
* | Follow calloc convention in other code, this is functionally identicalXin LI2013-01-051-1/+1
|/
* xargs: Before exiting, wait for all invocations of the utility.Jilles Tjoelker2012-03-162-45/+81
* xargs: Remove an unclear comment that only tried to repeat what the code didJilles Tjoelker2012-02-261-4/+0
* xargs: Fix comma splice in error message.Jilles Tjoelker2012-02-261-2/+2
* xargs: If a utility exits with 255 or a signal, write an error message.Jilles Tjoelker2012-02-241-4/+7
* Discourage from using "cp -r".Ruslan Ermilov2011-03-241-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-113-12/+2
* Various syntactic tweaks to satisfy style(9). No change to execution.Stephen McKay2010-11-211-14/+14
* xargs can be fooled by exiting children that it did not start, causingStephen McKay2010-11-211-5/+118
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revive '-opt' flags which I accidentally removed.Giorgos Keramidas2008-01-271-1/+1
* Document the no-op -r option of BSD xargs(1).Giorgos Keramidas2008-01-261-2/+30
* Markup fixes.Ruslan Ermilov2006-09-291-3/+3
* NUL terminate buffer from fgetln(3). From fgsch@OpenBSD.Juli Mallett2006-01-011-0/+1
* Whitespace after switch.Juli Mallett2006-01-011-3/+3
* Check the entire length of the current argument for the EOF string with -E,Juli Mallett2005-12-311-1/+1
* Add a FreeBSD-specific -S flag which controls the maximum size of an argumentJuli Mallett2005-12-302-10/+34
* Handle maxsize==0 in such a way that we don't modify the string.Juli Mallett2005-12-301-0/+12