aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* MFV r357783:Martin Matuska2020-02-124-3/+4
* login.conf(5): update commented-out standard, tooKyle Evans2020-02-091-1/+2
* Add procstat(1) sigfastblock command to show process sigfastblock word address.Konstantin Belousov2020-02-093-0/+67
* Add AT_BSDFLAGS auxv entry.Konstantin Belousov2020-02-091-0/+6
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Fix most of the style warningsBaptiste Daroussin2020-02-071-12/+11
* Update diff(1) TODO removing what has been implementedBaptiste Daroussin2020-02-071-8/+0
* diff: implement -y (--side-by-side) along with -W and --suppress-common-linesBaptiste Daroussin2020-02-075-44/+229
* Remove elf2aoutWarner Losh2020-02-065-259/+0
* Mark elf2aout as deprecated.Warner Losh2020-02-061-1/+7
* No need to have a special sparc64 list here.Warner Losh2020-02-061-3/+0
* wc(1): account for possibility of file == NULLKyle Evans2020-02-051-2/+2
* env(1): grow -L user/class and -U user/class optionsKyle Evans2020-02-053-5/+100
* login.conf(5): set a default PATH for the daemon classKyle Evans2020-02-051-0/+6
* login.conf(5): split MAIL env var out into a "mail" capabilityKyle Evans2020-02-051-1/+3
* Minor cleanups to allow handing vast datasets.Poul-Henning Kamp2020-02-031-24/+29
* units(1): Refactor the manual page and update usage informationMateusz Piotrowski2020-02-032-117/+373
* Merge r357345 from the clang1000-import branch:Dimitry Andric2020-01-311-0/+2
|\
| * Disable new clang 10.0.0 warnings about misleading indentation in flex.Dimitry Andric2020-01-311-0/+2
| * Merge ^/head r357179 through r357269.Dimitry Andric2020-01-291-0/+1
| |\ | |/ |/|
* | Merge r357267 from the clang1000-import branch:Dimitry Andric2020-01-291-1/+2
|\|
| * Fix the following -Werror warning from clang 10.0.0 in tip:Dimitry Andric2020-01-291-1/+2
* | Merge r357260 from the clang1000-import branch:Dimitry Andric2020-01-291-1/+2
|\|
| * Fix the following -Werror warning from clang 10.0.0 in procstat:Dimitry Andric2020-01-291-1/+2
| * Merge ^/head r357119 through r357178.Dimitry Andric2020-01-271-1/+1
| |\
| * | Update build glue for lldb (MK_LLDB=yes). Also update lldb's generatedDimitry Andric2020-01-272-3/+411
| * | Update build glue for lld (MK_LLD=yes). Also update invocation ofDimitry Andric2020-01-261-0/+2
| * | Update build glue for extra clang/llvm tools (MK_CLANG_EXTRAS=yes).Dimitry Andric2020-01-263-4/+7
| * | Adjust libllvmminimal and tblgen Makefiles so all the tblgen executablesDimitry Andric2020-01-253-0/+19
* | | Add myself (alfredo) to committers-src.dot and calendar.freebsdAlfredo Dal'Ava Junior2020-01-291-0/+1
| |/ |/|
* | Import libxo-1.4.0:Phil Shafer2020-01-251-1/+1
|/
* random(6): Fix off-by-oneConrad Meyer2020-01-161-1/+1
* Allow bootstrapping mkimg on macOS/LinuxAlex Richardson2020-01-161-0/+2
* Do not skip line-by-line comparison if -q and -I are specified.Mark Johnston2020-01-141-1/+1
* When system calls indicate an error they return -1, not some arbitraryBaptiste Daroussin2020-01-142-8/+8
* asprintf returns -1, not an arbitrary value < 0. Also upon error theBaptiste Daroussin2020-01-141-2/+2
* mkstemp returns -1Baptiste Daroussin2020-01-141-2/+2
* Optimize diff -q.Mark Johnston2020-01-131-0/+5
* gprof: Enable riscvKristof Provost2020-01-134-2/+46
* Sync with r356645. desiredvnodes is now maxvnodes.Cy Schubert2020-01-131-4/+4
* As of r356642 desiredvnodes is u_long.Cy Schubert2020-01-131-1/+1
* Fix the way 'factor' behaves when using OpenSSL to match the descriptionGarance A Drosehn2020-01-123-21/+69
* Update the man page to reflect that "-M" and "-N" are deprecated and ignored.Rick Macklem2019-12-311-15/+3
* Get rid of old nfsstat options no longer used.Rick Macklem2019-12-311-12/+4
* Replace .h files included from old NFS directories with the new NFS ones.Rick Macklem2019-12-311-3/+1
* MFV r356163,r356197:Martin Matuska2019-12-313-3/+3
* Move type casts into a single place. No functional changes.Edward Tomasz Napierala2019-12-291-23/+15
* Update the nfsstat man page to reflect r355992.Rick Macklem2019-12-221-3/+3
* Update nfsstat to list the NFSv4.2 procedures and operations.Rick Macklem2019-12-221-0/+67
* top: display battery capacity remainingPhilip Paeps2019-12-215-0/+31