summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove some uneeded headersbapt2015-05-093-8/+0
* Remove unneeded headersbapt2015-05-091-8/+0
* Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)bapt2015-05-091-3/+1
* Use snprintf(3) instead of strcpy(3) + strncat(3)bapt2015-05-091-2/+1
* Use sbuf(9) instead of homebrewed buffered stringbapt2015-05-093-62/+47
* Fix the double space in comment.stas2015-05-091-1/+3
* Use the kern.bootfile sysctl to set the default kernel path rather thanjhb2015-05-082-30/+36
* Allow byte reads of AHCI registers.neel2015-05-071-4/+9
* Add memory barrier to r281764.mav2015-05-061-14/+11
* Deprecate the 3-way return values from vm_gla2gpa() and vm_copy_setup().neel2015-05-062-78/+81
* Reimplement queue freeze on error, added in r282429:mav2015-05-061-3/+9
* Add a sanity check to the swap size in zfsboot of bsdinstallallanjude2015-05-051-4/+22
* Implement in-order execution of non-NCQ commands.mav2015-05-041-6/+15
* Restore CPU dependent compile time conditionals.cy2015-05-041-1/+21
* MFV ntp 4.2.8p2 (r281348)cy2015-05-042-4/+4
* Implement basic PxTFD.STS.BSY reporting.mav2015-05-031-13/+38
* Remove #ifdef IFT_FOO.glebius2015-05-021-4/+0
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-021-1/+1
* Initialize PxCMD on reset and make its read-only bits such.mav2015-05-021-2/+16
* Handle ATA_SEND_FPDMA_QUEUED as NCQ in ahci_port_stop().mav2015-05-021-1/+2
* Advertise an additional memory BAR in the "dummy" device emulation.neel2015-05-021-15/+23
* crunchide: Restore local EM_AARCH64 constant for bootstrappingemaste2015-04-301-0/+3
* Remove oldnfs remnants from nfsd(8).trasz2015-04-302-120/+60
* Remove oldnfs leftovers from mountd(8).trasz2015-04-292-34/+11
* Standardise chmod, chflags, chown and chgrp recursive symlink processingsmh2015-04-293-62/+70
* Implement the century byte in the RTC. Some guests require this field to beneel2015-04-281-1/+1
* crunchide: add basic string table sanity checksemaste2015-04-281-6/+13
* - remove -l option from ntpdate manpage, as it is no longer an optionjgh2015-04-271-3/+1
* Make setproctitle(3) work in Capsicum capability mode. This makestrasz2015-04-271-3/+0
* ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build themngie2015-04-271-4/+9
* Expand SMBUS API to add smbus_trans() function.grembo2015-04-251-10/+13
* Don't allow guest to modify readonly bits in the PCI config 'status' register.neel2015-04-241-38/+49
* Fix minor mdoc issues.joel2015-04-242-4/+3
* Reassign copyright statements on several files from Advancedjhb2015-04-2315-15/+15
* Add hint about "volmode=dev" to ctl.conf(5).trasz2015-04-211-3/+9
* Fix wpa/hostapd build without OpenSSL.rpaulo2015-04-211-2/+3
* Merge wpa_supplicant/hostapd 2.4.rpaulo2015-04-213-16/+19
* Don't set bits that should be zero for SATA devices.mav2015-04-201-1/+0
* crunchide: Remove local EM_* ELF definitions provided by system ELF headersemaste2015-04-201-24/+0
* Update usage statement to align with post-r279624 functionality.dteske2015-04-201-1/+1
* vidcontrol: skip invalid video modes returned by vt(4)emaste2015-04-201-0/+4
* Report link as up if tap device is not specified (black hole).mav2015-04-201-1/+1
* Report link as up only if we managed to open tap device.mav2015-04-201-2/+2
* Disable RX/TX queues notifications when not needed.mav2015-04-201-0/+4
* identd: restore memcpyeadler2015-04-191-0/+2
* identd: also zero se_rpc_highverseadler2015-04-191-3/+2
* identd: remove redundant zeroingeadler2015-04-191-2/+1
* tzsetup: remove set but unused variableeadler2015-04-191-2/+2
* config: remove set but unchecked variableeadler2015-04-191-2/+2
* Workaround bhyve virtual disks operation on top of GEOM providers.mav2015-04-184-18/+100
OpenPOWER on IntegriCloud