about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Replace long int with __syscall_slong_t in sys/msg.hH.J. Lu2012-05-162-1/+6
|
* Check __x86_64__ in x86-64 sys/reg.hH.J. Lu2012-05-162-3/+8
|
* Add x32 support to sys/procfs.hH.J. Lu2012-05-162-2/+12
|
* Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu2012-05-162-4/+9
|
* Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACKH.J. Lu2012-05-162-4/+17
|
* Use 64bit filesystem functions for x32H.J. Lu2012-05-1630-0/+61
|
* Track dependencies for .oS-only objectsAndreas Schwab2012-05-163-0/+7
|
* Fix dependency tracking on cross-rpcgen-objsAndreas Schwab2012-05-163-5/+17
|
* Remove __snseconds_tH.J. Lu2012-05-158-13/+24
|
* Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu2012-05-152-0/+8
|
* Add __syscall_slong_t and __syscall_ulong_tH.J. Lu2012-05-156-0/+30
|
* Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu2012-05-154-16/+50
|
* Remove fallback definitions of __NR_set_robust_list.Joseph Myers2012-05-152-12/+6
|
* Split up stackguard-macros.h into sysdeps directories.Joseph Myers2012-05-1512-34/+53
|
* Add x86_64 Implies-after filesH.J. Lu2012-05-154-1/+8
|
* Avoid plain "aligned" attributes in installed headers.Joseph Myers2012-05-154-6/+14
|
* Use R*_LP to load pointer and operate on stackH.J. Lu2012-05-152-31/+44
|
* Use R*_LP to call _dl_profile_fixup and frame sizeH.J. Lu2012-05-152-8/+14
|
* Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu2012-05-152-4/+9
|
* Add x32 init-first.cH.J. Lu2012-05-152-0/+44
|
* Add sysdeps/x86_64/x32/sysdep.hH.J. Lu2012-05-153-0/+102
|
* Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu2012-05-152-6/+13
|
* se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu2012-05-152-9/+16
|
* Use R*_LP on SP and PC in __longjmp.S and setjmp.SH.J. Lu2012-05-153-9/+14
|
* Log2 and log10 for wordsize-64.Adhemerval Zanella2012-05-155-82/+313
| | | | This patch also fixes indentation on default dbl-64 code.
* Remove duplicate #include <not-cancel.h> in Linux getsysstats.cChris Metcalf2012-05-152-2/+5
|
* Fix formatting in last change.Roland McGrath2012-05-152-1/+6
|
* Avoid race in nscdAndreas Jaeger2012-05-155-28/+60
| | | | | | | | | | | | | 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.
* configure change to handle Implies-{before,after} filesRoland McGrath2012-05-153-65/+81
|
* Use LP_OP(cmp) on NWAITERSH.J. Lu2012-05-152-1/+6
|
* Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu2012-05-152-3/+9
|
* Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu2012-05-152-20/+28
|
* Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu2012-05-152-24/+32
|
* Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu2012-05-152-6/+11
|
* Use LP_OP(mov) and RDI_LP on pointerH.J. Lu2012-05-152-3/+8
|
* Replace 8-byte data alignment with LP_SIZE alignmentH.J. Lu2012-05-152-2/+7
|
* Load pointer to TID into R10_LPH.J. Lu2012-05-152-1/+6
|
* Add x32 dl-cache.hH.J. Lu2012-05-152-0/+27
|
* Add x32 getcpu and sched_getcpuH.J. Lu2012-05-155-0/+91
|
* Use LP_SIZE and load timeout pointer into RDX_LPH.J. Lu2012-05-152-4/+13
|
* Use RSP_LP to operate on stack in stackinfo.hH.J. Lu2012-05-152-2/+7
|
* Load pointers into RAX_LP in strcmp-sse42.SH.J. Lu2012-05-152-6/+11
|
* Load cache sizes into R*_LP in memcpy-ssse3.SH.J. Lu2012-05-152-12/+17
|
* Load cache sizes into R*_LP in memcpy-ssse3-back.SH.J. Lu2012-05-152-10/+15
|
* Load pointers into R*_LP in strcmp.SH.J. Lu2012-05-152-6/+10
|
* Load cache sizes into R11_LP/R8_LPH.J. Lu2012-05-152-2/+8
|
* Load cache size into R8_LPH.J. Lu2012-05-152-4/+9
|
* PowerPC - logb[f|l] optimization for POWER7Adhemerval Zanella2012-05-157-0/+225
| | | | | | 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.
* Add fixed ports bugs to list in NEWS.Joseph Myers2012-05-151-12/+13
|
* Remove README.libm.Joseph Myers2012-05-152-856/+4
|