Date: Thu, 21 Jan 1999 01:38:23 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_kern.c Message-ID: <199901210938.BAA21546@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/21 01:38:21 PST Modified files: sys/vm vm_kern.c Log: Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup() instead to properly handle any waiters. Added comments, added support for M_ASLEEP. Generally treat M_ flags as flags instead of constants to compare against. Revision Changes Path 1.52 +1 -1 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901210938.BAA21546>