about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers2012-04-207-350/+0
* Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers2012-04-201-56/+0
* Remove unused sysdeps/unix/xmknod.c.Joseph Myers2012-04-202-42/+0
* Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers2012-04-201-47/+0
* Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers2012-04-201-29/+0
* Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers2012-04-203-79/+0
* Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers2012-04-201-83/+0
* Remove unused sysdeps/unix/sysv termio code.Joseph Myers2012-04-2010-787/+1
* Remove unused sysdeps/unix/siglist.c.Joseph Myers2012-04-201-61/+0
* Remove unused sysdeps/unix/getppid.S.Joseph Myers2012-04-201-29/+0
* Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers2012-04-202-174/+0
* Fix computation of inflated errlist sizeAndreas Schwab2012-04-192-3/+3
* Remove all traces of reg_char.David S. Miller2012-04-181-3/+0
* Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt2012-04-181-0/+119
* Further simplify power6 wordcopy by removing switch statements.Will Schmidt2012-04-182-72/+4
* Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt2012-04-182-272/+79
* Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller2012-04-181-1/+0
* Finish ilogb changesAndreas Jaeger2012-04-185-13/+6
* There is no legitimate reason to override reg_char on sparc32.David S. Miller2012-04-171-20/+0
* Remove useless __ilogb*_finite aliasesAndreas Schwab2012-04-186-6/+0
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-1710-23/+46
* Reverse arguments of fdivp in i386 code.Marek Polacek2012-04-161-2/+2
* Check __ILP32__ instead of __LP64__H.J. Lu2012-04-133-3/+3
* Add __ILP32__ check when defining __WORDSIZEH.J. Lu2012-04-131-1/+1
* Fix variable check in sparc clock frequency probing.Antoine Balestrat2012-04-131-1/+1
* Update sparc libm ULPs.David S. Miller2012-04-111-10/+124
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-114-0/+4
* Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu2012-04-101-32/+53
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-111-1/+4
* Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2012-04-092-24/+38
* Fix ctan, ctanh overflow (bug 11521).Joseph Myers2012-04-092-20/+128
* Fix missing clobber in i386 __sincos_code asm.Roland McGrath2012-04-091-7/+7
* Fix missing overflow exceptions from pow (bug 13873).Joseph Myers2012-04-091-2/+3
* Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers2012-04-092-4/+64
* Use __kernel_standard instead of __kernel_standard_f in exp wrapper (bug 13705).Aurelien Jarno2012-04-081-2/+2
* memset: also update copyright yearsMike Frysinger2012-04-082-2/+2
* memset: fix define usage for shared libsMike Frysinger2012-04-072-2/+2
* Handle some new sparc relocation types.David S. Miller2012-04-072-0/+18
* Add byteswap-16.h for __bswap_16H.J. Lu2012-04-066-87/+169
* Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.David S. Miller2012-04-054-13/+0
* Fix size parameter comparisions.Michael Matz2012-04-051-6/+6
* Fix return value of SH fesetround.Kaz Kojima2012-04-051-3/+3
* Set SH fpcsr register which read again.Kaz Kojima2012-04-052-1/+8
* Fix SH4 fraiseexcpt so to generate exceptions appropriately.Kaz Kojima2012-04-051-6/+36
* Add support fedisableexcept, feenableexcept, fegetexcept and feupdateenvKaz Kojima2012-04-054-0/+151
* [BZ #12340] Fix return code of the Hurd's ttyname_r.Simon Josefsson2012-04-051-2/+2
* [BZ #13553] Remove pre-ISO C supportThomas Schwinge2012-04-052-4/+4
* Add __bswap_64 definition for non GCC compilers.Andreas Jaeger2012-04-033-14/+44
* Call __ctype_init in early glibc startup.Thomas Schwinge2012-04-024-5/+20
* optimize the following memcpy: sysdeps/i386/i686/multiarch/memcpy-ssse3.SLiubov Dmitrieva2012-03-301-536/+1449