diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-15 11:54:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-15 11:54:33 +0000 |
commit | 540009244c7c9f1aec64af6fb1efba7245ed8bb3 (patch) | |
tree | 6083ccee6a49eea6b46b4b7f9d613015dbf68036 /sysdeps/unix | |
parent | 28e351249e754446ab86c9cdc5bdbe2747cff998 (diff) | |
download | glibc-540009244c7c9f1aec64af6fb1efba7245ed8bb3.tar glibc-540009244c7c9f1aec64af6fb1efba7245ed8bb3.tar.gz glibc-540009244c7c9f1aec64af6fb1efba7245ed8bb3.tar.bz2 glibc-540009244c7c9f1aec64af6fb1efba7245ed8bb3.zip |
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 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/syscalls.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/syscalls.list b/sysdeps/unix/sysv/linux/alpha/syscalls.list index 829f35ec94..ba20cd0d72 100644 --- a/sysdeps/unix/sysv/linux/alpha/syscalls.list +++ b/sysdeps/unix/sysv/linux/alpha/syscalls.list @@ -55,7 +55,7 @@ setsockopt - setsockopt 5 __setsockopt setsockopt shutdown - shutdown 2 __shutdown shutdown socket - socket 3 __socket socket socketpair - socketpair 4 __socketpair socketpair -sysctl - _sysctl 6 sysctl +sysctl - _sysctl 6 __sysctl sysctl getresuid - getresuid 3 getresuid getresgid - getresgid 3 getresgid |