about summary refs log tree commit diff
path: root/posix/bits
Commit message (Expand)AuthorAgeFilesLines
* unistd: Improve fortify with clangAdhemerval Zanella2024-02-271-28/+82
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-019-9/+9
* unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-3/+3
* posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-153/+199
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-221-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-068-8/+8
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-018-8/+8
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-135/+39
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-161-3/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-028-8/+8
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-54/+66
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-23/+35
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-018-8/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-078-8/+8
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-3/+6
* Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2019-03-131-5/+5
* Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer2019-02-081-21/+0
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-081-0/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-018-8/+8
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-0/+8
* Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers2018-02-071-0/+10
* Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers2018-02-061-1/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-018-8/+8
* Remove __qaddr_t.Joseph Myers2017-08-091-1/+0
* Correct indentation in posix/bits/cpu-set.h.Zack Weinberg2017-06-131-22/+22
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-121-0/+124
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-0/+4
* getopt: annotate files with relationship to gnulib.Zack Weinberg2017-04-073-3/+6
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-073-0/+221
* Move bits/types.h into posix/bits.Zack Weinberg2017-02-161-0/+203
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-013-3/+3
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-081-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-043-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-023-3/+3
* 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-121-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-013-3/+3
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-023-3/+3
* Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers2012-11-191-2/+6
* Fix attributes for fortify functions.Marek Polacek2012-04-291-14/+14
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-093-9/+6
* Remove pre-ISO C supportUlrich Drepper2012-01-071-9/+9
* * posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper2009-04-261-4/+8
* [BZ #6980]Ulrich Drepper2008-10-311-2/+2
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-44/+180
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-171-15/+15
* * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper2006-08-241-1/+1
* * posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper2006-04-241-0/+22