Date: Sun, 14 Mar 2004 22:42:41 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/vm vm_extern.h vm_glue.c Message-ID: <200403150642.i2F6gfke068104@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2004/03/14 22:42:41 PST FreeBSD src repository Modified files: sys/kern kern_sysctl.c sys/vm vm_extern.h vm_glue.c Log: Revert to the original vslock() and vsunlock() API with the following exceptions: Retain the recently added vslock() error return. The type of the len argument should be size_t, not u_int. Suggested by: bde Revision Changes Path 1.153 +3 -6 src/sys/kern/kern_sysctl.c 1.71 +2 -2 src/sys/vm/vm_extern.h 1.193 +23 -31 src/sys/vm/vm_glue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403150642.i2F6gfke068104>