Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/28/1998 13:53:02
Module Name:	src
Committed By:	christos
Date:		Sat Nov 28 21:53:02 UTC 1998

Modified Files:
	src/sys/compat/svr4: files.svr4 svr4_misc.c syscalls.master
Added Files:
	src/sys/compat/svr4: svr4_resource.c svr4_resource.h
Log Message:
Deal with {get,set}rlimit{,64} properly, respecting the RLIM_INFINITY,
RLIM_SAVED_MAX, and RLIM_SAVED_CUR values. We should fix our own implementation
to do this and use unsigned numbers for rlim_t as solaris does.