]> sourceware.org Git - glibc.git/shortlog
glibc.git
2012-05-18 H.J. LuAdd sysdeps/x86_64/x32/_itoa.h
2012-05-18 H.J. LuCheck d_ino/d_off before using getdents syscall
2012-05-18 H.J. LuCheck _ITOA_NEEDED and use _ITOA_WORD_TYPE
2012-05-18 H.J. LuFold copyright years
2012-05-18 H.J. LuAdd x32 support to x86_64/bits/sigcontext.h
2012-05-18 H.J. LuUse anonymous union in x86_64/sys/user.h
2012-05-18 Andreas SchwabAvoid runtime GOT relocations in ld.so on powerpc
2012-05-18 Andreas SchwabFix undefined reference to _dl_prof_resolve in profiled...
2012-05-18 Andreas JaegerDo not provide inlines for GCC build-in functions
2012-05-18 H.J. LuUse __syscall_ulong_t in pselect.c
2012-05-18 H.J. LuAdd __fsword_t and use it in bits/statfs.h
2012-05-17 David S. MillerBump sha512c-test.c timeout for the sake of 32-bit...
2012-05-17 Andreas JaegerFix warning
2012-05-17 H.J. LuCast to unsigned long
2012-05-17 Andreas JaegerFix warnings on Linux/i686
2012-05-17 Chris MetcalfBump up stdio bug22 timeout from 30 seconds to 60 seconds
2012-05-17 H.J. LuAdd tst-mallocalign1
2012-05-17 Carlos O'DonellBZ#14059: Fix AVX and FMA4 detection.
2012-05-17 Chris Metcalfmath: support platforms with limited FP rounding or...
2012-05-17 Andreas JaegerAvoid compiler warnings in qsort/bsearch examples
2012-05-17 H.J. LuFold copyright years
2012-05-16 Paul PluzhnikovFor [BZ #208], accumulate malloc stats over all arenas.
2012-05-16 Roland McGrathBZ#10375: Configure magic to use -fno-stack-protector...
2012-05-16 Roland McGrathBZ#10375: Configure magic to use -U_FORTIFY_SOURCE...
2012-05-16 Roland McGrathRemove redundant ChangeLog header lines.
2012-05-16 H.J. LuUse __syscall_slong_t in bits/mqueue.h
2012-05-16 H.J. LuAdd x32 suppport to x86_64/bits/stat.h
2012-05-16 H.J. LuAdd x86-64 bits/typesizes.h
2012-05-16 H.J. LuAdd x86_64/bits/ipctypes.h
2012-05-16 H.J. LuUse __syscall_ulong_t in bits/ipc.h
2012-05-16 H.J. LuAdd x32 support to sys/ucontext.h
2012-05-16 H.J. LuAdd x32 support to <sys/user.h>
2012-05-16 H.J. LuAdd x32 gmp-mparam.h
2012-05-16 H.J. LuAdd x32 ffs
2012-05-16 Joseph MyersUpdate Texinfo version requirement.
2012-05-16 Joseph MyersUpdate __STDC_ISO_10646__.
2012-05-16 H.J. LuAdd x32 support to x86_64/bits/shm.h
2012-05-16 H.J. LuAdd x32 support to x86_64/bits/sem.h
2012-05-16 H.J. LuAdd x32 support to x86_64/bits/msq.h
2012-05-16 H.J. LuCheck __x86_64__ in x86_64/bits/a.out.h
2012-05-16 H.J. LuAdd x86-64 <bits/siginfo.h>
2012-05-16 H.J. LuAdd dummy files for x32
2012-05-16 H.J. LuReplace long int with __syscall_slong_t in sys/msg.h
2012-05-16 H.J. LuCheck __x86_64__ in x86-64 sys/reg.h
2012-05-16 H.J. LuAdd x32 support to sys/procfs.h
2012-05-16 H.J. LuUse ULL suffix on DR_CONTROL_RESERVED
2012-05-16 H.J. LuAdd uintptr_t cast to GET_PC/GET_FRAME/GET_STACK
2012-05-16 H.J. LuUse 64bit filesystem functions for x32
2012-05-16 Andreas SchwabTrack dependencies for .oS-only objects
2012-05-16 Andreas SchwabFix dependency tracking on cross-rpcgen-objs
2012-05-16 H.J. LuRemove __snseconds_t
2012-05-16 H.J. LuAdd __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h
2012-05-16 H.J. LuAdd __syscall_slong_t and __syscall_ulong_t
2012-05-15 H.J. LuUse R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE
2012-05-15 Joseph MyersRemove fallback definitions of __NR_set_robust_list.
2012-05-15 Joseph MyersSplit up stackguard-macros.h into sysdeps directories.
2012-05-15 H.J. LuAdd x86_64 Implies-after files
2012-05-15 Joseph MyersAvoid plain "aligned" attributes in installed headers.
2012-05-15 H.J. LuUse R*_LP to load pointer and operate on stack
2012-05-15 H.J. LuUse R*_LP to call _dl_profile_fixup and frame size
2012-05-15 H.J. LuUse LP_OP(cmp) and RCX_LP on dep_mutex pointer
2012-05-15 H.J. LuAdd x32 init-first.c
2012-05-15 H.J. LuAdd sysdeps/x86_64/x32/sysdep.h
2012-05-15 H.J. LuUse LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.S
2012-05-15 H.J. Luse LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.S
2012-05-15 H.J. LuUse R*_LP on SP and PC in __longjmp.S and setjmp.S
2012-05-15 Adhemerval... Log2 and log10 for wordsize-64.
2012-05-15 Chris MetcalfRemove duplicate #include <not-cancel.h> in Linux getsy...
2012-05-15 Roland McGrathFix formatting in last change.
2012-05-15 Andreas JaegerAvoid race in nscd
2012-05-15 Roland McGrathconfigure change to handle Implies-{before,after} files
2012-05-15 H.J. LuUse LP_OP(cmp) on NWAITERS
2012-05-15 H.J. LuUse LP_SIZE and ASM_ADDR in pthread_once.S
2012-05-15 H.J. LuUse LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDR
2012-05-15 H.J. LuUse LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDR
2012-05-15 H.J. LuUse LP_OP(cmp) and RCX_LP on dep_mutex pointer
2012-05-15 H.J. LuUse LP_OP(mov) and RDI_LP on pointer
2012-05-15 H.J. LuReplace 8-byte data alignment with LP_SIZE alignment
2012-05-15 H.J. LuLoad pointer to TID into R10_LP
2012-05-15 H.J. LuAdd x32 dl-cache.h
2012-05-15 H.J. LuAdd x32 getcpu and sched_getcpu
2012-05-15 H.J. LuUse LP_SIZE and load timeout pointer into RDX_LP
2012-05-15 H.J. LuUse RSP_LP to operate on stack in stackinfo.h
2012-05-15 H.J. LuLoad pointers into RAX_LP in strcmp-sse42.S
2012-05-15 H.J. LuLoad cache sizes into R*_LP in memcpy-ssse3.S
2012-05-15 H.J. LuLoad cache sizes into R*_LP in memcpy-ssse3-back.S
2012-05-15 H.J. LuLoad pointers into R*_LP in strcmp.S
2012-05-15 H.J. LuLoad cache sizes into R11_LP/R8_LP
2012-05-15 H.J. LuLoad cache size into R8_LP
2012-05-15 Adhemerval... PowerPC - logb[f|l] optimization for POWER7
2012-05-15 Joseph MyersAdd fixed ports bugs to list in NEWS.
2012-05-15 Joseph MyersRemove README.libm.
2012-05-15 Siddhesh PoyarekarAllow a single-threaded program to cancel itself
2012-05-15 H.J. LuAdd x32 support to tcbhead_t
2012-05-15 H.J. LuUpdate sysdeps/x86_64/start.S for x32
2012-05-14 H.J. LuAdd __PTHREAD_RWLOCK_INT_FLAGS_SHARED
2012-05-14 H.J. LuAdd sysdeps/x86_64/{64,x32}/shlib-versions
2012-05-14 Roland McGrathUse _dl_fatal_printf instead of a private variant.
2012-05-14 H.J. LuMention BZ #14103/#14104 in News and ChangeLog
2012-05-14 Joseph MyersImprove consistency of --enable-kernel and default...
next
This page took 0.062615 seconds and 5 git commands to generate.