about summary refs log tree commit diff
path: root/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Improve printing of lookup scopesUlrich Drepper2011-08-161-1/+1
| | | | | | 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.
* More warning patrol, in dead code (sigh).Roland McGrath2011-08-141-5/+13
|
* Warning patrol.Roland McGrath2011-08-141-1/+1
|
* * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,David S. Miller2011-08-141-2/+2
| | | | RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-2/+6
|
* Minor optimization of popcount in l10nflistUlrich Drepper2011-08-111-0/+13
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-08-114-4/+4
|\ | | | | | | | | Conflicts: ChangeLog
| * * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma inDavid S. Miller2011-08-104-4/+4
| | | | | | | | | | | | | | 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.
* | Clean up PLT use for scandiratAndreas Schwab2011-08-111-1/+1
|/
* Implement scandirat functionUlrich Drepper2011-08-094-8/+122
|
* Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper2011-08-081-1/+2
|
* Fix encoding name for IDN in getaddrinfoAndreas Schwab2011-08-041-1/+4
|
* Fix up __kernel_rem_pio2 for FLT_EVAL_METHOD != 0 architecturesJakub Jelinek2011-08-041-6/+12
|
* Fix whitespacesUlrich Drepper2011-08-042-2/+0
|
* Improve x86-32 strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-08-0410-317/+2314
|
* Fix inline strncat/strncmp on x86Andreas Schwab2011-08-042-9/+9
|
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-232-2/+6
|
* Update ptrace constantsUlrich Drepper2011-07-235-8/+144
|
* One more typo in AVX testUlrich Drepper2011-07-231-2/+2
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-07-232-29/+27
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix overflow bug is optimized strncat for x86-64Ulrich Drepper2011-07-212-29/+27
| |
* | One more change to XSAVE patchUlrich Drepper2011-07-221-2/+4
| |
* | Fix AVX checkAndreas Schwab2011-07-221-6/+15
|/
* Fix check for AVX enablementUlrich Drepper2011-07-201-5/+12
| | | | | 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.
* Force :a_x86_64_ymm to be 16-byte alignedUlrich Drepper2011-07-201-3/+4
|
* Fix missing includeAndreas Schwab2011-07-201-1/+3
|
* Add const attr to gnu_dev_{major,minor,makedev}Marek Polacek2011-07-201-6/+6
|
* S/390: Don't use r11 in INTERNAL_VSYSCALL_NCS macroAndreas Krebbel2011-07-192-8/+8
|
* _dl_sort_fini: Remove unused argumentMarek Polacek2011-07-191-3/+3
|
* Fix whitespacesUlrich Drepper2011-07-194-12/+9
|
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-1915-318/+1486
|
* Fix typos in pretty much unused code in sched.h header.Ulrich Drepper2011-07-181-1/+1
|
* Never use -mpreferred-stack-boundary=2 on i386, now disallowed by GCC.Roland McGrath2011-07-161-1/+4
|
* Quash a warning in strstr-c.c built for static.Roland McGrath2011-07-141-0/+2
|
* Generalize framework to register monitoring of files in nscdUlrich Drepper2011-07-111-7/+1
| | | | | | | | 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.
* Handle ext4 in {,f}pathconfUlrich Drepper2011-07-073-9/+87
| | | | | ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel.
* Handle Lustre filesystemAndreas Dilger2011-07-073-2/+14
|
* Fix for installation in sysdeps/s390/s390-64/MakefileUlrich Drepper2011-07-061-0/+12
|
* Rebuild configure scriptsUlrich Drepper2011-07-062-4/+4
|
* Make sure RES_USE_INET6 is always restoredAndreas Schwab2011-06-301-0/+4
|
* Fix build with multiarch disabled.Aurelien Jarno2011-06-291-1/+8
|
* Add missing HAVE_SENDFILE definitionUlrich Drepper2011-06-271-0/+1
|
* Use __gettimeofday instead of gettimeofdayH.J. Lu2011-06-261-1/+1
|
* Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu2011-06-252-1/+5
|
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-2410-1838/+5488
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-242-2/+9
|
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-2416-4/+6556
|
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-221-5/+12
|
* Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab2011-06-221-1/+1
| | | | Problem introduced in the last patch.
* Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementationUlrich Drepper2011-06-221-3/+49
|