aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* dtc: remove unknown option printf, since getopt will print itRebecca Cran2020-02-201-1/+4
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+3
* truss: fix shm_open2 oversight (BinString -> Name)Kyle Evans2020-02-191-1/+1
* kdump: decode shm_open2Kyle Evans2020-02-191-0/+16
* truss: decode shm_open2Kyle Evans2020-02-192-0/+7
* whereis: remove gnu/libexec from source search pathsEd Maste2020-02-191-1/+1
* kdump: decode SHM_ANON as first arg to legacy shm_open(2)Kyle Evans2020-02-191-1/+7
* random(6): Re-add undocumented support for floating point denominatorsConrad Meyer2020-02-154-53/+91
* dtc: re-apply r353961, r354115Kyle Evans2020-02-142-2/+3
* Pull in latest fixes from dtc, up to 0060471Kyle Evans2020-02-144-9/+42
* diff: fix segfault with --tabsize and no/malformed argumentKyle Evans2020-02-133-8/+20
* diff.1: Fix style & document -y as extension to POSIXMateusz Piotrowski2020-02-121-13/+13
* 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