summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - revert incorrect parts of r22257 and 22259Bernhard Reutner-Fischer2008-06-073-7/+6
* - remove __USE_BSD guard from __bsd_getpt().Bernhard Reutner-Fischer2008-06-071-2/+0
* - UCLIBC_HAS_GETPT pulls in getpt.Bernhard Reutner-Fischer2008-06-072-2/+8
* Remove superfluous attribute_hidden from functionDenis Vlasenko2008-06-061-1/+1
* Document the reason why ether tests in testsuite may fail.Denis Vlasenko2008-06-062-0/+9
* Fix hard-to-rigger locking bug in vsyslog():Denis Vlasenko2008-06-061-9/+13
* Use more natural way to return a value in __read_etc_hosts_r:Denis Vlasenko2008-06-061-24/+21
* Fix failure in test/inet/gethost_r-align:Denis Vlasenko2008-06-061-4/+8
* shrink getopt a bit by using smallints. Run tested (busybox testsuite)Denis Vlasenko2008-06-061-16/+18
* Heed a warning: "string" was assigned to char*, changing that to const char*Denis Vlasenko2008-06-061-2/+2
* Fix spurious testsuite failureDenis Vlasenko2008-06-061-0/+5
* Revert revision 22027 which totally broke getopt.Bernd Schmidt2008-06-052-18/+20
* - forgot to checkin this s/check/FORCE/Bernhard Reutner-Fischer2008-06-051-1/+1
* - revert r22233Bernhard Reutner-Fischer2008-06-051-9/+4
* - make libcrypt optional. Untested.Bernhard Reutner-Fischer2008-06-057-4/+72
* - switching thread impls without makeing clean before left the objs of theBernhard Reutner-Fischer2008-06-051-4/+9
* - do a defconfig for the given arch, not unconditionally for alphaBernhard Reutner-Fischer2008-06-051-1/+2
* - drats. The pre-commit hook is broken. No chance to ci a patch other than ob...Bernhard Reutner-Fischer2008-06-052-462/+0
* - pull kconfig from 2.6.25.4Bernhard Reutner-Fischer2008-06-0536-1308/+1805
* - fix keyword "depends on"Bernhard Reutner-Fischer2008-06-052-11/+11
* - linuxthreads and linuxthreads.old need nanosleep()Bernhard Reutner-Fischer2008-06-051-0/+2
* Fix typo that prevented "make clean" from removing objects in libc/misc/locale.Bernd Schmidt2008-06-041-1/+1
* - remove duplicate removing of ustat.hBernhard Reutner-Fischer2008-06-041-6/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-0415-52/+46
* Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since weBernd Schmidt2008-06-041-1/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-0411-33/+3
* - fix typo (have to check the content, not if true)Bernhard Reutner-Fischer2008-06-041-1/+2
* Fix merge error: mmap.c no longer exists in bfin/.Bernd Schmidt2008-06-031-1/+1
* close bug 473:Denis Vlasenko2008-06-031-33/+39
* - Revert _dl_exit touch-up.Bernhard Reutner-Fischer2008-06-031-5/+1
* - add libpthread-nonshared-y to files.depBernhard Reutner-Fischer2008-06-031-5/+7
* syslog.c: fix a buglet in prev-last commit: logic inversion in closelogDenis Vlasenko2008-06-031-3/+3
* syslog.c: fix indentation and style. No code changes.Denis Vlasenko2008-06-031-47/+46
* Fix bug 575 and other small problems noticed along the way.Denis Vlasenko2008-06-031-42/+46
* - Generate dummy rules for prerequisites.Bernhard Reutner-Fischer2008-06-031-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-0388-154/+892
* - breakup lines of compile.c and add a variable to hold filter-out PHONY target.Bernhard Reutner-Fischer2008-06-031-3/+10
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-033-84/+65
* fix trivial mismatch in return type of build_wcs_upper_buffer()Denis Vlasenko2008-06-031-1/+1
* Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusingDenis Vlasenko2008-06-024-7/+7
* dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko2008-06-021-1/+1
* libc/stdlib/stdlib.c: fix whitespace damage. No code changesDenis Vlasenko2008-06-021-92/+86
* fix bug 1577: '`' is not an acceptable digit for strto[u]l().Denis Vlasenko2008-06-021-13/+13
* libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko2008-06-021-87/+88
* libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko2008-06-021-12/+12
* fix fallout from libc_hidden_proto removalDenis Vlasenko2008-06-022-1/+4
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-013-4/+6
* Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko2008-06-012-8/+6
* build system: stop creating ugly double-slash symlinks likeDenis Vlasenko2008-06-011-1/+4
* fix compile breakage in libc/string/wcscasecmp.cDenis Vlasenko2008-06-011-0/+1