glibc/posix
Ulrich Drepper 26cec518ac * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,
fchownat, and unlinkat.
	(static-only-routines): Add fstatat and fstatat64.
	(tests): Add tst-unlinkat, tst-fstatat, tst-futimesat, tst-renameat,
	and tst-fchownat.
	* io/Versions [GLIBC_2.4]: Add fchownat, __fxstatat, __fxstatat64,
	and unlinkat.
	* io/fcntl.h: Define AT_FDCWD, AT_SYMLINK_NOFOLLOW, and AT_REMOVEDIR.
	* io/fstatat.c: New file.
	* io/fstatat64.c: New file.
	* io/sys/stat.h: Declare fstatat, fstatat64, __fxstatat, __fxstatat64
	and define fstatat and fstatat64 inline functions.
	* libio/stdio.h: Declare renameat.
	* misc/Makefile (routines): Add futimesat.
	* misc/Versions [GLIBC_2.4]: Add futimesat.
	* posix/unistd.h: Declare fchownat and unlinkat.
	* stdio-common/Makefile (routines): Add renameat.
	* stdio-common/Versions [GLIBC_2.4]: Add renameat.
	* sysdeps/generic/fchownat.c: New file.
	* sysdeps/generic/futimesat.c: New file.
	* sysdeps/generic/fxstatat.c: New file.
	* sysdeps/generic/fxstatat64.c: New file.
	* sysdeps/generic/renameat.c: New file.
	* sysdeps/generic/unlinkat.c: New file.
	* sysdeps/unix/sysv/linux/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/futimesat.c: New file.
	* sysdeps/unix/sysv/linux/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/fxstatat64.c: New file.
	* sysdeps/unix/sysv/linux/renameat.c: New file.
	* sysdeps/unix/sysv/linux/unlinkat.c: New file.
	* sysdeps/unix/sysv/linux/alpha/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/i386/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/i386/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/m68k/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/m68k/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/s390/s390-32/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/sh/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/sh/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc32/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: New file.
	* sysdeps/unix/sysv/linux/wordsize-64/fxstatat64.c: New file.
	* time/sys/time.h: Declare futimesat.
	* include/fcntl.h: Declare __atfct_seterrno.
	* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): New function.
	Split out from openat code and called.
	(do_test): Allow openat to fail with ENOSYS.  Handle AT_FDCWD.
	* sysdeps/generic/openat.c: Handle AT_FDCWD.
	* sysdeps/generic/openat64.c: Likewise.
	* io/tst-unlinkat.c: New file.
	* io/tst-fstatat.c: New file.
	* io/tst-futimesat.c: New file.
	* io/tst-renameat.c: New file.
	* io/tst-fchownat.c: New file.
	* io/tst-openat.c: Don't fail if openat is not implemented.

	* sysdeps/unix/sysv/linux/powerpc/chown.c: Don't provide backward
	compatibility code if new kernel is guaranteed.

	* time/sys/time.h: Add a few nonnull attributes.
2005-11-11 20:02:07 +00:00
..
bits * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname, 2005-08-08 19:04:11 +00:00
glob
rxspencer * posix/regcomp.c (lower_subexp): Do not optimize empty 2005-02-22 05:07:20 +00:00
sys [BZ #1392] 2005-09-29 22:03:12 +00:00
.cvsignore
annexc.c
BOOST.tests
bsd-getpgrp.c
bug-ga1.c
bug-ga2.c
bug-glob1.c Update. 2004-10-01 15:44:06 +00:00
bug-glob2.c Test of globfree after failed glob call. 2004-10-27 18:18:56 +00:00
bug-regex1.c
bug-regex2.c
bug-regex3.c
bug-regex4.c
bug-regex5.c 2.5-18.1 2007-07-12 18:26:36 +00:00
bug-regex6.c
bug-regex7.c
bug-regex8.c
bug-regex9.c
bug-regex10.c
bug-regex11.c
bug-regex12.c
bug-regex13.c
bug-regex14.c
bug-regex15.c
bug-regex16.c
bug-regex17.c
bug-regex18.c
bug-regex19.c [BZ #693] 2005-01-26 19:56:03 +00:00
bug-regex20.c
bug-regex21.c
bug-regex22.c 2.5-18.1 2007-07-12 18:26:36 +00:00
bug-regex23.c
bug-regex24.c Update. 2004-11-15 22:00:25 +00:00
confstr.c Update. 2004-12-13 21:29:18 +00:00
cpio.h 2004-08-09 Roland McGrath <roland@frob.com> 2004-08-10 05:10:38 +00:00
Depend
execl.c * configure.in: Remove gnu_ld definition and everything using it. 2005-11-06 02:06:06 +00:00
execle.c Update. 2005-01-20 20:10:02 +00:00
execlp.c Update. 2005-01-20 20:10:02 +00:00
execv.c * configure.in: Remove gnu_ld definition and everything using it. 2005-11-06 02:06:06 +00:00
execvp.c [BZ #1125] 2005-07-24 21:41:49 +00:00
fnmatch_loop.c [BZ #368] 2005-10-14 22:56:25 +00:00
fnmatch.c (fnmatch): For short patterns or strings attempt to avoid calling mbsrtowcs twice. 2005-03-30 04:17:47 +00:00
fnmatch.h Update. 2004-09-14 04:41:35 +00:00
getconf.c [BZ #652] 2005-09-26 23:02:01 +00:00
getopt1.c
getopt_init.c
getopt_int.h
getopt.c * include/stdio.h (__fxprintf): Remove wfmt argument. 2005-07-20 17:51:14 +00:00
getopt.h
glob.h Update. 2004-09-17 00:56:07 +00:00
globtest.c
globtest.sh
Makefile [BZ #644] 2005-09-26 21:17:54 +00:00
PCRE.tests Update. 2004-11-25 22:32:18 +00:00
ptestcases.h
PTESTS
PTESTS2C.sed
re_comp.h
regcomp.c [BZ #1224] 2005-10-15 21:14:58 +00:00
regex_internal.c * posix/regexec.c: Finish prototyping of static functions. 2005-10-15 15:23:33 +00:00
regex_internal.h [BZ #1221] 2005-10-15 20:59:51 +00:00
regex.c * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
regex.h * posix/regex.h: Pretty printing. 2005-09-30 16:07:32 +00:00
regexbug1.c
regexec.c * posix/regexec.c: Finish prototyping of static functions. 2005-10-15 15:23:33 +00:00
runptests.c
runtests.c
sched.h
spawn_faction_addclose.c
spawn_faction_adddup2.c
spawn_faction_addopen.c
spawn_faction_destroy.c
spawn_faction_init.c
spawn_int.h
spawn.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
spawn.h Update. 2004-09-12 18:05:37 +00:00
spawnattr_destroy.c
spawnattr_getdefault.c
spawnattr_getflags.c
spawnattr_getpgroup.c
spawnattr_getschedparam.c
spawnattr_getschedpolicy.c
spawnattr_getsigmask.c
spawnattr_init.c
spawnattr_setdefault.c
spawnattr_setflags.c Update. 2004-09-12 18:05:37 +00:00
spawnattr_setpgroup.c
spawnattr_setschedparam.c
spawnattr_setschedpolicy.c
spawnattr_setsigmask.c
spawnp.c
tar.h
test-vfork.c
testcases.h
testfnm.c
TESTS
TESTS2C.sed
transbug.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-boost.c
tst-chmod.c Update. 2004-04-21 18:58:31 +00:00
tst-dir.c
tst-exec.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-execl1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execl2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execle1.c 2005-03-29 Thorsten Kukuk <kukuk@suse.de> 2005-03-29 23:27:01 +00:00
tst-execle2.c 2005-03-29 Thorsten Kukuk <kukuk@suse.de> 2005-03-29 23:27:01 +00:00
tst-execlp1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execlp2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execv1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execv2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execve1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execve2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp1.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp2.c Test for exec function. 2005-02-23 02:42:55 +00:00
tst-execvp3.c * posix/execvp.c (execvp): Use file name including path when 2005-04-14 21:20:51 +00:00
tst-execvp4.c [BZ #1125] 2005-07-24 21:41:49 +00:00
tst-fnmatch.c
tst-fnmatch.input [BZ #361] 2004-09-02 03:38:10 +00:00
tst-fork.c
tst-getaddrinfo2.c Update. 2004-10-06 18:09:57 +00:00
tst-getaddrinfo.c
tst-getconf.sh
tst-getlogin.c
tst-gnuglob.c Update. 2004-09-30 06:42:39 +00:00
tst-mmap.c [BZ #959] 2005-06-03 20:37:25 +00:00
tst-nanosleep.c
tst-nice.c 2003-03-20 Roland McGrath <roland@redhat.com> 2003-03-20 11:40:36 +00:00
tst-pcre.c
tst-preadwrite64.c
tst-preadwrite.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-regex2.c Update. 2004-12-10 00:41:30 +00:00
tst-regex.c Update. 2004-12-10 00:41:30 +00:00
tst-regexloc.c
tst-rfc3484.c [BZ #644] 2005-09-26 21:17:54 +00:00
tst-rxspencer.c [BZ #693] 2005-01-26 19:56:03 +00:00
tst-spawn.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-sysconf.c Update. 2004-11-27 22:47:48 +00:00
tst-truncate64.c
tst-truncate.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-vfork1.c
tst-vfork2.c
tst-waitid.c Update. 2004-11-10 15:48:06 +00:00
tstgetopt.c
unistd.h * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, 2005-11-11 20:02:07 +00:00
Versions
wait.h
wordexp-test.c
wordexp-tst.sh
wordexp.h