aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-05-15Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu1-2/+2
2012-05-15Load pointer to TID into R10_LPH.J. Lu1-1/+1
2012-05-15Add x32 dl-cache.hH.J. Lu1-0/+23
2012-05-15Add x32 getcpu and sched_getcpuH.J. Lu4-0/+83
2012-05-15Use RSP_LP to operate on stack in stackinfo.hH.J. Lu1-2/+2
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu1-12/+12
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu1-10/+10
2012-05-15Load pointers into R*_LP in strcmp.SH.J. Lu1-6/+6
2012-05-15Load cache sizes into R11_LP/R8_LPH.J. Lu1-2/+2
2012-05-15Load cache size into R8_LPH.J. Lu1-4/+4
2012-05-15PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella6-0/+210
2012-05-14Update sysdeps/x86_64/start.S for x32H.J. Lu1-15/+22
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu2-0/+8
2012-05-14Use _dl_fatal_printf instead of a private variant.Roland McGrath1-13/+1
2012-05-14Improve consistency of --enable-kernel and default builds.Joseph Myers2-30/+22
2012-05-14Update elf_machine_load_address for x32H.J. Lu1-3/+3
2012-05-14Update x86_64 PTR_MANGLE/PTR_DEMANGLE for x32H.J. Lu1-16/+16
2012-05-14Define LP_SIZE/LP_OP/ASM_ADDR/RXX_LP for x86-64H.J. Lu1-0/+56
2012-05-14Add x32 dl-machine.hH.J. Lu1-0/+86
2012-05-14Remove unused variable in linux/getcwd.cAndreas Jaeger1-1/+0
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger1-37/+0
2012-05-14Remove pre-2.2 Linux kernel support.Joseph Myers38-1433/+191
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu1-1/+1
2012-05-14Free memory at exit in check_pf.cH.J. Lu1-1/+1
2012-05-14Add optimized expf for x86Liubov Dmitrieva4-0/+364
2012-05-12Fix warning in powerpc bcopyAndreas Schwab1-3/+3
2012-05-12Avoid dup3 PLT usage.Thomas Schwinge1-1/+1
2012-05-11Mark sparc %fsr load and store inline asms as volatile.David S. Miller2-6/+6
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu1-0/+4
2012-05-11[BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge4-12/+8
2012-05-10Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu1-0/+2
2012-05-10Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu10-3/+150
2012-05-10Hurd: Fix paths in paths.hSamuel Thibault1-4/+4
2012-05-10Hurd: fix mode type for openatSamuel Thibault1-3/+3
2012-05-10Hurd: Fix port deallocation on mknod error.Samuel Thibault1-5/+5
2012-05-10Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault1-4/+3
2012-05-10Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge6-110/+200
2012-05-10Hurd: struct timespec members in struct statThomas Schwinge2-22/+48
2012-05-10Hurd: Fix setres[ug]id handling of -1Samuel Thibault2-29/+122
2012-05-10Hurd: Fix sbrk beyond 128MBSamuel Thibault1-3/+17
2012-05-10Hurd: recvfrom(): take into account null address portsPino Toscano1-2/+4
2012-05-10Hurd: readlinkatSamuel Thibault1-0/+64
2012-05-10Hurd: Update posix_opt.hSamuel Thibault1-6/+24
2012-05-10Hurd: Fix POSIX 2008 visibilitySamuel Thibault1-5/+6
2012-05-10Hurd: opendiratThomas Schwinge1-0/+37
2012-05-10Hurd: empty file names fail with ENOENTSamuel Thibault1-1/+4
2012-05-10Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault1-2/+2
2012-05-10Hurd: Fix mkdir / error valueSamuel Thibault2-5/+12
2012-05-10Hurd: mach: compliance fixes for nanosleepPino Toscano1-9/+24