aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Prior to aborting due to an instruction emulation error, it is alwaysTycho Nightingale2015-04-011-7/+12
* Whoops! "arc commit --revision" != "arc diff --update"Devin Teske2015-04-011-3/+0
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-011-0/+3
* Fix typo in a comment.Devin Teske2015-03-311-1/+1
* MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)Cy Schubert2015-03-3032-1587/+5227
* pmcstat.8: fix -a flag description; improve -m flag to matchEric van Gyzen2015-03-282-3/+9
* crunchide: arm64 supportEd Maste2015-03-271-1/+2
* Move legacy interrupt allocation for virtio devices to common code.Peter Grehan2015-03-273-4/+5
* Rough first mdoc, spelling and grammar cleanup pass.Christian Brueffer2015-03-261-27/+39
* Opps its section 8 not 1 silly.Randall Stewart2015-03-261-1/+1
* Update the manual page to be a bit more sane. It stillRandall Stewart2015-03-264-66/+137
* Fix typo in jail(8) man pageAllan Jude2015-03-221-1/+1
* Update copyright(s)Devin Teske2015-03-211-2/+2
* Whitespace cleanup(s).Devin Teske2015-03-211-43/+49
* Add missing variable initialization.Alexander Motin2015-03-201-1/+1
* Add comment explaining existing powerd behavior on SMP systems.Alexander Motin2015-03-201-0/+6
* Remove a non-required unsafe condition added in the previous commitAllan Jude2015-03-181-4/+0
* Fix the handbook install option in bsdinstallAllan Jude2015-03-181-1/+8
* Report that we may have write cache, and that we do support FLUSH.Alexander Motin2015-03-161-0/+2
* Increase S/G list size of 32 to 33 entries.Alexander Motin2015-03-162-8/+6
* Pre-allocate one extra request per processing thread.Alexander Motin2015-03-151-1/+1
* According to Linux and QEMU, s/n equal to buffer is not zero-terminated.Alexander Motin2015-03-151-1/+3
* Close potential race on blockif_close().Alexander Motin2015-03-151-0/+2
* Fix networking problem after r280026.Alexander Motin2015-03-153-2/+17
* Give AHCI disk serial based on backing file path same as for virtio block.Alexander Motin2015-03-151-4/+16
* Rewrite virtio block device driver to work asynchronously and use the blockAlexander Motin2015-03-152-78/+76
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-155-39/+24
* Block delete capability for read-only devices.Alexander Motin2015-03-152-2/+5
* Give block I/O interface multiple (8) execution threads.Alexander Motin2015-03-141-53/+76
* Add checksums to identify data and NCQ command error log.Alexander Motin2015-03-141-0/+16
* Slightly polish virtual AHCI CD reporting.Alexander Motin2015-03-141-23/+67
* Fix NOP and IDLE commands for virtual AHCI disks.Alexander Motin2015-03-141-2/+5
* Add support for NCQ variant of DSM TRIM for virtual AHCI disks.Alexander Motin2015-03-141-4/+24
* Improve NCQ errors reporting for virtual AHCI disks.Alexander Motin2015-03-141-11/+53
* Remove incorrect SERR register setting.Alexander Motin2015-03-131-2/+0
* Change prdbc value reporting.Alexander Motin2015-03-131-7/+6
* Polish AHCI disk identify data and fix speed negotiation.Alexander Motin2015-03-132-17/+49
* Add support for PIO variants of READ/WRITE commands for AHCI disks.Alexander Motin2015-03-131-4/+16
* Use ahci_write_fis_d2h() for commands completion.Alexander Motin2015-03-131-21/+11
* Add DSM TRIM command support for virtual AHCI disks.Alexander Motin2015-03-133-8/+166
* Add -noauto autofs map, for automatic handling of fstab entriesEdward Tomasz Napierala2015-03-131-1/+6
* Get executable direct maps to work.Edward Tomasz Napierala2015-03-131-10/+23
* Rework the concat() algorithm to be correct in all cases.Edward Tomasz Napierala2015-03-131-7/+16
* Make "automount -LL -o whatever" present options in the same orderEdward Tomasz Napierala2015-03-123-9/+16
* Make concat() accept NULL arguments.Edward Tomasz Napierala2015-03-123-17/+8
* Options from auto_master must be appended to options from maps,Edward Tomasz Napierala2015-03-121-1/+5
* - Include commas in valid file-name chars freebsd-update will supportKris Moore2015-03-121-1/+1
* Fix typo.Edward Tomasz Napierala2015-03-101-2/+2
* Properly pass options for direct maps.Edward Tomasz Napierala2015-03-102-27/+18
* Fix handling of direct maps, broken in r275756. Previously, runningEdward Tomasz Napierala2015-03-101-17/+25