about summary refs log tree commit diff
path: root/misc/sys
Commit message (Expand)AuthorAgeFilesLines
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-0/+6
* Deprecate ustat syscall interfaceAdhemerval Zanella2018-05-021-37/+0
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-49/+3
* Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers2018-02-061-2/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0112-12/+12
* The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor2017-11-151-0/+9
* Do not use generic selection in C++ modeGabriel F. T. Gomes2017-08-181-9/+10
* Remove __long_double_t.Joseph Myers2017-08-071-1/+0
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-141-5/+13
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+41
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-7/+2
* float128: Extend __MATH_TG for float128 supportGabriel F. T. Gomes2017-05-171-0/+16
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-0/+3
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-25/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0112-12/+12
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+1
* [BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg2016-11-142-35/+28
* resolv: Deprecate unimplemented flagsFlorian Weimer2016-10-071-0/+10
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-5/+3
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-12/+18
* Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>Zack Weinberg2016-08-031-3/+59
* Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg2016-08-031-0/+64
* Add utility macros for clang detection, and deprecation with messages.Zack Weinberg2016-08-031-1/+21
* Bug 20215: Always undefine __always_inline before defining it.Carlos O'Donell2016-06-101-0/+5
* Fix sys/time.h timespec namespace (bug 20041).Joseph Myers2016-05-031-1/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0411-11/+11
* Use HOST_NAME_MAX for MAXHOSTNAMELEN in <sys/param.h>.Roland McGrath2015-09-151-0/+3
* Add ersatz _Static_assert on older C hostsPaul Eggert2015-02-071-0/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0211-11/+11
* Make __extern_always_inline usable on clang++ againSiddhesh Poyarekar2014-09-161-2/+8
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-10/+11
* Fix Wundef warning for __STDC_VERSION__Siddhesh Poyarekar2014-07-031-1/+3
* misc/sys/cdefs.h: Add _Noreturn macro for pre-C11 compilersPaul Eggert2014-07-021-0/+8
* misc/sys/xattr.h: guard against linux uapi header inclusionSerge Hallyn2014-03-181-0/+2
* misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.Florian Weimer2014-02-251-1/+1
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-1/+1
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-123-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0111-11/+11
* Add error reporting (via errno) to getauxval().Brooks Moses2013-12-181-2/+2
* Only defined DEV_BSIZE if not already defined.Aurelien Jarno2013-05-081-1/+3
* Use __gnu_inline__ for __extern_always_inline in g++-4.2Richard Smith2013-05-011-8/+6
* sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger2013-02-181-0/+9
* Remove __ptrvalue, __bounded and __unbounded.Joseph Myers2013-02-131-8/+0
* Fix a typo in the mremap comment.Roland McGrath2013-02-111-1/+1
* Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath2013-01-231-4/+4
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-022-2/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0211-13/+11
* Add __glibc_likely as an alias for __builtin_expect when availableSiddhesh Poyarekar2012-12-281-0/+2
* Fix up definitions for older compilers.Marek Polacek2012-09-261-1/+8
* Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath2012-08-171-0/+101