aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Fix getaddrinfo() error handlingMark Johnston2022-02-081-2/+3
* Fix too small sscanf output buffers in kbdmapDimitry Andric2022-02-061-2/+2
* Fix too small hostname buffer in bootparamdDimitry Andric2022-02-061-1/+1
* moused(8): Fix a common typo in source code commentsGordon Bergling2022-02-061-3/+3
* makefs(8): Fix a few typos in source code commentsGordon Bergling2022-02-062-4/+4
* update URLWolfram Schneider2022-02-051-1/+1
* Add the Arm SPE interrupt to acpidumpAndrew Turner2022-02-011-0/+1
* fstyp: Remove __packed from struct exfat_de_label.John Baldwin2022-02-011-2/+2
* bhyve/virtio: use correct device id for virtio-scsiRobert Wing2022-01-311-1/+1
* bhyve nvme: Fix Identify Namespace, NSID=ffffffffChuck Tuffli2022-01-301-0/+6
* bhyve nvme: Fix Set Features, AENChuck Tuffli2022-01-301-1/+25
* bhyve nvme: Fix reported VWC valueChuck Tuffli2022-01-301-0/+2
* bhyve nvme: Fix LBA out-of-range calculationChuck Tuffli2022-01-301-6/+7
* bhyve nvme: Add Select support to Get FeaturesChuck Tuffli2022-01-301-1/+8
* bhyve nvme: Update v1.4 Identify Controller dataChuck Tuffli2022-01-301-1/+9
* bhyve nvme: Add Temperature Threshold supportChuck Tuffli2022-01-301-3/+64
* bhyve nvme: Fix Set FeaturesChuck Tuffli2022-01-301-16/+36
* bhyve nvme: Remove redundant AER Limit checksChuck Tuffli2022-01-301-3/+0
* bhyve nvme: Add missing Admin opcodesChuck Tuffli2022-01-301-0/+7
* bhyve nvme: Implement Log Page OffsetChuck Tuffli2022-01-301-8/+34
* bhyve nvme: Fix Namespace Specific Set FeaturesChuck Tuffli2022-01-301-0/+5
* bhyve nvme: Fix NVM Format completion statusChuck Tuffli2022-01-301-2/+3
* bhyve nvme: Advertise v1.4 supportChuck Tuffli2022-01-301-2/+2
* usbconfig.8: Sort flags according to style(9)Mateusz Piotrowski2022-01-291-5/+5
* usbconfig.8: Improve style and fix examplesMateusz Piotrowski2022-01-291-13/+23
* disextract: eliminate last use of __DECONSTBaptiste Daroussin2022-01-281-3/+3
* distextract: simply code by using strsep(3)Baptiste Daroussin2022-01-281-20/+8
* bsddialog: import version 0.1Alfonso Siciliano2022-01-283-38/+53
* efitable(8): Add missing `-u` in the manpageTrond Endrestol2022-01-281-1/+1
* bsdinstall: Add quotes around error message argumentTom Jones2022-01-271-1/+1
* pkgbase: bhyve: Tag the kbdlayout file to be in the bhyve packageEmmanuel Vadot2022-01-261-0/+1
* mergemaster(8): Fix a typo in an error messageGordon Bergling2022-01-261-1/+1
* cpucontrol(8): Fix a typo in an error messageGordon Bergling2022-01-261-1/+1
* bhyve/block_if: allow DIOCGMEDIASIZE ioctlRobert Wing2022-01-251-1/+1
* pmcstudy: Fix a typo in a usage messageGordon Bergling2022-01-241-1/+1
* zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainMartin Matuska2022-01-221-0/+1
* bhyve: ahci: Fix regression with no portsRyan Moeller2022-01-211-1/+1
* Append Keyboard Layout specified option for using VNC.Michael Reifenberger2022-01-2080-5/+2952
* Add tests for ses(4)Alan Somers2022-01-191-0/+1
* sesutil: fix a commentAlan Somers2022-01-191-1/+1
* bhyve/snapshot: fix pthread_create() error checkRobert Wing2022-01-191-5/+3
* bhyve: get mediasize for character devices when resizing virtio-blkRobert Wing2022-01-181-2/+12
* bhyve: add nvlist functions for setting unset nodesCorvin Köhne2022-01-142-0/+33
* sesutil: Avoid setting reserved bits.Alexander Motin2022-01-131-1/+2
* msdosfs: clusterfree() is used only in error handling casesKonstantin Belousov2022-01-082-9/+6
* Fix "Mesurement" typo in usr.sbin/acpi/acpiconf/acpiconf.cMatt Audesse2022-01-071-1/+1
* Fix formatting of the usage() outputScott Long2022-01-072-4/+4
* bhyve: Correct unmapping of the MSI-X table BARMark Johnston2022-01-051-2/+3
* bhyve: Map the right BAR in init_msix_table()Mark Johnston2022-01-051-1/+1
* bhyve: dynamically register FwCtl portsCorvin Köhne2022-01-031-2/+22