summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix pmcstat symbol resolution for userland processes.stas2015-05-131-1/+2
* Set the subvendor field in config space to the vendor ID.grehan2015-05-133-0/+3
* crunchide: remove EOL whitespaceemaste2015-05-121-3/+3
* Allow configuration of the sector size advertised to the guest.neel2015-05-122-26/+69
* Handling indirect descriptors is a capability of the host andgrehan2015-05-111-1/+1
* Remove extendline definitionbapt2015-05-101-3/+0
* Use calloc(3) instead of malloc(3) + memset(3)bapt2015-05-101-2/+4
* The initial logic for allocating the new string was wrong, the conversionbapt2015-05-101-5/+2
* Use strndup(3) instead of malloc(3) + memcpy(3)bapt2015-05-101-7/+11
* Remove useless call to extendarraybapt2015-05-101-1/+0
* The pwdb function is only used once to check the database rename itbapt2015-05-101-10/+4
* if the check of the pw db fails return the failed valuebapt2015-05-101-37/+35
* Some style(9) fixesbapt2015-05-101-9/+16
* Replace sprintf(3) with snprintf(3)bapt2015-05-091-7/+7
* Use snprintf(3) instead of sprintf(3)bapt2015-05-091-8/+7
* Remove now unused LNBUFSZ buffer sizebapt2015-05-091-3/+0
* Return from the function as early as possiblebapt2015-05-091-117/+116
* 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
OpenPOWER on IntegriCloud