Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-27 | Updated to fedora-glibc-20071227T0908cvs/fedora-glibc-2_7_90-2 | Jakub Jelinek | |
2007-12-12 | Updated to fedora-glibc-20071212T1051 | Jakub Jelinek | |
2007-10-17 | Updated to fedora-glibc-20071017T2029cvs/fedora-glibc-2_7-1 | Jakub Jelinek | |
2007-10-14 | Updated to fedora-glibc-20071014T1847 | Jakub Jelinek | |
2007-10-10 | Updated to fedora-glibc-20071010T2047cvs/fedora-glibc-2_6_90-18 | Jakub Jelinek | |
2007-10-03 | Updated to fedora-glibc-20071003T1908cvs/fedora-glibc-2_6_90-17 | Jakub Jelinek | |
2007-09-29 | Updated to fedora-glibc-20070929T1859cvs/fedora-glibc-2_6_90-16 | Jakub Jelinek | |
2007-09-18 | Updated to fedora-glibc-20070918T1931cvs/fedora-glibc-2_6_90-14 | Jakub Jelinek | |
2007-08-14 | Updated to fedora-glibc-20070814T0725cvs/fedora-glibc-2_6_90-9 | Jakub Jelinek | |
2007-08-09 | Updated to fedora-glibc-20070809T0939cvs/fedora-glibc-2_6_90-5 | Roland McGrath | |
2007-08-04 | Updated to fedora-glibc-20070804T2027 | Jakub Jelinek | |
2007-07-31 | Updated to fedora-glibc-20070731T1624cvs/fedora-glibc-2_6_90-1 | Jakub Jelinek | |
2007-07-07 | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Jakub Jelinek | |
to fill in holes (rtld_global_ro): Likewise. * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous. Move PT_LOAD checking to... (_dl_addr_inside_object): ... here, new function. * elf/dl-sym.c (do_sym): If not l_contiguous, call _dl_addr_inside_object. * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise. * dlfcn/dlinfo.c (dlinfo_doit): Likewise. * elf/dl-open.c (dl_open_worker): Likewise. (_dl_addr_inside_object): New function if IS_IN_rtld. * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no holes are present or are PROT_NONE protected. * include/link.h (struct link_map): Add l_contiguous field. * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype. | |||
2007-07-07 | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Jakub Jelinek | |
* include/link.h: Don't include rtld-lowlevel.h. (struct link_map): Remove l_scope_lock. * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h. (_dl_scope_free_list): New field (variable) in _rtld_global. (DL_LOOKUP_SCOPE_LOCK): Remove. (_dl_scope_free): New prototype. * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock. Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x. (_dl_profile_fixup): Likewise. * elf/dl-sym.c (do_sym): Likewise. Use wrapped _dl_lookup_symbol_x whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and THREAD_GSCOPE_RESET_FLAG around it. * elf/dl-close.c (_dl_close_worker): Don't use __rtld_mrlock_{change,done}. Call _dl_scope_free on the old scope. Make sure THREAD_GSCOPE_WAIT () happens if any old scopes were queued or if l_scope_mem has been abandoned. * elf/dl-open.c (_dl_scope_free): New function. (dl_open_worker): Use it. Don't use __rtld_mrlock_{change,done}. * elf/dl-support.c (_dl_scope_free_list): New variable. * elf/dl-lookup.c (add_dependency): Remove flags argument. Remove DL_LOOKUP_SCOPE_LOCK handling. (_dl_lookup_symbol_x): Adjust caller. Remove DL_LOOKUP_SCOPE_LOCK handling. * elf/dl-object.c (_dl_new_object): Don't use __rtld_mrlock_initialize. | |||
2007-05-15 | Updated to fedora-glibc-20070515T2025 | Roland McGrath | |
2007-05-10 | Updated to fedora-glibc-20070510T2308cvs/fedora-glibc-2_5_90-24 | Jakub Jelinek | |
2007-05-04 | Updated to fedora-glibc-20070504T0917cvs/fedora-glibc-2_5_90-22 | Jakub Jelinek | |
2007-03-17 | Updated to fedora-glibc-20070317T2130cvs/fedora-glibc-2_5_90-19 | Jakub Jelinek | |
2007-02-11 | Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17 | Jakub Jelinek | |
2007-01-17 | Updated to fedora-glibc-20070117T0857 | Jakub Jelinek | |
2006-12-10 | Updated to fedora-glibc-20061210T1006 | Jakub Jelinek | |
2006-11-09 | Updated to fedora-glibc-20061109T1949 | Jakub Jelinek | |
2006-10-29 | Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3 | Jakub Jelinek | |
2006-10-27 | Updated to fedora-glibc-20061027T1902cvs/fedora-glibc-2_5_90-2 | Jakub Jelinek | |
2006-10-25 | Updated to fedora-glibc-20061025T1857cvs/fedora-glibc-2_5_90-1 | Jakub Jelinek | |
2006-09-25 | Updated to fedora-glibc-20060925T1535cvs/fedora-glibc-2_4_90-35 | Jakub Jelinek | |
2006-09-23 | Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34 | Jakub Jelinek | |
2006-08-07 | Updated to fedora-glibc-20060807T1859cvs/fedora-glibc-2_4_90-18 | Jakub Jelinek | |
2006-07-31 | Updated to fedora-glibc-20060731T0706 | Roland McGrath | |
2006-07-29 | Updated to fedora-glibc-20060729T2255cvs/fedora-glibc-2_4_90-14 | Roland McGrath | |
2006-07-11 | Updated to fedora-glibc-20060710T2206cvs/fedora-glibc-2_4_90-13 | Jakub Jelinek | |
2006-05-31 | Updated to fedora-glibc-20060531T1322cvs/fedora-glibc-2_4_90-11 | Jakub Jelinek | |
2006-05-19 | Updated to fedora-glibc-20060519T1550cvs/fedora-glibc-2_4_90-8 | Jakub Jelinek | |
2006-05-11 | Updated to fedora-glibc-20060511T1325cvs/fedora-glibc-2_4_90-7 | Jakub Jelinek | |
2006-04-26 | Updated to fedora-glibc-20060426T2000 | Jakub Jelinek | |
2006-04-24 | Updated to fedora-glibc-20060424T2027 | Jakub Jelinek | |
2006-04-24 | Updated to fedora-glibc-20060424T0820 | Jakub Jelinek | |
2006-03-01 | Updated to fedora-glibc-20060301T0647 | Jakub Jelinek | |
2006-02-17 | * include/atomic.h (atomic_and, atomic_or): Define.cvs/fedora-glibc-2_3_90-38 | Jakub Jelinek | |
nptl/ * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock, lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock, lll_robust_mutex_unlock): New macros. (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes. * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file. | |||
2006-02-13 | Updated to fedora-glibc-20060213T0650 | Jakub Jelinek | |
2006-02-03 | Updated to fedora-glibc-20060203T0932 | Jakub Jelinek | |
2006-02-01 | * include/bits/stdlib-ldbl.h: New file. | Jakub Jelinek | |
* include/bits/wchar-ldbl.h: New file. | |||
2006-01-30 | Updated to fedora-glibc-20060130T0922 | Jakub Jelinek | |
2006-01-09 | Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30 | Jakub Jelinek | |
2006-01-06 | Updated to fedora-glibc-20060106T2148 | Jakub Jelinek | |
2006-01-06 | Updated to fedora-glibc-20060106T0916cvs/fedora-glibc-2_3_90-28 | Jakub Jelinek | |
2006-01-04 | Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26 | Jakub Jelinek | |
2006-01-02 | Updated to fedora-glibc-20060102T1045 | Jakub Jelinek | |
2005-12-27 | Updated to fedora-glibc-20051227T1426 | Jakub Jelinek | |
2005-12-21 | Revert:cvs/fedora-glibc-2_3_90-22 | Jakub Jelinek | |
Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise. |