index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
nvmecontrol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add message when nvd disks are attached and detached.
jimharris
2013-07-19
3
-8
/
+14
*
Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.
jimharris
2013-07-19
1
-1
/
+1
*
Use _PATH_DEV (from paths.h) for the "/dev/" string, rather than
jimharris
2013-07-18
2
-2
/
+4
*
Simplify open_dev() by returning errno values rather than just 0 or 1.
jimharris
2013-07-18
2
-15
/
+4
*
Define constants for the lengths of the serial number, model number
jimharris
2013-07-17
2
-4
/
+7
*
Always initialize fd to 0 in open_dev().
jimharris
2013-07-17
1
-0
/
+2
*
Do not throw an error if the user requests to activate the image from
jimharris
2013-07-16
1
-1
/
+1
*
%d should be used for printing int32_t instead of %zd.
jimharris
2013-07-12
1
-1
/
+1
*
Ensure controller or namespace node name is specified before trying to
jimharris
2013-07-09
2
-1
/
+5
*
Condense the output for displaying LBA formats.
jimharris
2013-07-09
1
-6
/
+4
*
Send per-namespace logpage commands to the controller devnode, so they
jimharris
2013-07-09
4
-57
/
+53
*
Try to read firmware image before prompting the user to confirm
jimharris
2013-07-09
1
-1
/
+3
*
Incorporate feedback from bde@ based on r252672 changes:
jimharris
2013-07-09
7
-204
/
+134
*
Fix printf argument mismatch reported by gcc on i386.
jimharris
2013-07-04
1
-2
/
+2
*
Fix build.
glebius
2013-06-27
2
-2
/
+2
*
Add firmware replacement and activation support to nvmecontrol(8) through
jimharris
2013-06-27
5
-1
/
+362
*
Add log page support to nvmecontrol(8) through a new logpage command.
jimharris
2013-06-26
5
-1
/
+412
*
Add generalized helper functions for printing hex data as part of
jimharris
2013-06-26
3
-40
/
+51
*
Ensure that a device node is specified when invoking the identify or reset
jimharris
2013-06-26
3
-3
/
+27
*
Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"
jimharris
2013-06-26
3
-4
/
+8
*
Add an nvme_function structure array, defining the name, C function and
jimharris
2013-06-26
2
-16
/
+32
*
Break out code related to the reset command into a separate source file.
jimharris
2013-06-26
4
-32
/
+74
*
Break out code related to the perftest command into a separate file.
jimharris
2013-06-26
4
-140
/
+183
*
Break out code related to the identify command into a separate source file.
jimharris
2013-06-26
4
-280
/
+323
*
Break out code related to the devlist command into a separate source file.
jimharris
2013-06-26
4
-92
/
+175
*
Add separate *_usage() functions for each nvmecontrol command.
jimharris
2013-06-26
1
-7
/
+31
*
Add an open_dev() helper function to be used in the various places
jimharris
2013-06-26
1
-103
/
+63
*
Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...
jimharris
2013-04-12
1
-34
/
+86
*
Fix typo (devicde -> device).
jimharris
2013-04-03
1
-1
/
+1
*
Use errno and strerror to print more descriptive messages when operations
jimharris
2013-03-26
1
-27
/
+41
*
Add controller reset capability to nvme(4) and ability to explicitly
jimharris
2013-03-26
2
-2
/
+51
*
mdoc: remove superfluous paragraph macro.
joel
2012-09-18
1
-1
/
+0
*
Add nvmecontrol(8) source code and beginnings of a man page to the tree.
jimharris
2012-09-17
3
-0
/
+693