summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - use c89-style commentsBernhard Reutner-Fischer2008-10-0361-1060/+1062
| | | | Closes issue #5194
* Fix bad commit 23574 for io redirecting when running the test suiteHans-Christian Egtvedt2008-10-021-1/+1
| | | | | | | This patch fixes the previous r23574 and uses a correct syntax for redirecting. ./foo > bar.out 2>&1
* Use more generic redirecting of output in the test suiteHans-Christian Egtvedt2008-10-021-1/+1
| | | | | | | | | This patch replaces the "&> file" with "> file 2>> file". The latter is compatible with Busybox ash shell, which makes it easier to run the test suite on target. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Ensure that headers are generated before libsHans-Christian Egtvedt2008-10-021-0/+5
| | | | | | | | | This patch makes libs: rule depend on pregen, that way all generated headers are available before starting to compile. This makes the build process parallel safe. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Fix compilation problem whit the following config options:Carmelo Amoroso2008-10-012-3/+1
| | | | | | | | | UCLIBC_HAS_STRING_GENERIC_OPT=y UCLIBC_HAS_STRING_ARCH_OPT is not set by making WORD_COPY_FWD macros visible. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - 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
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libdl: use stderr consistently.Carmelo Amoroso2008-09-291-2/+2
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.Carmelo Amoroso2008-09-291-6/+6
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - 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
| | | | | | | | | | When the first byte of the multibyte sequence start with 0xc0 or 0xc1, the whole sequence is invalid, so the return value must be -1 (instead of -2). Fix bug #686. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Acked-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - 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
| | | | "make -j 3 all install" can't work without two separate invocations of make.
* 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
| | | | In these cases the getopt stuff comes from unistd.h (which includes bits/getopt.h for us)
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-2698-236/+172
| | | | Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later
* - 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
| | | | | found in newlib rather than the ones found in glibc. This should make them smaller and (hopefully) make them compile with newer versions of gcc.
* 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
| | | | | | | | | - pull replacement funcs for fpmacros.c from glibc This removes the powerpc/classic implementation which did not state any license but read: Copyright © 1991 Apple Computer, Inc. All rights reserved. and thus was dubious (and not needed).
* - 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
| | | | | In function `print_and_abort': obstack.c:(.text.print_and_abort+0x1b): undefined reference to `__dcgettext'
* - 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
|
* - RPC support currently requires either IPv4 and/or IPv6 supportBernhard Reutner-Fischer2008-09-251-0/+2
|
* - if we only have socket support then there is no resolver state:Bernhard Reutner-Fischer2008-09-251-2/+9
| | | | In function `__pthread_reset_main_thread': undefined reference to `_res'
* - add missing dependency on lt_defines.hBernhard Reutner-Fischer2008-09-252-4/+5
| | | | - retry with some different locale if en_US happens not to be there
* - expand documentationBernhard Reutner-Fischer2008-09-251-0/+8
|
* - adjust helptextBernhard Reutner-Fischer2008-09-251-3/+2
|