aboutsummaryrefslogtreecommitdiff
path: root/posix/bits
AgeCommit message (Expand)AuthorFilesLines
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert8-8/+8
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-135/+39
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno1-3/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert8-8/+8
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-54/+66
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-23/+35
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers8-8/+8
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert8-8/+8
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-3/+6
2019-03-13Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg1-5/+5
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer1-21/+0
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer1-0/+21
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers8-8/+8
2018-10-24Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)1-0/+8
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers1-0/+10
2018-02-06Correct type of SSIZE_MAX for 32-bit (bug 13575).Joseph Myers1-1/+9
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers8-8/+8
2017-08-09Remove __qaddr_t.Joseph Myers1-1/+0
2017-06-13Correct indentation in posix/bits/cpu-set.h.Zack Weinberg1-22/+22
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg1-0/+124
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-0/+4
2017-04-07getopt: annotate files with relationship to gnulib.Zack Weinberg3-3/+6
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg3-0/+221
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg1-0/+203
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers3-3/+3
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-1/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae3-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers3-3/+3
2012-11-19Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers1-2/+6
2012-04-29Fix attributes for fortify functions.Marek Polacek1-14/+14
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert3-9/+6
2012-01-07Remove pre-ISO C supportUlrich Drepper1-9/+9
2009-04-26* posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper1-4/+8
2008-10-31[BZ #6980]Ulrich Drepper1-2/+2
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper1-44/+180
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-15/+15
2006-08-24* posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, notUlrich Drepper1-1/+1
2006-04-24* posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper1-0/+22
2006-04-052006-04-05 Alan Modra <amodra@bigpond.net.au>Ulrich Drepper1-8/+8
2005-08-08* posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper1-5/+5
2005-07-18* nscd/grpcache.c (cache_addgr): Use correct maximum for group IDUlrich Drepper1-0/+98
2005-03-20* posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_tUlrich Drepper1-1/+1
2005-03-19[BZ #779]Ulrich Drepper1-7/+11
2005-03-19(read, pread, pread64, readlink, getcwd, getwd): Change macros into extern in...Ulrich Drepper1-32/+74