History log of /openbsd/regress/sys/kern/extent/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 9ab2b445 25-Jul-2020 bluhm <bluhm@openbsd.org>

With "%lx" new awk(1) prints 64 bit value also on 32 bit platforms.
Replace it with Perl pack() to get hex representation of -1 on
current platform. Make test pass again on i386.


# dd0fd056 25-Jul-2017 bluhm <bluhm@openbsd.org>

Do not remove files from CVS tree during make clean.


# 54db8013 29-Jun-2015 miod <miod@openbsd.org>

Make this pass again on 32-bit platforms.


# 9bf44506 22-Apr-2005 miod <miod@openbsd.org>

Use REGRESS_TARGETS.


# 1cdc5500 21-Apr-2005 miod <miod@openbsd.org>

Add a regression test for the extent subroutines; from NetBSD.