This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sbin
/
nvmecontrol
History
Warner Losh
1b44f31b19
Use ssize_t instead of uint32_t to prevent warnings about a comparison
...
with different signs. Due to the promotion rules, this would only happen on 32-bit platforms.
2017-02-05 01:20:39 +00:00
..
devlist.c
…
firmware.c
Put the arguments to aligned_alloc in the right order.
2017-02-04 05:52:50 +00:00
identify.c
…
logpage.c
Add the ability to dump log pages directly in binary to stdout.
2017-02-05 00:55:07 +00:00
Makefile
Implement 5 wdc-specific nvme control options for their HGST drives:
2017-02-04 05:53:00 +00:00
Makefile.depend
…
nvmecontrol.8
Add the ability to dump log pages directly in binary to stdout.
2017-02-05 00:55:07 +00:00
nvmecontrol.c
Implement 5 wdc-specific nvme control options for their HGST drives:
2017-02-04 05:53:00 +00:00
nvmecontrol.h
Implement 5 wdc-specific nvme control options for their HGST drives:
2017-02-04 05:53:00 +00:00
perftest.c
…
power.c
In nvmecontrol, fix gcc warnings about the local 'power' variables
2016-03-11 17:25:18 +00:00
reset.c
…
wdc.c
Use ssize_t instead of uint32_t to prevent warnings about a comparison
2017-02-05 01:20:39 +00:00