glibc/sysdeps/unix/sysv/linux
Ulrich Drepper 56ddf355da Update.
2000-08-11  Ulrich Drepper  <drepper@redhat.com>

	* rt/aio_cancel.c: If canceling a specific request which is running
	*really* do nothing.
	* rt/aio_misc.h: Add `done' to states of a request.
	* rt/aio_misc.c: Add several tests for the correct state.
	Simplify request table memory handling.

2000-08-10  Jakub Jelinek  <jakub@redhat.com>

	* dirent/scandir.c: Use it for scandir64 and old_scandir64 as well.
	* dirent/scandir64.c: Move...
	* sysdeps/generic/scandir64.c: ...here.
	* dirent/alphasort64.c: Move...
	* sysdeps/generic/alphasort64.c: ...here.
	* dirent/versionsort64.c: Move...
	* sysdeps/generic/versionsort64.c: ...here.
	* sysdeps/unix/sysv/linux/i386/dirent/Versions (alphasort64,
	getdirentries64, readdir64, readdir64_r, scandir64, versionsort64):
	Export symbols at GLIBC_2.2.
	* sysdeps/unix/sysv/linux/powerpc/dirent/Versions: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc32/dirent/Versions: Likewise.
	* include/dirent.h (__readdir64_r, __scandir64, __alphasort64,
	__versionsort64): Add prototypes.
	* io/Versions (__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
	* sysdeps/unix/sysv/linux/alpha/kernel_stat.h (__xstat_conv): Remove
	unused prototype.
	* sysdeps/unix/sysv/linux/alpha/readdir.c: Export at both GLIBC_2.1
	and GLIBC_2.2.
	* sysdeps/unix/sysv/linux/alpha/readdir_r.c: Likewise.
	* sysdeps/unix/sysv/linux/alpha/getdents.c: New.
	* sysdeps/unix/sysv/linux/alpha/getdents64.c: New.
	* sysdeps/unix/sysv/linux/bits/types.h (__ino64_t): Change to
	__u_quad_t.
	* sysdeps/unix/sysv/linux/bits/stat.h (struct stat, struct stat64):
	Adjust for kernel-2.4.0-test6 layout.
	* sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat64): Export at both
	GLIBC_2.1 and GLIBC_2.2.
	* sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat64): Likewise.
	* sysdeps/unix/sysv/linux/i386/xstat.c (__xstat64): Likewise.
	* sysdeps/unix/sysv/linux/i386/getdents64.c: New.
	* sysdeps/unix/sysv/linux/i386/olddirent.h: New.
	* sysdeps/unix/sysv/linux/i386/readdir64.c: New.
	* sysdeps/unix/sysv/linux/i386/readdir64_r.c: New.
	* sysdeps/unix/sysv/linux/i386/scandir64.c: New.
	* sysdeps/unix/sysv/linux/i386/alphasort64.c: New.
	* sysdeps/unix/sysv/linux/i386/versionsort64.c: New.
	* sysdeps/unix/sysv/linux/ia64/getdents.c: New.
	* sysdeps/unix/sysv/linux/ia64/getdents64.c: New.
	* sysdeps/unix/sysv/linux/ia64/readdir.c: Include alpha/readdir.c.
	* sysdeps/unix/sysv/linux/ia64/readdir_r.c: Include alpha/readdir_r.c.
	* sysdeps/unix/sysv/linux/mips/bits/types.h (__ino64_t): Change to
	__u_quad_t.
	* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: New.
	* sysdeps/unix/sysv/linux/powerpc/kernel_stat.h (_HAVE_STAT*): Define.
	* sysdeps/unix/sysv/linux/powerpc/scandir64.c: New.
	* sysdeps/unix/sysv/linux/powerpc/getdents64.c: New.
	* sysdeps/unix/sysv/linux/powerpc/readdir64.c: New.
	* sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: New.
	* sysdeps/unix/sysv/linux/sparc/bits/types.h (__ino64_t): Change to
	__u_quad_t.
	* sysdeps/unix/sysv/linux/sparc/bits/stat.h: New.
	* sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h (_HAVE_STAT*):
	Define.
	* sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: New.
	* sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: New.
	* sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: New.
	* sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: New.
	* sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h (_HAVE_STAT*):
	Define.
	* sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: Include
	alpha/readdir.c.
	* sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: Include
	alpha/readdir_r.c
	* sysdeps/unix/sysv/linux/sparc/sparc64/getdents.c: New.
	* sysdeps/unix/sysv/linux/sparc/sparc64/getdents64.c: New.
	* sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): If
	_HAVE_STAT64___ST_INO and __st_ino != (uint32_t)st_ino, set
	st_ino from __st_ino.
	* sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
	* sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
	* sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv, xstat64_conv,
	xstat32_conv): Use _HAVE_STAT* macros.  If _HAVE_STAT64___ST_INO,
	set __st_ino in addition to st_ino.
	* sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT*): Define.
	* sysdeps/unix/sysv/linux/getdents.c: Use it for __getdents64 and
	__old_getdents64 as well.
	* sysdeps/unix/sysv/linux/getdirentries.c: Use it for
	getdirentries64 and old_getdirentries64 as well.
	* sysdeps/unix/sysv/linux/getdirentries64.c (GETDIRENTRIES,
	__GETDENTS): Define.
	(GETDENTS64): Remove.
	* sysdeps/unix/sysv/linux/getdents64.c (__GETDENTS, DIRENT_TYPE):
	Define.
	(GETDENTS64): Remove.
	* sysdeps/unix/sysv/linux/readdir64.c: Use sysdeps/unix/readdir.c.
	* sysdeps/unix/sysv/linux/readdir64_r.c: Use sysdeps/unix/readdir_r.c.
	* sysdeps/unix/readdir.c: Use it for readdir64 and __old_readdir64
	as well.
	* sysdeps/unix/readdir_r.c: Use it for readdir64_r and
	__old_readdir64_r as well.
	* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_ST_INO_64_bit for kernel 2.4.1 and up.

	* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL define.
2000-08-12 05:14:52 +00:00
..
alpha Update. 2000-08-12 05:14:52 +00:00
arm Undo last change. 2000-08-02 15:27:16 +00:00
bits Update. 2000-08-12 05:14:52 +00:00
i386 Update. 2000-08-12 05:14:52 +00:00
ia64 Update. 2000-08-12 05:14:52 +00:00
m68k Update. 2000-08-10 04:40:02 +00:00
mips Update. 2000-08-12 05:14:52 +00:00
net * sysdeps/mach/hurd/if_index.c: New file. 2000-03-24 20:59:00 +00:00
netash
netatalk Update. 1998-11-02 21:48:45 +00:00
netax25 Update. 1999-06-16 15:11:40 +00:00
neteconet Update. 1998-10-28 17:09:17 +00:00
netinet Update. 2000-07-26 13:49:15 +00:00
netipx Update. 1998-12-28 17:01:32 +00:00
netpacket Update. 1999-08-28 22:34:29 +00:00
netrom Update. 1999-05-02 21:09:34 +00:00
netrose Update. 1999-05-03 08:46:13 +00:00
nfs
powerpc Update. 2000-08-12 05:14:52 +00:00
s390 Update. 2000-08-02 22:03:45 +00:00
scsi Update. 2000-05-21 21:01:01 +00:00
sh Update. 2000-06-13 01:52:33 +00:00
sparc Update. 2000-08-12 05:14:52 +00:00
sys * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS. 2000-07-06 16:58:19 +00:00
Dist Update. 2000-04-06 04:58:34 +00:00
Implies
Makefile * sysdeps/mach/hurd/if_index.c: New file. 2000-03-24 20:59:00 +00:00
Versions Update. 2000-07-18 21:33:02 +00:00
_G_config.h Update. 1999-06-16 22:55:47 +00:00
a.out.h
accept.S
adjtime.c Update. 1998-12-10 19:09:07 +00:00
aio_sigqueue.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
bind.S
clock.c Update. 1999-02-22 16:10:00 +00:00
cmsg_nxthdr.c Update. 1998-11-18 14:46:49 +00:00
configure * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
configure.in * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
connect.S
dl-origin.c Update. 2000-03-23 20:31:46 +00:00
dl-sysdep.c
errlist.c Update. 2000-04-04 06:03:48 +00:00
errlist.h
execve.c * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +00:00
fpathconf.c Update. 2000-06-08 10:05:46 +00:00
fstatfs64.c update. 2000-04-14 07:51:02 +00:00
fstatvfs.c Update. 2000-01-18 10:53:15 +00:00
fstatvfs64.c Update. 2000-02-28 05:08:01 +00:00
ftime.c Update. 1999-05-11 13:00:20 +00:00
ftruncate64.c * string/endian.h (__LONG_LONG_PAIR): New macro. 2000-07-06 23:42:33 +00:00
fxstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
fxstat64.c Update. 2000-08-12 05:14:52 +00:00
getcwd.c Update. 2000-07-16 04:35:55 +00:00
getdents.c Update. 2000-08-12 05:14:52 +00:00
getdents64.c Update. 2000-08-12 05:14:52 +00:00
getdirentries.c Update. 2000-08-12 05:14:52 +00:00
getdirentries64.c Update. 2000-08-12 05:14:52 +00:00
getdtsz.c Update. 2000-06-08 15:14:02 +00:00
gethostid.c Update. 1999-06-30 17:41:35 +00:00
getloadavg.c * misc/Makefile (routines): Add getloadavg. 1999-10-04 05:28:33 +00:00
getpeername.S
getpriority.c Update. 2000-02-28 05:08:01 +00:00
getpt.c Update. 1999-11-18 16:42:11 +00:00
getsockname.S
getsockopt.S
getsysstats.c update 2000-07-26 18:21:25 +00:00
glob64.c
grantpt.c Update. 1999-11-18 16:42:11 +00:00
if_index.c Update. 2000-04-30 09:40:55 +00:00
ifreq.h Update. 1999-10-30 16:13:07 +00:00
init-first.c Update. 2000-04-22 07:19:25 +00:00
internal_statvfs.c Update. 2000-02-28 05:08:01 +00:00
ipc_priv.h Update. 2000-01-24 12:38:46 +00:00
kernel-features.h Update. 2000-08-12 05:14:52 +00:00
kernel_sigaction.h Update. 1999-10-19 03:14:36 +00:00
kernel_stat.h Update. 2000-08-12 05:14:52 +00:00
kernel_termios.h
ldd-rewrite.sed
lddlibc4.c
linux_fsinfo.h Update. 2000-04-15 19:21:10 +00:00
listen.S
llseek.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
lseek64.c
lxstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
lxstat64.c Update. 2000-08-12 05:14:52 +00:00
mmap64.c Update. 1999-07-09 15:17:23 +00:00
msgctl.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
msgget.c Update. 2000-01-24 12:38:46 +00:00
msgrcv.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
msgsnd.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
ntp_gettime.c Update. 1999-01-07 11:57:41 +00:00
pathconf.c Update. 2000-06-08 10:05:46 +00:00
paths.h Update. 1999-06-08 21:20:07 +00:00
poll.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pread.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pread64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
profil.c
ptrace.c * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to 2000-07-17 22:31:56 +00:00
ptsname.c Update. 1999-08-25 17:57:34 +00:00
pwrite.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
pwrite64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
readdir64.c Update. 2000-08-12 05:14:52 +00:00
readdir64_r.c Update. 2000-08-12 05:14:52 +00:00
readv.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
reboot.c Update. 1999-02-02 09:26:53 +00:00
recv.S
recvfrom.S
recvmsg.S
rt_sigaction.c
rt_sigpending.c
rt_sigprocmask.c
rt_sigqueueinfo.c
rt_sigreturn.c
rt_sigsuspend.c
rt_sigtimedwait.c
s_pread64.c
s_pwrite64.c
sa_len.c (__libc_sa_len): Add some missing cases. 1999-02-14 19:59:24 +00:00
semctl.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
semget.c Update. 2000-01-24 12:38:46 +00:00
semop.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
send.S
sendmsg.S
sendto.S
setegid.c Update. 2000-01-17 05:24:52 +00:00
seteuid.c Update. 1999-05-26 23:37:38 +00:00
sethostid.c
setsockopt.S
shm_open.c Update. 2000-06-09 17:34:27 +00:00
shm_unlink.c Update. 2000-04-12 04:59:33 +00:00
shmat.c * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*. 2000-07-27 07:28:10 +00:00
shmctl.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
shmdt.c * sysdeps/gnu/bits/msq.h: Qualify kernel's 2000-07-27 06:25:28 +00:00
shmget.c Update. 2000-01-24 12:38:46 +00:00
shutdown.S
sigaction.c Update. 2000-07-10 16:25:03 +00:00
siglist.h * sysdeps/mach/hurd/siglist.h: Use #include_next. 1999-06-19 12:43:27 +00:00
signal.c
sigpending.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigprocmask.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigqueue.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigreturn.c
sigset-cvt-mask.h
sigstack.c Update. 2000-02-23 06:02:09 +00:00
sigsuspend.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigtimedwait.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sigwaitinfo.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
sizes.h
sleep.c Update. 1999-10-14 19:21:07 +00:00
socketcall.h
socketpair.S
speed.c Update. 1998-12-14 21:48:11 +00:00
statfs64.c update. 2000-04-14 07:51:02 +00:00
statvfs.c Update. 2000-01-18 10:53:15 +00:00
statvfs64.c Update. 2000-02-28 05:08:01 +00:00
syscalls.list * sysdeps/unix/make-syscalls.sh: Handle new arg signature 2000-07-17 22:28:59 +00:00
sysctl.c * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias): 2000-07-11 19:30:53 +00:00
system.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsetattr.c Update. 1998-12-17 20:59:54 +00:00
tcsetpgrp.c
termio.h
testrtsig.h Update. 1999-05-26 23:37:38 +00:00
truncate64.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
ttyname.c Update. 2000-05-23 08:43:26 +00:00
ttyname_r.c Update. 2000-05-23 08:43:26 +00:00
ualarm.c
ulimit.c
umount.S
umount2.S
unlockpt.c Update. 1998-09-17 19:51:33 +00:00
updwtmp.c
usleep.c Update. 1999-08-18 03:42:39 +00:00
ustat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
utmp_file.c
vfork.c Update. 1999-01-20 11:36:34 +00:00
wait.c
wait3.c
waitpid.c
writev.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xmknod.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xstat.c * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt): 2000-07-07 02:19:06 +00:00
xstat64.c Update. 2000-08-12 05:14:52 +00:00
xstatconv.c Update. 2000-08-12 05:14:52 +00:00