From 540009244c7c9f1aec64af6fb1efba7245ed8bb3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Jun 1999 11:54:33 +0000 Subject: Update. 1999-06-14 Thorsten Kukuk * nscd/connections.c (handle_request): Only root is allowed to send GETSTAT request in non secure mode. * nscd/nscd.c: Print error message if other then root try to use getstat. 1999-06-15 Andreas Jaeger * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __sysctl. 1999-06-15 Andreas Jaeger * manual/time.texi (Limits on Resources): Describe RLIMIT_AS. Closes PR libc/1164, reported by sascha@schumann.2ns.de. --- manual/time.texi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manual') diff --git a/manual/time.texi b/manual/time.texi index 463814dae3..e9548b9b5e 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2551,6 +2551,15 @@ open more files than this, it gets error code @code{EMFILE}. @xref{Error Codes}. Not all systems support this limit; GNU does, and 4.4 BSD does. +@comment sys/resource.h +@comment Unix98 +@item RLIMIT_AS +@vindex RLIMIT_AS +The maximum size of total memory that this process should get. If the +process tries to allocate more memory beyond this amount with, for +example, @code{brk}, @code{malloc}, @code{mmap} or @code{sbrk}, the +allocation function fails. + @comment sys/resource.h @comment BSD @item RLIM_NLIMITS -- cgit 1.4.1