about summary refs log tree commit diff
path: root/misc/sys
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0212-12/+12
* Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar2020-12-311-0/+9
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+2
* Remove __warndeclSiddhesh Poyarekar2020-11-051-3/+0
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-301-0/+8
* Define __THROW to noexcept for C++11 and laterJonathan Wakely2020-09-221-4/+8
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+33
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-0/+11
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-3/+3
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-172-3/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0111-11/+11
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-8/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0711-11/+11
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-141-1/+3
* <sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2019-06-121-0/+6
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0111-11/+11
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-091-0/+10
* 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