glibc/sysdeps/unix/sysv/linux/arm
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
alphasort64.c Linux/Arm implementation of alphasort64. 2000-08-12 08:20:21 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
chown.c Linux/Arm implementation of chown. 2000-01-17 05:17:33 +00:00
clone.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Dist Remove dl-procinfo.c. 2002-02-01 19:11:08 +00:00
dl-procinfo.c Completely specify size of _dl_arm_cap_flags. 2002-04-03 06:54:28 +00:00
dl-procinfo.h (_DL_HWCAP_COUNT): Define as 8. 2002-04-03 06:55:14 +00:00
fchown.c Linux/Arm implementation of fchown. 2000-01-17 05:17:42 +00:00
fcntl.c * sysdeps/unix/sysv/linux/arm/lockf64.c: New file. 2000-09-08 08:12:57 +00:00
fxstat.c Linux/Arm implementation of fxstat. 2000-01-19 03:51:30 +00:00
getdents64.c Linux/Arm implementation of getdents64. 2000-08-12 08:20:30 +00:00
getegid.c Linux/Arm implementation of getegid. 2000-01-17 05:18:01 +00:00
geteuid.c Linux/Arm implementation of geteuid. 2000-01-17 05:17:53 +00:00
getgid.c Linux/Arm implementation of getgid. 2000-01-17 05:18:08 +00:00
getgroups.c 1999-03-18 Philip Blundell <philb@gnu.org> 1999-03-19 01:54:41 +00:00
getresgid.c Linux/i386 specific getresgid implementation. 2000-02-11 19:40:32 +00:00
getresuid.c Linux/i386 specific getresuid implementation. 2000-02-11 19:40:38 +00:00
getrlimit64.c Linux/Arm specific getrlimit64 implementation. 2000-01-12 10:23:51 +00:00
getrlimit.c Linux/Arm specific getrlimit implementation. 2000-01-12 10:23:41 +00:00
getuid.c Linux/Arm implementation of getuid. 2000-01-17 05:18:15 +00:00
glob64.c Linux/Arm version of glob64. 2000-08-19 16:14:56 +00:00
ioperm.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
lchown.c Linux/Arm implementation of lchown. 2000-01-17 05:18:30 +00:00
lockf64.c * sysdeps/unix/sysv/linux/arm/lockf64.c: New file. 2000-09-08 08:12:57 +00:00
lxstat.c Linux/Arm implementation of lxstat. 2000-01-19 03:51:45 +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 Linux/i386 specific msgctl implementation. 2000-02-11 19:40:53 +00:00
oldgetrlimit64.c Linux/Arm specific compatibility getrlimit64 implementation. 2000-01-12 10:24:30 +00:00
profil-counter.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
readdir64_r.c Linux/Arm implementation of readdir64_r. 2000-08-12 08:20:43 +00:00
readdir64.c Linux/Arm implementation of readdir64. 2000-08-12 08:20:37 +00:00
register-dump.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
scandir64.c Linux/Arm implementation of scandir64. 2000-08-12 08:20:53 +00:00
semctl.c Linux/i386 specific semctl implementation. 2000-02-11 19:40:59 +00:00
setegid.c Wrapper around setegid syscall to check for value range. 1998-10-16 16:21:03 +00:00
seteuid.c Wrapper around setugid syscall to check for value range. 1998-10-16 16:21:08 +00:00
setfsgid.c Wrapper around setfsgid syscall to check for value range. 1998-10-16 16:21:18 +00:00
setfsuid.c Wrapper around setfsuid syscall to check for value range. 1998-10-16 16:21:24 +00:00
setgid.c Wrapper around setgid syscall to check for value range. 1998-10-16 16:21:31 +00:00
setgroups.c Wrapper around setgroups syscall to check for value range. 1998-10-16 16:21:38 +00:00
setregid.c Linux/ARM implementation of setregid. 1998-10-21 15:14:29 +00:00
setresgid.c Wrapper around setresgid syscall to check for value range. 1998-10-16 16:21:45 +00:00
setresuid.c Wrapper around setresuid syscall to check for value range. 1998-10-16 16:21:49 +00:00
setreuid.c Linux/ARM implementation of setreuid. 1998-10-21 15:14:34 +00:00
setrlimit.c Linux/Arm specific setrlimit implementation. 2000-01-12 10:23:30 +00:00
setuid.c Wrapper around setuid syscall to check for value range. 1998-10-16 16:21:54 +00:00
shmctl.c Linux/i386 specific shmctl implementation. 2000-02-11 19:41:04 +00:00
sigaction.c 2002-09-18 Roland McGrath <roland@redhat.com> 2002-09-18 17:45:53 +00:00
sigcontextinfo.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
siglist.c Add _sys_siglist_internal alias. 2002-08-04 23:26:50 +00:00
sigrestorer.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
socket.S (PUSHARGS_1): Use more efficient instruction. 2002-07-24 17:36:44 +00:00
syscalls.list Add oldgetrlimit, oldsetrlimit for GLIBC_2.0. 2000-08-01 19:10:53 +00:00
sysdep.h 2002-07-06 Bruno Haible <bruno@clisp.org> 2002-08-26 11:37:24 +00:00
sysdep.S 2002-10-07 Roland McGrath <roland@redhat.com> 2002-10-11 10:51:31 +00:00
Versions Remove *xattr syscalls. 2002-08-23 09:29:00 +00:00
versionsort64.c Linux/Arm implementation of versionsort64. 2000-08-12 08:21:01 +00:00
vfork.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
xstat.c Linux/Arm implementation of xstat. 2000-01-19 03:51:57 +00:00