OSDN Git Service

uclinux-h8/uClibc.git
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...
2008-09-09 Carmelo AmorosoFix problem in vfprintf when assertion are enabled.
2008-09-09 Carmelo AmorosoFill in termios_p data structure only if ioctl syscall
2008-09-09 Carmelo AmorosoHush compiler for extern inline warnings by using
2008-09-09 Carmelo AmorosoRevert latest changes. Instead of applying this work...
2008-09-09 Carmelo AmorosoUse getdents syscall if kernel provide supports for...
2008-09-06 Bernhard Reutner... - for extern inline, also take __extern_inline and...
2008-09-06 Bernhard Reutner... - fix indentation
2008-09-04 Carmelo AmorosoFollow sh asm convention to indent the instruction...
2008-09-04 Paul MundtKill off the GOT lookup for init/fini in the sh crti...
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-08-27 Bernhard Reutner... - flesh out helptext of DOMULTI.
2008-08-27 Bernhard Reutner... - should either be defined or callers should do_t_strip...
2008-08-27 Ricard WanderlofRemoved redundant includes.
2008-08-27 Bernhard Reutner... - pull check-lxdialog.sh from linux-2.6.26
2008-08-21 Paul MundtFix up an msync() redefinition for linuxthreads + nommu...
2008-08-21 Paul MundtDisable -msoft-float usage on SH, gcc doesn't support it.
2008-08-20 Bernhard Reutner... - Fix powerpc pread/pwrite (Wade Berrier)
2008-08-08 Carmelo AmorosoFix SH ldso sequence startup.
2008-08-06 Bernhard Reutner... - some more asm keyword fixes (Yann E. MORIN)
2008-07-29 Carmelo AmorosoRemove .depend when doing distclean
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-07-23 Haavard Skinnemoenavr32: Put underscores around asm, inline, etc.
2008-07-17 Bernhard Reutner... - poison non-standard keywords:
2008-07-17 Bernhard Reutner... - pull fix for unwinding from the NPTL branch (Johannes...
2008-07-14 Bernhard Reutner... - improve UCLIBC_LINUX_SPECIFIC
2008-07-14 Bernhard Reutner... - do not force LFS unto x86_64 folks
2008-07-11 Bernhard Reutner... - remove the error counter
2008-07-11 Bernhard Reutner... - add error-counter, do not immediately exit if a testc...
2008-07-11 Bernhard Reutner... - do not test pthread if threads are not available
2008-07-11 Bernhard Reutner... - the interp is an order-only prereq of lib-so-y
2008-07-11 Bernhard Reutner... - don't test libcrypt stubs
2008-07-11 Bernhard Reutner... - do not run tests that are not available
2008-07-11 Bernhard Reutner... wow. So why does test/ keep it's own copy of CFLAGS...
2008-07-11 Bernhard Reutner... check and test have to depend on test_compile
2008-07-10 Carmelo AmorosoRemoved wrong preprocessed files
2008-07-10 Carmelo AmorosoAdded missing tests for locale with multibyte encoding
2008-07-09 Carmelo AmorosoAdded several tests for locale support (8 bit and multi...
2008-07-08 Carmelo Amorososh4 don't need to cope with older RLIMIT implementation.
2008-07-08 Carmelo AmorosoFix the test build system by installing headers on...
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-07-02 Carmelo AmorosoInclude errno.h from kernel headers instead of using...
2008-07-02 Carmelo AmorosoFix makefile target to run test when there are some...
2008-07-01 Ricard WanderlofSimplified check_pf() so it returns a bit vector in...
2008-06-28 Denis Vlasenko#include <ifaddrs.h> should be #include "ifaddrs.h"
2008-06-27 Mike Frysingeradd test case for argv[0] == null
2008-06-27 Mike Frysingerif argv[0] is NULL, dont try to parse it and subsequent...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofFixed #if -> #if defined.
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-20 Bernhard Reutner... - make sure to build crti and crtn with PICFLAG
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-16 Bernhard Reutner... - remove improper comment
2008-06-16 Bernhard Reutner... - fix build error
2008-06-13 Denis Vlasenkodes: des_setkey always returns 0, there is no point
2008-06-12 Peter KjellerstedtInclude sys/syscall.h since we are checking for __NR_cl...
2008-06-12 Denis Vlasenkoremove a trivial comment. no code changes
2008-06-12 Bernd SchmidtRevert revision 19347, plus libc_hidden_proto for __uc_...
2008-06-12 Bernd SchmidtRevert revision 19345 plus libc_hidden_proto for __uc_m...
2008-06-12 Bernd SchmidtRevert revision 19344 plus the libc_hidden_proto for...
2008-06-12 Bernd SchmidtRevert revision 19343 and also remove libc_hidden_proto...
2008-06-11 Carmelo AmorosoMake locale_headers only when doing pregen and not...
2008-06-11 Denis Vlasenkolibcrypt/md5.c:
2008-06-11 Carmelo AmorosoFix some compiler warnings
2008-06-11 Bernhard Reutner... - disregard any and all $(top_builddir) in deps.
2008-06-11 Bernd SchmidtFix two more cases where a libc_hidden_proto was added...
2008-06-11 Chris Zankelxtensa: Fix spill routine.
2008-06-10 Bernhard Reutner... - no need to export the included dependencies generated...
2008-06-10 Bernd SchmidtRevert revison 19346, except parts needed by later...
2008-06-10 Bernd SchmidtRevert revision 19342, plus one whitespace fix demanded...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-08 Bernd SchmidtIn string.h, move libc_hidden_proto next to the corresp...
2008-06-07 Bernhard Reutner... - if UNIX98PTY_ONLY is not set then we're in legacy...
2008-06-07 Bernhard Reutner... - revert incorrect parts of r22257 and 22259
2008-06-07 Bernhard Reutner... - remove __USE_BSD guard from __bsd_getpt().
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-06 Denis VlasenkoRemove superfluous attribute_hidden from function
2008-06-06 Denis VlasenkoDocument the reason why ether tests in testsuite may...
2008-06-06 Denis VlasenkoFix hard-to-rigger locking bug in vsyslog():
2008-06-06 Denis VlasenkoUse more natural way to return a value in __read_etc_ho...
2008-06-06 Denis VlasenkoFix failure in test/inet/gethost_r-align:
2008-06-06 Denis Vlasenkoshrink getopt a bit by using smallints. Run tested...
2008-06-06 Denis VlasenkoHeed a warning: "string" was assigned to char*, changin...
2008-06-06 Denis VlasenkoFix spurious testsuite failure
2008-06-05 Bernd SchmidtRevert revision 22027 which totally broke getopt.
next