summaryrefslogtreecommitdiff
path: root/misc/sys
AgeCommit message (Expand)Author
2018-07-24Add <bits/indirect-return.h>H.J. Lu
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg
2018-02-06Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes
2017-08-07Remove __long_double_t.Joseph Myers
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-17float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-11-14[BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg
2016-10-07resolv: Deprecate unimplemented flagsFlorian Weimer
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg
2016-08-03Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-08-03Add utility macros for clang detection, and deprecation with messages.Zack Weinberg
2016-06-10Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell
2016-05-03Fix sys/time.h timespec namespace (bug 20041).Joseph Myers
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