aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* base: Remove support for the VTOC8 partitioning schemeMarius Strobl2023-07-263-116/+2
* Move LIBADD lines from usr.bin/clang/*/Makefile one level upDimitry Andric2023-07-2326-67/+4
* seq: style(9) cleanupEd Maste2023-07-211-16/+15
* unifdef: Fix case where a multiline comment follows a directive.Dag-Erling Smørgrav2023-07-193-2/+26
* rpcgen: Perform shell-style word expansion on RPCGEN_CPPJessica Clarke2023-07-141-8/+103
* xargs: Install missing test output.Jose Luis Duran2023-07-132-1/+2
* xargs: Fix test case count.Dag-Erling Smørgrav2023-07-131-1/+1
* xargs: Prevent overflow in linelen calculation if nargs is large.Dag-Erling Smørgrav2023-07-133-1/+3
* xargs: disallow -R0 and -L0Daniel Tameling2023-07-131-1/+3
* xargs: fix -R so that it accepts negative numbers againDaniel Tameling2023-07-134-2/+8
* rpcgen: Clarify behaviour for idxJessica Clarke2023-07-131-4/+4
* ldd: Use __PATH_RTLD("32") over _COMPAT32_PATH_RTLDJessica Clarke2023-07-091-1/+1
* xinstall: do not use copy_file_range(2) when BOOTSTRAPPINGMartin Matuska2023-07-082-0/+9
* xinstall: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+21
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0718-18/+18
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0717-17/+17
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0718-18/+18
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-0713-13/+13
* man(1): use gzcat for .gz filesMohamed Akram2023-07-041-1/+1
* syslog.3: document ident[N] formatEugene Grosbein2023-07-031-1/+7
* Separate dependencies on tools built for host.Simon J. Gerraty2023-06-301-1/+2
* stdbuf: Code cleanup.Dag-Erling Smørgrav2023-06-291-27/+25
* Restore and document -ps / -nps option.Dag-Erling Smørgrav2023-06-298-4/+34
* Correctly spell illumos (all lowercase) in man pagesYuri Pankov2023-06-291-2/+2
* Merge bmake-20230622Simon J. Gerraty2023-06-273-7/+18
|\
* | systat: Chase 70ea484e3ec5, removing vdev_cacheCy Schubert2023-06-271-9/+0
* | xo: Disable -Wunused-but-set-variable.John Baldwin2023-06-271-0/+2
* | unzip(1): Comma after e.g.Warner Losh2023-06-271-1/+1
* | unzip: add -O/-I encoding supportMingye Wang2023-06-272-3/+14
* | man(1): Support custom sectionsMohamed Akram2023-06-271-25/+45
* | netstat(1): Use simpler languageTom Hukins2023-06-261-4/+4
* | nohup(1): link to a related manual pageTom Hukins2023-06-261-1/+2
* | seq: combine asprintf return value checksEd Maste2023-06-251-7/+3
* | Fix spelling of "behavior" to be consistent with the rest of the fileBenedict Reuschling2023-06-231-1/+1
* | Merge llvm-project release/16.x llvmorg-16.0.4-0-gae42196bc493Dimitry Andric2023-06-2231-1367/+1218
* | Merge llvm-project release/16.x llvmorg-16.0.1-0-gcd89023f7979Dimitry Andric2023-06-221-0/+1
* | Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41Dimitry Andric2023-06-2224-2/+33
* | m4: Miscellaneous man page fixes.Dag-Erling Smørgrav2023-06-211-5/+14
* | m4: Add -G option which reverses -g.Dag-Erling Smørgrav2023-06-212-4/+12
* | m4: Support long options.Dag-Erling Smørgrav2023-06-212-17/+44
* | top(8): restore erronously removed SWAIT array elementKonstantin Belousov2023-06-211-0/+1
* | top(8): add missed SLOCK state to the sorted_state[]Konstantin Belousov2023-06-211-1/+1
* | top(8): document the actual sort order for process sortingKonstantin Belousov2023-06-211-3/+3
* | top(8): use designated initializers for sorted_state[]Konstantin Belousov2023-06-211-7/+6
* | top(8): designate the sorted_state[] array as constantKonstantin Belousov2023-06-211-1/+1
* | mt: Remove a set but unused variable.John Baldwin2023-06-201-2/+2
* | procstat: Remove set but unused variable.John Baldwin2023-06-201-5/+1
* | diff: Fully comment out the jackpot variable.John Baldwin2023-06-201-3/+3
* | units: Remove set but unused variable.John Baldwin2023-06-201-3/+1
* | mkuzip: Remove set but unused variable.John Baldwin2023-06-201-2/+1