/
githubmirror
/
sg3_utils
ОбзорДокументацияВойти
/
githubmirror
/
sg3_utils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
sg3_utils/
examples/
..
Makefile

sg_lib: add sg_strscpy() to replace strncpy(); sg_json: add sgj_haj_vs_nex(); fixes from regression testing against version 1.48

2 месяца назад
Makefile.freebsd

rename sg_json_sense.[hc] to sg_json_sg_lib.[hc]

3 года назад
README

rename testing directory to ttesting to avoid clash with cmake's CTEST that creates a Testing directory

3 месяца назад
reassign_addr.txt

Load sg3_utils-1.23 into trunk/.

19 лет назад
scsi_inquiry.c

add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work

8 лет назад
sdiag_sas_p0_cjtpat.txt

corrections to previous commit

17 лет назад
sdiag_sas_p0_prbs9.txt

sg_logs: change '-ll' option to suppress subpages=0xff, apart from page 0x0,0xff; asc/ascq sync with asc-num.txt @t10 20191014; sg_chk_asc: tweak for LF terminated lines

7 лет назад
sdiag_sas_p1_cjtpat.txt

corrections to previous commit

17 лет назад
sdiag_sas_p1_idle.txt

add sg_unmap

17 лет назад
sdiag_sas_p1_prbs15.txt

sg_logs: change '-ll' option to suppress subpages=0xff, apart from page 0x0,0xff; asc/ascq sync with asc-num.txt @t10 20191014; sg_chk_asc: tweak for LF terminated lines

7 лет назад
sdiag_sas_p1_stop.txt

Load sg3_utils-1.24 into trunk/.

19 лет назад
sg__sat_identify.c

sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows pass-through work

8 лет назад
sg__sat_phy_event.c

sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows pass-through work

8 лет назад
sg__sat_set_features.c

gcc-10: suppress warnings

6 лет назад
sg_compare_and_write.txt

sync with fixes from Redhat, via github; remove testing/Makefile.cplus and testing/Makefile.cplus_fb

7 лет назад
sg_excl.c

sgp_dd: clean-up; more testing work for v4 driver

8 лет назад
sg_persist_tst.sh

moved from testing/sg_persist_tst.sh back to examples

9 лет назад
sg_sat_chk_power.c

add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work

8 лет назад
sg_sat_smart_rd_data.c

add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work

8 лет назад
sg_simple1.c

add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work

8 лет назад
sg_simple16.c

sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows pass-through work

8 лет назад
sg_simple2.c

cdb naming clean up

10 лет назад
sg_simple3.c

cdb naming clean up

10 лет назад
sg_simple4.c

cdb naming clean up

10 лет назад
sg_simple5.c

sg_lib: add sg_if_can2stdout(); use uint8_t instead of unsigned char; Windows pass-through work

8 лет назад
sg_unmap_example.txt

testing: remove master-slave terminology for sgv4; remove space from end of source lines for git-svn

6 лет назад
sgq_dd.c

Prepare for removing /proc/scsi from the Linux kernel

4 года назад
transport_ids.txt

sg_lib: document internal json interface in include/sg_pr2serr.h; codespell fixes

4 года назад
README
Building files in this directory depends on several files being already
built in the ../lib directory. So to build files here, the ./configure
needs to be executed in the parent directory followed by changing
directory to the lib directory and calling 'make' there.
Another way is to do a top level 'make' after the ./configure which
will make the libraries followed by all the utilities in the src/
directory. To make them in FreeBSD use 'make -f Makefile.freebsd' .
 
There is an brief explanation of each example in the README file in
the main (i.e. this directory's parent) directory. There are also
some notes at the top of each source file.
 
Some files that were previously in this directory have been moved to
the 'ttesting' directory.
 
Douglas Gilbert
5th May 2026