| Commit message (Expand) | Author | Age | Files | Lines |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+27 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 1 | -2/+4 |
* | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg | 2016-09-23 | 4 | -45/+45 |
* | Add <stdint.h> integer width macros. | Joseph Myers | 2016-09-21 | 1 | -1/+45 |
* | Build s_nan* objects from a generic template | Paul E. Murphy | 2016-09-20 | 4 | -0/+6 |
* | Remove __nan{f,,l} macros | Paul E. Murphy | 2016-09-20 | 2 | -8/+1 |
* | Make ldexpF generic. | Paul E. Murphy | 2016-09-20 | 2 | -3/+19 |
* | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 2016-09-01 | 1 | -2/+0 |
* | Make common fdim implementation generic. | Paul E. Murphy | 2016-09-01 | 1 | -2/+2 |
* | Support for type-generic libm function implementations libm | Paul E. Murphy | 2016-08-17 | 4 | -0/+233 |
* | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers | 2016-08-10 | 1 | -0/+9 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -30/+0 |
* | elf: Avoid using memalign for TLS allocations [BZ #17730] | Florian Weimer | 2016-08-03 | 1 | -5/+7 |
* | Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL | Maciej W. Rozycki | 2016-07-01 | 1 | -0/+13 |
* | Move sysdeps/generic/bits/hwcap.h to top-level bits/ | Zack Weinberg | 2016-06-22 | 1 | -23/+0 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 1 | -0/+36 |
* | Fix crash on getauxval call without HAVE_AUX_VECTOR | Samuel Thibault | 2016-04-10 | 1 | -0/+2 |
* | hurd: Do not hide rtld symbols which need to be preempted | Samuel Thibault | 2016-03-20 | 1 | -0/+21 |
* | Add placeholder libnsl.abilist and libutil.abilist files | Aurelien Jarno | 2016-03-07 | 2 | -0/+0 |
* | malloc: Remove NO_THREADS | Florian Weimer | 2016-02-19 | 1 | -19/+0 |
* | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2016-02-18 | 1 | -0/+21 |
* | S/390: Do not raise inexact exception in lrint/lround. [BZ #19486] | Stefan Liebler | 2016-01-18 | 1 | -0/+2 |
* | Update copyright dates committed in 2016 | H.J. Lu | 2016-01-06 | 2 | -2/+2 |
* | Mark internal unistd functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -0/+30 |
* | Mark ld.so internal mmap functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -0/+22 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 89 | -89/+89 |
* | Harmonize generic stdio-lock support with nptl | Samuel Thibault | 2015-12-22 | 1 | -5/+18 |
* | Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code | Florian Weimer | 2015-11-24 | 1 | -1/+0 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 10 | -20/+0 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -7/+0 |
* | Mark _dl_catch_error hidden | H.J. Lu | 2015-10-15 | 1 | -0/+12 |
* | Mark internal _itoa functions hidden | H.J. Lu | 2015-10-15 | 1 | -2/+3 |
* | Mark internal _dl_XXX functions hidden | H.J. Lu | 2015-10-15 | 2 | -19/+25 |
* | Mark _wordcopy_XXX functions hidden | H.J. Lu | 2015-10-15 | 1 | -4/+8 |
* | Always enable pointer guard [BZ #18928] | Florian Weimer | 2015-10-15 | 1 | -3/+0 |
* | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers | 2015-10-09 | 1 | -0/+31 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 1 | -0/+27 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 1 | -2/+2 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 1 | -0/+52 |
* | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -0/+24 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -0/+42 |
* | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 2015-09-10 | 1 | -0/+16 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 4 | -3/+143 |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+4 |
* | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+57 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -0/+60 |
* | Adjust _Unwind_Word in unwind.h to version in libgcc. | Stefan Liebler | 2015-08-26 | 1 | -2/+2 |
* | Factor file identity rules out of generic rtld code. | Roland McGrath | 2015-07-14 | 1 | -0/+46 |
* | Refactoring of START for conditions in individual tests | Andrew Senkevich | 2015-05-14 | 1 | -0/+24 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-03-31 | 1 | -1/+11 |