summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Update copyright(s)dteske2015-03-211-2/+2
* Whitespace cleanup(s).dteske2015-03-211-43/+49
* Add missing variable initialization.mav2015-03-201-1/+1
* Add comment explaining existing powerd behavior on SMP systems.mav2015-03-201-0/+6
* Remove a non-required unsafe condition added in the previous commitallanjude2015-03-181-4/+0
* Fix the handbook install option in bsdinstallallanjude2015-03-181-1/+8
* Report that we may have write cache, and that we do support FLUSH.mav2015-03-161-0/+2
* Increase S/G list size of 32 to 33 entries.mav2015-03-162-8/+6
* Pre-allocate one extra request per processing thread.mav2015-03-151-1/+1
* According to Linux and QEMU, s/n equal to buffer is not zero-terminated.mav2015-03-151-1/+3
* Close potential race on blockif_close().mav2015-03-151-0/+2
* Fix networking problem after r280026.mav2015-03-153-2/+17
* Give AHCI disk serial based on backing file path same as for virtio block.mav2015-03-151-4/+16
* Rewrite virtio block device driver to work asynchronously and use the blockmav2015-03-152-78/+76
* Modify virtqueue helpers added in r253440 to allow queuing.mav2015-03-155-39/+24
* Block delete capability for read-only devices.mav2015-03-152-2/+5
* Give block I/O interface multiple (8) execution threads.mav2015-03-141-53/+76
* Add checksums to identify data and NCQ command error log.mav2015-03-141-0/+16
* Slightly polish virtual AHCI CD reporting.mav2015-03-141-23/+67
* Fix NOP and IDLE commands for virtual AHCI disks.mav2015-03-141-2/+5
* Add support for NCQ variant of DSM TRIM for virtual AHCI disks.mav2015-03-141-4/+24
* Improve NCQ errors reporting for virtual AHCI disks.mav2015-03-141-11/+53
* Remove incorrect SERR register setting.mav2015-03-131-2/+0
* Change prdbc value reporting.mav2015-03-131-7/+6
* Polish AHCI disk identify data and fix speed negotiation.mav2015-03-132-17/+49
* Add support for PIO variants of READ/WRITE commands for AHCI disks.mav2015-03-131-4/+16
* Use ahci_write_fis_d2h() for commands completion.mav2015-03-131-21/+11
* Add DSM TRIM command support for virtual AHCI disks.mav2015-03-133-8/+166
* Add -noauto autofs map, for automatic handling of fstab entriestrasz2015-03-131-1/+6
* Get executable direct maps to work.trasz2015-03-131-10/+23
* Rework the concat() algorithm to be correct in all cases.trasz2015-03-131-7/+16
* Make "automount -LL -o whatever" present options in the same ordertrasz2015-03-123-9/+16
* Make concat() accept NULL arguments.trasz2015-03-123-17/+8
* Options from auto_master must be appended to options from maps,trasz2015-03-121-1/+5
* - Include commas in valid file-name chars freebsd-update will supportkmoore2015-03-121-1/+1
* Fix typo.trasz2015-03-101-2/+2
* Properly pass options for direct maps.trasz2015-03-102-27/+18
* Fix handling of direct maps, broken in r275756. Previously, runningtrasz2015-03-101-17/+25
* Refactor.trasz2015-03-101-9/+14
* Erm, revert chunk committed by mistake.trasz2015-03-091-5/+0
* Make things more readable; no functional changes.trasz2015-03-095-22/+16
* Remove some particularly bad code; no functional changes.trasz2015-03-092-43/+11
* Fix memory leak.trasz2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingtrasz2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.trasz2015-03-091-10/+12
* Put the new sentence on a new line.loos2015-03-081-2/+3
* Add a new ioctl to allow the setting of GPIO pin names.loos2015-03-082-7/+34
* Add variable initialization missed by me and clang.mav2015-03-051-0/+1
* Fix error translation broken in r279658.mav2015-03-051-6/+5
* Implement cache flush for ahci-hd and for virtio-blk over device.mav2015-03-052-3/+18
OpenPOWER on IntegriCloud