aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall: hook up help line and prompt for ZFS disk selectionFranco Fichtner2025-01-241-4/+4
* ctld: Fix assertion against the wrong fieldJohn Baldwin2025-01-241-1/+1
* ctld: Factor out code to setup a listening socket into a separate functionJohn Baldwin2025-01-241-105/+94
* ctld: Use bool in uclparse.cJohn Baldwin2025-01-241-127/+127
* iscsi: Move valid_iscsi_name to libiscsiutilJohn Baldwin2025-01-243-105/+2
* rtsold: Further usage message updatesMark Johnston2025-01-241-6/+6
* ctld: Trim trailing whitespaceJohn Baldwin2025-01-223-10/+10
* Remove publickey(5) stuffEmmanuel Vadot2025-01-228-1661/+0
* Deprecate publickey(5) stuffEmmanuel Vadot2025-01-222-0/+6
* periodic: set _localbase for periodic scripts from within periodic.confJuraj Lutter2025-01-212-8/+13
* bsdinstall/zfsboot: Remove unused global variableAlexander Ziaee2025-01-211-1/+0
* jls.8: Reference correct manpage for libxo optionsEd Maste2025-01-201-3/+3
* ctld: correctly parse LUN size on 32-bit archesAlan Somers2025-01-172-2/+2
* certctl: Set METALOG ownership to root:wheelPat Maddox2025-01-171-1/+1
* rtsold: Add -i to the usage messageMark Johnston2025-01-171-4/+4
* Revert "certctl: Set METALOG ownership to root:wheel"Ed Maste2025-01-171-1/+1
* iwmbtfw: Check firmware exists before trying to upload itGavin Atkinson2025-01-171-0/+7
* pkg: Fix Coverity warningsMark Johnston2025-01-162-8/+11
* pkg(7): expand VERSION_MAJOR, VERSION_MINOR, RELEASE and OSNAMEBaptiste Daroussin2025-01-161-0/+17
* powerd: use snl_get_genl_mcast_group() APIGleb Smirnoff2025-01-161-16/+8
* pkg(7): support configuration overwrite like pkg(8)Baptiste Daroussin2025-01-151-12/+41
* pkg: make sure the repositories have at least an urlBaptiste Daroussin2025-01-151-10/+18
* pmcannotate: Add a '-m' mode option to control per-line annotations.John Baldwin2025-01-142-9/+60
* syslogd: Ensure that forwarded messages are sent from port 514Mark Johnston2025-01-144-25/+378
* pkg: retire backwards compatibility bootstrap supportEd Maste2025-01-141-22/+7
* pkg: Fix two typos in visible error messagesBenedict Reuschling2025-01-141-2/+2
* pkg: clean support for repositoriesBaptiste Daroussin2025-01-143-115/+216
* pkg: include missing <string.h>Kyle Evans2025-01-121-0/+1
* fwget: Add needed firmware for Radeon 740M GPUBernhard Froehlich2025-01-121-0/+7
* libbsnmptools: avoid uninitialized snmptoolctx->passwd with empty passwordGleb Smirnoff2025-01-111-2/+1
* bsnmpwalk: Fix crash on invalid dataShteryana Shopova2025-01-101-1/+1
* fwget: Simplify logicRenato Botelho2025-01-091-6/+2
* fwget: Silence log() when -q is usedRenato Botelho2025-01-091-1/+3
* rpcbind: remove extraneous check for nconf not being unix(4)Gleb Smirnoff2025-01-091-9/+5
* Revert "isp: Fix abort issue introduced by previous commit"Alexander Motin2025-01-081-1/+0
* isp: Fix abort issue introduced by previous commitAlexander Motin2025-01-081-0/+1
* bhyve: Implement the libslirp notify callbackMark Johnston2025-01-071-22/+68
* bhyve: Use a non-blocking read in slirp_recv()Mark Johnston2025-01-071-2/+13
* makefs: Handle special file types when creating a zpoolMark Johnston2025-01-072-7/+54
* makefs: Remove dead code in inode_type()Mark Johnston2025-01-071-2/+0
* bsdinstall: Fix a typo in a commentMark Johnston2025-01-061-1/+1
* pac: Consistently use item count as the first argument to callocJohn Baldwin2025-01-031-2/+2
* pac: Use strdup and asprintf in place of dubious string buildingJohn Baldwin2025-01-031-6/+3
* syslogd: Fix resource leaksMark Johnston2025-01-031-17/+15
* syslogd tests: Permit starting syslogd with multiple -b optionsMark Johnston2025-01-031-3/+3
* syslogd tests: Use atf_check when sending SIGHUP to syslogdMark Johnston2025-01-031-1/+1
* riscv vmm: virtual timer support.Ruslan Bukin2025-01-021-1/+2
* pkg: finish adding the ECC signer and signature type bitsKyle Evans2025-01-014-20/+711
* pkg: add a pkgsign_verify_data callbackKyle Evans2025-01-013-19/+65
* pkg: refactor out a pkg_read_fd()Kyle Evans2025-01-012-13/+29