On Tue, Jun 01, 1999 at 03:48:18AM -0700, Erik E. Fair wrote: > Let us suppose that I have a program which requires real-time response from > the system, and thus must not be paged (or swapped) out of RAM; how does > one tell the NetBSD kernel that? mlock(2) -is