]> git.ipfire.org Git - thirdparty/glibc.git/history - misc/sys
linux: Normalize and return timeout on select (BZ #27651)
[thirdparty/glibc.git] / misc / sys /
2021-02-09  Adhemerval Zanellamisc: Sync cdefs.h with gnulib
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31  Siddhesh PoyarekarIntroduce _FORTIFY_SOURCE=3
2020-12-12  Jonny GrantFix spelling and grammar in several comments
2020-11-05  Siddhesh PoyarekarRemove __warndecl
2020-10-30  Joseph MyersAvoid -Wstringop-overflow warning in pthread_cleanup_pu...
2020-09-22  Jonathan WakelyDefine __THROW to noexcept for C++11 and later
2020-07-06  Florian WeimerAdd the __libc_single_threaded variable
2020-05-04  Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-04-30  Paul E. MurphyRename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC...
2020-02-17  Gabriel F. T. GomesPrepare redirections for IEEE long double on powerpc64le
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-21  Emilio Cobos ÁlvarezDon't use a custom wrapper macro around __has_include...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-06-14  Florian Weimer<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_...
2019-06-12  Florian Weimer<sys/cdefs.h>: Add __glibc_has_include macro
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-01-12  Dmitry V. LevinFix a few typos in comments
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-11-10  Martin SeborAdd support for GCC 9 attribute copy.
2018-07-24  H.J. LuAdd <bits/indirect-return.h>
2018-05-02  Adhemerval ZanellaDeprecate ustat syscall interface
2018-02-12  Zack Weinberg[BZ #19239] Don't include sys/sysmacros.h from sys...
2018-02-06  Joseph MyersFix non-__GNUC__ definitions of __inline and __restrict...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-11-16  Martin SeborThe -Wstringop-truncation option new in GCC 8 detects...
2017-08-18  Gabriel F. T. GomesDo not use generic selection in C++ mode
2017-08-07  Joseph MyersRemove __long_double_t.
2017-06-14  Zack WeinbergRemove __need_IOV_MAX and __need_FOPEN_MAX.
2017-05-31  Adhemerval Zanellaposix: Implement preadv2 and pwritev2
2017-05-20  Zack WeinbergRemove __need macros from signal.h.
2017-05-17  Gabriel F. T. Gomesfloat128: Extend __MATH_TG for float128 support
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-14  Joseph MyersRefactor long double information into bits/long-double.h.
2016-11-14  Zack Weinberg[BZ #19239] Issue deprecation warnings on macro expansion.
2016-10-07  Florian Weimerresolv: Deprecate unimplemented flags
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
2016-09-23  Zack WeinbergInstalled-header hygiene (BZ#20366): Simple self-contai...
2016-08-03  Zack WeinbergDeprecate inclusion of <sys/sysmacros.h> by <sys/types.h>
2016-08-03  Zack WeinbergMinimize sysdeps code involved in defining major/minor...
2016-08-03  Zack WeinbergAdd utility macros for clang detection, and deprecation...
2016-06-10  Carlos O'DonellBug 20215: Always undefine __always_inline before defin...
2016-05-03  Joseph MyersFix sys/time.h timespec namespace (bug 20041).
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-15  Roland McGrathUse HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.
2015-02-07  Paul EggertAdd ersatz _Static_assert on older C hosts
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-09-16  Siddhesh PoyarekarMake __extern_always_inline usable on clang++ again
2014-09-16  Siddhesh PoyarekarRevert to defining __extern_inline only for gcc-4.3...
2014-07-02  Siddhesh PoyarekarFix Wundef warning for __STDC_VERSION__
2014-07-02  Paul Eggertmisc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilers
2014-03-18  Serge Hallynmisc/sys/xattr.h: guard against linux uapi header inclusion
2014-02-25  Florian Weimermisc/sys/select.h (__FD_MASK): Avoid signed integer...
2014-02-21  Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-12  Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-18  Brooks MosesAdd error reporting (via errno) to getauxval().
2013-05-07  Aurelien JarnoOnly defined DEV_BSIZE if not already defined.
2013-05-01  Richard SmithUse __gnu_inline__ for __extern_always_inline in g...
2013-02-18  Mike Frysingersys/cdefs.h: export __attribute_alloc_size__
2013-02-13  Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-11  Roland McGrathFix a typo in the mremap comment.
2013-01-23  Roland McGrathWhitespace fix for __glibc_likely/__glibc_unlikely...
2013-01-02  Joseph MyersFix copyright notice corruption from update-copyright...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-28  Siddhesh PoyarekarAdd __glibc_likely as an alias for __builtin_expect...
2012-09-26  Marek PolacekFix up definitions for older compilers.
2012-08-17  Roland McGrathSplit sys/param.h out into common file and sysdeps...
2012-07-10  Andreas SchwabFix LOG_MAKEPRI to agree with BSD
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-04  Siddhesh PoyarekarWrap __builtin_expect in pthread.h
2012-05-21  Richard Henderson * misc/getauxval.c (__getauxval): Use unsigned...
2012-05-20  Richard HendersonAdd <sys/auxv.h> and getauxval.
2012-04-29  Marek PolacekFix attributes for fortify functions.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2011-11-11  Andreas SchwabMark setjmp and ucontext functions as non-leaf
2011-10-27  Andreas SchwabDon't mark memory synchronisation functions as leaf
2011-10-17  Andreas SchwabFix syntax error in __THROW macro
2011-10-17  Ulrich DrepperUse leaf function attribute in __THROW
2011-09-13  Andreas SchwabAvoid macro clash between <sys/select.h> and <linux...
2011-09-08  Ulrich DrepperAdd range checking for FD_SET, FD_CLR, and FD_ISSET
2011-07-20  Marek PolacekAdd const attr to gnu_dev_{major,minor,makedev}
2009-11-06  Jakub JelinekFix preadv, pwritev and fallocate for -D_FILE_OFFSET_BI...
2009-06-14  Ulrich DrepperFix warnings when using <sys/select.h>.
2009-04-23  Ulrich Drepper* sysdeps/unix/sysv/linux/preadv.c: The kernel API...
2009-04-03  Ulrich Drepper* misc/Makefile (routines): Add preadv, preadv64, pwrit...
2009-03-02  Jakub Jelinek* misc/sys/cdefs.h (__extern_always_inline): Add __arti...
2008-03-05  Ulrich Drepper[BZ #5779]
2007-10-03  Ulrich Drepper* misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDB...
2007-10-03  Ulrich Drepper2007-10-03 Jakub Jelinek
2007-09-26  Ulrich Drepper* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC...
2007-09-16  Jakub JelinekUndo second occurrence of RH GCC hack.
2007-09-15  Ulrich Drepper* stdio-common/vfscanf.c (_IO_vfwscanf): Add support...
2007-09-15  Ulrich Drepper* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
2007-09-15  Ulrich Drepper* misc/sys/cdefs.h (__va_arg_pack): Define for GCC...
2007-03-17  Ulrich Drepper* configure.in (libc_cv_gnu89_inline): Test for -fgnu89...
2006-09-09  Ulrich Drepper[BZ #3189]
next