aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/openat.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella1-0/+20
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella1-23/+8
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-11Remove unused definition of __openat(64)_nocancelAndreas Schwab1-18/+0
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab1-0/+5
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella1-10/+1
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud1-3/+3
2015-01-06Function declaration cleanupAdhemerval Zanella1-9/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-20Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers1-91/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath1-16/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-13Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.David S. Miller1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-10-29Fix compat handling in *at functions.Ulrich Drepper1-1/+7
2007-05-24* Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper1-1/+17
2006-08-21[BZ #3040]Ulrich Drepper1-1/+3
2006-03-01* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath1-1/+7
2006-02-12[BZ #2226]Ulrich Drepper1-32/+43
2006-02-02* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the sameRoland McGrath1-15/+4
2006-01-22* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): CorrectyUlrich Drepper1-1/+1
2006-01-22(__atfct_seterrno): Correcty return EBADF for non-existing file descriptors.Ulrich Drepper1-12/+28
2006-01-20* include/fcntl.h: Declare __have_atfcts.Ulrich Drepper1-17/+51
2005-11-11* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper1-20/+27
2005-11-10* io/fcntl.h: Declare openat and openat64.Ulrich Drepper1-0/+110
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-175/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+175