Don't use INTUSE with __adjtimex (bug 14132).
[platform/upstream/glibc.git] / sysdeps / generic /
2014-07-31 Roland McGrathAdd __safe_fatal and use it in __pthread_unwind forward...
2014-07-31 Roland McGrathUse __builtin_trap for ABORT_INSTRUCTION.
2014-07-09 Siddhesh PoyarekarFix Wundef warning for __cplusplus
2014-07-04 Siddhesh PoyarekarAdd comment for MEMCPY_OK_FOR_FWD_MEMMOVE
2014-07-03 Richard HendersonRely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonAlways provide HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonUnify hp-timing implementations
2014-07-03 Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-07-03 Richard HendersonRemoving HP_TIMING_ACCUM as unused
2014-07-03 Richard HendersonRemoving HP_TIMING_ZERO as unused
2014-07-02 Siddhesh PoyarekarFix -Wundef warning on PAGE_COPY_THRESHOLD
2014-06-28 Siddhesh PoyarekarFix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE
2014-06-26 Joseph MyersRemove configure tests for assembler CFI support.
2014-06-25 Joseph MyersRemove stray includes of kernel-features.h.
2014-06-23 Roland McGrathAdd missing #include in get-rounding-mode.h
2014-06-23 Wilco DijkstraAdd generic HAVE_RM_CTX implementation
2014-06-14 Andi KleenAdd fallback file for elide.h
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-13 Roland McGrathClean up __exit_thread.
2014-04-30 Adhemerval ZanellaMore fixes for unsafe compiler optimization
2014-04-17 WilcoAdd fenv test support for targets which don't have...
2014-04-03 Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-03-24 Stefan LieblerS390: Define SIZE_MAX as unsigned long (BZ #16712).
2014-03-17 Will NewtonRevert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"
2014-03-17 Will NewtonRevert "Fix HAVE_RM_CTX -Wundef warnings"
2014-03-17 Will NewtonFix HAVE_RM_CTX -Wundef warnings
2014-03-17 Will NewtonFix HP_SMALL_TIMING_AVAIL -Wundef warnings
2014-02-25 Carlos O'DonellBZ #16613: Support TLS in audit libraries.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-07 Roland McGrathAvoid comma operator warnings.
2014-02-05 Allan McRaeRevert "Patch [1/4] async-signal safe TLS."
2014-02-05 Allan McRaeRevert "Patch 3/4 of the effort to make TLS access...
2014-02-05 Allan McRaeRevert "Patch 2/4 of the effort to make TLS access...
2014-01-10 Roland McGrathARM: Disable compat mcount code when unneeded.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19 Paul PluzhnikovPatch 2/4 of the effort to make TLS access async-signal...
2013-12-19 Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-12-18 Paul PluzhnikovPatch [1/4] async-signal safe TLS.
2013-11-21 Roland McGrathAdjust generic swapon prototype to match Linux version.
2013-11-21 Guy MartinDon't use broken DL_AUTO_FUNCTION_ADDRESS()
2013-10-08 Siddhesh PoyarekarConsolidate multiple precision sin/cos functions
2013-09-23 Carlos O'DonellBZ #15754: Fix test case for ARM.
2013-09-23 Carlos O'DonellBZ #15754: CVE-2013-4788
2013-09-18 Maciej W. RozyckiMIPS: IEEE 754-2008 NaN encoding support
2013-06-28 Ryan S. ArnoldAdd GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.
2013-06-25 Mike Frysinger[BZ #10283] localedef: align fixed maps to SHMLBA
2013-06-12 Adhemerval ZanellaFix unsafe compiler optimization
2013-06-12 Siddhesh PoyarekarSet/restore rounding mode only when needed
2013-06-11 Joseph MyersAdd exception information to math-tests.h and use it...
2013-06-10 Joseph MyersAdd rounding mode information to math-tests.h and use...
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Siddhesh PoyarekarSkip modifying exception mask and flags in SET_RESTORE_...
2013-05-29 Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-05-08 Joseph MyersImprove tgamma accuracy (bugs 2546, 2560, 5159, 15426).
2013-05-07 Roland McGrathDeclare _dl_skip_args in ldsodefs.h header.
2013-05-06 Roland McGrathFlesh out stub not-cancel.h file.
2013-04-25 Paul PluzhnikovGet rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS...
2013-04-02 Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-03-28 Roland McGrathMake _dl_phdr pointer to const.
2013-03-28 Roland McGrathConsolidate declarations of _dl_phdr, _dl_phnum.
2013-03-21 Thomas SchwingeOn 32-bit x86, disable certain tests involving sNaN...
2013-03-15 Roland McGrathMove _dl_non_dynamic_init, _dl_aux_init declarations.
2013-03-06 Joseph MyersRemove powerpc64 bounded-pointers code.
2013-03-01 Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-02-18 Mike Frysingerunify xmalloc prototypes & friends
2013-02-18 Siddhesh PoyarekarNew function _dl_find_dso_for_object
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-02-08 Joseph MyersRemove CHECK_N and bp-checks.h.
2013-02-08 Carlos O'DonellARM: Support loading unmarked objects from cache.
2013-02-08 Joseph MyersRemove CHECK_1 and CHECK_1_NULL_OK.
2013-02-08 Joseph MyersRemove CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH for C...
2013-02-05 Roland McGrathAdd missing includes to sysdeps/generic/malloc-sysdep.h.
2013-02-04 Joseph MyersRemove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
2013-02-01 Joseph MyersRemove BOUNDED_N and BOUNDED_1.
2013-02-01 Joseph MyersRemove bp-start.h and INIT_ARGV_and_ENVIRON.
2013-01-31 Joseph MyersRemove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.
2013-01-31 Joseph MyersRemove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
2013-01-31 Joseph MyersRemove bp-semctl.h and CHECK_SEMCTL.
2013-01-31 Joseph MyersRemove bp-thunks code.
2013-01-10 Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-06 Chris MetcalfFix warnings from generic _FPU_GETCW
2012-12-04 David S. MillerFix sparc build with older compilers.
2012-11-27 Joseph MyersFix strict-aliasing warnings from unwind-dw2-fde.c.
2012-11-22 Joseph MyersMark unwind-dw2-fde-glibc.c variable possibly unused.
2012-11-19 Steve McIntyreAdd ldconfig cache tag handling for AArch64
2012-11-19 Steve McIntyreAdd ldconfig cache tag handling for ARM hard-float ABI
2012-11-04 Pino Toscanogeneric paths.h: remove old paths from _PATH_STDPATH
2012-11-04 Pino ToscanoFix small indendation issues in paths.h files
2012-11-03 Joseph MyersMake fma use of Dekker and Knuth algorithms use round...
2012-10-30 Joseph MyersFix strtod handling of underflow (bug 14047).
2012-10-18 Joseph MyersRemove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64...
2012-10-10 Alexandre Oliva* crypt/crypt-entry.c: Include fips-private.h.
2012-10-09 Joseph MyersRemove _G_off64_t and _G_stat64 from _G_config.h.
2012-09-28 Roland McGrathMove _G_config.h with Linuxism to linux/ directory.
2012-09-28 H.J. LuDefine VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
2012-09-25 Joseph MyersFix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).
next