aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* makefs: correct El Torito bood recordEd Maste2023-03-231-2/+2
* makefs: correct iso9660 Rock Ridge NM valuesEd Maste2023-03-231-3/+3
* makefs: correct iso9660 Rock Ridge TF timestampsEd Maste2023-03-232-10/+10
* daemon: reformat longoptsKyle Evans2023-03-231-17/+17
* daemon: decouple init logic from main loopIhor Antonov2023-03-231-86/+109
* bhyve: Don't return -ENOMEM from qemu_fwcfg_add_file.John Baldwin2023-03-221-1/+1
* bhyve: Accept a variable-length string name for qemu_fwcfg_add_file.John Baldwin2023-03-222-3/+5
* bhyve: Sleep briefly in the VMEXIT_DEBUG handlerMark Johnston2023-03-221-0/+5
* daemon: move signal setup into a functionIhor Antonov2023-03-211-63/+79
* mountd.8: Update for mountd running in jailsRick Macklem2023-03-201-2/+27
* daemon: kill off some stray blank linesKyle Evans2023-03-181-3/+0
* daemon: remove unnecessary memset in daemon_state_init()Ihor Antonov2023-03-181-1/+0
* daemon: repace goto exit with daemon_terminate()Ihor Antonov2023-03-181-25/+40
* bhyve: add cmdline option to enable qemu's fwcfgCorvin Köhne2023-03-177-33/+111
* bhyve: add helper for adding fwcfg filesCorvin Köhne2023-03-172-0/+92
* sendmail: silence K&R warnsMateusz Guzik2023-03-161-0/+2
* ppp: Remove trailing semicolonElyes Haouas2023-03-151-2/+2
* pmccontrol: Remove trailing semicolonElyes Haouas2023-03-151-1/+1
* lpr: Remove trailing semicolonElyes Haouas2023-03-151-1/+1
* bhyve: Remove trailing semicolonElyes Haouas2023-03-156-7/+7
* jail.8: Update the allow.nfsd sectionRick Macklem2023-03-141-10/+44
* makefs: do not call brelse if bread returns an errorEd Maste2023-03-142-6/+0
* makefs: make msdos creation go fastWarner Losh2023-03-131-0/+1
* daemon: move variables into struct daemon_stateIhor Antonov2023-03-121-134/+154
* pkg(7): now that we do use libmd, use it completlyBaptiste Daroussin2023-03-093-77/+16
* pkg(7): use libmd for sha256 instead of opensslBaptiste Daroussin2023-03-094-79/+147
* Revert "grep: remove tautological condition"Kyle Evans2023-03-093-61/+0
* grep: remove tautological conditionKyle Evans2023-03-093-0/+61
* bhyve: Move libcasper dependecy to lib9pVitaliy Gusev2023-03-071-8/+0
* bhyvectl: don't permit using --suspend and --checkpoint at same timeVitaliy Gusev2023-03-061-14/+9
* bhyve: init checkput before caph_enterVitaliy Gusev2023-03-061-9/+11
* bhyve: exit with EX_OSERR if init checkpoint or restore time failedVitaliy Gusev2023-03-061-3/+4
* bhyve: add cap limits for ipc socketVitaliy Gusev2023-03-061-0/+10
* bhyve: don't flush readonly device at blockif_pauseVitaliy Gusev2023-03-061-1/+1
* bhyvectl: don't leak nvlist in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: correct socket_fd closing in send_messageVitaliy Gusev2023-03-061-1/+1
* bhyvectl: do not return garbage from send_messageVitaliy Gusev2023-03-061-3/+5
* bhyveload: Address compiler warnings and bump WARNSMark Johnston2023-03-032-34/+36
* bhyvectl: Address compiler warnings and bump WARNSMark Johnston2023-03-032-20/+12
* daemon: set supervise_enabled during argument processingIhor Antonov2023-03-031-23/+31
* daemon: decouple restart variableIhor Antonov2023-03-031-9/+11
* daemon: add braces to while loopIhor Antonov2023-03-031-16/+17
* daemon: simplify if/else chainIhor Antonov2023-03-031-13/+21
* daemon: change type of listen_child() to C99 boolIhor Antonov2023-03-031-10/+10
* daemon: flatten and simplify fork() logicIhor Antonov2023-03-031-24/+29
* daemon: style changesIhor Antonov2023-03-031-35/+40
* mergemaster: add deprecation notice to man pageEd Maste2023-03-031-1/+12
* freebsd-update: use grep -E instead of egrepEd Maste2023-03-021-1/+1
* moused: Fix typosElyes Haouas2023-03-021-2/+2
* yp_mkdb: Remove useless return at the end of void functionElyes Haouas2023-03-021-1/+0