summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
AgeCommit message (Expand)Author
2025-07-26xargs: Convert tests to ATFDag-Erling Smørgrav
2025-07-26xargs: Limit -n to {ARG_MAX}Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19xargs: use getline() instead of fgetln()Martin Tournoij
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-31xargs tests: Disable the test added in commit eab91d008165Mark Johnston
2023-07-13xargs: Install missing test output.Jose Luis Duran
2023-07-13xargs: Fix test case count.Dag-Erling Smørgrav
2023-07-13xargs: Prevent overflow in linelen calculation if nargs is large.Dag-Erling Smørgrav
2023-07-13xargs: disallow -R0 and -L0Daniel Tameling
2023-07-13xargs: fix -R so that it accepts negative numbers againDaniel Tameling
2023-06-05xargs: Consistently use strtonum() to parse arguments.Dag-Erling Smørgrav
2023-06-05xargs: Fix typo in error message.Dag-Erling Smørgrav
2023-04-27Additions to targets/pseudo/host-toolsSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-17xargs: improve foundeof check for -EYuri Pankov
2022-10-17xargs: fix exit code when using -Pliu-du
2022-07-05xargs: fix description of strnsubst return valueTom Jones
2022-07-05xargs: terminate if line replacement cannot be constructedTom Jones
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2020-12-12xargs: compile yesexpr as EREYuri Pankov
2020-09-21xargs: add some long options for GNU compatibilityKyle Evans
2020-06-11xargs(1): Add EXAMPLES to man pageFernando Apesteguía
2020-04-03xargs: Fix exit status expression when a child process fails to exec.Mark Johnston
2017-12-27userland: Fix several typos and minor errorsEitan Adler
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-29Fix type mismatches for malloc(3) and Co.Ulrich Spörlein
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-08-21Fix the racy xargs -P0 -n2 test added in r286289Enji Cooper
2015-08-21Disable the -P0 testEnji Cooper
2015-08-08fix regression in xargs -Px (introduced in r286289) and add regression testsAllan Jude
2015-08-04xargs now takes -P0, creating as many concurrent processes as possibleAllan Jude
2015-07-14Convert atoi(3) to stronum(3) which allows to arguments and report proper errorsBaptiste Daroussin
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty