aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_pt_osf1.c
AgeCommit message (Expand)Author
2022-08-12sg_inq+sg_vpd: more JSON work (add SG_C_CPP_ZERO_INIT)Douglas Gilbert
2021-06-23Haiku OS support, add pt function list in sg_pt_dummy.c; add slices to sg_mrq_ddDouglas Gilbert
2021-06-11sg_read_buffer: fix --length= problem; pt: new configure option --enable-pt_d...Douglas 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
2020-07-13sg_pt_solaris+sg_pt_osf1: fix problem with clear_scsi_pt_obj() which needs to...Douglas Gilbert
2020-04-24sg_get_elem_status: add ralwd bit sbc4r20a, sg_rep_zones: print invalid write...Douglas Gilbert
2019-01-31linux: add nanosecond durations when SG3_UTILS_LINUX_NANO environment variabl...Douglas Gilbert
2019-01-14fixes for osf1, solaris and win32Douglas Gilbert
2019-01-14sg_lib: tweak sg_pt interface to better handle bidi; sg_cmds_process_resp(): ...Douglas Gilbert
2018-12-07add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_d...Douglas Gilbert
2018-06-03sg_decode sense: add --err=ES; sg_dd, sgp_dd, sgm_dd: add --dry-run and --ve...Douglas Gilbert
2018-02-22sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows...Douglas 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
2012-12-11run cleanfile over C source and headersDouglas Gilbert
2010-03-21sg_pt: add set_scsi_pt_flags() for at_tail queueingDouglas Gilbert
2010-03-12follow google's RE2 lead and add BSD_LICENSE files and refer to them from sourceDouglas Gilbert
2009-02-04add clear_scsi_pt_obj() to sg_pt.h interfaceDouglas Gilbert
2009-02-04sg_pt do_scsi_pt() clear os_err as start of functionDouglas Gilbert
2008-11-30add scsi_pt_open_flags() and related sg_cmd_open_flags() [for sgdd]Douglas Gilbert
2007-12-19change 'long long' to int64_t to stress only need 64 bit integers (similar ch...Douglas Gilbert
2007-09-10rearrange files into include, src, lib and doc directoriesDouglas Gilbert