glibc/io
Ulrich Drepper 78fbd00f39 * configure.in: Require assembler support for visibility, compiler
support for visibility and aliases, linker support for various -z
	options.
	* Makeconfig: Remove conditional code which now is unnecessary.
	* config.h.in: Likewise.
	* config.make.in: Likewise.
	* dlfcn/Makefile: Likewise.
	* elf/Makefile: Likewise.
	* elf/dl-load.c: Likewise.
	* elf/rtld.c: Likewise.
	* include/libc-symbols.h: Likewise.
	* include/stdio.h: Likewise.
	* io/Makefile: Likewise.
	* io/fstat.c: Likewise.
	* io/fstat64.c: Likewise.
	* io/fstatat.c: Likewise.
	* io/fstatat64.c: Likewise.
	* io/lstat.c: Likewise.
	* io/lstat64.c: Likewise.
	* io/mknod.c: Likewise.
	* io/mknodat.c: Likewise.
	* io/stat.c: Likewise.
	* io/stat64.c: Likewise.
	* libio/stdio.c: Likewise.
	* nscd/Makefile: Likewise.
	* stdlib/Makefile: Likewise.
	* stdlib/atexit.c: Likewise.
	* sysdeps/generic/ldsodefs.h: Likewise.
	* sysdeps/i386/dl-machine.h: Likewise.
	* sysdeps/i386/sysdep.h: Likewise.
	* sysdeps/i386/i686/memcmp.S: Likewise.
	* sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2006-10-28 06:44:41 +00:00
..
sys * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
.cvsignore
Makefile * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
Versions * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
access.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
bug-ftw1.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bug-ftw2.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bug-ftw3.c Update. 2002-02-07 17:54:45 +00:00
bug-ftw4.c Update. 2003-11-18 19:12:03 +00:00
chdir.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
chmod.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
chown.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
close.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
creat.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
creat64.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dup.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dup2.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
euidaccess.c * io/euidaccess.c: Add eaccess as an alias. 2006-01-06 11:22:10 +00:00
faccessat.c * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro. 2006-01-06 12:14:26 +00:00
fchdir.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fchmod.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fchmodat.c * io/sys/stat.h [__USE_GNU]: Declare fchmodat. 2006-01-05 10:32:47 +00:00
fchown.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fchownat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fcntl.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fcntl.h (AT_SYMLINK_FOLLOW): Define. 2006-02-27 21:38:55 +00:00
flock.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fstat.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
fstat64.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
fstatat.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
fstatat64.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
fstatfs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fstatfs64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fstatvfs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fstatvfs64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fts.c * io/fts.c (fts_close): Remove redundant checks. 2006-10-02 16:08:05 +00:00
fts.h Update. 2003-09-12 22:37:19 +00:00
ftw.c * io/ftw.c (open_dir_stream): Return right away if REALLOC fails. 2006-05-10 06:39:15 +00:00
ftw.h Update. 2004-09-17 08:44:34 +00:00
ftw64.c [BZ #2226] 2006-02-12 21:41:44 +00:00
ftwtest-sh 2004-01-29 Roland McGrath <roland@redhat.com> 2004-02-09 20:12:23 +00:00
ftwtest.c Update. 2003-11-07 23:00:00 +00:00
fxstat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fxstat64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
fxstatat.c [BZ #2226] 2006-02-12 21:41:44 +00:00
fxstatat64.c [BZ #2226] 2006-02-12 21:41:44 +00:00
getcwd.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
getdirname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getwd.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
isatty.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lchmod.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lchown.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
link.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
linkat.c Add fifth parameter to linkat. 2006-02-27 00:52:57 +00:00
lockf.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lockf64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lseek64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lstat.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
lstat64.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
lxstat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
lxstat64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mkdir.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mkdirat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mkfifo.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mkfifoat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mknod.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
mknodat.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
open.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
open64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
openat.c * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. 2006-03-01 05:32:59 +00:00
openat64.c * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto. 2006-03-01 05:32:59 +00:00
pipe.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
poll.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
poll.h
posix_fadvise.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
posix_fadvise64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
posix_fallocate.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
posix_fallocate64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
ppoll.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
pwd.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
read.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
readlink.c [BZ #2450] 2006-04-01 19:12:44 +00:00
readlinkat.c * posix/bits/unistd.h (__readlinkat_chk): New prototype. 2006-04-24 17:01:40 +00:00
rmdir.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sendfile.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sendfile64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
stat.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
stat64.c * configure.in: Require assembler support for visibility, compiler 2006-10-28 06:44:41 +00:00
statfs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
statfs64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
statvfs.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
statvfs64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
symlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
symlinkat.c * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code in 2005-12-16 00:24:16 +00:00
test-lfs.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
test-stat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-stat2.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-utime.c Update. 2003-07-15 08:59:35 +00:00
tst-faccessat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-fchmodat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-fchownat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-fcntl.c [BZ #2526, BZ #3138, BZ #3143] 2006-09-12 11:44:01 +00:00
tst-fstatat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-futimesat.c * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, 2005-11-11 20:02:07 +00:00
tst-getcwd.c Fix format strings. 2002-09-30 07:47:16 +00:00
tst-linkat.c (do_test): Pass new parameter to linkat. 2006-02-27 00:59:21 +00:00
tst-mkdirat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, 2006-01-20 23:24:42 +00:00
tst-mkfifoat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, 2006-01-20 23:24:42 +00:00
tst-mknodat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, 2006-01-20 23:24:42 +00:00
tst-openat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-readlinkat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and 2006-01-20 21:55:16 +00:00
tst-renameat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
tst-statvfs.c Update. 2003-10-27 04:05:04 +00:00
tst-symlinkat.c * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and 2006-01-20 21:55:16 +00:00
tst-unlinkat.c * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, 2005-11-11 20:02:07 +00:00
ttyname.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
ttyname_r.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
umask.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
unlink.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
unlinkat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
utime.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
utime.h Update. 2004-09-28 07:46:43 +00:00
write.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
xmknod.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
xmknodat.c 2005-12-15 Thomas Schwinge <tschwinge@gnu.org> 2005-12-20 07:31:14 +00:00
xstat.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
xstat64.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00