aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2012-12-06Fix warnings from generic _FPU_GETCWChris Metcalf1-3/+3
2012-12-04Fix sparc build with older compilers.David S. Miller1-1/+6
2012-11-27Fix strict-aliasing warnings from unwind-dw2-fde.c.Joseph Myers1-9/+18
2012-11-22Mark unwind-dw2-fde-glibc.c variable possibly unused.Joseph Myers1-2/+3
2012-11-19Add ldconfig cache tag handling for AArch64Steve McIntyre1-0/+1
2012-11-19Add ldconfig cache tag handling for ARM hard-float ABISteve McIntyre1-1/+2
2012-11-04generic paths.h: remove old paths from _PATH_STDPATHPino Toscano1-1/+1
2012-11-04Fix small indendation issues in paths.h filesPino Toscano1-2/+2
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+16
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers1-0/+33
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers1-5/+0
2012-10-10* crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva1-0/+36
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers1-2/+0
2012-09-28Move _G_config.h with Linuxism to linux/ directory.Roland McGrath1-2/+7
2012-09-28Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu1-0/+6
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers1-0/+7
2012-09-25Remove various _G_*_t type names.Joseph Myers1-7/+0
2012-09-25Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar1-0/+25
2012-09-21Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers1-1/+0
2012-09-20Remove _G_NEED_STDARG_H.Joseph Myers1-1/+0
2012-09-17Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers1-1/+0
2012-09-13Remove _G_HAVE_PRINTF_FP.Joseph Myers1-1/+0
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers1-0/+124
2012-09-11Remove unused typedefs and macros from _G_config.h.Joseph Myers1-10/+0
2012-09-10Remove libio C++ vtable definitions.Joseph Myers1-5/+0
2012-08-17Make malloc build for no-threads configurations.Roland McGrath1-5/+6
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath1-78/+0
2012-08-03Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath1-0/+72
2012-08-01fooRoland McGrath1-2/+6
2012-07-31Don't assume SIGWINCH is defined.Roland McGrath1-2/+4
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath2-9/+68
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers1-2/+2
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers1-108/+0
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers1-0/+9
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab1-10/+6
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson2-0/+26
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers1-0/+4
2012-05-10Hurd: Fix paths in paths.hSamuel Thibault1-4/+4
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault1-1/+5
2012-04-28Add missed zero length files in previous abilist commit.David S. Miller8-0/+0
2012-04-26move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar2-4/+2
2012-04-18Remove all traces of reg_char.David S. Miller1-3/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella1-0/+3
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar1-1/+4
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-0/+1
2012-03-27Merge branch 'elf-move'Andreas Jaeger3-247/+0
2012-03-22Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu1-0/+2
2012-03-21Add x32 support to dynamic linker auditH.J. Lu1-0/+9
2012-03-21Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu1-4/+20
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2-1/+93