aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* calendar.freebsd: Fix off-by-one errorKevin Bowling2021-09-171-1/+1
* 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
* clang: Support building with GCC and DEBUG_FILES disabledJessica Clarke2021-09-071-0/+3
* ldd: Remove non-functional -v optionKonstantin Belousov2021-09-032-31/+7
* Fix some common typos in source code commentsGordon Bergling2021-08-311-1/+1
* nfsstat(1): Fix a typo in an error messageGordon Bergling2021-08-301-1/+1
* diff: Use unprivileged_user with report_identical testOlivier Cochard2021-08-221-1/+6
* tail: Add regression tests for -f and -FMark Johnston2021-08-211-0/+83
* tail: Fix -f with stdinMark Johnston2021-08-212-24/+21
* 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
* Allow bootstrapping llvm-tblgen on macOS and LinuxAlex Richardson2021-08-053-0/+6
* Remove mkcsmapper_static and mkesdb_static from build-toolsAlex Richardson2021-08-055-44/+12
* usr.bin/diff: fix UBSan error in readhashAlex Richardson2021-08-051-1/+1
* usr.bin/login: send errors to console if syslog isn't runningAlex Richardson2021-08-051-1/+1
* usr.bin/sort: Avoid UBSan errorsAlex Richardson2021-08-053-145/+155
* Simplify and speed up the kyua buildAlex Richardson2021-08-053-5/+327
* less: upgrade to v590.Xin LI2021-08-023-4/+9
* Merge llvm-project 12.0.1 release and follow-up fixesDimitry Andric2021-07-3135-470/+2107
* freebsd-tips: Use a fetchable URL as exampleLi-Wen Hsu2021-07-271-2/+2
* one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugsWarner Losh2021-07-101-6/+4
* truss: minor cleanup and pedantic warning fixesAlex Richardson2021-07-052-30/+44
* truss: fix handling of 64-bit arguments/return values for compat32Alex Richardson2021-07-051-23/+17
* kdump: use VIS_NOLOCALE when printing outputAlex Richardson2021-07-051-1/+1
* id: sanitize arguments betterAlan Somers2021-07-031-0/+2
* pkgbase: Create a FreeBSD-nfs packageEmmanuel Vadot2021-06-301-0/+2
* mkimg: Add fat32lba partition typeJose Luis Duran2021-06-294-0/+4
* Use if ... else when printing memory attributesAndrew Turner2021-06-121-36/+18
* mendMichael Tuexen2021-06-073-7/+16
* elfctl: avoid touching file if no change madeEd Maste2021-06-021-1/+5
* sort: Hook NetBSD tests up to the buildMark Johnston2021-05-201-2/+2
* sort: Cache value of MB_CUR_MAXCyril Zhang2021-05-205-34/+45
* sort: Stop "fixing" obsolete key syntax after -- flagCyril Zhang2021-05-201-0/+5
* truss: Decode FreeBSD 11 mknod(2) and mknodat(2)Mark Johnston2021-05-191-2/+6
* 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
* usr.bin/netstat: use roundup2 when rounding up to power of 2.Xin LI2021-05-162-3/+3
* truss: Add missing underscore to compat_prefix for FreeBSD32Alex Richardson2021-05-111-1/+1
* usr.bin/lex: regenerate bootstrap files after d37f81e35bAlex Richardson2021-05-112-18/+6
* truss: improved support for decoding compat32 argumentsAlex Richardson2021-05-113-45/+87
* truss: split counting of syscalls and syscall calling conventionAlex Richardson2021-05-114-63/+67
* gcore: add option to dump core using kernel facilityKonstantin Belousov2021-05-102-11/+80
* gcore: split code to open core file into helperKonstantin Belousov2021-05-101-8/+17
* less: upgrade to v581.2.Xin LI2021-05-091-1/+12
* diff: eleminitate useless macrosBaptiste Daroussin2021-05-051-57/+56
* diff: simplify the hash functionsBaptiste Daroussin2021-05-051-50/+27