Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2007 10:52:45 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 112646 for review
Message-ID:  <200701071052.l07Aqj0I062505@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112646

Change 112646 by rdivacky@rdivacky_witten on 2007/01/07 10:52:26

	Implement RLIMIT_AS for getrlimit.

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#51 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_misc.c#51 (text+ko) ====

@@ -100,7 +100,7 @@
 static unsigned int linux_to_bsd_resource[LINUX_RLIM_NLIMITS] = {
 	RLIMIT_CPU, RLIMIT_FSIZE, RLIMIT_DATA, RLIMIT_STACK,
 	RLIMIT_CORE, RLIMIT_RSS, RLIMIT_NPROC, RLIMIT_NOFILE,
-	RLIMIT_MEMLOCK, -1
+	RLIMIT_MEMLOCK, RLIMIT_AS 
 };
 
 struct l_sysinfo {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701071052.l07Aqj0I062505>