glibc/sysdeps/unix/sysv/linux/cris
Roland McGrath 0a26934100 2002-10-13 Roland McGrath <roland@frob.com>
* posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
	setresgid): Declare them.
	* NEWS: Mention it.
	* include/unistd.h
	(__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
	add libc_hidden_proto.
	* posix/Versions (libc: GLIBC_2.3.2): New set.  Add
	getresuid, getresgid, setresuid, setresgid here.
	* Versions.def (libc): Define GLIBC_2.3.2 set.
	* sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
	Add libc_hidden_def.
	* sysdeps/generic/getresgid.c (__getresgid): Likewise.
	* sysdeps/generic/setresgid.c: New file.
	* sysdeps/generic/setresuid.c: New file.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
	(sysdep_routines): Don't add getresuid and getresgid here.
	* sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
	(sysdep_routines): Don't add setresuid and setresgid here.
	* sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
	* posix/Makefile (routines): Add them all here instead.
	* sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
	__getresuid.  Add libc_hidden_def for that, and weak alias to old name.
	* sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
	__getresgid.  Add libc_hidden_def for that, and weak alias to old name.
	* sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
	[! __NR_setresuid]: Include generic file.
	* sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
	__setresgid.  Add libc_hidden_def for that, and weak alias to old name.
	[! __NR_setresuid]: Include generic file.
	* sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
	Caller is - now, not EXTRA.
	* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
	(setresuid, setresgid, getresuid, getresgid): Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
	Add these calls here.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
	* sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
	(sysdep_routines): Add setfsuid and setfsgid here.
	* sysdeps/unix/sysv/linux/arm/Makefile: Not here.
	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
	* sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2002-10-14 01:02:53 +00:00
..
bits Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sys Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
_G_config.h Define _G_MMAP64. 2002-01-07 09:18:53 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
chown.c chown implementation for Linux/CRIS. 2001-04-09 04:32:41 +00:00
clone.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Dist
fchown.c fchown implementation for Linux/CRIS. 2001-04-09 04:33:08 +00:00
fcntl.c fcntl implementation for Linux/CRIS. 2001-04-09 04:33:52 +00:00
fxstat.c __fxstat implementation for Linux/CRIS. 2001-04-09 04:34:09 +00:00
getegid.c getegid implementation for Linux/CRIS. 2001-04-09 04:34:34 +00:00
geteuid.c geteuid implementation for Linux/CRIS. 2001-04-09 04:34:52 +00:00
getgid.c getgid implementation for Linux/CRIS. 2001-04-09 04:35:05 +00:00
getgroups.c getgroups implementation for Linux/CRIS. 2001-04-09 04:35:21 +00:00
getresgid.c getresgid implementation for Linux/CRIS. 2001-04-09 04:35:40 +00:00
getresuid.c getresuid implementation for Linux/CRIS. 2001-04-09 04:35:56 +00:00
getrlimit64.c getrlimit64 implementation for Linux/CRIS. 2001-04-09 04:36:29 +00:00
getrlimit.c getrlimit implementation for Linux/CRIS. 2001-04-09 04:36:16 +00:00
getuid.c getuid implementation for Linux/CRIS. 2001-04-09 04:36:48 +00:00
lchown.c lchown implementation for Linux/CRIS. 2001-04-09 04:42:48 +00:00
lockf64.c lockf64 implementation for Linux/CRIS. 2001-04-09 04:43:05 +00:00
lxstat.c __lxstat implementation for Linux/CRIS. 2001-04-09 04:43:24 +00:00
Makefile 2002-10-13 Roland McGrath <roland@frob.com> 2002-10-14 01:02:53 +00:00
mmap64.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
mmap.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
msgctl.c msgctl implementation for Linux/CRIS. 2001-04-09 04:45:00 +00:00
profil-counter.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
register-dump.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
semctl.c semctl implementation for Linux/CRIS. 2001-04-09 04:46:05 +00:00
setegid.c setegid implementation for Linux/CRIS. 2001-04-09 04:46:28 +00:00
seteuid.c seteuid implementation for Linux/CRIS. 2001-04-09 04:46:45 +00:00
setfsgid.c setfsgid implementation for Linux/CRIS. 2001-04-09 04:47:13 +00:00
setfsuid.c setfsuid implementation for Linux/CRIS. 2001-04-09 04:47:29 +00:00
setgid.c setgid implementation for Linux/CRIS. 2001-04-09 04:47:52 +00:00
setgroups.c setgroups implementation for Linux/CRIS. 2001-04-09 04:48:09 +00:00
setregid.c setregid implementation for Linux/CRIS. 2001-04-09 04:48:27 +00:00
setresgid.c setresgid implementation for Linux/CRIS. 2001-04-09 05:08:17 +00:00
setresuid.c setresuid implementation for Linux/CRIS. 2001-04-09 05:08:36 +00:00
setreuid.c setreuid implementation for Linux/CRIS. 2001-04-09 04:48:41 +00:00
setrlimit.c setrlimit implementation for Linux/CRIS. 2001-04-09 04:48:56 +00:00
setuid.c setuid implementation for Linux/CRIS. 2001-04-09 04:49:10 +00:00
shmctl.c shmctl implementation for Linux/CRIS. 2001-04-09 04:49:25 +00:00
socket.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sysdep.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sysdep.S 2002-10-07 Roland McGrath <roland@redhat.com> 2002-10-11 10:51:31 +00:00
vfork.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
xstat.c __xstat implementation for Linux/CRIS. 2001-04-09 04:51:09 +00:00