summaryrefslogtreecommitdiff
path: root/manual/time.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-15 11:54:33 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-15 11:54:33 +0000
commit540009244c7c9f1aec64af6fb1efba7245ed8bb3 (patch)
tree6083ccee6a49eea6b46b4b7f9d613015dbf68036 /manual/time.texi
parent28e351249e754446ab86c9cdc5bdbe2747cff998 (diff)
Update.
1999-06-14 Thorsten Kukuk <kukuk@suse.de> * 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 <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __sysctl. 1999-06-15 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/time.texi (Limits on Resources): Describe RLIMIT_AS. Closes PR libc/1164, reported by sascha@schumann.2ns.de.
Diffstat (limited to 'manual/time.texi')
-rw-r--r--manual/time.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/time.texi b/manual/time.texi
index 463814dae3..e9548b9b5e 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -2552,6 +2552,15 @@ open more files than this, it gets error code @code{EMFILE}.
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
@vindex RLIM_NLIMITS