aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste2019-08-211-6/+16
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-219-276/+33
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-218-127/+16
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-212-23/+23
* makefs.8: update historyEd Maste2019-08-201-1/+7
* makefs: avoid "dereferencing 'void *' pointer" warningsEd Maste2019-08-201-22/+22
* makefs: add msdosfs (FAT) supportEd Maste2019-08-2017-315/+2907
* makefs.8: expand description of image sizeEd Maste2019-08-191-1/+12
* makefs.8: style updates from igorEd Maste2019-08-191-6/+9
* periodic: replace "tty" with "test -t 0"Alan Somers2019-08-191-1/+1
* iwmbtfw(8): Fix compilation on platforms using gcc.Vladimir Kondratyev2019-08-181-1/+1
* iwmbtfw: Firmware loader for Intel Wireless 8260 based Bluetooth USB devicesVladimir Kondratyev2019-08-1810-0/+1330
* periodic: fix anticongestion for scripts run after securityAlan Somers2019-08-181-1/+8
* Fix small bug in wrapping introduced in r325955.Warner Losh2019-08-171-8/+6
* Add nowerror and local to the list of tokens.Warner Losh2019-08-171-0/+1
* Move initializations of config earlier.Warner Losh2019-08-171-10/+10
* Implement detach_kernel_driver command in usbconfig(8).Hans Petter Selasky2019-08-162-2/+23
* Catch mkheaders.c up to the removal of counted device support in 2005.Warner Losh2019-08-151-4/+4
* Sort getopt(3) options and case statements per style(9)Warner Losh2019-08-151-10/+10
* Remove deprecated GEOM classesConrad Meyer2019-08-131-10/+0
* crunch: remove rsh and rlogin from example config fileEd Maste2019-08-131-1/+1
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-125-38/+86
* autofs: Fix autounmountd's printing of mount time.Justin Hibbits2019-08-091-2/+2
* Add a reference to the NFSv3 RFC.Mark Johnston2019-08-081-2/+2
* Change autounmountd(8) to use time_t for duration instead of doubleJustin Hibbits2019-08-081-17/+18
* Validate guest-supplied length of headers for TSO transmit requests.John Baldwin2019-08-051-3/+69
* Add device temperature reporting into CTL.Alexander Motin2019-07-261-1/+4
* Fix the register layout for the Buffer Descript List Entry. ItScott Long2019-07-231-2/+2
* pciconf: report PCI Gen4 speedsAndrew Gallatin2019-07-231-0/+2
* bhyve: correct out-of-bounds read in XHCI device emulationEd Maste2019-07-231-0/+26
* Remove the USE_RFC2292BIS option and reap dead codeAlan Somers2019-07-224-43/+2
* mptutil: emit a warning on big-endian architecturesEd Maste2019-07-221-0/+4
* Remove obsolete RELEASE_CRUNCHWarner Losh2019-07-191-3/+1
* pkgbase: Add a FreeBSD-bluetooth packageEmmanuel Vadot2019-07-1915-0/+15
* pkgbase: Add a FreeBSD-hostapd packageEmmanuel Vadot2019-07-192-0/+2
* pkgbase: Add a FreeBSD-wpa packageEmmanuel Vadot2019-07-194-0/+4
* Remove obsolete compatibility code from rtadvd.Mark Johnston2019-07-171-9/+1
* tzsetup: upgrade to zone1970.tabThomas Munro2019-07-171-18/+19
* bhyve: update the NVMe CQ based on the statusChuck Tuffli2019-07-171-2/+8
* Add support for ICMPv6 messages indicating a parameter problem relatedMichael Tuexen2019-07-162-2/+10
* Let packet_op() explicitly return the type and code instead of doingMichael Tuexen2019-07-161-44/+46
* Whitespace change. No functional change.Michael Tuexen2019-07-161-14/+14
* Replace complicated expression to disable libedit when no libthr is being builtWarner Losh2019-07-151-9/+1
* Remove all the RELEASE_CRUNCH instances that partially disable IPSECWarner Losh2019-07-151-3/+0
* MK_OPENSSL makes RELEASE_CRUNCH redundant hereWarner Losh2019-07-152-2/+2
* bhyve: Create EUI64 for NVMe namespacesChuck Tuffli2019-07-131-8/+80
* usr.sbin/bhyve: close backend file descriptor during tap init errorSean Chittenden2019-07-121-8/+5
* usr.sbin/bhyveload: don't leak an fd if a device can't be openedSean Chittenden2019-07-121-8/+6
* usr.sbin/bhyve: only unassign a pt device after obtaining bus/slot/funcSean Chittenden2019-07-121-9/+6
* usr.sbin/bhyve: free resources when erroring out of pci_vtcon_sock_add()Sean Chittenden2019-07-121-2/+5