Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/20/2005 19:15:49
Module Name: src
Committed By: christos
Date: Sun Mar 20 19:15:48 UTC 2005
Modified Files:
src/sys/kern: kern_resource.c
Log Message:
It does not make sense to free the uidinfo struct since it is used now
for multiple things (proccnt,lockcnt,sbsize) and it adds too much code
complexity. Instead add a uid_find() routine that returns the existing
struct or allocates a new one.
Re-enable the sbsize limit code.
To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 src/sys/kern/kern_resource.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.