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

sg_inq+sg_vpd: ongoing JSON updates

4 года назад
Makefile.cygwin

first cut of sync with sbc3r22

16 лет назад
Makefile.freebsd

sg_lib: fix bug in producing exit status strings

8 лет назад
Makefile.mingw

switch SG3_UTILS_* to SG_LIB_*

17 лет назад
Makefile.solaris

move some testing utilities out of the 'examples' and 'utils' directory into the new 'testing' directory; sg_vpd: add enclosure services device characteristics vpage

9 лет назад
README

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

3 месяца назад
hxascdmp.1

scsi-rescan.8 manpage: fix error in Makefile.am

3 месяца назад
hxascdmp.c

utils/hxascdmp: sprintf --> snprintf [From: orbisai0security <mediratta01.pally@gmail.com>]

3 месяца назад
README
This directory contains these utilities:
- hxascdmp: takes a binary stream and converts it to hexadecimal ASCII
which is sent to stdout. The incoming binary stream can either be
from a file or, in the absence of a file name, from stdin. Similar to
the Unix "od" command. By default, it decodes 16 bytes per line with
an ASCII interpretation to the right of each line. See its
hxascdmp(1) man page.
- sg_chk_asc and tst_sg_lib: are no longer here, they have been moved
to the 'ttesting' directory (a sibling of this directory).
 
 
By default, the Makefile only builds the hxascdmp utility. The 'Makefile'
file (i.e. with no suffix) builds for Linux; the 'Makefile.freebsd' file
builds for FreeBSD (e.g. 'make -f Makefile.freebsd'); the
'Makefile.solaris' file builds for Solaris; the 'Makefile.mingw' builds
in the Windows MinGW environment (e.g. msys shell); and 'Makefile.cygwin'
builds in the Windows Cygwin environment.
 
hxasdmp.1 is a manpage for this utility and can be viewed, without
installing it, like this:
man ./hxascdmp.1
 
Douglas Gilbert
5th May 2026