aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Merge bmake-20210206Simon J. Gerraty2021-02-113-20/+69
|\
* | systat.1: Fix synopsisMateusz Piotrowski2021-02-101-1/+1
* | systat.1: Remove Tn macrosMateusz Piotrowski2021-02-101-41/+14
* | localedef: Fix bootstrapping on Ubuntu 16.04Jessica Clarke2021-02-101-3/+16
* | usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-02-092-5/+10
* | grep: fix -A handling in conjunction with -m match limitationKyle Evans2021-02-081-1/+20
* | lastcomm(1): Only install if MK_ACCT is onEmmanuel Vadot2021-02-061-1/+1
* | truss: Decode sendfile(2) argumentsMark Johnston2021-02-052-0/+24
* | grep: turn off -w if -x is specifiedKyle Evans2021-02-052-1/+8
* | grep: fix null pattern and empty pattern file behaviorKyle Evans2021-02-052-30/+16
* | du_test: Skip three tests if sparse files are not supportedAlex Richardson2021-02-031-0/+14
* | diff: Use unprivileged_user with report_identical testOlivier Cochard2021-02-031-1/+6
* | Revert "diff: eliminate a useless lseek"Baptiste Daroussin2021-02-021-0/+1
* | tail: fix "tail -F" file rotation detectionChuck Silvers2021-02-021-1/+1
* | ofed: fix the WITH_OFED_EXTRA buildKyle Evans2021-01-301-0/+2
* | Fix ldd to work with more ELF files.John Baldwin2021-01-292-150/+187
* | du: tests: use dollar-single quotes where appropriateKyle Evans2021-01-291-1/+1
* | diff: eleminitate useless macrosBaptiste Daroussin2021-01-271-57/+56
* | diff: simplify the hash functionsBaptiste Daroussin2021-01-271-50/+27
* | diff: fix typo in a commentBaptiste Daroussin2021-01-271-1/+1
* | diff: remove stalled entries in headersBaptiste Daroussin2021-01-271-3/+0
* | diff: eliminate space at end of lineBaptiste Daroussin2021-01-271-33/+33
* | diff: eliminate a useless lseekBaptiste Daroussin2021-01-271-1/+0
* | diff: add a test case about the non regular file supportBaptiste Daroussin2021-01-271-0/+15
* | diff: fix incorrectly displaying files as duplicatesJamie Landeg-Jones2021-01-253-0/+8
* | diff: add a test case for failed -s optionBaptiste Daroussin2021-01-251-0/+11
* | elfctl: Fix type errors.Konstantin Belousov2021-01-231-3/+4
* | elfctl: fix typo from last-minute refactoringEd Maste2021-01-221-1/+1
* | elfctl: allow features to be specified by valueEd Maste2021-01-222-5/+35
* | Complete Steps 5 and 9 from the Committer's guideLewis Cook2021-01-221-0/+1
* | Rename i386's Linux ELF to Linux ELF32Jessica Clarke2021-01-211-1/+1
* | Remove remaining uses of ${COMPILER_FEATURES:Mc++11}Alex Richardson2021-01-191-3/+1
* | grep: fix LINKS in MakefileMartin Tournoij2021-01-181-1/+1
* | elfctl: prefix disable flags with "no"Ed Maste2021-01-141-4/+5
* | elfctl: add backwards compatibility for "no" prefixesEd Maste2021-01-141-0/+10
* | Merge bmake-20210110Simon J. Gerraty2021-01-142-35/+126
|\|
* | elftcl: add -i flag to ignore unknown flagsEd Maste2021-01-132-4/+15
* | cmp: fix -s (silent) when used with skip offsetsEd Maste2021-01-112-1/+17
* | cmp: use C99 bool for flagsEd Maste2021-01-114-14/+17
* | ldd: renumber executable type constantsEd Maste2021-01-091-2/+2
* | diff: honour flags with -qEd Maste2021-01-092-1/+13
* | last(1): Add EXAMPLES sectionFernando Apesteguía2021-01-091-4/+22
* | man(1): Bump .DdFernando Apesteguía2021-01-091-1/+1
* | man(1): Add EXAMPLES sectionFernando Apesteguía2021-01-091-0/+35
* | ldd: Retire aout supportEd Maste2021-01-084-646/+0
* | du: tests: make H_flag tests more strict about output requirementsKyle Evans2021-01-071-4/+12
* | du: tests: fix the H_flag test (primarily grep usage)Kyle Evans2021-01-071-3/+4
* | Rename NO_WERROR -> MK_WERROR=noAlex Richardson2021-01-073-4/+1
* | Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson2021-01-071-1/+1
* | Add some examples to script.1Mateusz Piotrowski2021-01-051-2/+68