aboutsummaryrefslogtreecommitdiff
path: root/io/fcntl.h
AgeCommit message (Expand)Author
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer
2021-07-21io: Add time64 alias for fcntlFlorian Weimer
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-06Add AT_RECURSIVE from Linux 5.2 to fcntl.h.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-07-10Add the statx functionFlorian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-02-21Fix a typo in a comment.Rical Jasan
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-05-02Fix fcntl.h timespec namespace (bug 20023).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-03-06T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-24Always define off_t, mode_t, pid_tAndreas Jaeger
2012-10-20Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath
2012-05-10Hurd: Define some posix typesSamuel Thibault
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-04-01Fix typos in comments.Ulrich Drepper
2011-04-01Define AT_EMPTY_PATH.Ulrich Drepper
2011-01-17Define AT_NO_AUTOMOUNT.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-03-02Pretty printing.Ulrich Drepper
2007-09-15* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper
2007-05-24* Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper
2006-02-27(AT_SYMLINK_FOLLOW): Define.Ulrich Drepper
2006-01-06* io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro.Roland McGrath
2006-01-05* include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE whenRoland McGrath
2005-11-18.Ulrich Drepper
2005-11-17* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,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-122.5-18.1Jakub Jelinek