aboutsummaryrefslogtreecommitdiff
path: root/bits
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-0/+43
2016-07-13Fix TABDLY valueSamuel Thibault1-1/+1
2016-07-08Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernelsAurelien Jarno1-0/+3
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg1-0/+23
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2-5/+8
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault1-0/+12
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault1-11/+15
2016-04-14Remove union wait [BZ #19613]Florian Weimer1-46/+0
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers1-0/+1
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-2/+6
2016-01-12Add new header definitions from Linux 4.4 (plus older ptrace definitions).Joseph Myers1-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers60-60/+60
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu1-0/+1
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-42/+0
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-140/+0
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-4/+0
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers1-57/+0
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers1-60/+0
2015-07-23Add SIGWINCH to generic <bits/signum.h>.Roland McGrath1-4/+12
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich1-0/+4
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich1-0/+3
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich1-0/+4
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich1-0/+4
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich1-0/+4
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich2-0/+67
2015-03-22Fix visibility of EXTPROC macroSamuel Thibault1-1/+3
2015-01-06Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu1-4/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers62-62/+62
2014-11-29Fix indenting in bits/ioctl-types.h.Carlos O'Donell1-9/+9
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-05-08Fix -Wundef for _UTSNAME_DOMAIN_LENGTH.Roland McGrath1-1/+5
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-0/+2
2014-03-21Fix -Wundef warnins for __FP_FAST_FMA*Siddhesh Poyarekar1-3/+3
2014-03-18Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath1-1/+4
2014-03-18Move bits/mman-linux.h out of sysdeps/unix/sysv/linux/.Roland McGrath1-0/+108
2014-03-07Fix POSIX namespace for <bits/siginfo.h> (bug 16674).Joseph Myers1-35/+41
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers3-3/+3
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-3/+1
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers4-28/+28
2014-02-07Avoid comma operator warnings.Roland McGrath1-4/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae61-61/+61
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath1-15/+123
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-1/+1
2013-02-11Add inline bsearch expansion.Ondrej Bilka1-0/+43
2013-01-23Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers1-2/+26
2013-01-11Remove __GLIBC_HAVE_LONG_LONG.Joseph Myers2-12/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers60-65/+60
2012-12-03byteswap.h: fix gcc ver test for __builtin_bswap{32,64}Mike Frysinger1-2/+2
2012-11-20Fix __bswap_64 return type in generic bits/byteswap.h.Joseph Myers1-5/+6
2012-10-01Get rid of unused __swblk_t type.Roland McGrath2-2/+0