| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer to <signal.h> instead of <pthread.h> in <bits/sigthread.h> | Andreas Schwab | 2017-02-28 | 1 | -1/+1 |
* | Move bits/types.h into posix/bits. | Zack Weinberg | 2017-02-16 | 1 | -203/+0 |
* | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 2017-01-11 | 1 | -0/+50 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 68 | -68/+68 |
* | Define __intmax_t, __uintmax_t in bits/types.h. | Joseph Myers | 2016-12-30 | 1 | -0/+9 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 2 | -8/+41 |
* | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2016-12-01 | 2 | -9/+28 |
* | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2016-11-29 | 2 | -14/+39 |
* | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2016-11-24 | 2 | -7/+42 |
* | Fix default float_t definition (bug 20855). | Joseph Myers | 2016-11-23 | 1 | -4/+4 |
* | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 2016-11-17 | 1 | -0/+5 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 1 | -0/+26 |
* | Add iscanonical. | Joseph Myers | 2016-09-30 | 1 | -0/+28 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 2 | -2/+12 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 2 | -37/+20 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 1 | -2/+2 |
* | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 2016-09-23 | 1 | -2/+2 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+8 |
* | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -0/+9 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+74 |
* | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 2016-08-03 | 1 | -0/+9 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -0/+43 |
* | Fix TABDLY value | Samuel Thibault | 2016-07-13 | 1 | -1/+1 |
* | Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernels | Aurelien Jarno | 2016-07-08 | 1 | -0/+3 |
* | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 2016-06-22 | 1 | -0/+23 |
* | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 2016-05-23 | 2 | -5/+8 |
* | non-linux: Apply RFC3542 obsoletion of RFC2292 macros | Samuel Thibault | 2016-04-24 | 1 | -0/+12 |
* | non-linux: Apply RFC3542 obsoletion of RFC2292 macros | Samuel Thibault | 2016-04-24 | 1 | -11/+15 |
* | Remove union wait [BZ #19613] | Florian Weimer | 2016-04-14 | 1 | -46/+0 |
* | Update glibc headers for Linux 4.5. | Joseph Myers | 2016-03-14 | 1 | -0/+1 |
* | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2016-02-18 | 1 | -2/+6 |
* | Add new header definitions from Linux 4.4 (plus older ptrace definitions). | Joseph Myers | 2016-01-12 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 60 | -60/+60 |
* | Add __CPU_MASK_TYPE for __cpu_mask | H.J. Lu | 2015-12-01 | 1 | -0/+1 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -42/+0 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -140/+0 |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -4/+0 |
* | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -57/+0 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -60/+0 |
* | Add SIGWINCH to generic <bits/signum.h>. | Roland McGrath | 2015-07-23 | 1 | -4/+12 |
* | Vector sincos for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+4 |
* | Vector pow for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+3 |
* | Vector exp for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector log for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+4 |
* | Vector sin for x86_64 and tests. | Andrew Senkevich | 2015-06-11 | 1 | -0/+4 |
* | This patch adds infrastructure for addition of SIMD | Andrew Senkevich | 2015-05-14 | 2 | -0/+67 |
* | Fix visibility of EXTPROC macro | Samuel Thibault | 2015-03-22 | 1 | -1/+3 |
* | Define CLOCKS_PER_SEC type to the type clock_t | H.J. Lu | 2015-01-06 | 1 | -4/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 62 | -62/+62 |
* | Fix indenting in bits/ioctl-types.h. | Carlos O'Donell | 2014-11-29 | 1 | -9/+9 |