index
:
ampere-computing/glibc.git
glibc-2.27-amp-branch
glibc-2.28-amp-branch
glibc-2.29-amp-branch
glibc-2.31-amp-branch
glibc including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
/
sysv
/
linux
/
openat.c
Age
Commit message (
Expand
)
Author
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-08-18
Consolidate non cancellable openat call
Adhemerval Zanella
2017-06-20
Consolidate Linux openat implementation
Adhemerval Zanella
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-08-11
Remove unused definition of __openat(64)_nocancel
Andreas Schwab
2015-08-10
Readd O_LARGEFILE flag for openat64 (bug 18781)
Andreas Schwab
2015-06-04
nptl: Rewrite cancellation macros
Adhemerval Zanella
2015-02-24
linux: open and openat ignore 'mode' with O_TMPFILE in flags
Eric Rannaud
2015-01-06
Function declaration cleanup
Adhemerval Zanella
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-06-20
Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.
Joseph Myers
2014-02-10
Use glibc_likely instead __builtin_expect.
Ondřej Bílka
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-05-03
Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.
Roland McGrath
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-03-13
Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.
David S. Miller
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
2009-10-29
Fix compat handling in *at functions.
Ulrich Drepper
2007-05-24
* Makerules (sysd-rules): Define PTW for ptw-* files.
Ulrich Drepper
2006-08-21
[BZ #3040]
Ulrich Drepper
2006-03-01
* include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.
Roland McGrath
2006-02-12
[BZ #2226]
Ulrich Drepper
2006-02-02
* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the same
Roland McGrath
2006-01-22
* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty
Ulrich Drepper
2006-01-22
(__atfct_seterrno): Correcty return EBADF for non-existing file descriptors.
Ulrich Drepper
2006-01-20
* include/fcntl.h: Declare __have_atfcts.
Ulrich Drepper
2005-11-11
* io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,
Ulrich Drepper
2005-11-10
* io/fcntl.h: Declare openat and openat64.
Ulrich Drepper
2004-12-22
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2007-07-12
2.5-18.1
Jakub Jelinek