aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers
2012-10-10* crypt/crypt-entry.c: Include fips-private.h.Alexandre Oliva
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers
2012-09-28Move _G_config.h with Linuxism to linux/ directory.Roland McGrath
2012-09-28Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.hH.J. Lu
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers
2012-09-25Remove various _G_*_t type names.Joseph Myers
2012-09-25Shrink heap on linux when overcommit_memory == 2Siddhesh Poyarekar
2012-09-21Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers
2012-09-20Remove _G_NEED_STDARG_H.Joseph Myers
2012-09-17Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers
2012-09-13Remove _G_HAVE_PRINTF_FP.Joseph Myers
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-09-11Remove unused typedefs and macros from _G_config.h.Joseph Myers
2012-09-10Remove libio C++ vtable definitions.Joseph Myers
2012-08-17Make malloc build for no-threads configurations.Roland McGrath
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath
2012-08-03Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX.Roland McGrath
2012-08-01fooRoland McGrath
2012-07-31Don't assume SIGWINCH is defined.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers
2012-07-25Move ldsodefs.h audit definitions to sysdeps directories.Joseph Myers
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-10Hurd: Fix paths in paths.hSamuel Thibault
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault
2012-04-28Add missed zero length files in previous abilist commit.David S. Miller
2012-04-26move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar
2012-04-18Remove all traces of reg_char.David S. Miller
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-04-11New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers
2012-03-27Merge branch 'elf-move'Andreas Jaeger
2012-03-22Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu
2012-03-21Add x32 support to dynamic linker auditH.J. Lu
2012-03-21Add _ITOA_NEEDED and _ITOA_WORD_TYPEH.J. Lu
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-20Remove old debug/backtracesyms files, replace with elf versions.Andreas Jaeger
2012-03-19Move sysdeps/generic/elf/* to sysdeps/genericAndreas Jaeger
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson
2012-03-16Add x32 support to ldconfigH.J. Lu
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger
2012-03-12Fix another instance of the _dl_random masking bug, plus coding style.David S. Miller