glibc/io
Ulrich Drepper 94b7cc3711 Fix a few problems in fopen and freopen
fopen should set the FD_CLOEXEC flag if requested evenif the kernel does
not support an aotmic operation.

freopen should reuse the file descriptor for the stream.  This is
especially important for calls to change the standard streams (stin,
stdout, stderr).
2011-05-15 15:28:46 -04:00
..
bits * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
sys Fix definition and testing of S_ISSOCK. 2010-04-04 01:51:01 -07:00
access.c
bug-ftw1.c
bug-ftw2.c
bug-ftw3.c
bug-ftw4.c
bug-ftw5.c
chdir.c
chmod.c
chown.c
close.c
creat64.c
creat.c
dup2.c
dup3.c Fix a few problems in fopen and freopen 2011-05-15 15:28:46 -04:00
dup.c
euidaccess.c
faccessat.c
fchdir.c
fchmod.c Remove doubled words. 2011-04-22 21:34:32 -04:00
fchmodat.c [BZ #5477] 2007-12-12 18:03:27 +00:00
fchown.c
fchownat.c
fcntl.c
fcntl.h Fix typos in comments. 2011-04-01 10:39:30 -04:00
flock.c
fstat64.c
fstat.c
fstatat64.c
fstatat.c
fstatfs64.c
fstatfs.c
fstatvfs64.c
fstatvfs.c
fts.c
fts.h
ftw64.c
ftw.c Fix file descriotor leak in nftw with FTW_CHDIR 2010-02-10 20:31:48 -08:00
ftw.h
ftwtest-sh
ftwtest.c
futimens.c
fxstat64.c
fxstat.c
fxstatat64.c
fxstatat.c
getcwd.c
getdirname.c
getwd.c
have_o_cloexec.c * io/Makefile (aux): Add have_o_cloexec. 2007-08-03 04:09:03 +00:00
isatty.c
lchmod.c
lchown.c
link.c
linkat.c
lockf64.c
lockf.c
lseek64.c
lstat64.c
lstat.c
lxstat64.c
lxstat.c
Makefile Really implement fallocate{,64} and sync_file_range as cancellation points. 2011-04-01 11:15:08 -04:00
mkdir.c
mkdirat.c
mkfifo.c
mkfifoat.c
mknod.c
mknodat.c
open64.c
open.c
openat64.c * io/openat.c (__openat_2): Also pass fd to __openat. 2008-05-11 09:32:43 +00:00
openat.c * io/openat.c (__openat_2): Also pass fd to __openat. 2008-05-11 09:32:43 +00:00
pipe2.c * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. 2008-07-27 18:26:13 +00:00
pipe.c
poll.c
poll.h
posix_fadvise64.c
posix_fadvise.c
posix_fallocate64.c
posix_fallocate.c
ppoll.c
pwd.c
read.c
readlink.c
readlinkat.c
rmdir.c
sendfile64.c
sendfile.c
stat64.c
stat.c
statfs64.c
statfs.c
statvfs64.c
statvfs.c
symlink.c
symlinkat.c
test-lfs.c
test-stat2.c
test-stat.c
test-utime.c
tst-faccessat.c
tst-fchmodat.c
tst-fchownat.c * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED 2008-03-08 05:21:41 +00:00
tst-fcntl.c
tst-fstatat.c
tst-futimesat.c
tst-getcwd.c
tst-linkat.c
tst-mkdirat.c
tst-mkfifoat.c
tst-mknodat.c
tst-openat.c
tst-posix_fallocate.c Include <fcntl.h>. 2007-07-28 18:04:22 +00:00
tst-readlinkat.c
tst-renameat.c
tst-statvfs.c
tst-symlinkat.c
tst-ttyname_r.c
tst-unlinkat.c
ttyname_r.c
ttyname.c
umask.c
unlink.c
unlinkat.c
utime.c
utime.h
utimensat.c
Versions * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
write.c
xmknod.c
xmknodat.c
xstat64.c
xstat.c