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 18:10:52 UTC 2000
Modified Files:
syssrc/sys/compat/netbsd32 [netbsd-1-5]: netbsd32_netbsd.c
syssrc/sys/kern [netbsd-1-5]: init_main.c kern_sysctl.c
syssrc/sys/sys [netbsd-1-5]: sysctl.h systm.h
Log Message:
Update from trunk:
- 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.28.2.1 -r1.28.2.2 syssrc/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -r1.172 -r1.172.2.1 syssrc/sys/kern/init_main.c
cvs rdiff -r1.73 -r1.73.2.1 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.51 -r1.51.2.1 syssrc/sys/sys/sysctl.h
cvs rdiff -r1.111.2.1 -r1.111.2.2 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