Date: Tue, 12 Mar 1996 17:18:16 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199603130118.RAA12680@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/03/12 17:18:16 Modified: sys/vm vm_map.c Log: This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu) regarding the "real" problem with maps that we have been having over the last few weeks. He noted that the first_free pointer was left dangling in certain circumstances -- and he was right!!! This should fix the map problems that we were having, and also give us the advantage of being able to simplify maps more aggressively. Revision Changes Path 1.39 +53 -36 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603130118.RAA12680>
