aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers7-73/+60
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers5-154/+241
2012-05-23Forgot changelog in previous commit.David S. Miller1-0/+5
2012-05-23Remove some sparc cob-webs leftover after Joseph's recent changes.David S. Miller1-3/+1
2012-05-23Add sysdeps/unix/sysv/linux/x86_64/x32/configureH.J. Lu2-0/+22
2012-05-23mktime: avoid signed integer overflowPaul Eggert2-4/+8
2012-05-23mktime: simplify computation of averagePaul Eggert2-3/+5
2012-05-23mktime: do not assume signed right shift propagates sign bitPaul Eggert2-6/+18
2012-05-23mktime: merge another wrapv change from gnulibPaul Eggert2-1/+5
2012-05-23mktime: remove incorrect attempt at unusual arithmeticsPaul Eggert2-9/+13
2012-05-23mktime: check signed shifts on long_int and time_t, tooPaul Eggert2-3/+10
2012-05-23mktime: do not assume 'long' is wide enoughPaul Eggert2-12/+26
2012-05-23mktime: merge wrapv change from gnulibPaul Eggert2-25/+99
2012-05-23Replace "jmp L(pseudo_end)" with "ret"H.J. Lu3-4/+11
2012-05-23Add ChangeLog for last changeAndreas Jaeger1-0/+5
2012-05-23Move poll to syscalls.listAndreas Jaeger2-47/+1
2012-05-23Add more constants to Linux <sys/reboot.h>Andreas Jaeger2-1/+13
2012-05-23Fix x32 sched_getcpu.S error codeH.J. Lu2-4/+14
2012-05-23Add comments suggesting moving some functions to syscalls.list.Joseph Myers6-0/+17
2012-05-23Do not mention old Linux kernel versions in installation documentation.Joseph Myers3-15/+12
2012-05-23Update from Linux 3.4Andreas Jaeger8-5/+41
2012-05-22Simplify dl-vdso.h use of assert.Roland McGrath2-9/+9
2012-05-22Remove $(sysctl) from sysdep_routinesH.J. Lu4-5/+4
2012-05-22Add sysctl.mk and bits/sysctl.hH.J. Lu7-1/+42
2012-05-22Fix x86_64/sched_getcpu.S error codeAndreas Jaeger2-5/+15
2012-05-22Mention 14122 in NEWS.Paul Pluzhnikov1-1/+1
2012-05-22For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov2-24/+80
2012-05-22Add x32 arch_prctlH.J. Lu3-0/+70
2012-05-22Add INTERNAL_SYSCALL_TYPESH.J. Lu3-39/+116
2012-05-22PowerPC: libm ABI updateAdhemerval Zanella6-12/+43
2012-05-22Add new locale mag_IN.Chandan Kumar4-3/+181
2012-05-22Add x32 support to x86_64/bits/fcntl.hH.J. Lu2-5/+6
2012-05-22Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu2-9/+9
2012-05-22Update copyright years for time/mktime.cH.J. Lu2-1/+5
2012-05-22mktime: merge comment-quoting-style change from gnulibPaul Eggert2-3/+10
2012-05-22time/mktime.c (compile-command): Add "-I."Paul Eggert2-1/+3
2012-05-22mktime: merge mktime-internal.h change from gnulibPaul Eggert2-0/+4
2012-05-22mktime: merge time_r change from gnulibPaul Eggert2-2/+4
2012-05-22mktime: merge DEBUG change from gnulibPaul Eggert2-0/+5
2012-05-22mktime: merge <sys/types.h> change from gnulibPaul Eggert2-1/+4
2012-05-22mktime: merge HAVE_CONFIG_H change from gnulibPaul Eggert2-1/+6
2012-05-22Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu2-6/+7
2012-05-22Pad each field to __syscall_slong_t in struct rusageH.J. Lu2-17/+85
2012-05-21Remove straggling references to .s files.David S. Miller3-17/+8
2012-05-21Filter out unknown symbols in stack-protector test.Joseph Myers3-0/+20
2012-05-21Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu3-44/+46
2012-05-21Add x32 llseek.SH.J. Lu4-15/+91
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu9-12/+28
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger2-3/+14
2012-05-21x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath4-10/+41