glibc/sysdeps/unix/sysv/linux
Ulrich Drepper 5ce98c3f3f Update.
2004-05-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
	__USE_BSD or __USE_UNIX98.
	* sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	*sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
	Likewise.
	* sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
	* io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.

2004-05-01  Jakub Jelinek  <jakub@redhat.com>

	* posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
	__libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
	__libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
	* stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/Versions (libc): Remove
	__libc_sigaction@@GLIBC_PRIVATE.
	* sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
	__modify_ldt@@GLIBC_PRIVATE.
	* socket/Versions (libc): Remove __libc_accept, __libc_send,
	__libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
	__libc_sendto and __libc_connect @@GLIBC_PRIVATE.
	* stdio-common/Versions (libc): Remove
	_itoa_upper_digits@@GLIBC_PRIVATE.
	* resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
	* misc/Versions (libc): Remove __libc_fsync, __libc_msync,
	__libc_readv and __libc_writev @@GLIBC_PRIVATE.
	* termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
	* io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
	__libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
	__libc_lseek64 @@GLIBC_PRIVATE.

2004-04-30  Jakub Jelinek  <jakub@redhat.com>

	* elf/dl-load.c (open_verify): Move e_phentsize check after e_type
	check.

2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.

	* math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
	mantissa for AIX long double format.
	* misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
	long double format.
	* misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
	* stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(_fpioconst_pow10): AIX long double format has same exponent range as
	double.
	* stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
	(LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
	as double.

2004-04-23  Art Haas  <ahaas@airmail.net>

	* sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2004-05-03 21:40:12 +00:00
..
alpha Update. 2004-05-03 21:40:12 +00:00
arm Update. 2004-05-03 21:40:12 +00:00
bits Update. 2004-04-13 02:15:43 +00:00
cris Update. 2004-05-03 21:40:12 +00:00
hppa Update. 2004-05-03 21:40:12 +00:00
i386 Update. 2004-05-03 21:40:12 +00:00
ia64 Update. 2004-05-03 21:40:12 +00:00
m68k Update. 2004-05-03 21:40:12 +00:00
mips Update. 2004-05-03 21:40:12 +00:00
net
netash
netatalk
netax25
neteconet
netinet
netipx
netpacket
netrom
netrose
nfs
powerpc Update. 2004-05-03 21:40:12 +00:00
s390 Update. 2004-05-03 21:40:12 +00:00
scsi
sh Update. 2004-05-03 21:40:12 +00:00
sparc Update. 2004-05-03 21:40:12 +00:00
sys [BZ #140] 2004-04-29 20:09:32 +00:00
wordsize-64 Update. 2004-04-17 23:14:52 +00:00
x86_64 Update. 2004-05-03 21:40:12 +00:00
_exit.c
a.out.h
accept.S
adjtime.c
aio_sigqueue.c
bind.S
check_pf.c Update. 2003-11-13 23:39:31 +00:00
clock_getres.c
clock_gettime.c
clock_nanosleep.c
clock_settime.c Update. 2004-02-26 21:36:37 +00:00
clock.c
cmsg_nxthdr.c
configure
configure.in
connect.S
device-nrs.h
Dist
dl-brk.c
dl-execstack.c Update. 2004-04-20 18:58:56 +00:00
dl-librecon.h Update. 2004-03-05 10:29:47 +00:00
dl-origin.c Update. 2004-03-06 08:19:29 +00:00
dl-osinfo.h Update. 2004-03-05 10:29:47 +00:00
dl-sbrk.c
dl-sysdep.c
errqueue.h
execve.c
exit-thread.S
fatal-prepare.h
fcntl.c
fd_to_filename.h
fexecve.c
fpathconf.c
fstatfs64.c
fstatvfs64.c Update. 2004-04-03 07:50:20 +00:00
fstatvfs.c
ftime.c
ftruncate64.c
futimes.c
fxstat64.c
fxstat.c
gai_sigqueue.c
getclktck.c Update. 2004-03-05 10:29:47 +00:00
getcwd.c
getdents64.c
getdents.c Update. 2004-03-01 21:34:36 +00:00
getdirentries64.c
getdirentries.c
getdtsz.c
gethostid.c
getloadavg.c
getpagesize.c Update. 2004-03-05 10:29:47 +00:00
getpeername.S
getpriority.c
getpt.c
getsockname.S
getsockopt.S
getsysstats.c
grantpt.c
if_index.c
ifaddrs.c Update. 2003-11-13 23:39:31 +00:00
ifreq.c
ifreq.h
Implies
init-first.c Update. 2004-03-05 10:29:47 +00:00
internal_statvfs64.c Update. 2004-04-03 07:50:20 +00:00
internal_statvfs.c Restructure to avoid duplication in 64-bit version. 2004-04-03 17:32:18 +00:00
ipc_priv.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
kernel-features.h Add 'defined'. 2004-05-03 20:47:12 +00:00
ldd-rewrite.sed
lddlibc4.c
ldsodefs.h
libc_fatal.c
linux_fsinfo.h
listen.S
llseek.c
lseek64.c
lxstat64.c
lxstat.c
makedev.c
Makefile Update. 2004-04-03 07:50:20 +00:00
mmap64.c
mq_close.c Update. 2004-04-13 02:15:43 +00:00
mq_getattr.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
mq_notify.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
mq_open.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
mq_receive.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
mq_send.c [BZ #130, BZ #131] 2004-04-29 21:55:45 +00:00
mq_unlink.c Update. 2004-04-20 04:31:12 +00:00
msgctl.c Update. 2004-03-10 19:28:58 +00:00
msgget.c
msgrcv.c
msgsnd.c
nice.c
not-cancel.h
ntp_gettime.c
open64.c
opendir.c
opensock.c
pathconf.c
pathconf.h
paths.h
poll.c
posix_fadvise64.c Update. 2004-03-10 19:28:58 +00:00
posix_fadvise.c
pread64.c
pread.c
prof-freq.c Update. 2004-03-05 10:29:47 +00:00
profil.c
ptrace.c
ptsname.c
pwrite64.c
pwrite.c
readahead.c Update. 2004-01-20 23:25:27 +00:00
readdir64_r.c
readdir64.c
readv.c
reboot.c
recv.S
recvfrom.S
recvmsg.S
sa_len.c
sched_getaffinity.c Update. 2004-03-29 22:04:09 +00:00
sched_setaffinity.c Update. 2004-03-29 22:04:09 +00:00
segfault.c
semctl.c Update. 2004-03-10 19:28:58 +00:00
semget.c
semop.c
semtimedop.c
send.S
sendmsg.S
sendto.S
setegid.c
seteuid.c
sethostid.c
setsockopt.S
shm_open.c Update. 2004-04-20 18:58:56 +00:00
shm_unlink.c
shmat.c
shmctl.c Update. 2004-03-10 19:28:58 +00:00
shmdt.c
shmget.c
shutdown.S
sigaction.c
siglist.h
signal.c
sigpending.c
sigprocmask.c Update. 2004-04-01 23:29:52 +00:00
sigqueue.c
sigreturn.c
sigset-cvt-mask.h
sigstack.c
sigsuspend.c
sigtimedwait.c
sigwait.c
sigwaitinfo.c
sizes.h
sleep.c
socketcall.h
socketpair.S
speed.c
statfs64.c Update. 2004-04-03 07:50:20 +00:00
statvfs64.c Update. 2004-04-03 07:50:20 +00:00
statvfs.c
syscalls.list Update. 2004-04-13 02:15:43 +00:00
sysconf.c Update. 2004-03-28 10:55:26 +00:00
sysctl.c
system.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsetattr.c
tcsetpgrp.c
termio.h
testrtsig.h
truncate64.c
ttyname_r.c
ttyname.c
ualarm.c
ulimit.c
umount2.S
umount.S
unlockpt.c
updwtmp.c
usleep.c
ustat.c
utimes.c
utmp_file.c
Versions Update. 2004-05-03 21:40:12 +00:00
vfork.c
wait3.c
wait.c
waitpid.c
writev.c
xmknod.c
xstat64.c
xstat.c
xstatconv.c
xstatconv.h