Date: Fri, 2 Jul 2004 03:45:07 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c Message-ID: <200407020345.i623j7Xe007223@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-07-02 03:45:07 UTC FreeBSD src repository Modified files: sys/vm vm_glue.c Log: - Don't use a variable to point to the user area that we only use once. Just use p2->p_uarea directly instead. - Remove an old and mostly bogus assertion regarding p2->p_sigacts. - Use RANGEOF macro ala fork1() to clean up bzero/bcopy of p_stats. Revision Changes Path 1.200 +10 -15 src/sys/vm/vm_glue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407020345.i623j7Xe007223>