about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Update sysdeps/x86_64/fpu/libm-test-ulpsMarkus Trippelsdorf2012-04-213-1/+12
* Put vm86 into libc.aNix2012-04-213-11/+17
* Remove unused sysdeps/unix/common/lxstat.c.Joseph Myers2012-04-203-39/+3
* Remove sysdeps/unix/sysv/Makefile.Joseph Myers2012-04-202-19/+2
* Remove unused sysdeps/unix/sysv/direct.h.Joseph Myers2012-04-202-10/+2
* Remove unused sysdeps/unix/sysv/bits/*.h.Joseph Myers2012-04-208-350/+8
* Remove unused sysdeps/unix/sysv/setrlimit.c.Joseph Myers2012-04-202-56/+2
* Remove unused sysdeps/unix/xmknod.c.Joseph Myers2012-04-203-42/+3
* Remove unused sysdeps/unix/sysv/settimeofday.c.Joseph Myers2012-04-202-47/+2
* Remove unused sysdeps/unix/sysv/i386/time.S.Joseph Myers2012-04-202-29/+2
* Remove unused sysdeps/unix/{xstat,fxstat}.c.Joseph Myers2012-04-204-79/+4
* Remove unused sysdeps/unix/sysv/sigaction.c.Joseph Myers2012-04-202-83/+2
* Remove unused sysdeps/unix/sysv termio code.Joseph Myers2012-04-2011-787/+15
* Remove unused sysdeps/unix/siglist.c.Joseph Myers2012-04-202-61/+2
* Remove unused sysdeps/unix/getppid.S.Joseph Myers2012-04-202-29/+2
* Remove unused sysdeps/unix/{mkdir.c,rmdir.c}.Joseph Myers2012-04-203-174/+5
* Delete unused TLS_GET_FS, TLS_SET_FS macros.Paul Pluzhnikov2012-04-202-8/+5
* Fix computation of inflated errlist sizeAndreas Schwab2012-04-193-3/+10
* Remove all traces of reg_char.David S. Miller2012-04-1817-27/+35
* Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap.Will Schmidt2012-04-182-0/+125
* Further simplify power6 wordcopy by removing switch statements.Will Schmidt2012-04-183-72/+13
* Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros.Will Schmidt2012-04-183-272/+87
* Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 oneDavid S. Miller2012-04-182-1/+4
* Finish ilogb changesAndreas Jaeger2012-04-186-14/+26
* There is no legitimate reason to override reg_char on sparc32.David S. Miller2012-04-172-20/+4
* Remove useless __ilogb*_finite aliasesAndreas Schwab2012-04-187-6/+9
* Fix ilogb exception and errno (bug 6794)Adhemerval Zanella2012-04-1717-41/+223
* Resolve __vector namespace conflict with Altivec.Petr Baudis2012-04-172-4/+9
* Prevent warning in pldd.Marek Polacek2012-04-162-9/+13
* Reverse arguments of fdivp in i386 code.Marek Polacek2012-04-162-2/+7
* Check __ILP32__ instead of __LP64__H.J. Lu2012-04-1311-10/+23
* Add __ILP32__ check when defining __WORDSIZEH.J. Lu2012-04-132-1/+6
* Fix variable check in sparc clock frequency probing.Antoine Balestrat2012-04-132-1/+6
* "Gallegan" should be "Galician"Chris Leonard2012-04-133-2/+8
* cy_GB/en_GB: set am/pm in timesMike Frysinger2012-04-134-17/+26
* Update for BZ # 2541Andreas Jaeger2012-04-121-13/+13
* Update comment for _io_write_fnRoland McGrath2012-04-122-5/+10
* Fix description of user provided write functionPetr Baudis2012-04-122-1/+8
* Update sparc libm ULPs.David S. Miller2012-04-112-10/+128
* ignore ports/linuxthreads addon dirsMike Frysinger2012-04-112-6/+14
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-113-12/+20
* Add __snseconds_t and __SNSECONDS_T_TYPEH.J. Lu2012-04-118-1/+20
* Fix times return value, CLK_TCK descriptionAndreas Jaeger2012-04-114-14/+25
* Fix ld.so regression.David S. Miller2012-04-103-7/+15
* Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>H.J. Lu2012-04-102-32/+59
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-116-5/+31
* Merge commit '9904dc47c88d9592ec66e599075436'Roland McGrath2012-04-102-3/+27
|\
| * Use __builtin_bswap32/64 in __bswap_32/64 for GCC >= 4.2H.J. Lu2012-04-062-3/+27
* | Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers2012-04-095-33/+53
* | Fix ctan, ctanh overflow (bug 11521).Joseph Myers2012-04-0911-97/+403