aboutsummaryrefslogtreecommitdiff
path: root/README.win32
AgeCommit message (Collapse)Author
2021-04-15change links to http://sg.danny/cz/sg/* to httpsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@895 6180dd3e-e324-4e3e-922d-17de1ae2f315
2020-06-05sg_rep_pip: new utility; testing/sg_tst_ioctl.c workDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@852 6180dd3e-e324-4e3e-922d-17de1ae2f315
2019-09-09sg_get_num()+sg_get_llnum(): add 'e' decoding, allow addition; testing: make ↵Douglas Gilbert
now builds both C and C++ programs git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@831 6180dd3e-e324-4e3e-922d-17de1ae2f315
2018-01-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific ↵Douglas Gilbert
sense; documentation cleanup git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@747 6180dd3e-e324-4e3e-922d-17de1ae2f315
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for ↵Douglas Gilbert
Linux+FreeBSD git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@731 6180dd3e-e324-4e3e-922d-17de1ae2f315
2017-09-25sg_write_atomic: new utility; sg_opcode: support CDLP (command duration ↵Douglas Gilbert
limit page) git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@717 6180dd3e-e324-4e3e-922d-17de1ae2f315
2016-02-19sg_senddiag: add --timeout=SEC optionDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@666 6180dd3e-e324-4e3e-922d-17de1ae2f315
2016-02-18fixes found while releasing 1.42Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@664 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-09-29sg_ses_microcode: new utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@610 6180dd3e-e324-4e3e-922d-17de1ae2f315
2014-08-07sg_logs: refine tape drive output; sg_scan (win32) fixes; sg_vpd 3PC page ↵Douglas Gilbert
fixes; sg_write_verify: remove debug code git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@597 6180dd3e-e324-4e3e-922d-17de1ae2f315
2013-03-10sg_lib_data: sync asc/ascq codes with T10 20130117; update version descriptorsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@487 6180dd3e-e324-4e3e-922d-17de1ae2f315
2013-01-18cleanup for FreeBSD and Win32 prior to 1.35Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@476 6180dd3e-e324-4e3e-922d-17de1ae2f315
2012-02-10doco: improve sg_format.8 examples; other cleanupsDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@438 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-12-17sg_ses: cleanups + output primary enc log id; manpages + spellingDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@431 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-06-22add sg_sanitize, initial cutDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@407 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-02-11sg_read_buffer+sg_write_buffer (win32) set SPT direct interface modeDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@383 6180dd3e-e324-4e3e-922d-17de1ae2f315
2011-02-06add scsi_pt_win32_direct() for win32 runtime selection of direct or indirect ↵Douglas Gilbert
SPT pt interface git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@377 6180dd3e-e324-4e3e-922d-17de1ae2f315
2010-12-06add forwarded sense descriptor; new sg_decode_sense utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@365 6180dd3e-e324-4e3e-922d-17de1ae2f315
2010-09-13add sg_referrals man page +Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@354 6180dd3e-e324-4e3e-922d-17de1ae2f315
2010-04-24bump to 1.30, some spc4r24 updates, sg_read_long --readonly option; spellingDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@338 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-09-20more sg_get_lba_status work, major() macro linux problems, include ↵Douglas Gilbert
<linux/kdev_t.h> git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@305 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-08-19rework sg_pt_win32.c to have extendable non-direct SPT; change default back ↵Douglas Gilbert
to 'non-direct'; add './configure --enable-win32-spt-direct' git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@288 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-06-15add sg_read_block_limits; sg_reset: option for target resetDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@276 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-06-11add sg_unmapDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@273 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-04-22switch SG3_UTILS_* to SG_LIB_*Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@257 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-04-11add '--16' option (same as '--long') to sg_readcap, docoDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@249 6180dd3e-e324-4e3e-922d-17de1ae2f315
2009-03-11add no option guard to sg_write_sameDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@232 6180dd3e-e324-4e3e-922d-17de1ae2f315
2008-12-27sg_logs: sync protocol specific lpage to sas2r15Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@204 6180dd3e-e324-4e3e-922d-17de1ae2f315
2008-10-26switch www.torque.net/sg to sg.danny.cz/sgDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@195 6180dd3e-e324-4e3e-922d-17de1ae2f315
2008-05-14add description of lf->cr,lf problem in MinGWDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@172 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-12-01move sg_sat_phy_event to src directory (main collection) and enhance; leave ↵Douglas Gilbert
original in examples directory renamed to sg__sat_phy_event git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@120 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-09-29add sg_safte utilityDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@108 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-09-01add sg_stpg utility, man page to be finishedDouglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@97 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-06-27Load sg3_utils-1.24 into trunk/.Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@76 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-06-27Load sg3_utils-1.23 into trunk/.Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@74 6180dd3e-e324-4e3e-922d-17de1ae2f315
2007-06-27Load sg3_utils-1.22 into trunk/.Douglas Gilbert
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@71 6180dd3e-e324-4e3e-922d-17de1ae2f315