external/glibc.git
2009-07-23 Ulrich DrepperFix comment.
2009-07-23 Ulrich DrepperSome more fixes for the unique symbol handling.
2009-07-23 Ulrich DrepperHandle unloading of DSO with a unique symbol definition.
2009-07-21 Ulrich DrepperAdd 2.11 news items.
2009-07-21 Ulrich DrepperMinor cleanups in x86-64 strstr.
2009-07-21 Ulrich DrepperBetter check for optimization in new x86-64 strstr...
2009-07-21 H.J. LuSSE4.2 strstr/strcasestr for x86-64.
2009-07-21 Ulrich DrepperUse correct index for _NL_CTYPE_NONASCII_CASE.
2009-07-21 Ulrich DrepperCheck generated locale for non-ASCII 8-bit characters...
2009-07-20 Ulrich DrepperMinor optimizations of last x86-64 condvar changes.
2009-07-20 Ulrich DrepperSupport requeueing for condvars using PI mutex. x86...
2009-07-19 Ulrich DrepperMake x86-64 pthread_cond_timedwait more robust.
2009-07-19 Ulrich DrepperExtend x86-64 __lll_robust_timedlock_wait to use futex...
2009-07-19 Ulrich DrepperAdd more sem_timedwait tests.
2009-07-19 Ulrich DrepperExtend x86-64 pthread_rwlock_timedrdlock to use futex...
2009-07-19 Ulrich DrepperPretty printing last change.
2009-07-19 Ulrich DrepperExtend x86-64 pthread_rwlock_timedwrlock to use futex...
2009-07-18 Ulrich DrepperRemove leftover cfi.
2009-07-18 Ulrich DrepperExtend pthread_cond_timedwait tests.
2009-07-18 Ulrich DrepperExtend x86-64 pthread_cond_timedwait to use futex sysca...
2009-07-18 Ulrich DrepperOptimize x86-64 pthread_cond_timedwait.
2009-07-18 Ulrich DrepperOptimize x86-64 pthread_cond_wait.
2009-07-18 Ulrich DrepperExtend x86-64 sem_timedwait to use futex syscall with...
2009-07-17 Ulrich DrepperConsistently use symbolic constants.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 sem_timedwait.
2009-07-17 Ulrich DrepperOptimize x86-64 sem_wait for uncontested semaphore.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 sem_wait.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 pthread_once.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 pthread_co...
2009-07-17 Ulrich DrepperRevert "Fix lock handling in memory hander of nscd."
2009-07-17 Ulrich DrepperAdd missing BZ number in ChangeLog.
2009-07-17 Ulrich DrepperHandle overly large answer buffers in resolver.
2009-07-16 Petr BaudisFix lock handling in memory hander of nscd.
2009-07-16 Andreas SchwabUse correct release semantic in list update.
2009-07-16 Ulrich DrepperFix race in corruption check.
2009-07-16 Jakub JelinekUse rel semantics of cas instead of acq semantics with...
2009-07-16 Ulrich DrepperRemove warning and little optimization.
2009-07-16 Ulrich DrepperOptimize restoring of ymm registers on x86-64.
2009-07-16 Ulrich DrepperFix up whitespaces in new memcmp for x86-64.
2009-07-16 H.J. Lumemcmp implementation for x86-64 using SSE2.
2009-07-16 Ulrich DrepperFix thinko in AVX audit patch.
2009-07-16 Ulrich DrepperFix typo in last change.
2009-07-16 Ulrich DrepperSecure AVX changes for auditing code.
2009-07-15 Ulrich DrepperFix build issue with modules for audit test on machines...
2009-07-10 H.J. LuAdd AVX support to ld.so auditing for x86-64.
2009-07-10 Ulrich DrepperRemove do-lookup.h.
2009-07-10 Ulrich DrepperFix comment in Linux's <sys/epoll.h>.
2009-07-10 Ulrich DrepperImplement STB_GNU_UNIQUE handling.
2009-07-07 Ulrich DrepperDefine STB_GNU_UNIQUE.
2009-07-07 Ulrich DrepperClean up code for hash table handling in ld.so.
2009-07-06 Ulrich DrepperOptimize test for valid ELF symbol types in lookup...
2009-07-06 Andreas SchwabFix wrong PPC_FEATURE_* values.
2009-07-03 Ulrich DrepperMinor cleanups in recently added files.
2009-07-03 Ulrich DrepperAlign functions to 16-byte boundary.
2009-07-03 H.J. LuAdd SSE4.2 support for strcspn, strpbrk, and strspn...
2009-07-02 Ulrich DrepperFix whitespace in last patch.
2009-07-02 H.J. LuFix handling of xmm6 in ld.so audit hooks on x86-64.
2009-07-02 Ulrich DrepperWhitespace fixes in last patch.
2009-07-02 H.J. LuSSSE3 strcpy/stpcpy for x86-64
2009-07-02 Ulrich DrepperFix possible race when freeing object in fast bin list.
2009-07-01 Ulrich DrepperFix NIS and NIS+ getnetbyaddr backends.
2009-07-01 Ulrich DrepperFix getent networks lookup and resulting incorrect...
2009-07-01 Ulrich DrepperFix getnetbyaddr implementation.
2009-06-30 Ulrich DrepperRegenerated.
2009-06-30 Ulrich DrepperFix little checkin problem in last patch.
2009-06-30 H.J. LuDetermine and store processor family and model on x86-64.
2009-06-26 Ulrich DrepperImplement second fallback mode for DNS requests.
2009-06-25 Ulrich DrepperWhitespace fix.
2009-06-25 Andreas SchwabFix text relocation on ppc32.
2009-06-24 Andreas SchwabFix cfa offset for saved registers in PPC sqrt implemen...
2009-06-23 Andreas SchwabHandle empty TZ strings at the end of new-style timzeon...
2009-06-23 Ulrich DrepperUpdate from translation team.
2009-06-23 Ulrich DrepperUpdate from translation team.
2009-06-23 Ulrich DrepperClean up whitespaces in last patch.
2009-06-23 H.J. LuAdd SSE4.2 support for strcmp and strncmp on x86-64.
2009-06-22 Ulrich DrepperMore whitespace cleanups.
2009-06-22 Ulrich DrepperClean up whitespaces in last patch.
2009-06-22 H.J. LuAdd more IFUNC tests.
2009-06-21 Ulrich DrepperFix broken up NIS groups for compat NSS module.
2009-06-19 Ulrich DrepperAdd some more tests to malloc to detect corruptions.
2009-06-18 Ulrich DrepperAdd 802.15.4 definitions to header files.
2009-06-18 H.J. LuUse +link-pie Makefile rule to link PIE ifunc tests.
2009-06-17 Ulrich DrepperBuild pt_chown as PIE.
2009-06-17 Andreas SchwabDon't treat bug reporting message as a format string.
2009-06-16 Ulrich DrepperGit didn't see the ChangeLog entry.
2009-06-16 Ulrich DrepperExtend pt_chown to drop privileges.
2009-06-16 Jakub JelinekFix x86-64 memchr for large lengths.
2009-06-16 H.J. LuConsolidate PIE linking Makefile rules.
2009-06-16 Ryan S. ArnoldFix incorrect use of cmpldi in 32-bit PPC code.
2009-06-16 Ulrich DrepperDefine week, first_weekday, first_workday in de_AT...
2009-06-16 Ulrich DrepperAdd missing include.
2009-06-16 Ulrich DrepperFold Linux-specific grantpt code into Unix version.
2009-06-16 Ulrich DrepperRun tst-fgetwc with necessary envvar.
2009-06-16 Ulrich DrepperOptimize pt_chown.
2009-06-16 Ulrich DrepperFix permission of slave device on devpts if necessary.
2009-06-16 Ulrich DrepperWhen iterating over CPU bitmask, don't try more than...
2009-06-16 Arnaud EbalardFix type of nd_opt_home_agent_info_preference.
2009-06-16 Aurelien JarnoExtend getent to handle the shadow database.
2009-06-16 Joe LandersFix memory leak when batch-reading large NIS password...
2009-06-16 Bruce Dubbs(do_test): Use de_DE.UTF-8 as locale name.
next