aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* cmp: initialize limit to avoid stack garbage limitsKyle Evans2021-10-261-1/+1
* unzip: Fix segmentation fault if a zip file contains buggy filename.Yoshihiro Takahashi2021-10-181-2/+13
* contrib/bc, usr.bin/gh-bc: merge update to version 5.1.1Stefan Eßer2021-10-122-7/+17
* ar: provide error exit status upon failureEd Maste2021-10-096-77/+100
* cmp: add -b, --print-bytesKyle Evans2021-10-0311-16/+70
* cmp: add -i, --ignore-initial, an alternative to skip1/skip2 argsKyle Evans2021-10-033-1/+53
* cmp: add -n, --bytes to limit number of bytes to compareKyle Evans2021-10-037-15/+57
* cmp: accept SI suffixes for skip1 and skip2Kyle Evans2021-10-034-3/+46
* man: reset OPTIND before parsing argsKyle Evans2021-10-031-0/+4
* cmp(1): Add EXAMPLES sectionFernando Apesteguía2021-10-031-7/+16
* cmp(1): Add EXAMPLES sectionFernando Apesteguía2021-10-031-1/+35
* unzip: sync with NetBSD upstream to add passphrase supportYoshihiro Takahashi2021-10-022-10/+66
* Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson2021-09-241-4/+4
* usr.bin/grep: Fix Address OOB read errorAlex Richardson2021-09-242-5/+10
* grep: fix combination of quiet and count flagMariusz Zaborski2021-09-221-1/+1
* import nvi 2.2.0-3bbdfe4Baptiste Daroussin2021-09-226-2/+619
* Update nvi to 2.2.0-05ed8b9Baptiste Daroussin2021-09-222-4/+4
* Update nvi to 2.2.0Baptiste Daroussin2021-09-224-11/+5
* calendar.freebsd: Fix off-by-one errorKevin Bowling2021-09-171-1/+2
* top(1): indicate how to reset grep stringJohn Grafton2021-09-131-1/+1
* top(1): support command name and argument greppingJohn Grafton2021-09-137-1/+60
* nfsstat(1): Fix a typo in an error messageGordon Bergling2021-08-301-1/+1
* Revert "Do a sweep and remove most WARNS=6 settings"Dimitry Andric2021-08-296-0/+9
* Do a sweep and remove most WARNS=6 settingsKyle Evans2021-08-296-9/+0
* Fix a few typos in source code commentsGordon Bergling2021-08-191-1/+1
* ar: remove invalid extra param in bsdar_warnc callsEd Maste2021-08-181-6/+6
* grep: Fix an incorrect description of the -C flagMateusz Piotrowski2021-08-152-14/+11
* mkimg(1): Correct a typo in the usage outputGordon Bergling2021-08-141-1/+1
* awk: merge fixes to metamodeWarner Losh2021-07-311-0/+1
* freebsd-tips: Use a fetchable URL as exampleLi-Wen Hsu2021-07-271-2/+2
* This should have been committed in r348511 with the awk update.Warner Losh2021-07-101-1/+1
* one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsWarner Losh2021-07-101-6/+4
* id: sanitize arguments betterAlan Somers2021-07-041-0/+2
* Clean up copyright messages.Kirk McKusick2021-05-172-10/+8
* find(1): Document the -f optionCeri Davies2021-05-161-1/+14
* usr.bin/patch: remove unneeded header.Xin LI2021-05-161-1/+0
* less: upgrade to v581.2.Xin LI2021-05-091-1/+12
* Fix zgrep --versionMateusz Piotrowski2021-04-261-3/+3
* Improve size readability.Michael Reifenberger2021-04-213-89/+49
* systat.1: Remove Tn macrosMateusz Piotrowski2021-04-171-41/+14
* systat.1: Fix synopsisMateusz Piotrowski2021-04-171-1/+1
* m4(1): Add a SEE ALSO section and reference an AT&T manualGordon Bergling2021-04-151-1/+12
* [bc] Update to version 4.0.0Stefan Eßer2021-04-101-2/+0
* fortune: add a tip about gstatAlan Somers2021-04-081-0/+6
* Fix warning about signed comparison and drop WARNS for ktrdump(8).Dmitry Chagin2021-04-012-9/+7
* find(1): Refine the HISTORY within the manual page.Gordon Bergling2021-03-201-3/+10
* find(1): Mark -not as an extensions to POSIXDaniel Ebdrup Jensen2021-03-201-3/+3
* procstat: distinguish vm map guards in procstat vm output.Konstantin Belousov2021-02-212-1/+7
* Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for aDimitry Andric2021-02-182-2/+3
* grep: fix -A handling in conjunction with -m match limitationKyle Evans2021-02-111-1/+20