summary refs log tree commit diff
path: root/misc/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-01-121-1/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0112-12/+12
* __glibc_unsafe_len: Fix commentSiddhesh Poyarekar2021-12-161-1/+1
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-0/+10
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-0/+47
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-0/+10
* regex: copy back from GnulibPaul Eggert2021-09-211-10/+12
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-2/+2
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-281-0/+10
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-211-0/+10
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+27
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-0/+11
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-13/+24
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+7
* misc: Sync cdefs.h with gnulibAdhemerval Zanella2021-02-091-57/+85
* 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