about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva2012-10-102-0/+110
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-0914-1171/+6
* Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers2012-10-092-4/+0
* Fix missing include in sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.cAndreas Schwab2012-10-081-0/+1
* Fix Niagara-4 memcpy bug on 32-bit.David S. Miller2012-10-061-0/+3
* Add Niagara-4 optimized memset/bzero implementation.David S. Miller2012-10-055-6/+153
* Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu2012-10-051-20/+0
* powerpc: add name_to_handle_at, open_by_handle etc. to bits/fcntl.hKhem Raj2012-10-041-1/+27
* Name space hygeine for madvise.Roland McGrath2012-10-043-5/+4
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-28/+0
* sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZEPino Toscano2012-10-031-0/+1
* Remove sysdeps/unix/bsd/confstr.h file.Roland McGrath2012-10-031-1/+0
* Define HAS_FMA with bit_FMA_UsableH.J. Lu2012-10-022-2/+10
* Get rid of unused __swblk_t type.Roland McGrath2012-10-015-5/+0
* Clean up init-first.c files.Roland McGrath2012-10-017-279/+12
* Fix sign of inexact zero return from fma (bug 14645).Joseph Myers2012-10-013-0/+15
* Fix sign of exact zero return from fma (bug 14638).Joseph Myers2012-09-296-2/+34
* Uncorrupt Sparc ULPS file.David S. Miller2012-09-281-2/+1
* Implement POSIX-generic sleep via nanosleep rather than SIGARLM.Roland McGrath2012-09-281-65/+35
* Move _G_config.h with Linuxism to linux/ directory.Roland McGrath2012-09-283-66/+7
* Revert "Add missed ildouble case in yesterday's sparc ULPs update for clog/cl...David S. Miller2012-09-281-2/+0
* Add missed ildouble case in yesterday's sparc ULPs update for clog/clog10.David S. Miller2012-09-281-0/+2
* Add Niagara-4 optimized memcpy and mempcpy.David S. Miller2012-09-285-4/+356
* Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu2012-09-284-16/+6
* aio_fsync: fix the access mode checkPino Toscano2012-09-281-1/+1
* [BZ #11438]Jeff Law2012-09-281-4/+0
* Update sparc ULPS for recent clog/clog10 activity.David S. Miller2012-09-271-2/+176
* Fix sparc64 crashes with LD_BIND_NOW and --enable-bind-now.David S. Miller2012-09-271-1/+8
* Remove sysdeps/ieee754/ldbl-128/bits/huge_vall.h and let buildsSteve Ellcey2012-09-271-50/+0
* Don't define x86-64 __strncmp_ssse3 in libc.aH.J. Lu2012-09-271-4/+6
* Update x86-64 ULPsMarkus Trippelsdorf2012-09-261-12/+19
* Add __ppc_get_timebase_freq to ppc.h.Tulio Magno Quites Machado Filho2012-09-259-0/+136
* Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers2012-09-259-4/+777
* Add optimized sincosf for SSE2 for x86 and x86-64Liubov Dmitrieva2012-09-257-33/+1228
* Remove various _G_*_t type names.Joseph Myers2012-09-253-21/+0
* Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar2012-09-252-0/+82
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-252-2/+4
* Add copyright notices to testsuite shell scriptsDmitry V. Levin2012-09-251-0/+18
* Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers2012-09-213-3/+0
* Remove _G_NEED_STDARG_H.Joseph Myers2012-09-203-3/+0
* Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.Joseph Myers2012-09-182-4/+4
* Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers2012-09-173-3/+0
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-132-3/+0
* Remove _G_HAVE_PRINTF_FP.Joseph Myers2012-09-133-3/+0
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-122-0/+161
* Update i386 ULPs for recently added math testsAllan McRae2012-09-121-0/+8
* Remove unused typedefs and macros from _G_config.h.Joseph Myers2012-09-113-30/+0
* Remove _G_USING_THUNKS.Joseph Myers2012-09-102-6/+0
* Remove libio C++ vtable definitions.Joseph Myers2012-09-103-13/+0
* Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2012-09-104-84/+56