summaryrefslogtreecommitdiff
path: root/bits
AgeCommit message (Expand)Author
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers
2017-04-25Fix sys/socket.h namespace issues from sys/uio.h inclusion (bug 21426).Joseph Myers
2017-02-28Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h>Andreas Schwab
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-23Fix default float_t definition (bug 20855).Joseph Myers
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella
2016-11-04Define wordsize.h macros everywhereSteve Ellcey
2016-09-30Add iscanonical.Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg
2016-09-07Add femode_t functions.Joseph Myers
2016-08-03Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro.Joseph Myers
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-08-03Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.Joseph Myers
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers
2016-07-13Fix TABDLY valueSamuel Thibault
2016-07-08Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernelsAurelien Jarno
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault
2016-04-24non-linux: Apply RFC3542 obsoletion of RFC2292 macrosSamuel Thibault
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-12Add new header definitions from Linux 4.4 (plus older ptrace definitions).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01Add __CPU_MASK_TYPE for __cpu_maskH.J. Lu
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers
2015-07-23Add SIGWINCH to generic <bits/signum.h>.Roland McGrath
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich
2015-05-14This patch adds infrastructure for addition of SIMDAndrew Senkevich
2015-03-22Fix visibility of EXTPROC macroSamuel Thibault
2015-01-06Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu