OSDN Git Service

uclinux-h8/uClibc.git
2008-10-14 Bernhard Reutner... - fix locale dependencies and make default locale gener...
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-10 Bernhard Reutner... - fix copy'n paste error
2008-10-10 Bernhard Reutner... - fix return value
2008-10-10 Bernhard Reutner... - add signalfd()
2008-10-10 Bernhard Reutner... - .. and don't install the config dir, too
2008-10-10 Bernhard Reutner... - remove bashism; don't install config/* to the target
2008-10-10 Bernhard Reutner... - pull kconfig from linux-2.6.27
2008-10-10 Bernhard Reutner... - make sure to match the start of the MAKE_VERSION
2008-10-10 Bernhard Reutner... - remove suspicious_dependency
2008-10-10 Bernhard Reutner... - add and use EXTRA_DIRS to wipe the test/locale/C...
2008-10-10 Bernhard Reutner... - Include stdio.h for the perror prototype, use constan...
2008-10-09 Bernhard Reutner... - prevent spurious rebuilds
2008-10-09 Bernhard Reutner... - cut down on attempted pattern rule matches
2008-10-09 Bernhard Reutner... - reinstate hostutils target
2008-10-09 Bernhard Reutner... - tidy up utils_install
2008-10-09 Bernhard Reutner... - beautify hcompile.u
2008-10-09 Bernhard Reutner... - standardize fopen error message a bit
2008-10-09 Bernhard Reutner... - fix errno setting (we're outside of libc here)
2008-10-09 Bernhard Reutner... - mention a FIXME for some make guru :)
2008-10-09 Bernhard Reutner... - fix test. Tests are normal userspace and are _not_...
2008-10-08 Bernhard Reutner... - sync comment to rule as pointed out by psm.
2008-10-08 Bernhard Reutner... - fix bad r23573 from egtvedt
2008-10-08 Bernhard Reutner... - fix building locale (pre- and generated, even parallel)
2008-10-08 Bernhard Reutner... - revert bad hunk from (my) r22403
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-10-08 Bernhard Reutner... - add/use variables to make build-tools configurable
2008-10-06 Carmelo AmorosoFix scandir function to reset the errno when the
2008-10-06 Bernhard Reutner... - fix typo in previous commit
2008-10-06 Bernhard Reutner... - add libc_hidden_def(clock_getres) as spotted by Ned...
2008-10-06 Bernhard Reutner... - implement log2()
2008-10-06 Bernhard Reutner... - mention the architectures that currently support...
2008-10-06 Bernhard Reutner... - wrap overlong lines
2008-10-06 Bernhard Reutner... - move helptexts to their config symbols so that they...
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - Fallback waitid impl (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - silence warning
2008-10-06 Bernhard Reutner... - disentangle REALTIME from ADVANCED_REALTIME (Peter...
2008-10-06 Bernhard Reutner... - tweak inclusion of asm/socket.h for linux-2.4 (Peter...
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-02 Hans-Christian... Fix bad commit 23574 for io redirecting when running...
2008-10-02 Hans-Christian... Use more generic redirecting of output in the test...
2008-10-02 Hans-Christian... Ensure that headers are generated before libs
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-30 Bernhard Reutner... - fix whitespace
2008-09-30 Bernhard Reutner... - avoid warning about undefined preprocessor token
2008-09-30 Bernhard Reutner... - add missing const qualifier for !__NR_sched_setaffini...
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-30 Bernhard Reutner... - tweak helptext
2008-09-30 Bernhard Reutner... - remove shadows declaration of struct st (already...
2008-09-29 Bernhard Reutner... - add a copy of user_regs
2008-09-29 Bernhard Reutner... - do not pass bitwise-or to the assembler. Closes ...
2008-09-29 Carmelo Amorososh_ldso: Fix typo: missing semi-colon.
2008-09-29 Bernhard Reutner... - honour UCLIBC_HAS_SYSLOG
2008-09-29 Carmelo AmorosoFix comment.
2008-09-29 Carmelo Amorosoldso: allow undefined references to weak symbols
2008-09-29 Carmelo Amorosolibdl: use stderr consistently.
2008-09-29 Carmelo Amorosoldso: do not use hard-coded fd in _dl_dprintf. Use...
2008-09-29 Bernhard Reutner... - now passes all LTP tests
2008-09-29 Carmelo Amorosoi18n: Fix mbrtowc function to handle 0xc0 and 0xc1...
2008-09-29 Bernhard Reutner... - fix ISO C keywords
2008-09-27 Denis Vlasenkogetgrouplist(): ...add files which I forgot to add.
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-27 Rob LandleyDependencies tweak: make install should depend on all, or
2008-09-26 Mike Frysingeruse __UCLIBC_HAS_STUBS__
2008-09-26 Bernhard Reutner... - revert r23469. If gnu getopt is disabled, then there...
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-26 Bernhard Reutner... - remove all *_hidden_proto(...) on install_headers
2008-09-26 Peter KjellerstedtRebased the memcpy() and memset() implementations for...
2008-09-26 Peter KjellerstedtCorrect _init()/_fini() for CRISv32 as suggested by...
2008-09-26 Bernhard Reutner... - revert inappropriate part of r23478
2008-09-25 Bernhard Reutner... - add some more math functions (patch from gentoo/solar)
2008-09-25 Bernhard Reutner... - add __ieee754_log2()
2008-09-25 Bernhard Reutner... - fix typo
2008-09-25 Bernhard Reutner... - remove files that are not either LGPL or Public Domain.
2008-09-25 Bernhard Reutner... - cast both times to double for consistency
2008-09-25 Bernhard Reutner... - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown)
2008-09-25 Bernhard Reutner... - also clean .oS
2008-09-25 Bernhard Reutner... - disable gettext support in obstack.
2008-09-25 Bernhard Reutner... - add prototypes
2008-09-25 Bernhard Reutner... - fix compilation of legacy mode
2008-09-25 Bernhard Reutner... - add missing hidden_def
2008-09-25 Bernhard Reutner... - fix !LFS case for i386
2008-09-25 Bernhard Reutner... - RPC support currently requires either IPv4 and/or...
2008-09-25 Bernhard Reutner... - if we only have socket support then there is no resol...
2008-09-25 Bernhard Reutner... - add missing dependency on lt_defines.h
2008-09-25 Bernhard Reutner... - expand documentation
2008-09-25 Bernhard Reutner... - adjust helptext
2008-09-25 Bernhard Reutner... - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
2008-09-25 Bernhard Reutner... - ARMV5 can use STRD and LDRD access instructions but...
2008-09-25 Carmelo Amorososh: Fix SYSCALL_INST_STRx to work for SH-2[A] core...
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-09-25 Mike Frysingerdelete/init module functions are not 2.4 specific
2008-09-24 Bernhard Reutner... - only compile them if the respective syscalls are...
2008-09-24 Bernhard Reutner... - silence warning about possibly undefined preprocessor...
2008-09-24 Bernhard Reutner... - Fix arguments to compare function. Closes #1081
2008-09-24 Bernhard Reutner... - remove debug cruft
next