Date: Thu, 21 Jan 1999 01:00:26 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Message-ID: <199901210900.BAA18459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/21 01:00:26 PST Modified files: sys/kern uipc_syscalls.c Log: Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSY on a page without testing for waiters. Also collapsed busy wait into new vm_page_sleep_busy() inline ( see vm/vm_page.h ) Revision Changes Path 1.51 +1 -1 src/sys/kern/uipc_syscalls.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?199901210900.BAA18459>