about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add framework for using sparc VIS3 instructions, use it for copysign/signbit.David S. Miller2012-03-1419-0/+521
* Small optimization to sparc 64-bit copysign.David S. Miller2012-03-143-6/+10
* Install bits/syscall.h through install-headers.Joseph Myers2012-03-142-12/+16
* NEWS update for BZ#13846Roland McGrath2012-03-141-1/+2
* BZ#13846: manual/llio.texi (Memory-mapped I/O): Fix wrong function name.Roland McGrath2012-03-142-1/+6
* Fix csqrt overflow/underflow (bug 13841).Joseph Myers2012-03-148-7/+163
* Add 13840 to NEWS.Joseph Myers2012-03-141-1/+1
* Add tests for hypot overflow/underflow.Joseph Myers2012-03-142-0/+18
* Fix hypotf overflow/underflow by using double precision instead of scaling.David S. Miller2012-03-132-52/+31
* Clean up dbl-64 rint, nearbyint.Joseph Myers2012-03-135-84/+15
* Remove no longer needed assembler offset generation on sparc.David S. Miller2012-03-135-11/+6
* Fix generic ldbl-128 expm1l just like x86-64 and i386 variants were.David S. Miller2012-03-132-0/+8
* Use correct implementation for dl-fxstatat64 on sparc64.David S. Miller2012-03-132-0/+8
* Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set.David S. Miller2012-03-132-1/+4
* Add missing string.h include for strcpy calls.David S. Miller2012-03-132-2/+6
* Fix another instance of the _dl_random masking bug, plus coding style.David S. Miller2012-03-123-4/+9
* Add some missing sparc kernel-feature.h entries.David S. Miller2012-03-122-9/+19
* Fix some 64-bit sparc build warnings.David S. Miller2012-03-113-5/+10
* Fix typing of the bit twiddling done in _dl_setup_stack_chk_guard.David S. Miller2012-03-112-2/+5
* Update sparc ULPs for recently added tests.David S. Miller2012-03-112-3/+468
* Update powerpc libm ULPsAndreas Schwab2012-03-102-4/+368
* Fix bugs in sparc PLT profiling register management, and add sparc sotruss su...David S. Miller2012-03-095-52/+129
* Use standard build rule to build rpcgen.Joseph Myers2012-03-103-4/+11
* Add 13566 to list of bugs fixed in NEWS.Joseph Myers2012-03-101-2/+2
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-1015-38/+44
* Replace FSF snail mail address with URL in localedata.Paul Eggert2012-03-1032-31/+36
* Replace FSF snail mail address with URL in gperf input.Paul Eggert2012-03-105-28/+41
* Replace FSF snail mail address with URL in Yacc input.Paul Eggert2012-03-103-249/+301
* Fix it harder.Roland McGrath2012-03-091-1/+1
* Fix ChangeLog format.Richard Henderson2012-03-091-215/+336
* Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson2012-03-093-1/+6
* Use include_next to chain math_private.h headers.Richard Henderson2012-03-094-3/+9
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-09336-576/+790
* Remove __GNU_LIBRARY__ conditionals from rpcgen.Joseph Myers2012-03-094-57/+7
* Fix sparc build after recent math changes.David S. Miller2012-03-092-0/+5
* Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers2012-03-096-472/+123
* Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers2012-03-092-1/+5
* Install bits/stdio_lim.h in install-headers.Joseph Myers2012-03-093-7/+11
* Make pthread.h define all symbols from time.h.Joseph Myers2012-03-092-4/+5
* powerpc: Convert __ieee754_sqrt{,f} from macros to inlines.Richard Henderson2012-03-092-70/+41
* x86_64: Convert __rint* and __floor* from macros to inlines.Richard Henderson2012-03-092-49/+47
* x86_64: Convert __ieee754_sqrt{,f,l} from macros to inlines.Richard Henderson2012-03-092-22/+36
* Use target-specific math_private.h in math_ldbl_opt.h.Richard Henderson2012-03-092-1/+6
* Update copyright year after my most recent changes.David S. Miller2012-03-085-3/+13
* Fix struct timespec normalization (as used in many other places).Thomas Schwinge2012-03-084-6/+12
* Work around kernel rejecting valid absolute timestamps.Thomas Schwinge2012-03-082-2/+11
* Invalid timeouts in SH sem_timedwait.Thomas Schwinge2012-03-082-4/+8
* Fix 9554ebf2d4da22591e974d3cf2ed09a2b8dbdbd8.Thomas Schwinge2012-03-083-5/+33
* Clean up tst-fphex testUlrich Drepper2012-03-083-23/+22
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-03-085-20/+82
|\