History log of /openbsd/regress/sys/kern/extent/extest.exp (Results 1 – 5 of 5)
Revision Date Author Comments
# e2edd5f0 11-Sep-2019 kettenis <kettenis@openbsd.org>

Make it possible to free overlapping regions (effectively allowing
freeing parts of regions that are already free) when the EX_CONFLICTOK
flag is passed to extent_free.

ok jmatthew@


# 19f4d79c 13-Oct-2009 miod <miod@openbsd.org>

Make sure we do not loop when allocating an extent region with EX_CONFLICTOK
and the whole extent is used; the current code computations would wrap.
Found the hard way by jsg@, fix discuss with kette

Make sure we do not loop when allocating an extent region with EX_CONFLICTOK
and the whole extent is used; the current code computations would wrap.
Found the hard way by jsg@, fix discuss with kettenis@, and you get a
regress test for free (which will spin if you compile it again an old
subr_extent.c)

show more ...


# 4720840f 18-Sep-2009 kettenis <kettenis@openbsd.org>

Add regression test for overlapping allocation that should coallesce but
currently doesn't.


# 8fe70e86 10-Apr-2009 kettenis <kettenis@openbsd.org>

Add EX_CONFLICTOK flag that allows an allocation to conflict with existing
allocations, making sure that the union of all space is allocated.

ok deraadt@


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

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