Date: Tue, 29 Dec 1998 14:53:52 -0800 (PST) From: Dmitrij Tejblum <dt@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.c Message-ID: <199812292253.OAA03309@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dt 1998/12/29 14:53:52 PST Modified files: sys/vm swap_pager.c Log: Don't free swap in swap_pager_getpages(): this code probably cause the "dying daemons" problem. (I thought this code was introduced in rev.1.80, but it just relaxed the condition.) Also, kill related "suggest more swap space" warning (also introduced in 1.80). It was confusing, to say the least... Requested by: msmith Not objected by: dg Revision Changes Path 1.105 +1 -23 src/sys/vm/swap_pager.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?199812292253.OAA03309>