summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add check for absent stripe size to r279652.mav2015-03-051-1/+1
* Report logical/physical sector sizes for virtual SATA disk.mav2015-03-053-3/+36
* Add support for TOPOLOGY feature of virtio block device.mav2015-03-051-12/+32
* sysrc(8): Add `key-=remove' and improve `key+=append' syntaxdteske2015-03-052-26/+186
* Add example configuration for FibreChannel ports.mav2015-03-041-6/+8
* If target name starts with "naa.", set it as WWNN for CTL port.mav2015-03-041-1/+13
* Fix handling of queued text and logout requests.mav2015-03-041-0/+4
* Add a new safetly belt to freebsd-update to prevent a user doing a minor upda...allanjude2015-03-032-8/+46
* Update .Dd, sync usage() for -F. Missed in previous change.pluknet2015-03-032-2/+2
* Add and document an option to cause syslogd to run in therpaulo2015-03-032-4/+19
* Correct a typo.rstone2015-03-011-1/+1
* Teach pciconf how to dump out SR-IOV capabilityrstone2015-03-013-42/+115
* Add main() for iovctl and hook iovctl into buildrstone2015-03-014-0/+458
* Add functions for parsing the iovctl config filerstone2015-03-011-0/+416
* Add iovctl functions for validating configrstone2015-03-011-0/+274
* Add manpage documenting iovctl config file format.rstone2015-03-011-0/+167
* Add a manpage for iovctl(8)rstone2015-03-011-0/+123
* Revert r279454. The new directory didn't get added to svn properly.rstone2015-03-011-1/+0
* Add main() for iovctl and hook iovctl into buildrstone2015-03-011-0/+1
* Move the "offload" clause from the target section to portal-grouptrasz2015-02-286-40/+41
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aian2015-02-271-2/+10
* Use LIBADD.trasz2015-02-261-1/+1
* Add uefisign(8), UEFI Secure Boot signing utility.trasz2015-02-268-0/+1524
* Add missing error check.trasz2015-02-261-1/+4
* Fix memory leak on incorrect initiator portal.mav2015-02-251-0/+1
* Add checks for malloc() failures.mav2015-02-251-0/+5
* Fix a race condition by allowing up to 5 seconds of difference between the ti...brd2015-02-241-4/+8
OpenPOWER on IntegriCloud