NetBSD/lib/libc/db/mpool
scw 2a8d425699 After writing a page out to disk, run the page back through the user's
input filter to ensure we don't end up with a cached copy of the page
in the wrong byte-order for the host cpu.

This fixes a fatal bug which bites when the DB 'lorder' is different
to the cpu's, and a cached page is accessed soon after it was flushed
to disk.
2000-01-09 19:56:15 +00:00
..
Makefile.inc
README
mpool.c After writing a page out to disk, run the page back through the user's 2000-01-09 19:56:15 +00:00
mpool.libtp Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, 1997-08-25 19:31:43 +00:00

README

#	$NetBSD: README,v 1.2 1995/02/27 13:24:00 cgd Exp $
#	@(#)README	8.1 (Berkeley) 6/4/93

These are the current memory pool routines.
They aren't ready for prime time, yet, and
the interface is expected to change.

--keith