Age | Commit message (Expand) | Author | Files | Lines |
2016-12-30 | Define __intmax_t, __uintmax_t in bits/types.h. | Joseph Myers | 1 | -9/+3 |
2016-12-26 | PLT avoidance for __stack_chk_fail [BZ #7065] | Nick Alcock | 1 | -0/+12 |
2016-12-26 | Do not stack-protect ifunc resolvers [BZ #7065] | Nick Alcock | 1 | -0/+2 |
2016-12-26 | Initialize the stack guard earlier when linking statically [BZ #7065] | Nick Alcock | 1 | -0/+11 |
2016-12-21 | Remove unused function _dl_tls_setup | Florian Weimer | 1 | -6/+0 |
2016-11-30 | ld.so: Remove __libc_memalign | Florian Weimer | 1 | -4/+2 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2 | -18/+31 |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers | 1 | -6/+1 |
2016-11-04 | Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139). | Joseph Myers | 1 | -0/+1 |
2016-11-04 | Define wordsize.h macros everywhere | Steve Ellcey | 1 | -3/+8 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 1 | -0/+8 |
2016-10-17 | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 1 | -0/+27 |
2016-10-06 | Add iseqsig. | Joseph Myers | 1 | -0/+27 |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 1 | -2/+4 |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 4 | -45/+45 |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers | 1 | -1/+45 |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy | 4 | -0/+6 |
2016-09-20 | Remove __nan{f,,l} macros | Paul E. Murphy | 2 | -8/+1 |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy | 2 | -3/+19 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 1 | -2/+0 |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy | 1 | -2/+2 |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 4 | -0/+233 |
2016-08-10 | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers | 1 | -0/+9 |
2016-08-03 | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 1 | -30/+0 |
2016-08-03 | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 1 | -5/+7 |
2016-07-01 | Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL | Maciej W. Rozycki | 1 | -0/+13 |
2016-06-22 | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 1 | -23/+0 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 1 | -0/+36 |
2016-04-10 | Fix crash on getauxval call without HAVE_AUX_VECTOR | Samuel Thibault | 1 | -0/+2 |
2016-03-20 | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault | 1 | -0/+21 |
2016-03-07 | Add placeholder libnsl.abilist and libutil.abilist files | Aurelien Jarno | 2 | -0/+0 |
2016-02-19 | malloc: Remove NO_THREADS | Florian Weimer | 1 | -19/+0 |
2016-02-18 | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 1 | -0/+21 |
2016-01-18 | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 1 | -0/+2 |
2016-01-06 | Update copyright dates committed in 2016 | H.J. Lu | 2 | -2/+2 |
2016-01-06 | Mark internal unistd functions hidden in ld.so | H.J. Lu | 1 | -0/+30 |
2016-01-06 | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu | 1 | -0/+22 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 89 | -89/+89 |
2015-12-22 | Harmonize generic stdio-lock support with nptl | Samuel Thibault | 1 | -5/+18 |
2015-11-24 | Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code | Florian Weimer | 1 | -1/+0 |
2015-11-06 | Simplify the abilist format | Florian Weimer | 10 | -20/+0 |
2015-10-17 | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 1 | -7/+0 |
2015-10-15 | Mark _dl_catch_error hidden | H.J. Lu | 1 | -0/+12 |
2015-10-15 | Mark internal _itoa functions hidden | H.J. Lu | 1 | -2/+3 |
2015-10-15 | Mark internal _dl_XXX functions hidden | H.J. Lu | 2 | -19/+25 |
2015-10-15 | Mark _wordcopy_XXX functions hidden | H.J. Lu | 1 | -4/+8 |
2015-10-15 | Always enable pointer guard [BZ #18928] | Florian Weimer | 1 | -3/+0 |
2015-10-09 | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers | 1 | -0/+31 |
2015-10-05 | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 1 | -0/+27 |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 1 | -2/+2 |