Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: thorpej
Date: Fri Jul 14 07:21:22 UTC 2000
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_netbsd.c
syssrc/sys/kern: init_main.c kern_sysctl.c
syssrc/sys/sys: sysctl.h systm.h
Log Message:
- Fix the likely cause of the "ps(1) hangs machine" problem. Always
vslock the user pages for the data being copied out to userspace,
so that we won't sleep while holding a lock in case we need to
fault the pages in.
- Sprinkle some const and ANSI'ify some things while here.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -r1.175 -r1.176 syssrc/sys/kern/init_main.c
cvs rdiff -r1.74 -r1.75 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/sys/sysctl.h
cvs rdiff -r1.112 -r1.113 syssrc/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index