aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* login: use sizeof(audit_cond) consistently, NFCKyle Evans2021-10-061-1/+1
* unifdef.1: Fix typo on "input"Elyes HAOUAS2021-10-061-1/+1
* netstat: split ipsec and ipsec6 statistics in libxoMateusz Guzik2021-10-051-6/+7
* contrib/bc: re-enable tests after the import of version 5.1.0Stefan Eßer2021-10-041-2/+2
* lastcomm/sa: Remove sparc64 tests, they aren't needed.Warner Losh2021-10-045-69/+1
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-0417-18/+20
* contrib/bc: temporarily disconnect the tests for 5.0.2Stefan Eßer2021-10-041-2/+2
* tcp: Make dsack stats available in netstat and also make sure its aware of TL...Randall Stewart2021-10-011-0/+6
* cmp: add -b, --print-bytesKyle Evans2021-09-2911-16/+70
* cmp: add -i, --ignore-initial, an alternative to skip1/skip2 argsKyle Evans2021-09-293-1/+53
* cmp: add -n, --bytes to limit number of bytes to compareKyle Evans2021-09-297-15/+57
* cmp: accept SI suffixes for skip1 and skip2Kyle Evans2021-09-294-3/+46
* Add myself to calendar.freebsdYasuhiro Kimura2021-09-271-0/+1
* unzip: sync with NetBSD upstream to add passphrase supportYoshihiro Takahashi2021-09-252-10/+66
* man: reset OPTIND before parsing argsKyle Evans2021-09-231-0/+4
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-12/+6
* truss: Decode correctly 64bits arguments on 32bits arm.Olivier Houchard2021-09-221-8/+14
* Drop cloudabiKonstantin Belousov2021-09-214-301/+1
* calendar.freebsd: Fix off-by-one errorKevin Bowling2021-09-171-1/+1
* proccontrol(1): Add wxmap controlKonstantin Belousov2021-09-172-2/+26
* StyleKonstantin Belousov2021-09-171-2/+4
* diff: link with libm for sqrt()Piotr Pawel Stefaniak2021-09-161-0/+1
* diff: implement option -F (--show-function-line)Piotr Pawel Stefaniak2021-09-154-25/+62
* diff(1): Add --color supportCameron Katri2021-09-154-3/+118
* diff: decrease indent levelPiotr Pawel Stefaniak2021-09-151-22/+21
* diff: avoid applying offsets to null pointerPiotr Pawel Stefaniak2021-09-151-3/+6
* diff: replace isqrt() with sqrt()Piotr Pawel Stefaniak2021-09-151-21/+2
* diff: move functions around and reduce their visibilityPiotr Pawel Stefaniak2021-09-154-39/+39
* diff: convert boolean flag variables to boolPiotr Pawel Stefaniak2021-09-152-15/+16
* diff: improve code stylePiotr Pawel Stefaniak2021-09-153-150/+123
* top: Remove a duplicate extern declaration for show_args.John Baldwin2021-09-151-1/+0
* tee: use queue(9) in place of a custom linked listPietro Cerutti2021-09-151-10/+10
* llvm-objcopy: Install llvm-strip, and optionally strip, linksJessica Clarke2021-09-131-1/+4
* tabs: a hacky version of tabs appeared in 1st edition UnixWarner Losh2021-09-091-2/+7
* top(1): indicate how to reset grep stringJohn Grafton2021-09-081-1/+1
* pkgbase: Create a FreeBSD-ftp packageEmmanuel Vadot2021-09-071-0/+2
* pkgbase: Create a FreeBSD-kerberos packageEmmanuel Vadot2021-09-071-0/+2
* pkgbase: Create a FreeBSD-rdma packageEmmanuel Vadot2021-09-0712-0/+13
* pkgbase: Create a FreeBSD-telnet packageEmmanuel Vadot2021-09-071-0/+2
* Add WITH_LLVM_BINUTILS to install LLVM binutils instead of ElftoolchainAlex Richardson2021-09-068-9/+62
* Don't build and install {llvm,clang,lldb}-tblgen for the targetAlex Richardson2021-09-061-5/+1
* xinstall: fix invocation of llvm-stripMitchell Horne2021-08-301-5/+15
* ldd: Remove non-functional -v optionKonstantin Belousov2021-08-282-31/+7
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* diff3: document and test -TPiotr Pawel Stefaniak2021-08-254-2/+27
* clang: Support building with GCC and DEBUG_FILES disabledJessica Clarke2021-08-241-0/+3
* diff: read whole files to determine if they are ASCII textPiotr Pawel Stefaniak2021-08-232-23/+50
* nfsstat(1): Fix a typo in an error messageGordon Bergling2021-08-231-1/+1
* diff3: implement --strip-trailing-crPiotr Pawel Stefaniak2021-08-235-1/+21
* diff3.1: update manual page to match codePiotr Pawel Stefaniak2021-08-231-6/+27