summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - hide relocation (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-062-1/+1
* - silence warningBernhard Reutner-Fischer2008-10-061-1/+1
* - disentangle REALTIME from ADVANCED_REALTIME (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-063-31/+46
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-062-0/+12
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-0327-105/+603
* - use c89-style commentsBernhard Reutner-Fischer2008-10-0361-1060/+1062
* Fix bad commit 23574 for io redirecting when running the test suiteHans-Christian Egtvedt2008-10-021-1/+1
* Use more generic redirecting of output in the test suiteHans-Christian Egtvedt2008-10-021-1/+1
* Ensure that headers are generated before libsHans-Christian Egtvedt2008-10-021-0/+5
* Fix compilation problem whit the following config options:Carmelo Amoroso2008-10-012-3/+1
* - fix whitespaceBernhard Reutner-Fischer2008-09-301-2/+2
* - avoid warning about undefined preprocessor tokenBernhard Reutner-Fischer2008-09-301-1/+1
* - add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBSBernhard Reutner-Fischer2008-09-301-1/+1
* - remove some duplicate includesBernhard Reutner-Fischer2008-09-302-6/+2
* - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS && !LINUX_SPECIFICBernhard Reutner-Fischer2008-09-301-2/+3
* - tweak helptextBernhard Reutner-Fischer2008-09-301-2/+2
* - remove shadows declaration of struct st (already declared in function scope)Bernhard Reutner-Fischer2008-09-301-1/+0
* - add a copy of user_regsBernhard Reutner-Fischer2008-09-291-0/+90
* - do not pass bitwise-or to the assembler. Closes #3164Bernhard Reutner-Fischer2008-09-291-4/+0
* sh_ldso: Fix typo: missing semi-colon.Carmelo Amoroso2008-09-291-1/+1
* - honour UCLIBC_HAS_SYSLOGBernhard Reutner-Fischer2008-09-291-5/+8
* Fix comment.Carmelo Amoroso2008-09-291-2/+5
* ldso: allow undefined references to weak symbolsCarmelo Amoroso2008-09-291-3/+6
* libdl: use stderr consistently.Carmelo Amoroso2008-09-291-2/+2
* ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.Carmelo Amoroso2008-09-291-6/+6
* - now passes all LTP testsBernhard Reutner-Fischer2008-09-293-65/+23
* i18n: Fix mbrtowc function to handle 0xc0 and 0xc1 sequence.Carmelo Amoroso2008-09-291-1/+2
* - fix ISO C keywordsBernhard Reutner-Fischer2008-09-292-23/+23
* getgrouplist(): ...add files which I forgot to add.Denis Vlasenko2008-09-272-0/+16
* implement getgrouplist()Denis Vlasenko2008-09-272-47/+95
* Dependencies tweak: make install should depend on all, orRob Landley2008-09-271-2/+2
* use __UCLIBC_HAS_STUBS__Mike Frysinger2008-09-262-2/+2
* - revert r23469. If gnu getopt is disabled, then there is no getopt.h.Bernhard Reutner-Fischer2008-09-261-0/+6
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-2698-236/+172
* - remove all *_hidden_proto(...) on install_headersBernhard Reutner-Fischer2008-09-261-1/+1
* Rebased the memcpy() and memset() implementations for CRIS on the versionsPeter Kjellerstedt2008-09-262-420/+391
* Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink.Peter Kjellerstedt2008-09-261-0/+8
* - revert inappropriate part of r23478Bernhard Reutner-Fischer2008-09-261-4/+7
* - add some more math functions (patch from gentoo/solar)Bernhard Reutner-Fischer2008-09-2510-1/+313
* - add __ieee754_log2()Bernhard Reutner-Fischer2008-09-253-1/+132
* - fix typoBernhard Reutner-Fischer2008-09-251-1/+1
* - remove files that are not either LGPL or Public Domain.Bernhard Reutner-Fischer2008-09-2523-1750/+313
* - cast both times to double for consistencyBernhard Reutner-Fischer2008-09-251-1/+1
* - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown)Bernhard Reutner-Fischer2008-09-252-0/+4
* - also clean .oSBernhard Reutner-Fischer2008-09-251-1/+1
* - disable gettext support in obstack.Bernhard Reutner-Fischer2008-09-251-3/+3
* - add prototypesBernhard Reutner-Fischer2008-09-251-2/+1
* - fix compilation of legacy modeBernhard Reutner-Fischer2008-09-251-2/+7
* - add missing hidden_defBernhard Reutner-Fischer2008-09-251-0/+2
* - fix !LFS case for i386Bernhard Reutner-Fischer2008-09-252-7/+12