OSDN Git Service

uclinux-h8/uClibc.git
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
2008-09-24 Bernhard Reutner... - deal with ARM specific syscalls. Closes #2894
2008-09-24 Bernhard Reutner... - both getopt gnu and susv3 want {bits/,}getopt.h insta...
2008-09-24 Bernhard Reutner... - do not segfault if we end up with empty tables
2008-09-24 Paul MundtUse __SH_SYSCALL_TRAP_BASE for pthread vfork trap,...
2008-09-23 Carmelo Amorosoldso: removed dead code.
2008-09-22 Carmelo AmorosoAdd work-around for powerpc.
2008-09-21 Paul MundtFix up memset() argument ordering in open_memstream...
2008-09-19 Bernhard Reutner... - fix for r23427. Thanks to psm for mentioning this...
2008-09-19 Bernhard Reutner... - add posix_fadvise. Not yet tested most likely broken...
2008-09-19 Bernhard Reutner... - take LFS into account and add fallback via fadvise64
2008-09-19 Bernhard Reutner... - posix_fadvise64 for i386
2008-09-18 Carmelo AmorosoUse __always_inline for _dl_gettimeofday as well.
2008-09-18 Carmelo AmorosoFix posix_fadvise[64] functions to return the error...
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-09-18 Bernhard Reutner... - exec_comm_child can not return ever
2008-09-17 Hans-Christian... avr32: add defines and prototype function for sync_file...
2008-09-16 Bernhard Reutner... - add script to generate lots of failing (random)configs
2008-09-16 Bernhard Reutner... - sync_file_range(). Missed the i386 directory in previ...
2008-09-16 Carmelo AmorosoAdd INTERNAL_SYSCALL macros for sh
2008-09-16 Bernhard Reutner... - add sync_file_range()
2008-09-16 Bernhard Reutner... - do not attempt to rm twice
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-09-15 Rob LandleyMake menuconfig help bigger and fluffier.
2008-09-13 Chris Zankelxtensa: Stack unwinding on Xtensa requires that the...
2008-09-13 Chris Zankelxtensa: The Xtensa port needs to define the __UCLIBC_TR...
2008-09-13 Chris Zankelxtensa: The Xtensa-specific strcmp.S file is testing...
2008-09-12 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - whitespace fixes
2008-09-11 Bernhard Reutner... - remove gethostbyname_r relocation
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-11 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-09-11 Bernhard Reutner... - the help target is phony
2008-09-11 Bernhard Reutner... - add some helpful help text, as advertised.
2008-09-11 Bernhard Reutner... - honour EXTRA_CPPFLAGS
2008-09-09 Carmelo AmorosoAdd optimized memcpy implementation for sh4 (from Stuar...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
2008-09-09 Bernhard Reutner... - adjust range of valid grp buffer size to match pwd...
next