cvs commit: src/sys/kern kern_sysctl.c src/sys/vm vm_extern.h
vm_glue.c
Don Lewis
truckman at FreeBSD.org
Sun Mar 14 22:42:41 PST 2004
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
More information about the cvs-src
mailing list