Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-17 | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | 9 | -12/+38 | |
2012-05-17 | Bump sha512c-test.c timeout for the sake of 32-bit sparc. | David S. Miller | 2 | -1/+5 | |
* crypt/sha512c-test.c (TIMEOUT): Increase to 32. | |||||
2012-05-17 | Fix warning | Andreas Jaeger | 2 | -1/+6 | |
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] | |||||
2012-05-17 | Cast to unsigned long | H.J. Lu | 2 | -1/+5 | |
2012-05-17 | Fix warnings on Linux/i686 | Andreas Jaeger | 4 | -5/+16 | |
Fixes: ../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable] rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration] | |||||
2012-05-17 | Bump up stdio bug22 timeout from 30 seconds to 60 seconds | Chris Metcalf | 2 | -1/+5 | |
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core. | |||||
2012-05-17 | Add tst-mallocalign1 | H.J. Lu | 3 | -0/+81 | |
2012-05-17 | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 9 | -31/+181 | |
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | |||||
2012-05-17 | math: support platforms with limited FP rounding or exception support | Chris Metcalf | 7 | -0/+53 | |
For some tests, just claim that fetestexcept() always returns true, so the rest of the test can be compiled. For libm-test, provide known bogus values for unsupported rounding modes, so fesetround() will return failure. Elsewhere, just add some #ifdefs to avoid code that uses particular FP exceptions if the exceptions aren't supported. | |||||
2012-05-17 | Avoid compiler warnings in qsort/bsearch examples | Andreas Jaeger | 3 | -3/+18 | |
2012-05-16 | Fold copyright years | H.J. Lu | 8 | -9/+17 | |
2012-05-16 | For [BZ #208], accumulate malloc stats over all arenas. | Paul Pluzhnikov | 3 | -38/+59 | |
2012-05-16 | BZ#10375: Configure magic to use -fno-stack-protector if needed. | Roland McGrath | 6 | -15/+198 | |
2012-05-16 | BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed. | Roland McGrath | 7 | -7/+67 | |
2012-05-16 | Remove redundant ChangeLog header lines. | Roland McGrath | 1 | -30/+0 | |
2012-05-16 | Use __syscall_slong_t in bits/mqueue.h | H.J. Lu | 2 | -6/+13 | |
2012-05-16 | Add x32 suppport to x86_64/bits/stat.h | H.J. Lu | 2 | -21/+30 | |
2012-05-16 | Add x86-64 bits/typesizes.h | H.J. Lu | 2 | -0/+78 | |
2012-05-16 | Add x86_64/bits/ipctypes.h | H.J. Lu | 2 | -0/+37 | |
2012-05-16 | Use __syscall_ulong_t in bits/ipc.h | H.J. Lu | 2 | -3/+8 | |
2012-05-16 | Add x32 support to sys/ucontext.h | H.J. Lu | 2 | -7/+15 | |
2012-05-16 | Add x32 support to <sys/user.h> | H.J. Lu | 2 | -42/+56 | |
2012-05-16 | Add x32 gmp-mparam.h | H.J. Lu | 2 | -0/+37 | |
2012-05-16 | Add x32 ffs | H.J. Lu | 2 | -0/+8 | |
2012-05-16 | Update Texinfo version requirement. | Joseph Myers | 5 | -11/+18 | |
2012-05-16 | Update __STDC_ISO_10646__. | Joseph Myers | 2 | -2/+7 | |
2012-05-16 | Add x32 support to x86_64/bits/shm.h | H.J. Lu | 2 | -22/+30 | |
2012-05-16 | Add x32 support to x86_64/bits/sem.h | H.J. Lu | 2 | -6/+11 | |
2012-05-16 | Add x32 support to x86_64/bits/msq.h | H.J. Lu | 2 | -10/+18 | |
2012-05-16 | Check __x86_64__ in x86_64/bits/a.out.h | H.J. Lu | 2 | -3/+6 | |
2012-05-16 | Add x86-64 <bits/siginfo.h> | H.J. Lu | 2 | -0/+334 | |
2012-05-16 | Add dummy files for x32 | H.J. Lu | 3 | -0/+7 | |
2012-05-16 | Replace long int with __syscall_slong_t in sys/msg.h | H.J. Lu | 2 | -1/+6 | |
2012-05-16 | Check __x86_64__ in x86-64 sys/reg.h | H.J. Lu | 2 | -3/+8 | |
2012-05-16 | Add x32 support to sys/procfs.h | H.J. Lu | 2 | -2/+12 | |
2012-05-16 | Use ULL suffix on DR_CONTROL_RESERVED | H.J. Lu | 2 | -4/+9 | |
2012-05-16 | Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACK | H.J. Lu | 2 | -4/+17 | |
2012-05-16 | Use 64bit filesystem functions for x32 | H.J. Lu | 30 | -0/+61 | |
2012-05-16 | Track dependencies for .oS-only objects | Andreas Schwab | 3 | -0/+7 | |
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 | |