aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-16Use 64bit filesystem functions for x32H.J. Lu
2012-05-16Track dependencies for .oS-only objectsAndreas Schwab
2012-05-16Fix dependency tracking on cross-rpcgen-objsAndreas Schwab
2012-05-15Remove __snseconds_tH.J. Lu
2012-05-15Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu
2012-05-15Add __syscall_slong_t and __syscall_ulong_tH.J. Lu
2012-05-15Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu
2012-05-15Remove fallback definitions of __NR_set_robust_list.Joseph Myers
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-15Add x86_64 Implies-after filesH.J. Lu
2012-05-15Avoid plain "aligned" attributes in installed headers.Joseph Myers
2012-05-15Use R*_LP to load pointer and operate on stackH.J. Lu
2012-05-15Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Add x32 init-first.cH.J. Lu
2012-05-15Add sysdeps/x86_64/x32/sysdep.hH.J. Lu
2012-05-15Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu
2012-05-15se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu
2012-05-15Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella
This patch also fixes indentation on default dbl-64 code.
2012-05-15Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf
2012-05-15Fix formatting in last change.Roland McGrath
2012-05-15Avoid race in nscdAndreas Jaeger
2012-05-15 Jeff Law <law@redhat.com> Andreas Jaeger <aj@suse.de> [BZ #13594] * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split out from... * nscd/nscd_helper.c (__nscd_get_map_ref): ... here. * nscd/nscd-client.h: Add __nscd_acquire_maplock. * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to code changing __hst_map_handle.map.
2012-05-15configure change to handle Implies-{before,after} filesRoland McGrath
2012-05-15Use LP_OP(cmp) on NWAITERSH.J. Lu
2012-05-15Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(mov) and RDI_LP on pointerH.J. Lu
2012-05-15Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu
2012-05-15Load pointer to TID into R10_LPH.J. Lu
2012-05-15Add x32 dl-cache.hH.J. Lu
2012-05-15Add x32 getcpu and sched_getcpuH.J. Lu
2012-05-15Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu
2012-05-15Use RSP_LP to operate on stack in stackinfo.hH.J. Lu
2012-05-15Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu
2012-05-15Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu
2012-05-15Load pointers into R*_LP in strcmp.SH.J. Lu
2012-05-15Load cache sizes into R11_LP/R8_LPH.J. Lu
2012-05-15Load cache size into R8_LPH.J. Lu
2012-05-15PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella
This patch provides optimized logb (1.2x on PPC32 and 2.5x on PPC64), logbf (1.1x on PPC32 and 2.2x on PPC64), and logbl (1.3x on PPC32 and 50% on PPC64) for the POWER7 processor.
2012-05-15Add fixed ports bugs to list in NEWS.Joseph Myers
2012-05-15Remove README.libm.Joseph Myers
2012-05-15Allow a single-threaded program to cancel itselfSiddhesh Poyarekar
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.
2012-05-14Add x32 support to tcbhead_tH.J. Lu
2012-05-14Update sysdeps/x86_64/start.S for x32H.J. Lu
2012-05-14Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu
2012-05-14Add sysdeps/x86_64/{64,x32}/shlib-versionsH.J. Lu