aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_pt_freebsd.c
AgeCommit message (Expand)Author
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2022-01-28cleanup masks for PDT [0x1f] and group_number [0x3f]Douglas Gilbert
2021-09-26sg_vpd: zoned block dev char vpd: add zone alignment mode and zone starting L...Douglas Gilbert
2021-09-12sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in ...Douglas Gilbert
2021-08-01sg_ses: fix crash when 'm LEN' < 252Douglas Gilbert
2021-06-07sg_vpd: fix do_hex type on some recent pages; sg_dd: don't close negative fil...Douglas Gilbert
2021-05-04sg_logs: additions to Volume statistics lpage [ssc5r05c]; fixes for FreeBSD 10.3Douglas Gilbert
2021-05-03bump sg_pt library version number; doco tweaksDouglas Gilbert
2021-05-03more lib/sg_pt_freebsd.c tweaksDouglas Gilbert
2021-05-02major rework of lib/sg_pt_freebsd.c; sg_raw: fix prints of NVMe NVM command n...Douglas Gilbert
2021-03-03sg_ses: add --all (-a) option, same action as --join; another freebsd fixDouglas Gilbert
2021-02-22sg_pt_freebsd: allow device names without leading /dev/ , fix for regression ...Douglas Gilbert
2021-01-04sg_raw: add --cmdset option to bypass cdb heuristic, add --scan= first_opcode...Douglas Gilbert
2020-08-22partial_clear_scsi_pt_obj() declared in sg_pt.h; testing directory workDouglas Gilbert
2020-08-03sg_raw: fix --cmdfile= handling; add --nvm option; sg_pt: add do_nvm_pt(); sg...Douglas Gilbert
2020-07-24sg_turs: estimated time-to-ready, add --delay=MS option; sg_requests: cleanup...Douglas Gilbert
2019-02-11sg_pt: add sg_get_opcode_translation() to replace global pointer to array; ut...Douglas Gilbert
2019-01-31linux: add nanosecond durations when SG3_UTILS_LINUX_NANO environment variabl...Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2019-01-11spc5r20 updates; fixes for FreeBSD 12.0 releaseDouglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-29sg_opcode: support MLU, Multiple Logical Units (18-045r1); sg_lib: sg_simple_...Douglas Gilbert
2018-06-16rescan-scsi-bus.sh: add --ignore-rev; sg_persist: add RLR_C bit to Read capab...Douglas Gilbert
2018-06-03sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --ve...Douglas Gilbert
2018-06-01expand SNTL; sg_dd: add --dry-run and --verbose optionsDouglas Gilbert
2018-05-30define SG_NVME_VPD_NICR sg3_utils (vendor) specific VPD page; work with SG_LI...Douglas Gilbert
2018-05-24add SG_LIB_LOGIC_ERROR and SG_LIB_CONTRADICT; implement across many utilities...Douglas Gilbert
2018-03-09Add mode sense(10) and mode select(10) to SNTLDouglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas Gilbert
2018-02-19sg_raw: add --raw option (for CF in binary); sg_lib: add sg_get_nvme_opcode_n...Douglas Gilbert
2018-02-04add sg_convert_errno() and sg_if_can2stderr(); work on NVMe support for Win32...Douglas Gilbert
2018-01-28add sg_seek and sg_stream_ctl utilities; properly identify vendor-specific se...Douglas Gilbert
2018-01-19add hex2stdout(), hex2stderr() and hex2str(); add testing/sg_tst_nvme; clean ...Douglas Gilbert
2018-01-13sg_ses_microcode: add --dry-run and --ealsd; sg_write_buffer: add --dry-runDouglas Gilbert
2018-01-09FreeBSD port now works with NVMe SNTL and sg3_ses pass-through (NVME-MI); man...Douglas Gilbert
2017-12-29sg_ses: further NVMe support work; decode array status dpage (obsolete); buil...Douglas Gilbert
2017-12-20sg_write_x: almost finished; lots of nvme infrastructureDouglas Gilbert
2017-12-09Clean C++ and clang errors and warnings; fix FreeBSD problem; sg_write_x: bit...Douglas Gilbert
2017-11-27sg_lib: add SG_LIB_OS_BASE_ERR; sg_write_x: continue workDouglas Gilbert
2017-11-15rename sg_write_atomic to sg_write_x; sg_inq: decode NVMe identify for Linux+...Douglas Gilbert
2017-10-31sg_lib: add sg_msense_calc_length(); sg_pt: add dummy pt_device_is_nvme()Douglas Gilbert
2017-10-09convert lots of two valued 'int's to bool; add sg_ll_inquiry_v2() sg_ll_write...Douglas Gilbert
2016-04-05more clang clean ups; allow clang to check printf() style argumentsDouglas Gilbert
2015-05-12sg_lib: Linux: ENXIO errno --> SG_LIB_CAT_NOT_READY; asc/ascq codes --> T10 2...Douglas Gilbert
2013-10-14cleanup some clang warningsDouglas Gilbert
2013-09-20another sg_pt_freebsd fixDouglas Gilbert
2013-09-19 sg_pt_freebsd cam_getccb() leak, againDouglas Gilbert
2013-09-19sg_ses: multiple -f options; sg_pt_freebsd cam_getccb() leakDouglas Gilbert
2013-09-19sg_pt_freebsd: sanity check on sense_resid; sg_ses: tweak for FreeBSDDouglas Gilbert
2012-12-11run cleanfile over C source and headersDouglas Gilbert