about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/openat.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-22/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-181-0/+20
* Consolidate Linux openat implementationAdhemerval Zanella2017-06-201-23/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove unused definition of __openat(64)_nocancelAndreas Schwab2015-08-111-18/+0
* Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab2015-08-101-0/+5
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-041-10/+1
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-241-3/+3
* Function declaration cleanupAdhemerval Zanella2015-01-061-9/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/.Joseph Myers2014-06-201-91/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-031-16/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.David S. Miller2012-03-131-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix compat handling in *at functions.Ulrich Drepper2009-10-291-1/+7
* * Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper2007-05-241-1/+17
* [BZ #3040]Ulrich Drepper2006-08-211-1/+3
* * include/fcntl.h: Declare __openat, __open64. Use libc_hidden_proto.Roland McGrath2006-03-011-1/+7
* [BZ #2226]Ulrich Drepper2006-02-121-32/+43
* * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the sameRoland McGrath2006-02-021-15/+4
* * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): CorrectyUlrich Drepper2006-01-221-1/+1
* (__atfct_seterrno): Correcty return EBADF for non-existing file descriptors.Ulrich Drepper2006-01-221-12/+28
* * include/fcntl.h: Declare __have_atfcts.Ulrich Drepper2006-01-201-17/+51
* * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper2005-11-111-20/+27
* * io/fcntl.h: Declare openat and openat64.Ulrich Drepper2005-11-101-0/+110
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-175/+0
* 2.5-18.1Jakub Jelinek2007-07-121-0/+175