glibc/sysdeps/unix/sysv/linux/m68k
Roland McGrath 6bdcd619a4 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:54 +00:00
..
bits New file to fix RLIM_INFINITY. 2001-11-09 19:57:55 +00:00
sys * sysdeps/unix/sysv/linux/m68k/sys/procfs.h: New file. 2001-07-15 15:31:34 +00:00
alphasort64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
brk.c * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't 2001-07-22 18:18:58 +00:00
chown.c Update. 2002-08-03 07:02:10 +00:00
clone.S 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-04 01:28:11 +00:00
Dist Update. 2001-07-28 06:10:44 +00:00
dl-librecon.h * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file. 1998-04-01 00:53:13 +00:00
fchown.c Update. 2000-01-17 05:24:52 +00:00
fcntl.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
fxstat.c Update. 2000-01-19 03:54:00 +00:00
getdents64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
getegid.c Update. 2000-01-17 05:24:52 +00:00
geteuid.c Update. 2000-01-17 05:24:52 +00:00
getgid.c Update. 2000-01-17 05:24:52 +00:00
getgroups.c update from main archive 970118 1997-01-19 04:54:28 +00:00
getmsg.c Update. 1999-12-21 16:03:22 +00:00
getpagesize.c Update. 2002-08-03 07:02:10 +00:00
getpmsg.c Update. 1999-12-21 16:03:22 +00:00
getresgid.c Update. 2000-02-11 19:44:58 +00:00
getresuid.c Update. 2000-02-11 19:44:58 +00:00
getrlimit64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
getrlimit.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
getuid.c Update. 2000-01-17 05:24:52 +00:00
glob64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
lchown.c Update. 2000-01-17 05:24:52 +00:00
ldconfig.h Update. 2001-03-10 16:40:59 +00:00
lockf64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
lxstat.c Update. 2000-01-19 03:54:00 +00:00
Makefile 2002-10-13 Roland McGrath <roland@frob.com> 2002-10-14 01:02:54 +00:00
mmap.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mremap.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
msgctl.c Update. 2000-02-11 19:44:58 +00:00
oldgetrlimit64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
putmsg.c Update. 1999-12-21 16:03:22 +00:00
putpmsg.c Update. 1999-12-21 16:03:22 +00:00
readdir64_r.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
readdir64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
register-dump.h Update. 2002-08-28 21:32:56 +00:00
scandir64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
semctl.c Update. 2000-02-11 19:44:58 +00:00
setegid.c Update. 1998-10-18 15:16:22 +00:00
seteuid.c Update. 1998-10-18 15:16:22 +00:00
setfsgid.c Update. 1998-10-18 15:16:22 +00:00
setfsuid.c * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents. 1998-10-21 01:50:21 +00:00
setgid.c Update. 1998-10-18 15:16:22 +00:00
setgroups.c update from main archive 970118 1997-01-19 04:54:28 +00:00
setregid.c Update. 1998-10-21 15:29:52 +00:00
setresgid.c Update. 1998-10-18 15:16:22 +00:00
setresuid.c Update. 1998-10-18 15:16:22 +00:00
setreuid.c Update. 1998-10-21 15:29:52 +00:00
setrlimit.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
setuid.c Update. 1998-10-18 15:16:22 +00:00
shmctl.c Update. 2000-02-11 19:44:58 +00:00
sigcontextinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
socket.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
syscalls.list * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
sysdep.h (INLINE_SYSCALL): Don't mark asm input operand as clobbered. 2001-07-22 18:18:34 +00:00
sysdep.S * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
Versions Update. 2002-08-23 09:29:27 +00:00
versionsort64.c * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file. 2000-10-14 17:50:39 +00:00
vfork.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xstat.c Update. 2000-01-19 03:54:00 +00:00