aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* mdoc: remove EOL whitespace.Joel Dahl2013-06-291-1/+1
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-282-1/+3
* Fix build with gcc.Hiroki Sato2013-06-281-3/+5
* Fix build.Hiroki Sato2013-06-281-11/+11
* - Add vnode-backed swap space specification support. This is enabled whenHiroki Sato2013-06-272-29/+566
* Fix build.Gleb Smirnoff2013-06-272-2/+2
* Add firmware replacement and activation support to nvmecontrol(8) throughJim Harris2013-06-275-1/+362
* Add log page support to nvmecontrol(8) through a new logpage command.Jim Harris2013-06-265-1/+412
* Add generalized helper functions for printing hex data as part ofJim Harris2013-06-263-40/+51
* Ensure that a device node is specified when invoking the identify or resetJim Harris2013-06-263-3/+27
* Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris2013-06-263-4/+8
* Add an nvme_function structure array, defining the name, C function andJim Harris2013-06-262-16/+32
* Break out code related to the reset command into a separate source file.Jim Harris2013-06-264-32/+74
* Break out code related to the perftest command into a separate file.Jim Harris2013-06-264-140/+183
* Break out code related to the identify command into a separate source file.Jim Harris2013-06-264-280/+323
* Break out code related to the devlist command into a separate source file.Jim Harris2013-06-264-92/+175
* Add separate *_usage() functions for each nvmecontrol command.Jim Harris2013-06-261-7/+31
* Add an open_dev() helper function to be used in the various placesJim Harris2013-06-261-103/+63
* - Use length of _PATH_DEV instead of a hardcoded value[*].Hiroki Sato2013-06-211-6/+6
* eturn -1 when the specified backing store file is not found in the mdHiroki Sato2013-06-201-5/+9
* - Add "-f file" support to listing mode (-l). When a -f option isHiroki Sato2013-06-202-25/+45
* Let hastd use C11 atomics.Ed Schouten2013-06-151-5/+5
* Improve firmware download status check. Previous check was insufficient forAlexander Motin2013-06-141-5/+3
* Fix build after r251654.Alexander Motin2013-06-121-4/+4
* Use CAM_DIR_NONE for requests without data.Alexander Motin2013-06-121-4/+4
* Move the check whether the clear flag is set. This has 2 advantagesFlorian Smeets2013-06-111-4/+3
* Change the set and unset ctlreqs by making the index argument optional.Marcel Moolenaar2013-06-091-4/+4
* Fix a bug that the gateway address was not shown when a -gateway modifierHiroki Sato2013-06-091-0/+1
* Revert r238399.Jaakko Heinonen2013-06-071-6/+1
* Improve compatibility with old flex and fix build with GCC.Jung-uk Kim2013-05-223-3/+5
* Fix ipfw(8) sets of ipv6 addresses handling.Alexander V. Chernikov2013-05-181-14/+24
* Constify string pointers.Xin LI2013-05-161-3/+3
* When running the -m option to generate a newfs(8) command suitable forKirk McKusick2013-05-162-3/+27
* Clean up trailing whitespace.Kirk McKusick2013-05-161-3/+3
* sbin/camcontrol/camcontrol.cAlan Somers2013-05-151-2/+6
* mdoc sweepJoel Dahl2013-05-132-4/+10
* mdoc sweep.Joel Dahl2013-05-121-1/+3
* Get rid of libl dependency. We needed it only to provide yywrap. ButMikolaj Golub2013-05-113-3/+4
* Bump .Dd for recent content change.Eitan Adler2013-05-101-1/+1
* Add support for 'dmesg -c' which clears the dmesg buffer after it hasEitan Adler2013-05-102-6/+18
* Remove EOL whitespace.Joel Dahl2013-05-081-1/+1
* mdoc: new sentence, new line.Joel Dahl2013-05-081-2/+4
* Add vlan configuration support to etherswitchcfg.Adrian Chadd2013-05-082-10/+242
* Allow the use of lowercase 'yes'Eitan Adler2013-05-081-1/+1
* Remove includes for old versions of FreeBSD.Eitan Adler2013-05-064-12/+0
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-042-9/+35
* Introduce and use new flag -L to mount for mounting only late filesystems.Chris Rees2013-05-042-2/+16
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+3
* Prefer using the C++ version of the standard headers. These place theEitan Adler2013-05-021-6/+7
* Adapt to the fact that minidumps are now on by default.Joel Dahl2013-04-301-4/+11