aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+24
* Refactor.Edward Tomasz Napierala2015-03-101-9/+14
* Erm, revert chunk committed by mistake.Edward Tomasz Napierala2015-03-091-5/+0
* Make things more readable; no functional changes.Edward Tomasz Napierala2015-03-095-22/+16
* Remove some particularly bad code; no functional changes.Edward Tomasz Napierala2015-03-092-43/+11
* Fix memory leak.Edward Tomasz Napierala2015-03-091-2/+4
* Improve separated_concat() to properly handle the case of concatenatingEdward Tomasz Napierala2015-03-091-2/+8
* Minor optimization/cleanup in node_path(); no functional changes.Edward Tomasz Napierala2015-03-091-10/+12
* Put the new sentence on a new line.Luiz Otavio O Souza2015-03-081-2/+3
* Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-03-082-7/+34
* Add variable initialization missed by me and clang.Alexander Motin2015-03-051-0/+1
* Fix error translation broken in r279658.Alexander Motin2015-03-051-6/+5
* Implement cache flush for ahci-hd and for virtio-blk over device.Alexander Motin2015-03-052-3/+18
* Add check for absent stripe size to r279652.Alexander Motin2015-03-051-1/+1
* Report logical/physical sector sizes for virtual SATA disk.Alexander Motin2015-03-053-3/+36
* Add support for TOPOLOGY feature of virtio block device.Alexander Motin2015-03-051-12/+32
* sysrc(8): Add `key-=remove' and improve `key+=append' syntaxDevin Teske2015-03-052-26/+186
* Add example configuration for FibreChannel ports.Alexander Motin2015-03-041-6/+8
* If target name starts with "naa.", set it as WWNN for CTL port.Alexander Motin2015-03-041-1/+13
* Fix handling of queued text and logout requests.Alexander Motin2015-03-041-0/+4
* Add a new safetly belt to freebsd-update to prevent a user doing a minor upda...Allan Jude2015-03-032-8/+46
* Update .Dd, sync usage() for -F. Missed in previous change.Sergey Kandaurov2015-03-032-2/+2
* Add and document an option to cause syslogd to run in theRui Paulo2015-03-032-4/+19
* Correct a typo.Ryan Stone2015-03-011-1/+1
* Teach pciconf how to dump out SR-IOV capabilityRyan Stone2015-03-013-42/+115
* Add main() for iovctl and hook iovctl into buildRyan Stone2015-03-014-0/+458
* Add functions for parsing the iovctl config fileRyan Stone2015-03-011-0/+416
* Add iovctl functions for validating configRyan Stone2015-03-011-0/+274
* Add manpage documenting iovctl config file format.Ryan Stone2015-03-011-0/+167
* Add a manpage for iovctl(8)Ryan Stone2015-03-011-0/+123
* Revert r279454. The new directory didn't get added to svn properly.Ryan Stone2015-03-011-1/+0
* Add main() for iovctl and hook iovctl into buildRyan Stone2015-03-011-0/+1
* Move the "offload" clause from the target section to portal-groupEdward Tomasz Napierala2015-02-286-40/+41
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aIan Lepore2015-02-271-2/+10
* Use LIBADD.Edward Tomasz Napierala2015-02-261-1/+1
* Add uefisign(8), UEFI Secure Boot signing utility.Edward Tomasz Napierala2015-02-268-0/+1524
* Add missing error check.Edward Tomasz Napierala2015-02-261-1/+4
* Fix memory leak on incorrect initiator portal.Alexander Motin2015-02-251-0/+1
* Add checks for malloc() failures.Alexander Motin2015-02-251-0/+5
* Fix a race condition by allowing up to 5 seconds of difference between the ti...Brad Davis2015-02-241-4/+8