aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
Commit message (Expand)AuthorAgeFilesLines
* xargs: Limit -n to {ARG_MAX}Dag-Erling Smørgrav2025-08-054-6/+6
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* xargs tests: Disable the test added in commit eab91d008165Mark Johnston2023-07-311-2/+4
* xargs: Install missing test output.Jose Luis Duran2023-07-132-1/+2
* xargs: Fix test case count.Dag-Erling Smørgrav2023-07-131-1/+1
* xargs: Prevent overflow in linelen calculation if nargs is large.Dag-Erling Smørgrav2023-07-133-1/+3
* xargs: disallow -R0 and -L0Daniel Tameling2023-07-131-1/+3
* xargs: fix -R so that it accepts negative numbers againDaniel Tameling2023-07-134-2/+8
* xargs: Consistently use strtonum() to parse arguments.Dag-Erling Smørgrav2023-06-051-15/+14
* xargs: Fix typo in error message.Dag-Erling Smørgrav2023-06-051-1/+1
* Additions to targets/pseudo/host-toolsSimon J. Gerraty2023-04-272-0/+17
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* xargs: improve foundeof check for -EYuri Pankov2023-04-171-2/+5
* xargs: fix exit code when using -Pliu-du2022-10-172-5/+14
* xargs: fix description of strnsubst return valueTom Jones2022-07-051-1/+1
* xargs: terminate if line replacement cannot be constructedTom Jones2022-07-052-7/+16
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* xargs: compile yesexpr as EREYuri Pankov2020-12-121-1/+1
* xargs: add some long options for GNU compatibilityKyle Evans2020-09-212-10/+27
* xargs(1): Add EXAMPLES to man pageFernando Apesteguía2020-06-111-2/+28
* xargs: Fix exit status expression when a child process fails to exec.Mark Johnston2020-04-031-1/+1
* 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