summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath
2012-05-25Add --enable-systemtap configuration to define static probe points.Roland McGrath
2012-05-25Remove pre-2.4 Linux kernel support.Joseph Myers
2012-05-25ppc: Pass hwcap to ifuncs.Richard Henderson
2012-05-25Fix acosf underflow (bug 14153).Joseph Myers
2012-05-242012-05-24 Jeff Law <law@redhat.com>Jeff Law
2012-05-24Make free chunk size a multiple of MALLOC_ALIGNMENTH.J. Lu
2012-05-24conformtest: Update expectations for stdio.h and stdlib.h.Joseph Myers
2012-05-24Remove use of INTDEF/INTUSE in intlAndreas Schwab
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-24syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time.Roland McGrath
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath
2012-05-24Properly handle MALLOC_ALIGNMENT > 2 * SIZE_SZH.J. Lu
2012-05-24Add x32 abilist filesH.J. Lu
2012-05-24Add x32 C++ type dataH.J. Lu
2012-05-24Add tests for underflow exception bugs 10846, 14036.Joseph Myers
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers
2012-05-23Forgot changelog in previous commit.David S. Miller
2012-05-23Add sysdeps/unix/sysv/linux/x86_64/x32/configureH.J. Lu
2012-05-23mktime: avoid signed integer overflowPaul Eggert
2012-05-23mktime: simplify computation of averagePaul Eggert
2012-05-23mktime: do not assume signed right shift propagates sign bitPaul Eggert
2012-05-23mktime: merge another wrapv change from gnulibPaul Eggert
2012-05-23mktime: remove incorrect attempt at unusual arithmeticsPaul Eggert
2012-05-23mktime: check signed shifts on long_int and time_t, tooPaul Eggert
2012-05-23mktime: do not assume 'long' is wide enoughPaul Eggert
2012-05-23mktime: merge wrapv change from gnulibPaul Eggert
2012-05-23Replace "jmp L(pseudo_end)" with "ret"H.J. Lu
2012-05-23Add ChangeLog for last changeAndreas Jaeger
2012-05-23Add more constants to Linux <sys/reboot.h>Andreas Jaeger
2012-05-23Fix x32 sched_getcpu.S error codeH.J. Lu
2012-05-23Add comments suggesting moving some functions to syscalls.list.Joseph Myers
2012-05-23Do not mention old Linux kernel versions in installation documentation.Joseph Myers
2012-05-23Update from Linux 3.4Andreas Jaeger
2012-05-22Simplify dl-vdso.h use of assert.Roland McGrath
2012-05-22Remove $(sysctl) from sysdep_routinesH.J. Lu
2012-05-22Add sysctl.mk and bits/sysctl.hH.J. Lu
2012-05-22Fix x86_64/sched_getcpu.S error codeAndreas Jaeger
2012-05-22For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov
2012-05-22Add x32 arch_prctlH.J. Lu
2012-05-22Add INTERNAL_SYSCALL_TYPESH.J. Lu
2012-05-22PowerPC: libm ABI updateAdhemerval Zanella
2012-05-22Add x32 support to x86_64/bits/fcntl.hH.J. Lu
2012-05-22Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu
2012-05-22Update copyright years for time/mktime.cH.J. Lu
2012-05-22mktime: merge comment-quoting-style change from gnulibPaul Eggert
2012-05-22time/mktime.c (compile-command): Add "-I."Paul Eggert
2012-05-22mktime: merge mktime-internal.h change from gnulibPaul Eggert
2012-05-22mktime: merge time_r change from gnulibPaul Eggert