glibc/sysdeps/unix/sysv/linux/mips
Roland McGrath 747bf98ea9 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
* sysdeps/mach/hurd/getresuid.c: New file.
	* sysdeps/mach/hurd/getresgid.c: New file.
	* sysdeps/mach/hurd/setresuid.c: New file.
	* sysdeps/mach/hurd/setresgid.c: New file.

	* 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.

	* hurd/errno.c: Renamed to ...
	* hurd/errno-loc.c: ... this.
	* hurd/Makefile (routines): errno -> errno-loc
2002-10-14 01:03:16 +00:00
..
bits Update. 2002-08-26 02:20:11 +00:00
sys Update. 2002-07-16 01:02:04 +00:00
_test_and_set.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
clone.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
configure 2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl 2001-08-24 18:27:55 +00:00
configure.in 2001-08-24 Maciej W. Rozycki macro@ds2.pg.gda.pl 2001-08-24 18:27:55 +00:00
Dist Update. 2002-08-27 16:11:54 +00:00
entry.h Update. 2001-04-10 23:12:08 +00:00
fcntl.c Update. 2000-09-07 14:54:03 +00:00
ftruncate64.c Fix number of args to syscall. 2002-09-28 13:40:10 +00:00
getmsg.c Update. 1999-12-21 16:03:22 +00:00
getpmsg.c Update. 1999-12-21 16:03:22 +00:00
getsysstats.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ipc_priv.h MIPS specific file. MIPS always had 32 bit uids. 2000-09-18 16:39:27 +00:00
kernel_sigaction.h Declare kernel_sigset_t and use it. 2000-12-11 19:27:03 +00:00
kernel_stat.h Update. 2000-11-20 07:55:44 +00:00
kernel_termios.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lockf64.c Update. 2000-09-07 15:46:19 +00:00
Makefile 2002-03-23 Roland McGrath <roland@frob.com> 2002-03-24 01:55:18 +00:00
pipe.S Add newline at EOF. 2000-04-14 17:53:07 +00:00
pread64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pread.c Update. 2002-07-17 20:44:55 +00:00
putmsg.c Update. 1999-12-21 16:03:22 +00:00
putpmsg.c Update. 1999-12-21 16:03:22 +00:00
pwrite64.c Update. 2002-08-03 07:02:10 +00:00
pwrite.c Update. 2002-07-17 20:44:55 +00:00
register-dump.h * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump): 2002-07-12 23:25:56 +00:00
sigaction.c 2002-09-18 Roland McGrath <roland@redhat.com> 2002-09-18 17:45:54 +00:00
sigcontextinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscalls.list * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
sysdep.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
truncate64.c Fix number of args to syscall. 2002-09-28 13:40:10 +00:00
ustat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 2002-08-29 00:34:10 +00:00
xmknod.c Update. 2002-08-04 09:27:27 +00:00
xstatconv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00