mirror of git://sourceware.org/git/glibc.git
* Versions: Define GLIBC_2.7 for libc. * include/stdio.h: Declare __fortify_fail. * debug/fortify_fail.c: New file. * debug/Makefile (routines): Add fortify_fail. * debug/chk_fail.c: Use __fortify_fail. * debug/stack_chk_fail.c: Likewise. * io/Versions: Export __open_2, __open64_2, __openat_2, and __openat64_2 for GLIBC_2.7. * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h. * io/open.c: Define *_2 variant of function which checks for O_CREAT and fails if necessary. * io/open64.c: Likewise. * io/openat.c: Likewise. * io/openat64.c: Likewise. * sysdeps/unix/sysv/linux/open64.c: Likewise. * sysdeps/unix/sysv/linux/openat.c: Likewise. * sysdeps/unix/sysv/linux/openat64.c: Likewise. * io/bits/fcntl2.h: New file. * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and __openat64_2. * include/bits/fcntl2.h: New file. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add open_2. * sysdeps/unix/sysv/linux/open_2.c: New file. |
||
|---|---|---|
| .. | ||
| bits | ||
| sys | ||
| .cvsignore | ||
| Makefile | ||
| Versions | ||
| 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 | ||
| creat.c | ||
| creat64.c | ||
| dup.c | ||
| dup2.c | ||
| euidaccess.c | ||
| faccessat.c | ||
| fchdir.c | ||
| fchmod.c | ||
| fchmodat.c | ||
| fchown.c | ||
| fchownat.c | ||
| fcntl.c | ||
| fcntl.h | ||
| flock.c | ||
| fstat.c | ||
| fstat64.c | ||
| fstatat.c | ||
| fstatat64.c | ||
| fstatfs.c | ||
| fstatfs64.c | ||
| fstatvfs.c | ||
| fstatvfs64.c | ||
| fts.c | ||
| fts.h | ||
| ftw.c | ||
| ftw.h | ||
| ftw64.c | ||
| ftwtest-sh | ||
| ftwtest.c | ||
| futimens.c | ||
| fxstat.c | ||
| fxstat64.c | ||
| fxstatat.c | ||
| fxstatat64.c | ||
| getcwd.c | ||
| getdirname.c | ||
| getwd.c | ||
| isatty.c | ||
| lchmod.c | ||
| lchown.c | ||
| link.c | ||
| linkat.c | ||
| lockf.c | ||
| lockf64.c | ||
| lseek64.c | ||
| lstat.c | ||
| lstat64.c | ||
| lxstat.c | ||
| lxstat64.c | ||
| mkdir.c | ||
| mkdirat.c | ||
| mkfifo.c | ||
| mkfifoat.c | ||
| mknod.c | ||
| mknodat.c | ||
| open.c | ||
| open64.c | ||
| openat.c | ||
| openat64.c | ||
| pipe.c | ||
| poll.c | ||
| poll.h | ||
| posix_fadvise.c | ||
| posix_fadvise64.c | ||
| posix_fallocate.c | ||
| posix_fallocate64.c | ||
| ppoll.c | ||
| pwd.c | ||
| read.c | ||
| readlink.c | ||
| readlinkat.c | ||
| rmdir.c | ||
| sendfile.c | ||
| sendfile64.c | ||
| stat.c | ||
| stat64.c | ||
| statfs.c | ||
| statfs64.c | ||
| statvfs.c | ||
| statvfs64.c | ||
| symlink.c | ||
| symlinkat.c | ||
| test-lfs.c | ||
| test-stat.c | ||
| test-stat2.c | ||
| test-utime.c | ||
| tst-faccessat.c | ||
| tst-fchmodat.c | ||
| tst-fchownat.c | ||
| 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-readlinkat.c | ||
| tst-renameat.c | ||
| tst-statvfs.c | ||
| tst-symlinkat.c | ||
| tst-ttyname_r.c | ||
| tst-unlinkat.c | ||
| ttyname.c | ||
| ttyname_r.c | ||
| umask.c | ||
| unlink.c | ||
| unlinkat.c | ||
| utime.c | ||
| utime.h | ||
| utimensat.c | ||
| write.c | ||
| xmknod.c | ||
| xmknodat.c | ||
| xstat.c | ||
| xstat64.c | ||