summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove the warning about invalid PE checksum; apparently nothingtrasz2015-05-201-2/+6
* Merge ACPICA 20150515.jkim2015-05-182-3/+3
* Fix off-by-one in array index bounds checkallanjude2015-05-181-1/+1
* bsdinstall/zfsboot: Skip adding swap lines to /etc/fstab if swap is 0 sizedallanjude2015-05-171-0/+4
* Add a warning message to mountd for exported filermacklem2015-05-161-0/+3
* path.h is not needed here.delphij2015-05-161-2/+0
* Bump the size of the blockif scatter-gather list to 67.grehan2015-05-141-1/+1
* kbdmap(1): increase description size to 256 bytesemaste2015-05-141-2/+2
* 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
OpenPOWER on IntegriCloud