OSDN Git Service

uclinux-h8/uClibc.git
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.
2008-06-05 Bernhard Reutner... - forgot to checkin this s/check/FORCE/
2008-06-05 Bernhard Reutner... - revert r22233
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-05 Bernhard Reutner... - switching thread impls without makeing clean before...
2008-06-05 Bernhard Reutner... - do a defconfig for the given arch, not unconditionall...
2008-06-05 Bernhard Reutner... - drats. The pre-commit hook is broken. No chance to...
2008-06-05 Bernhard Reutner... - pull kconfig from 2.6.25.4
2008-06-05 Bernhard Reutner... - fix keyword "depends on"
2008-06-05 Bernhard Reutner... - linuxthreads and linuxthreads.old need nanosleep()
2008-06-04 Bernd SchmidtFix typo that prevented "make clean" from removing...
2008-06-04 Bernhard Reutner... - remove duplicate removing of ustat.h
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-04 Bernd SchmidtUndefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-04 Bernhard Reutner... - fix typo (have to check the content, not if true)
2008-06-03 Bernd SchmidtFix merge error: mmap.c no longer exists in bfin/.
2008-06-03 Denis Vlasenkoclose bug 473:
2008-06-03 Bernhard Reutner... - Revert _dl_exit touch-up.
2008-06-03 Bernhard Reutner... - add libpthread-nonshared-y to files.dep
2008-06-03 Denis Vlasenkosyslog.c: fix a buglet in prev-last commit: logic inver...
2008-06-03 Denis Vlasenkosyslog.c: fix indentation and style. No code changes.
2008-06-03 Denis VlasenkoFix bug 575 and other small problems noticed along...
2008-06-03 Bernhard Reutner... - Generate dummy rules for prerequisites.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-03 Bernhard Reutner... - breakup lines of compile.c and add a variable to...
2008-06-03 Denis VlasenkoRemove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL...
2008-06-03 Denis Vlasenkofix trivial mismatch in return type of build_wcs_upper_...
2008-06-02 Denis VlasenkoRename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise...
2008-06-02 Denis Vlasenkodlfcn.h exists only if __HAVE_SHARED__ ("we are built...
2008-06-02 Denis Vlasenkolibc/stdlib/stdlib.c: fix whitespace damage. No code...
2008-06-02 Denis Vlasenkofix bug 1577: '`' is not an acceptable digit for strto...
2008-06-02 Denis Vlasenkolibc/inet/resolv.c: use ip6.arpa instead of ip6.int...
2008-06-02 Denis Vlasenkolibc/inet/addr.c: fix broked indentation and bad style...
2008-06-02 Denis Vlasenkofix fallout from libc_hidden_proto removal
2008-06-01 Denis Vlasenkosuppress a few "might be used uninitialized" warnings...
2008-06-01 Denis VlasenkoRework smallint machinery so that it will reliably...
2008-06-01 Denis Vlasenkobuild system: stop creating ugly double-slash symlinks...
2008-06-01 Denis Vlasenkofix compile breakage in libc/string/wcscasecmp.c
2008-06-01 Denis Vlasenkoadd missing includes of unistd.h for smallint usage
2008-06-01 Bernd SchmidtStill forgot some libraries in one of the previous...
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-06-01 Bernd SchmidtUse $(<D) rather than $(^D), as the latter now contains...
2008-06-01 Bernhard Reutner... - since we force make into trying to rebuild unconditio...
2008-06-01 Bernhard Reutner... - store the used compiler plus flags in the .%.dep...
2008-05-31 Bernd SchmidtFix a dependency to mention libc.so, not libc.so.0...
2008-05-31 Bernhard Reutner... - rm all deps on distclean
2008-05-31 Bernhard Reutner... Oh, and prepend a dot to the basename so i don't have...
2008-05-31 Bernhard Reutner... - generate deps via gcc
2008-05-31 Bernhard Reutner... - fix whitespace
2008-05-31 Bernhard Reutner... - fix prerequisites of sysnum.h (has to depend on the...
2008-05-31 Bernhard Reutner... - default kernel-modules funcs to on.
2008-05-31 Denis Vlasenkofix fallout from string.h libc_hidden_proto removal
2008-05-31 Denis VlasenkoMakefile.kconfig: whitespace fix
2008-05-30 Bernhard Reutner... - cannot really guarantee proper order, so play safe...
2008-05-30 Bernhard Reutner... - Fix gcc glitch with mremap and IMA.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - try to pickup UINTMAX_MAX
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - fix dependencies of ldso.c
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - Avoid warning about undefined preprocessor token...
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
2008-05-30 Bernhard Reutner... - shrink a little bit.
2008-05-29 Bernhard Reutner... - fix dependencies for multi-source
2008-05-29 Carmelo AmorosoFix typo in macro for tls access model
2008-05-28 Bernhard Reutner... - pull commentary fixes from upstream
2008-05-28 Carmelo AmorosoFix the ELF magic number for SPARCV9: by Friedrich...
2008-05-28 Haavard Skinnemoenavr32: splice(), vmsplice() and tee() support
next