aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-20Fix check for AVX enablementUlrich Drepper
The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation.
2011-07-20Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper
2011-07-20Fix missing includeAndreas Schwab
2011-07-20Updated translations.Ulrich Drepper
2011-07-20Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek
2011-07-20dcigettext.c: Add missing bracketMarek Polacek
2011-07-20Use size_t for strlen resultsAndreas Schwab
2011-07-19Fix for description of cross reference in manualAndreas Jaeger
2011-07-19Correct feature announcementUlrich Drepper
2011-07-19S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel
2011-07-19_dl_sort_fini: Remove unused argumentMarek Polacek
2011-07-19elf/cache.c: Remove unnecessary conditionMarek Polacek
2011-07-19Avoid warning in nscd config file parsing codeMarek Polacek
2011-07-19Fix whitespacesUlrich Drepper
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-07-19Use union to avoid casts in code to store results of hashsum computationsUlrich Drepper
2011-07-19Fix alloca accounting in strxfmAndreas Schwab
2011-07-19Avoid possible crashes in anormal nscd exitsUlrich Drepper
2011-07-18Fix typos in pretty much unused code in sched.h header.Ulrich Drepper
2011-07-18Updated Swedish and Dutch translations.Ulrich Drepper
2011-07-16Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath
2011-07-14Default to --with-default-link=yes if configure check finds good -shared layout.Roland McGrath
2011-07-14Use linker --print-output-format option if available.Roland McGrath
2011-07-14Fix remaining explicit uses of shlib.lds to use $(shlib-lds).Roland McGrath
2011-07-14Quash a warning in strstr-c.c built for static.Roland McGrath
2011-07-14Quash a warning in nptl/allocatestack.cRoland McGrath
2011-07-14Adjust relro test to work around GNU ld limitations.Roland McGrath
2011-07-11Fix a braino in new relro configure test.Roland McGrath
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper
nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored.
2011-07-10Comment typo fix.Roland McGrath
2011-07-09Transltion updatesUlrich Drepper
2011-07-09Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic.Roland McGrath
2011-07-09Rewrite -z relro configure check to be empirical.Roland McGrath
2011-07-09Find readelf with AC_CHECK_TOOL for use in configure tests.Roland McGrath
2011-07-08(memalign_check): No need to use checked_request2size.Ulrich Drepper
2011-07-08Add test case strtod underflowAndreas Jaeger
2011-07-07Handle ext4 in {,f}pathconfUlrich Drepper
ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel.
2011-07-07Handle Lustre filesystemAndreas Dilger
2011-07-06Fix warnings in resolver codeAndreas Jaeger
2011-07-06nis/nss_nisplus: Kill warningsUlrich Drepper
2011-07-06Add string/test-strncat.cUlrich Drepper
2011-07-06iconvdata/johab.c: Don't inline unlikely called functionUlrich Drepper
2011-07-06Fix for installation in sysdeps/s390/s390-64/MakefileUlrich Drepper
2011-07-06Rebuild configure scriptsUlrich Drepper
2011-07-06Handle W; without long options in getoptUlrich Drepper
2011-07-06Change error code for underflows in strtodUlrich Drepper
2011-07-06Fix typo in last patchUlrich Drepper
2011-07-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-07-06Add the extra check also in innetgrUlrich Drepper
2011-07-06Fix handling of chained netgroupsUlrich Drepper