aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
2011-08-16Improve printing of lookup scopesUlrich Drepper
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
2011-08-14More warning patrol, in dead code (sigh).Roland McGrath
2011-08-14Warning patrol.Roland McGrath
2011-08-14 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller
RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
2011-08-13Implement LD_DEBUG=scopesUlrich Drepper
2011-08-11Minor optimization of popcount in l10nflistUlrich Drepper
2011-08-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-08-11Clean up PLT use for scandiratAndreas Schwab
2011-08-10 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller
enum. * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
2011-08-09Implement scandirat functionUlrich Drepper
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab
2011-08-04Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek
2011-08-04Fix whitespacesUlrich Drepper
2011-08-04Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-08-04Fix inline strncat/strncmp on x86Andreas Schwab
2011-07-23Define AF_NFC and PF_NFCUlrich Drepper
2011-07-23Update ptrace constantsUlrich Drepper
2011-07-23One more typo in AVX testUlrich Drepper
2011-07-23Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-07-22One more change to XSAVE patchUlrich Drepper
2011-07-22Fix AVX checkAndreas Schwab
2011-07-21Fix overflow bug is optimized strncat for x86-64Ulrich Drepper
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-20Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek
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-19Fix whitespacesUlrich Drepper
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-07-18Fix typos in pretty much unused code in sched.h header.Ulrich Drepper
2011-07-16Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath
2011-07-14Quash a warning in strstr-c.c built for static.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-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 for installation in sysdeps/s390/s390-64/MakefileUlrich Drepper
2011-07-06Rebuild configure scriptsUlrich Drepper
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab
2011-06-29Fix build with multiarch disabled.Aurelien Jarno
2011-06-27Add missing HAVE_SENDFILE definitionUlrich Drepper
2011-06-26Use __gettimeofday instead of gettimeofdayH.J. Lu
2011-06-25Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu
2011-06-24Work around limit in writev in 2.6.38+ kernelsUlrich Drepper
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper
2011-06-22Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab
Problem introduced in the last patch.
2011-06-22Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper