summaryrefslogtreecommitdiff
path: root/tests/usr.sbin/execsnoop
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2023-02-09 15:00:56 +0000
committertsutsui <tsutsui@NetBSD.org>2023-02-09 15:00:56 +0000
commit77214cbcc5f2d017b94de5307806a72dee3268e9 (patch)
treecbd8383b46aa2116627638fa54a70e4e13559ade /tests/usr.sbin/execsnoop
parent9c31ae14ba7f829e84c85409ce56887e1ac6fccc (diff)
Request only 36 bytes for a response of INQUIRY command for legacy drives.
Some drives don't respond larger requested size for newer SCSI3 devices and not all drivers can handle short xfers. We should fix drivers to handle such short xfers properly, but we need only SCSI device type here (and the 36 bytes are enough even if we want vendor and product names on a bootloader). The problem is reported from Andreas Grabher (a maintainer of NeXT Computer Emulator)a on port-next68k@: https://mail-index.netbsd.org/port-next68k/2023/02/thread1.html
Diffstat (limited to 'tests/usr.sbin/execsnoop')
0 files changed, 0 insertions, 0 deletions
>Pass AR and RANLIB also.skrll 2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc 2004-06-20Add $MAKE to env also. From PR#25952jmc 2004-06-12MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs asjmc 2004-02-27Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.skrll 2004-02-15Be more gcc like in the way we deal with libgcc so that sh3/hppa millicodeskrll 2003-10-26Use ${HOST_SH} instead of `sh'.lukem 2003-10-21Rework how MAKEVERBOSE operates:lukem 2003-10-18MAKEVERBOSE supportlukem 2003-10-10add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blowsdbj 2003-10-07set HOST_CFLAGS+= -no-cpp-precomp when configuring gnu software on Darwindbj 2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem 2003-03-14Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX.thorpej 2003-02-07replace DIST with GNUHOSTDIST, and don't unconditionally define itlukem 2002-02-26Remove the "-j1" hack. This needs to be fixed better. For now, -j istv 2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv 2002-01-31Make sure LEX and YACC are properly defined (mainly for groff); also usetv 2002-01-03Remove stray diagnostic "echo".tv 2002-01-03* Honor BUILD on "make install" (will do "make all" first).tv 2001-12-13Avoid building and installing every time, so that we don't have toolchaintv 2001-12-02Make sure and run sh configure as it may not have execute permissions.jmc 2001-11-19replace instances of INSTALL_FILE with HOST_INSTALL_FILEperry 2001-11-16Workaround some make(1) braindamage wrt when it tries to "auto-chdir"tv 2001-11-14Recheck the GNU configuration if ${.CURDIR}/Makefile changes.tv 2001-11-14Use ${INSTALL_FILE:N-U}.tv 2001-11-13Change where the -j1 is set to disable parallelism. XXX This should nottv 2001-11-13Remove extraneous @echo from local changes.tv 2001-11-13Move around the MAKE_ARGS assignments to put the := as early as possible.tv 2001-11-13Make the wrapper work correctly for groff too, which uses a rather freakytv 2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv