aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* split(1): add '-c' to continue creating filesJan Schaumann2023-05-302-12/+36
* split(1): auto-extend suffix length if requiredJan Schaumann2023-05-302-2/+37
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-4/+8
* genl: add new command to list genetlink(4)Baptiste Daroussin2023-05-304-0/+231
* Fix the build post-dcf5d5603b3af8Enji Cooper2023-05-281-2/+2
* Reduce ifdef soup by adding pre-3.0 compat supportEnji Cooper2023-05-281-16/+10
* factor: support OpenSSL 3Enji Cooper2023-05-272-3/+15
* Add simple factor/primes regression testsEnji Cooper2023-05-274-0/+167
* netlink: use newly-added snl(3) array parsing for handling multipathAlexander V. Chernikov2023-05-271-3/+3
* top: Use a cpuset_t to represent a CPU maskMark Johnston2023-05-261-10/+9
* kdump: Add a facility to print numbers in decimal format alwaysDmitry Chagin2023-05-262-10/+15
* kdump: Decode linux_clone syscall flagsDmitry Chagin2023-05-261-0/+14
* posixshmcontrol.1: Document posixshmcontrol create -lMark Johnston2023-05-251-3/+20
* factor: Request the OpenSSL 1.1 APIPierre Pronchery2023-05-251-0/+1
* ctags: Recognize __attribute__ in function declarations.Dag-Erling Smørgrav2023-05-251-1/+32
* less: Re-enable -Wdeprecated-non-prototype warnings.John Baldwin2023-05-253-6/+0
* ctags: Support writing to stdout instead of a file.Dag-Erling Smørgrav2023-05-252-5/+34
* ldns: Upgrade to 1.8.3.Dag-Erling Smørgrav2023-05-241-2/+2
* ctags: Error out if writing to stdout failed.Dag-Erling Smørgrav2023-05-231-0/+2
* 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