Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-16 | Fix dependency tracking on cross-rpcgen-objs | Andreas Schwab | 3 | -5/+17 | |
2012-05-15 | Remove __snseconds_t | H.J. Lu | 8 | -13/+24 | |
2012-05-15 | Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h | H.J. Lu | 2 | -0/+8 | |
2012-05-15 | Add __syscall_slong_t and __syscall_ulong_t | H.J. Lu | 6 | -0/+30 | |
2012-05-15 | Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE | H.J. Lu | 4 | -16/+50 | |
2012-05-15 | Remove fallback definitions of __NR_set_robust_list. | Joseph Myers | 2 | -12/+6 | |
2012-05-15 | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | 12 | -34/+53 | |
2012-05-15 | Add x86_64 Implies-after files | H.J. Lu | 4 | -1/+8 | |
2012-05-15 | Avoid plain "aligned" attributes in installed headers. | Joseph Myers | 4 | -6/+14 | |
2012-05-15 | Use R*_LP to load pointer and operate on stack | H.J. Lu | 2 | -31/+44 | |
2012-05-15 | Use R*_LP to call _dl_profile_fixup and frame size | H.J. Lu | 2 | -8/+14 | |
2012-05-15 | Use LP_OP(cmp) and RCX_LP on dep_mutex pointer | H.J. Lu | 2 | -4/+9 | |
2012-05-15 | Add x32 init-first.c | H.J. Lu | 2 | -0/+44 | |
2012-05-15 | Add sysdeps/x86_64/x32/sysdep.h | H.J. Lu | 3 | -0/+102 | |
2012-05-15 | Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.S | H.J. Lu | 2 | -6/+13 | |
2012-05-15 | se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.S | H.J. Lu | 2 | -9/+16 | |
2012-05-15 | Use R*_LP on SP and PC in __longjmp.S and setjmp.S | H.J. Lu | 3 | -9/+14 | |
2012-05-15 | Log2 and log10 for wordsize-64. | Adhemerval Zanella | 5 | -82/+313 | |
This patch also fixes indentation on default dbl-64 code. | |||||
2012-05-15 | Remove duplicate #include <not-cancel.h> in Linux getsysstats.c | Chris Metcalf | 2 | -2/+5 | |
2012-05-15 | Fix formatting in last change. | Roland McGrath | 2 | -1/+6 | |
2012-05-15 | Avoid race in nscd | Andreas Jaeger | 5 | -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. | |||||
2012-05-15 | configure change to handle Implies-{before,after} files | Roland McGrath | 3 | -65/+81 | |
2012-05-15 | Use LP_OP(cmp) on NWAITERS | H.J. Lu | 2 | -1/+6 | |
2012-05-15 | Use LP_SIZE and ASM_ADDR in pthread_once.S | H.J. Lu | 2 | -3/+9 | |
2012-05-15 | Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDR | H.J. Lu | 2 | -20/+28 | |
2012-05-15 | Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDR | H.J. Lu | 2 | -24/+32 | |
2012-05-15 | Use LP_OP(cmp) and RCX_LP on dep_mutex pointer | H.J. Lu | 2 | -6/+11 | |
2012-05-15 | Use LP_OP(mov) and RDI_LP on pointer | H.J. Lu | 2 | -3/+8 | |
2012-05-15 | Replace 8-byte data alignment with LP_SIZE alignment | H.J. Lu | 2 | -2/+7 | |
2012-05-15 | Load pointer to TID into R10_LP | H.J. Lu | 2 | -1/+6 | |
2012-05-15 | Add x32 dl-cache.h | H.J. Lu | 2 | -0/+27 | |
2012-05-15 | Add x32 getcpu and sched_getcpu | H.J. Lu | 5 | -0/+91 | |
2012-05-15 | Use LP_SIZE and load timeout pointer into RDX_LP | H.J. Lu | 2 | -4/+13 | |
2012-05-15 | Use RSP_LP to operate on stack in stackinfo.h | H.J. Lu | 2 | -2/+7 | |
2012-05-15 | Load pointers into RAX_LP in strcmp-sse42.S | H.J. Lu | 2 | -6/+11 | |
2012-05-15 | Load cache sizes into R*_LP in memcpy-ssse3.S | H.J. Lu | 2 | -12/+17 | |
2012-05-15 | Load cache sizes into R*_LP in memcpy-ssse3-back.S | H.J. Lu | 2 | -10/+15 | |
2012-05-15 | Load pointers into R*_LP in strcmp.S | H.J. Lu | 2 | -6/+10 | |
2012-05-15 | Load cache sizes into R11_LP/R8_LP | H.J. Lu | 2 | -2/+8 | |
2012-05-15 | Load cache size into R8_LP | H.J. Lu | 2 | -4/+9 | |
2012-05-15 | PowerPC - logb[f|l] optimization for POWER7 | Adhemerval Zanella | 7 | -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. | |||||
2012-05-15 | Add fixed ports bugs to list in NEWS. | Joseph Myers | 1 | -12/+13 | |
2012-05-15 | Remove README.libm. | Joseph Myers | 2 | -856/+4 | |
2012-05-15 | Allow a single-threaded program to cancel itself | Siddhesh Poyarekar | 13 | -11/+300 | |
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-14 | Add x32 support to tcbhead_t | H.J. Lu | 2 | -6/+7 | |
2012-05-14 | Update sysdeps/x86_64/start.S for x32 | H.J. Lu | 2 | -15/+27 | |
2012-05-14 | Add __PTHREAD_RWLOCK_INT_FLAGS_SHARED | H.J. Lu | 2 | -1/+17 | |
2012-05-14 | Add sysdeps/x86_64/{64,x32}/shlib-versions | H.J. Lu | 8 | -3/+26 | |
2012-05-14 | Use _dl_fatal_printf instead of a private variant. | Roland McGrath | 3 | -14/+8 | |
2012-05-14 | Mention BZ #14103/#14104 in News and ChangeLog | H.J. Lu | 2 | -1/+2 | |