summaryrefslogtreecommitdiff
path: root/misc/sys
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-15Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.Roland McGrath
2015-02-07Add ersatz _Static_assert on older C hostsPaul Eggert
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-09-16Make __extern_always_inline usable on clang++ againSiddhesh Poyarekar
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar
2014-07-03Fix Wundef warning for __STDC_VERSION__Siddhesh Poyarekar
2014-07-02misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilersPaul Eggert
2014-03-18misc/sys/xattr.h: guard against linux uapi header inclusionSerge Hallyn
2014-02-25misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.Florian Weimer
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.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-12-18Add error reporting (via errno) to getauxval().Brooks Moses
2013-05-08Only defined DEV_BSIZE if not already defined.Aurelien Jarno
2013-05-01Use __gnu_inline__ for __extern_always_inline in g++-4.2Richard Smith
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-11Fix a typo in the mremap comment.Roland McGrath
2013-01-23Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-28Add __glibc_likely as an alias for __builtin_expect when availableSiddhesh Poyarekar
2012-09-26Fix up definitions for older compilers.Marek Polacek
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath
2012-07-10Fix LOG_MAKEPRI to agree with BSDAndreas Schwab
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar
2012-05-21 * misc/getauxval.c (__getauxval): Use unsigned long int.Richard Henderson
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-11-11Mark setjmp and ucontext functions as non-leafAndreas Schwab
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab
2011-10-17Fix syntax error in __THROW macroAndreas Schwab
2011-10-16Use leaf function attribute in __THROWUlrich Drepper
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper
2011-07-20Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek
2009-11-06Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.Jakub Jelinek
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper
2009-04-23* sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper
2009-04-03* misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.Ulrich Drepper
2009-03-02* misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ Jakub Jelinek
2008-03-05[BZ #5779]Ulrich Drepper
2007-10-03* misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper
2007-10-032007-10-03 Jakub JelinekUlrich Drepper
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper
2007-09-16Undo second occurrence of RH GCC hack.Jakub Jelinek
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper