aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* sys.dirdeps.mk use ?= for OBJTOPSimon J. Gerraty2023-05-132-3/+4
* bmake forloop test was removedSimon J. Gerraty2023-05-131-1/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-1212-12/+12
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12161-161/+161
* tsort: Add unit tests.Dag-Erling Smørgrav2023-05-103-0/+77
* tsort: Replace bcopy() with memcpy().Dag-Erling Smørgrav2023-05-101-4/+4
* tsort: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-05-041-0/+2
* ncal: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-05-041-0/+2
* MFV: less v632.Xin LI2023-05-021-9/+15
* Additions to targets/pseudo/host-toolsSimon J. Gerraty2023-04-2718-0/+153
* logger(1): fix timestamps in case of long runEugene Grosbein2023-04-271-6/+12
* getconf(1): add DEALLOC_PRESENTYuri Pankov2023-04-261-0/+1
* bmake does not need libegacySimon J. Gerraty2023-04-241-0/+3
* Merge bmake-20230414Simon J. Gerraty2023-04-243-31/+38
|\
* | Enable building tar for non-FreeBSD hostSimon J. Gerraty2023-04-242-0/+17
* | netstat: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-242-4/+4
* | posixshmcontrol(1): silently ignore inaccessible segments when listingKonstantin Belousov2023-04-231-2/+4
* | Build host tools on non-FreeBSD host with DIRDEPS_BUILDSimon J. Gerraty2023-04-222-0/+17
* | llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YESCameron Katri2023-04-212-1/+8
* | llvm: fix some llvm-* tool links when WITH_LLVM_BINUTILS is setEd Maste2023-04-214-8/+8
* | truss: Kill dead codeWarner Losh2023-04-211-5/+0
* | netstat: cleanupMichael Tuexen2023-04-202-15/+11
* | netstat: fix printing of TCP pcbs with -AGleb Smirnoff2023-04-201-10/+3
* | Fix building host tools for hostSimon J. Gerraty2023-04-201-0/+2
* | netstat: document that PCB information can't be read from corefilesMichael Tuexen2023-04-191-13/+1
* | Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-19232-314/+100
* | mail: Use a C89 function pointer type for command functions.John Baldwin2023-04-1811-46/+52
* | locate: Use C89 function definitions.John Baldwin2023-04-182-22/+8
* | less: Silence -Wdeprecated-non-prototype warnings.John Baldwin2023-04-183-2/+6
* | sendmail: Silence -Wdeprecated-non-prototype warnings.John Baldwin2023-04-181-0/+2
* | renice: Factor out common code in tests.Dag-Erling Smørgrav2023-04-181-14/+20
* | split: Update synopsis and usage; fix examplesMateusz Piotrowski2023-04-182-10/+10
* | renice: Clean up the tests.Dag-Erling Smørgrav2023-04-181-30/+22
* | last(1): Remove double words in source code commentsGordon Bergling2023-04-181-1/+1
* | xargs: improve foundeof check for -EYuri Pankov2023-04-171-2/+5
* | renice: Avoid segfault if -n flag is given without argument.Dag-Erling Smørgrav2023-04-172-1/+7
* | morse.6: Mention to standards in the SEE ALSO sectionGordon Bergling2023-04-161-2/+13
* | grdc.6: Add an ENVIRONMENT sectionGordon Bergling2023-04-161-0/+12
* | limits_test: validate CPU time used, not real timeEric van Gyzen2023-04-141-8/+36
* | mail: fix build if TIOCSTI is not definedEd Maste2023-04-101-1/+6
* | llvm-objcopy: link man page as strip.1 when WITH_LLVM_BINUTILS is setEd Maste2023-04-061-1/+2
* | Remove LLVM build glue for MIPS as a native architecture.John Baldwin2023-03-291-5/+0
* | Revert "Ensure .inc files are regenerated when llvm/clang tblgen binaries cha...Dimitry Andric2023-03-2912-24/+0
* | Revert "Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed"Dimitry Andric2023-03-2912-44/+74
* | Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changedDimitry Andric2023-03-2912-74/+44
* | tftp tests: Fix a typo in the makefileMark Johnston2023-03-261-1/+1
* | netlink: add NETLINK/NETLINK_SUPPORT userland options.Alexander V. Chernikov2023-03-262-3/+17
* | etdump: exit on error if section header or entry offset is OOBEd Maste2023-03-221-4/+10
* | lorder: add deprecation noticeEd Maste2023-03-211-1/+6
* | ldd: clarify format optionsEd Maste2023-03-212-3/+4