glibc/sysdeps/unix/sysv/aix
Ulrich Drepper 6166815d69 Update.
2002-10-09  Ulrich Drepper  <drepper@redhat.com>

	* Versions.def (libc): Add GLIBC_2.3.1.
	(libpthread): Add GLIBC_2.3.1.

	* include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
	and __sigtimedwait.
	* signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
	* sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
	libc_hidden_def.
	* sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
	* sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.

	* include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
	* sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
	and make old name an alias.
	* sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
	and make old name an alias.
	* sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
	__libc_msgsnd.

	* include/sys/uio.h: Declare __libc_readv and __libc_writev.
	* misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
	__libc_writev.
	* sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
	old name an alias.
	* sysdeps/posix/readv.c: Likewise
	* sysdeps/unix/sysv/aix/readv.c: Likewise.
	* sysdeps/unix/sysv/linux/readv.c: Likewise.
	* sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
	old name an alias.
	* sysdeps/posix/writev.c: Likewise
	* sysdeps/unix/sysv/aix/writev.c: Likewise.
	* sysdeps/unix/sysv/linux/writev.c: Likewise.

	* include/sys/wait.h: Declare __waitid.
	* posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
	* sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
	name an alias.
	* sysdeps/posix/waitid.c: Likewise.
	* sysdeps/unix/sysv/aix/waitid.c: Likewise.

	* sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.

2002-10-07  Jakub Jelinek  <jakub@redhat.com>

	* include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
	prototypes.
	(__MAX_ALLOCA_CUTOFF): Define.
	Include allocalim.h.
	* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
	_nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
	host_buffer depending on __libc_use_alloca.
	* resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
	_nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
	net_buffer depending on __libc_use_alloca.
	* resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
	buf depending on __libc_use_alloca.
	* resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
	* stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
	instead of hardcoded constants.
	Pass proper size argument to alloca and compute end for wide char
	version.
	* stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
	instead of hardcoded constants.
	* string/strcoll.c (strcoll): Likewise.
	* string/strxfrm.c (strxfrm): Likewise.
	* sysdeps/posix/readv.c (__readv): Likewise.
	* sysdeps/posix/writev.c (__writev): Likewise.
	* sysdeps/generic/allocalim.h: New file.
2002-10-09 09:42:48 +00:00
..
bits Update. 2002-07-20 01:14:41 +00:00
gnu
net
powerpc
sys
_exit.c
accept.c
access.c
bind.c
brk.c
chdir.c
chmod.c
chown.c Update. 2002-08-03 07:02:10 +00:00
chroot.c
close.c Update. 2002-08-03 07:02:10 +00:00
configure Update. 2002-10-02 06:22:02 +00:00
configure.in (nice): Use getpriority() for the return value. 2002-09-28 19:13:13 +00:00
connect.c Update. 2002-04-09 20:36:24 +00:00
creat.c
Dist
dl-addr.c
dl-close.c
dl-error.c
dl-libc.c
dl-open.c
dl-support.c
dl-sym.c
dlldr.h
environ.c
euidaccess.c
execve.c
fchdir.c
fchmod.c
fchown.c
fcntl.c Update. 2002-08-03 07:02:10 +00:00
fdatasync.c
fork.c Update. 2002-06-20 22:48:53 +00:00
fstatfs.c
fsync.c
ftruncate64.c
ftruncate.c
fxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
getdents.c
getegid.c
geteuid.c
getgid.c
getgroups.c
gethostname.c
getpeername.c
getpgid.c Update. 2002-08-03 07:02:10 +00:00
getpgrp.c
getpid.c Update. 2002-08-03 07:02:10 +00:00
getppid.c
getpriority.c
getrlimit64.c
getrlimit.c
getrusage.c
getsid.c
getsockname.c Update. 2002-05-15 00:22:23 +00:00
gettimeofday.c Update. 2002-08-28 21:32:56 +00:00
getuid.c
Implies
init-first.c Update. 2002-03-13 06:33:52 +00:00
ioctl.c
kernel_proto.h
kill.c
lchown.c
libc-start.c
link.c
lockf64.c
lockf.c
lseek64.c
lseek.c
lxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
lxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
madvise.c
Makefile
mkdir.c
mknod.c
mmap64.c
mmap.c
mprotect.c
msgctl.c
msgget.c
msgrcv.c
msgsnd.c
msync.c
munmap.c
nanosleep.c
open.c Update. 2002-08-03 07:02:10 +00:00
pipe.c Update. 2002-08-03 07:02:10 +00:00
poll.c Update. 2002-08-03 07:02:10 +00:00
pread64.c
pread.c
profil-counter.h
read.c Update. 2002-08-03 07:02:10 +00:00
readlink.c
readv.c Update. 2002-10-09 09:42:48 +00:00
recv.c
recvfrom.c Update. 2002-05-15 00:22:23 +00:00
recvmsg.c Update. 2002-05-15 00:22:23 +00:00
rename.c
revoke.c
rmdir.c
sbrk.c Update. 2002-08-03 07:02:10 +00:00
sched_yield.c
select.c Update. 2002-08-03 07:02:10 +00:00
semctl.c
semget.c
semop.c
sendmsg.c Update. 2002-05-15 00:22:23 +00:00
sendto.c
setegid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
seteuid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
setgid.c
setgroups.c
setitimer.c
setpgid.c Update. 2002-08-03 07:02:10 +00:00
setpgrp.c
setpriority.c
setregid.c
setreuid.c
setrlimit64.c
setrlimit.c
setsid.c
setsockopt.c
setuid.c
shmat.c
shmctl.c
shmdt.c
shmget.c
sigaction.c Update. 2002-08-03 07:02:10 +00:00
sigaltstack.c
sigpending.c
sigprocmask.c
sigset-cvt-mask.h 2002-09-04 Bruno Haible <bruno@clisp.org> 2002-09-05 18:52:18 +00:00
sigstack.c
sigsuspend.c Update. 2002-08-03 07:02:10 +00:00
sleep.c
socket.c
socketpair.c
speed.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
start-libc.c
start.s
statfs.c Update. 2002-08-03 07:02:10 +00:00
symlink.c
sync.c
syscall.c
sysdep.h
sysv_termio.h
tcgetattr.c
tcsetattr.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
times.c
truncate64.c
truncate.c
uitrunc.c
ulimit.c
umask.c
uname.c
unlink.c
usleep.c
ustat.c
utimes.c
utmpx.h
Versions
wait3.c
wait4.c
waitid.c Update. 2002-10-09 09:42:48 +00:00
waitpid.c * include/sys/wait.h (__waitpid): Add libc_hidden_proto. 2002-08-13 01:08:15 +00:00
write.c Update. 2002-08-03 07:02:10 +00:00
writev.c Update. 2002-10-09 09:42:48 +00:00
xstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
xstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00