aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Skip ufs related tests in fstyp(8) and makefs(8) temporarilyLi-Wen Hsu2020-06-192-0/+33
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-192-0/+6
* Fix the --guid flag descriptionMateusz Piotrowski2020-06-181-4/+5
* Improve periodic(8) manual page presentationMateusz Piotrowski2020-06-181-9/+12
* Improve unit parsing of mpsutil.Juli Mallett2020-06-161-1/+15
* newsyslog(8): make configuration parser more robust.Eugene Grosbein2020-06-161-23/+31
* Make use of the UID_NOBODY and GID_NOGROUP definitions in sys/conf.h.Rick Macklem2020-06-161-4/+5
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-141-18/+9
* Modify mountd to use the new struct export_args committed by r362158.Rick Macklem2020-06-141-60/+80
* Add le_read_channel_map and le_read_remote_features commandTakanori Watanabe2020-06-105-2/+188
* Fix a bug where XU_NGROUPS + 1 groups might be copied.Rick Macklem2020-06-091-0/+2
* crashinfo: stop looking for gdb in /usr/bin/gdbEd Maste2020-06-081-1/+1
* services: Add SSDP to service databasePedro F. Giffuni2020-06-071-0/+2
* Fix mountd so that it will not lose SIGHUPs that indicate "reload exports".Rick Macklem2020-06-061-6/+46
* Fix mountd to handle getgrouplist() not returning groups[0] == groups[1].Rick Macklem2020-06-041-3/+9
* pkgbase: resolve mailer.conf conflict WITHOUT_SENDMAILKyle Evans2020-06-021-1/+5
* certctl: fix test syntaxKyle Evans2020-06-011-1/+1
* certctl.8: Correct the HISTORY section.Mark Johnston2020-05-301-2/+2
* ctld: Fix a memory leak in uclparse_conf().Mark Johnston2020-05-301-1/+6
* Report STATUS_QUEUED/SENT in `ctladm dumpooa` output.Alexander Motin2020-05-291-3/+6
* rename in-tree libevent v1 to libevent1Ed Maste2020-05-282-2/+2
* Fix connection event message string (n->\n)Takanori Watanabe2020-05-281-1/+1
* Add le_connect command to connect to an LE device.Takanori Watanabe2020-05-264-0/+189
* Add example usage for formatting a floppy disk. Adding a more selfMurray Stokely2020-05-251-3/+28
* Fix pci-passthru MSI issues with OpenBSD guestsPeter Grehan2020-05-253-28/+30
* Chase r361344. Update unbound version strings.Cy Schubert2020-05-241-2/+2
* Add an unprivileged mode where calls to install are passed appropriateBrooks Davis2020-05-222-11/+28
* Deduplicate fsid comparisonsRyan Moeller2020-05-212-12/+6
* Fix indentation in bsdinstall-created wpa_supplicant.confDevin Teske2020-05-201-50/+49
* Update leap-seconds to leap-seconds.3676924800.Xin LI2020-05-191-4/+4
* bsdinstall: do a `certctl rehash` upon installation of configurationKyle Evans2020-05-191-0/+3
* Add LE Whitelist commands to hccontrolTakanori Watanabe2020-05-192-0/+201
* Allow the FACS and XFACS to be zero in acpidump.Andrew Turner2020-05-181-5/+11
* bhyve(8): Add the netgraph network backend decription to the manpage.Aleksandr Fedorov2020-05-181-2/+26
* certctl: don't fall over flat with relative DESTDIRKyle Evans2020-05-181-5/+3
* vmm(4), bhyve(8): Expose kernel-emulated special devices to userspaceConrad Meyer2020-05-154-0/+135
* bhyve: Fix processing of netgraph backend options.Aleksandr Fedorov2020-05-151-2/+0
* jail: Add exec.prepare and exec.release command hooksRyan Moeller2020-05-145-2/+19
* inetd(8): Add comments to all examplesKyle Evans2020-05-141-2/+16
* certctl: follow-up to r361022, prune blacklist as wellKyle Evans2020-05-141-3/+10
* certctl(8): don't completely nuke $CERTDESTDIRKyle Evans2020-05-141-3/+5
* vfs_extattr: Allow extattr names up to the full maxConrad Meyer2020-05-141-3/+0
* inetd(8): Provide HTTP proxy example using netcatKyle Evans2020-05-131-1/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-123-8/+2
* Add a new bhyve network backend that allow to connect the VM to the netgraph(...Aleksandr Fedorov2020-05-122-0/+197
* Add le_scan subcommand to hccontrol.Takanori Watanabe2020-05-117-81/+427
* bhyve: update man page to describe the virtio-net mtu optionVincenzo Maffione2020-05-091-3/+8
* bhyve: Pass the full string of options to the network backends.Aleksandr Fedorov2020-05-084-18/+37
* Document le_enable subcommandTakanori Watanabe2020-05-081-0/+1
* Initial support for bhyve save and restore.John Baldwin2020-05-0534-42/+3799