From 1528771f284f2d8867dc807e6b14e019c1ead9d6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Nov 2003 08:48:34 +0000 Subject: Update docs in preparation for release --- Changelog | 30 + Changelog.full | 2686 ++++++++++++++++++++-------------- INSTALL | 94 +- README | 31 +- docs/Glibc_vs_uClibc_Differences.txt | 9 +- docs/uClibc_vs_SuSv3.txt | 3 +- docs/uclibc.org/index.html | 97 +- docs/uclibc.org/old-news.html | 57 + docs/uclibc.org/uClibc-apps.html | 923 +----------- 9 files changed, 1814 insertions(+), 2116 deletions(-) diff --git a/Changelog b/Changelog index 8b3e832bf..ac806380f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,33 @@ +0.9.22 8 November 2003 + +See Changelog.full for the complete list of who did what. + +Note: + This release is binary compatible with the 0.9.21 release + if you take care to avoid any configuraton changes that + might break things for you (i.e. enabling or disabling things + like soft-float, locale, wide wchar support, or changing cpu + type are all good examples of binary incompatible config options). + +Release highlights: + o Added e1, microblaze, and sh64 architectures. + o Much improved soft-float support + o Rewrote the passwd and group handing functions + and implemented all SuSv3 required reentrant + versions. + o Reworked and updated the Config system. You now + get to select your target architecture with the + config system. + o Fixed pthreads for mmuless m68k systems + o Added some x86 optimized string functions. + o Lots and lots of bugs fixed. + + -Erik + + + + + 0.9.21 9 September 2003 See Changelog.full for the complete list of who did what. diff --git a/Changelog.full b/Changelog.full index 2e29c7452..b7bcbbd2f 100644 --- a/Changelog.full +++ b/Changelog.full @@ -1,2221 +1,2737 @@ --------------------- -PatchSet 2524 -Date: 2003/06/30 22:51:15 +PatchSet 2680 +Date: 2003/09/11 11:24:28 Author: andersen Branch: HEAD -Tag: uClibc_0_9_20 +Tag: (none) Log: -Update for release +Stefan Allius writes: + +1. Under Solaris the test command with the 'string' argument don't + work well. So I added the '-n' argument, which might work on all + platforms. + +2. The sed under Solaris don't support the '-s' argument, which is a + GNU extension. I changed it to '-e' which works fine for me. Members: - Changelog:1.16->1.17 - Changelog.full:1.12->1.13 - TODO:1.39->1.40 - docs/uclibc.org/index.html:1.60->1.61 + extra/scripts/fix_includes.sh:1.4->1.5 + extra/scripts/get-needed-libgcc-objects.sh:1.20->1.21 --------------------- -PatchSet 2525 -Date: 2003/07/01 01:44:11 +PatchSet 2681 +Date: 2003/09/11 11:26:16 Author: andersen Branch: HEAD Tag: (none) Log: -Update note re binary compat +Stefan Allius writes: + +Hello, + +my patch changed the format of the ldso debug output to the same +format as on the i386 systems. + +By Stefan Members: - docs/uclibc.org/index.html:1.61->1.62 + ldso/ldso/sh/elfinterp.c:1.6->1.7 --------------------- -PatchSet 2526 -Date: 2003/07/01 01:49:22 +PatchSet 2682 +Date: 2003/09/11 11:47:23 Author: andersen Branch: HEAD Tag: (none) Log: -More updates +Simplify an expression. Use static const on strings to avoid +a gcc 2.95 compiler problem on powerpc. Members: - docs/uclibc.org/index.html:1.62->1.63 - docs/uclibc.org/old-news.html:1.11->1.12 + ldso/ldso/readelflib1.c:1.45->1.46 --------------------- -PatchSet 2527 -Date: 2003/07/01 02:44:53 +PatchSet 2683 +Date: 2003/09/11 12:12:55 Author: andersen Branch: HEAD Tag: (none) Log: -oops. This is 0.9.20, not .30 +Peter Kjellerstedt writes: + +The attached patch allows $(CC) to contain spaces +(something which we use). Members: - Changelog:1.17->1.18 + libc/Makefile:1.27->1.28 --------------------- -PatchSet 2528 -Date: 2003/07/01 18:11:13 +PatchSet 2684 +Date: 2003/09/11 12:25:20 Author: andersen Branch: HEAD Tag: (none) Log: -Fix source code URL +Fix several stupid bugs I let slip into the release Members: - docs/uclibc.org/index.html:1.63->1.64 + Rules.mak:1.139->1.140 --------------------- -PatchSet 2529 -Date: 2003/07/02 18:04:08 +PatchSet 2685 +Date: 2003/09/11 17:57:15 +Author: mjn3 +Branch: HEAD +Tag: (none) +Log: +Patch by Atsushi Nemoto to do arch-required +mapping of signal strings (alpha, mips, hppa, sparc). + +Members: + libc/string/wstring.c:1.17->1.18 + +--------------------- +PatchSet 2686 +Date: 2003/09/13 17:09:42 +Author: mjn3 +Branch: HEAD +Tag: (none) +Log: +Fix a problem reported by Atsushi Nemoto +for environments where long and long long are the same size. + +Members: + libc/stdio/scanf.c:1.30->1.31 + +--------------------- +PatchSet 2687 +Date: 2003/09/16 23:22:30 +Author: mjn3 +Branch: HEAD +Tag: (none) +Log: +This should enabled building of uClibc locale support when using uClibc itself. +Sorry I didn't test this before the release. + +Please remember that the locale data generation tools are not very robust, +so doing something like disabling 8-bit codeset support is likely to break +things. As it stands, UTF-8 support is required, but I'm not sure I test +for that. + +Also, you will notice a difference in the locale data generated by uClibc +verses glibc. That's because the bg_BG locale specifies use of grouping +in LC_NUMERIC, but supplies no grouping char. The uClibc locale code +tests for and works around this (at the moment) by disabling grouping. +But the result is slightly different data which ripples throughout the +rest of the tables. + +Members: + extra/locale/gen_wc8bit.c:1.4->1.5 + extra/locale/gen_wctype.c:1.3->1.4 + libc/sysdeps/linux/common/bits/uClibc_locale.h:1.9->1.10 + +--------------------- +PatchSet 2688 +Date: 2003/09/17 11:37:37 Author: andersen Branch: HEAD Tag: (none) Log: -Only exec child apps if they are elf type ET_EXEC +Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64 +is not defined. Members: - ldso/util/ldd.c:1.32->1.33 + libc/sysdeps/linux/common/syscalls.c:1.114->1.115 --------------------- -PatchSet 2530 -Date: 2003/07/03 11:40:18 +PatchSet 2689 +Date: 2003/09/17 11:39:08 Author: andersen Branch: HEAD Tag: (none) Log: -As noted by Felix Radensky back on 16 Mar: +Patch from Philip Nye fixing mmu-less - I've tried several times to compile uClibc with soft-float - (both gcc-3.2.2 toolchain and wrapper), but applications - compiled with uClibc always failed with "Invalid instruction". - So I ended up disabling floating point at all and this works well. - I also has no problem with glibc from Monta Vista, which is - compiled with soft-float. My processor is PowerPC 405GP. +Members: + extra/scripts/fix_includes.sh:1.5->1.6 - Maybe the problem is in FP() macro definition in - libc/sysdeps/linux/powerpc/setjmp.S and - libc/sysdeps/linux/powerpc/__longjmp.S +--------------------- +PatchSet 2690 +Date: 2003/09/17 12:50:18 +Author: miles +Branch: HEAD +Tag: (none) +Log: +Make sure static heaps are aligned correctly. - #ifdef __UCLIBC_HAS_FLOATS__ - #define FP(x...) x - #else - #define FP(x...) - #endif +Members: + libc/stdlib/malloc/heap.h:1.12->1.13 - which should be defined as +--------------------- +PatchSet 2691 +Date: 2003/09/17 15:53:37 +Author: andersen +Branch: HEAD +Tag: (none) +Log: +Make sure we use the local copy of elf.h, since some system +versions are insufficient.... + +Members: + ldso/util/Makefile:1.33->1.34 - if defined __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__ - #define FP(x...) x - #else - #define FP(x...) - #endif +--------------------- +PatchSet 2692 +Date: 2003/09/19 11:01:08 +Author: miles +Branch: HEAD +Tag: (none) +Log: +Add dependencies on header files. Members: - libc/sysdeps/linux/powerpc/__longjmp.S:1.1->1.2 - libc/sysdeps/linux/powerpc/setjmp.S:1.4->1.5 + libc/stdlib/malloc/Makefile:1.28->1.29 --------------------- -PatchSet 2531 -Date: 2003/07/14 22:16:54 -Author: mjn3 +PatchSet 2693 +Date: 2003/09/19 11:10:33 +Author: miles Branch: HEAD Tag: (none) Log: -Yikes! This was doing another lock instead of unlocking the stream. +Make sure we don't allocate too little space for static free-areas +because of our fiddling with alignment (because doing so is VERY BAD). Members: - libc/stdio/old_vfprintf.c:1.5->1.6 + libc/stdlib/malloc/heap.h:1.13->1.14 --------------------- -PatchSet 2532 -Date: 2003/07/15 08:00:50 -Author: andersen +PatchSet 2694 +Date: 2003/09/19 13:06:05 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Fix a silly cut-n-paste error +Added assembler version of startup code. Fix Makefile so it uses the new +code. Members: - docs/uclibc.org/uClibc-apps.html:1.21->1.22 + libc/sysdeps/linux/cris/Makefile:1.6->1.7 + libc/sysdeps/linux/cris/crt0.S:INITIAL->1.1 --------------------- -PatchSet 2533 -Date: 2003/07/15 08:44:34 -Author: andersen +PatchSet 2695 +Date: 2003/09/19 13:07:22 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Patch from Peter Kjellerstedt to make it simpler for arches to specify -either -fPIC or -fpic +Re-add cris to "define list" when fixing auxvt. Members: - Rules.mak:1.133->1.134 - libc/sysdeps/linux/common/Makefile:1.81->1.82 + ldso/ldso/ldso.c:1.72->1.73 --------------------- -PatchSet 2534 -Date: 2003/07/15 08:46:09 -Author: andersen +PatchSet 2696 +Date: 2003/09/19 13:11:14 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Patch from Peter Kjellerstedt to not modify include/bits/sysnum.h -if it does not need to be updated. +Initialize strings as pointers instead of arrays. Members: - Makefile:1.206->1.207 + ldso/ldso/readelflib1.c:1.46->1.47 --------------------- -PatchSet 2535 -Date: 2003/07/17 17:07:48 -Author: mjn3 +PatchSet 2697 +Date: 2003/09/19 13:11:43 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Bug fix from Peter Kjellerstedt . vfscanf was -not setting the FILE bufread member to flag the end of the buffer. -Also, do not set bufgetc member if getc macro support is disabled. +Corrected LD_BOOT macro Members: - libc/stdio/scanf.c:1.26->1.27 + ldso/ldso/cris/boot1_arch.h:1.2->1.3 --------------------- -PatchSet 2536 -Date: 2003/07/21 21:28:58 -Author: andersen +PatchSet 2698 +Date: 2003/09/19 13:12:29 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Doing an search and replace on CFLAGS can prove dangerous. We don't -do -O0 by default anyways, so leave this disabled for now. +* Partial re-write to match other archs and remove duplicate code. +* Assign insead of add when doing relocations. Members: - libpthread/linuxthreads/Makefile:1.7->1.8 + ldso/ldso/cris/elfinterp.c:1.4->1.5 --------------------- -PatchSet 2537 -Date: 2003/08/01 10:13:43 -Author: andersen +PatchSet 2699 +Date: 2003/09/21 20:41:53 +Author: mjn3 Branch: HEAD Tag: (none) Log: -Remove the arch specific shm.h and use the fixed up common -one which now uses the kernel structs - -Erik +Fix "subst -g,," problem for SAFECFLAGS. + +Members: + libc/sysdeps/linux/arm/Makefile:1.43->1.44 + libc/sysdeps/linux/common/Makefile:1.85->1.86 + libc/sysdeps/linux/i386/Makefile:1.56->1.57 + libc/sysdeps/linux/powerpc/Makefile:1.20->1.21 + libc/sysdeps/linux/sh/Makefile:1.21->1.22 + +--------------------- +PatchSet 2700 +Date: 2003/09/22 03:57:18 +Author: mjn3 +Branch: HEAD +Tag: (none) +Log: +Ugh... EOF handling by scanf was completely broken. :-( Regretably, +I got my mind fixed in one mode and didn't comply with the standards. +Things should be fixed now, but comparision testing is difficult when +glibc's scanf is broken and they stubbornly refuse to even acknowledge +that it is... even when confronted by specific examples from the C99 +standards and from an official C standard defect report. Members: - libc/sysdeps/linux/alpha/bits/shm.h:1.1->1.2(DEAD) - libc/sysdeps/linux/common/bits/shm.h:1.1->1.2 - libc/sysdeps/linux/cris/bits/shm.h:1.1->1.2(DEAD) - libc/sysdeps/linux/mips/bits/shm.h:1.3->1.4(DEAD) - libc/sysdeps/linux/powerpc/bits/shm.h:1.2->1.3(DEAD) - libc/sysdeps/linux/sparc/bits/shm.h:1.2->1.3(DEAD) + libc/stdio/scanf.c:1.31->1.32 --------------------- -PatchSet 2538 -Date: 2003/08/01 21:08:36 +PatchSet 2701 +Date: 2003/09/22 04:07:51 Author: mjn3 Branch: HEAD Tag: (none) Log: -Add a new *scanf implementation, includeing the *wscanf functions. - Should be standards compliant and with several optional features, - including support for hexadecimal float notation, locale awareness, - glibc-like locale-specific digit grouping with the `'' flag, and - positional arg support. I tested it pretty well (finding several - bugs in glibc's scanf in the process), but it is brand new so be - aware. - -The *wprintf functions now support floating point output. Also, a - couple of bugs were squashed. Finally, %a/%A conversions are - now implemented. - -Implement the glibc xlocale interface for thread-specific locale - support. Also add the various *_l(args, locale_t loc_arg) funcs. - - NOTE!!! setlocale() is NOT threadsafe! NOTE!!! - -The strto{floating point} conversion functions are now locale aware. - The also now support hexadecimal floating point notation. - -Add the wcsto{floating point} conversion functions. - -Fix a bug in mktime() related to dst. Note that unlike glibc's mktime, - uClibc's version always normalizes the struct tm before attempting - to determine the correct dst setting if tm_isdst == -1 on entry. - -Add a stub version of the libintl functions. (untested) - -Fixed a known memory leak in setlocale() related to the collation data. - -Add lots of new config options (which Erik agreed to sort out :-), - including finally exposing some of the stripped down stdio configs. - Be careful with those though, as they haven't been tested in a - long time. - - -(temporary) GOTCHAs... - -The ctype functions are currently incorrect for 8-bit locales. They - will be fixed shortly. - -The ctype functions are now table-based, resulting in larger staticly - linked binaries. I'll be adding an option to use the old approach - in the stub locale configuration. - -Members: - TODO:1.40->1.41 - extra/Configs/Config.in:1.19->1.20 - extra/locale/Makefile:1.9->1.10 - extra/locale/gen_collate.c:1.2->1.3 - extra/locale/gen_ldc.c:1.2->1.3 - extra/locale/gen_locale.c:1.4->1.5 - extra/locale/gen_wc8bit.c:1.3->1.4 - extra/locale/gen_wctype.c:1.2->1.3 - extra/locale/locale_mmap.h:1.3->1.4 - include/ctype.h:1.15->1.16 - include/langinfo.h:1.5->1.6 - include/libintl.h:1.1->1.2 - include/locale.h:1.5->1.6 - include/signal.h:1.6->1.7 - include/stdio.h:1.27->1.28 - include/stdlib.h:1.39->1.40 - include/string.h:1.23->1.24 - include/time.h:1.6->1.7 - include/wchar.h:1.2->1.3 - include/wctype.h:1.2->1.3 - include/xlocale.h:INITIAL->1.1 - include/sys/cdefs.h:1.7->1.8 - libc/inet/rpc/rcmd.c:1.7->1.8 - libc/misc/Makefile:1.35->1.36 - libc/misc/assert/__assert.c:1.6->1.7 - libc/misc/ctype/Makefile:1.12->1.13 - libc/misc/ctype/ctype.c:1.13->1.14 - libc/misc/intl/Makefile:INITIAL->1.1 - libc/misc/intl/intl.c:INITIAL->1.1 - libc/misc/locale/Makefile:1.9->1.10 - libc/misc/locale/locale.c:1.12->1.13 - libc/misc/time/Makefile:1.32->1.33 - libc/misc/time/time.c:1.12->1.13 - libc/misc/wchar/Makefile:1.4->1.5 - libc/misc/wchar/wchar.c:1.10->1.11 - libc/misc/wchar/wstdio.c:1.3->1.4 - libc/misc/wctype/Makefile:1.1->1.2 - libc/misc/wctype/wctype.c:1.3->1.4 - libc/stdio/Makefile:1.38->1.39 - libc/stdio/old_vfprintf.c:1.6->1.7 - libc/stdio/printf.c:1.45->1.46 - libc/stdio/scanf.c:1.27->1.28 - libc/stdio/stdio.c:1.69->1.70 - libc/stdlib/Makefile:1.51->1.52 - libc/stdlib/stdlib.c:1.10->1.11 - libc/stdlib/strtod.c:1.6->1.7 - libc/string/Makefile:1.52->1.53 - libc/string/wstring.c:1.15->1.16 - libc/sysdeps/linux/common/bits/uClibc_ctype.h:1.2->1.3 - libc/sysdeps/linux/common/bits/uClibc_fpmax.h:INITIAL->1.1 - libc/sysdeps/linux/common/bits/uClibc_locale.h:1.5->1.6 - libc/sysdeps/linux/common/bits/uClibc_stdio.h:1.11->1.12 - libc/sysdeps/linux/common/bits/uClibc_touplow.h:INITIAL->1.1 - libc/sysdeps/linux/common/bits/uClibc_uwchar.h:INITIAL->1.1 - libc/sysdeps/linux/common/bits/xopen_lim.h:1.2->1.3 - libc/unistd/getopt.c:1.7->1.8 - libpthread/linuxthreads/Makefile:1.8->1.9 - libpthread/linuxthreads/internals.h:1.5->1.6 - libpthread/linuxthreads/locale.c:INITIAL->1.1 - libpthread/linuxthreads/manager.c:1.6->1.7 - libpthread/linuxthreads/pthread.c:1.10->1.11 - ---------------------- -PatchSet 2539 -Date: 2003/08/01 21:35:12 +Modify _stdio_READ to conform with C99, as stdio input behavior upon + encountering EOF changed with Defect Report #141. In the current + standard, the stream's EOF indicator is "sticky". Once it is set, + all further input from the stream should fail until the application + explicitly clears the EOF indicator (clearerr(), file positioning), + even if more data becomes available. +Fixed a bug in fgets. Wasn't checking for read errors. +Minor thread locking optimizations to avoid some unnecessary locking. +Remove the explicit calls to __builtin_* funcs, as we really need to + implement a more general solution. + +Members: + libc/stdio/stdio.c:1.71->1.72 + +--------------------- +PatchSet 2702 +Date: 2003/09/22 04:29:37 Author: mjn3 Branch: HEAD Tag: (none) Log: -Fix a silly error. +Document some glibc bugs that Ulrich Drepper refuses to acknowledge. :-( + +Members: + docs/Glibc_vs_uClibc_Differences.txt:1.11->1.12 -To use the pregenerated locales, untar in the extra/locale directory. -Do a 'make config' or 'make menuconfig' in the uClibc root dir, then -a 'make headers' followed by 'make -C extra/locale pregen'. Then -continue with 'make' as usual. +--------------------- +PatchSet 2703 +Date: 2003/09/22 05:01:11 +Author: miles +Branch: HEAD +Tag: (none) +Log: +More fiddling with static free-areas: make sure both their size _and_ +their alignment are correct. Members: - extra/locale/Makefile:1.10->1.11 + libc/stdlib/malloc/heap.h:1.14->1.15 --------------------- -PatchSet 2540 -Date: 2003/08/02 00:56:15 +PatchSet 2704 +Date: 2003/09/22 06:43:44 Author: mjn3 Branch: HEAD Tag: (none) Log: -Replace 'new' in a prototype to avoid c++ problems. +One more scanf difference. Members: - libc/sysdeps/linux/common/bits/uClibc_locale.h:1.6->1.7 + docs/Glibc_vs_uClibc_Differences.txt:1.12->1.13 --------------------- -PatchSet 2541 -Date: 2003/08/02 20:17:59 -Author: andersen +PatchSet 2705 +Date: 2003/09/23 23:49:24 +Author: mjn3 Branch: HEAD Tag: (none) Log: -Update licensing discussion +Quick fix to make sure vfprintf always checks stream orientation when +wchar support is enabled. Members: - docs/uclibc.org/FAQ.html:1.12->1.13 + libc/stdio/printf.c:1.48->1.49 --------------------- -PatchSet 2542 -Date: 2003/08/04 20:03:33 -Author: andersen +PatchSet 2706 +Date: 2003/09/24 09:45:36 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Update inet_aton() to support an undocumented feature of inet_aton, -per UNIX Network Programming, Volume 1, second edition: +Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the +expected thing. A so called "D'oh!". - An undocumented feature of inet_aton is that if addrptr is - a null pointer, the function still performs it validation - of the input string, but does not store the result. +Members: + libc/sysdeps/linux/cris/Makefile:1.7->1.8 + +--------------------- +PatchSet 2707 +Date: 2003/09/26 02:33:57 +Author: miles +Branch: HEAD +Tag: (none) +Log: +Revert to using uClibc-specific c-symbol-prefix stuff +(__C_SYMBOL_PREFIX__). Members: - libc/inet/addr.c:1.12->1.13 + include/sys/cdefs.h:1.8->1.9 --------------------- -PatchSet 2543 -Date: 2003/08/04 21:23:05 +PatchSet 2708 +Date: 2003/09/29 22:46:00 Author: andersen Branch: HEAD Tag: (none) Log: -For sparc, powerpc, mips, and alpha we should also use the -common ipc.h header and struct definitions. - -Erik +Fix SUPPORT_LD_DEBUG_EARLY on powerpc Members: - libc/sysdeps/linux/alpha/bits/ipc.h:1.1->1.2(DEAD) - libc/sysdeps/linux/mips/bits/ipc.h:1.3->1.4(DEAD) - libc/sysdeps/linux/powerpc/bits/ipc.h:1.2->1.3(DEAD) - libc/sysdeps/linux/sparc/bits/ipc.h:1.2->1.3(DEAD) + ldso/include/ld_string.h:1.1->1.2 --------------------- -PatchSet 2544 -Date: 2003/08/05 02:52:38 +PatchSet 2709 +Date: 2003/09/30 08:06:02 Author: andersen Branch: HEAD Tag: (none) Log: -Merge/rework config system per the latest from linux-2.6.0-test2 - -Erik +oops. Members: - extra/config/conf.c:1.3->1.4 - extra/config/confdata.c:1.6->1.7 - extra/config/expr.c:1.1->1.2 - extra/config/expr.h:1.2->1.3 - extra/config/lex.zconf.c_shipped:1.2->1.3 - extra/config/lkc.h:1.1->1.2 - extra/config/lkc_proto.h:1.2->1.3 - extra/config/mconf.c:1.7->1.8 - extra/config/menu.c:1.1->1.2 - extra/config/symbol.c:1.4->1.5 - extra/config/zconf.l:1.2->1.3 - extra/config/zconf.tab.c_shipped:1.3->1.4 - extra/config/zconf.y:1.2->1.3 + extra/scripts/fix_includes.sh:1.6->1.7 --------------------- -PatchSet 2545 -Date: 2003/08/05 06:54:28 +PatchSet 2710 +Date: 2003/09/30 09:45:28 Author: andersen Branch: HEAD Tag: (none) Log: -Shuffle options around a bit +Mention that I have updated the dev systems. Members: - extra/Configs/Config.in:1.20->1.21 + docs/uclibc.org/index.html:1.69->1.70 --------------------- -PatchSet 2546 -Date: 2003/08/05 06:58:49 +PatchSet 2711 +Date: 2003/09/30 09:54:18 Author: andersen Branch: HEAD Tag: (none) Log: -Looks like I missed a spot +grammar fixes Members: - extra/config/zconf.tab.c_shipped:1.4->1.5 - extra/config/zconf.y:1.3->1.4 + docs/uclibc.org/index.html:1.70->1.71 --------------------- -PatchSet 2547 -Date: 2003/08/05 09:08:46 +PatchSet 2712 +Date: 2003/09/30 10:32:48 Author: andersen Branch: HEAD Tag: (none) Log: -Zou WeiJun noticed a type breaking the stime syscall - -Erik +typo Members: - libc/sysdeps/linux/common/syscalls.c:1.106->1.107 + docs/uclibc.org/index.html:1.71->1.72 --------------------- -PatchSet 2548 -Date: 2003/08/05 19:51:16 -Author: andersen +PatchSet 2713 +Date: 2003/09/30 12:51:11 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Patch from David Wuertele to prevent "conflicts with new declaration with C -linkage" problems with C++ +Don't forget addend on relocations + minor other fixes. Members: - libc/sysdeps/linux/common/bits/shm.h:1.2->1.3 + ldso/ldso/cris/elfinterp.c:1.5->1.6 --------------------- -PatchSet 2549 -Date: 2003/08/06 23:41:22 +PatchSet 2714 +Date: 2003/10/01 12:57:45 +Author: tobiasa +Branch: HEAD +Tag: (none) +Log: +Updated cris configuration. + +Members: + extra/Configs/Config.cris.default:1.2->1.3 + +--------------------- +PatchSet 2715 +Date: 2003/10/03 02:17:36 Author: andersen Branch: HEAD Tag: (none) Log: -Begin documenting differences between uClibc and SuSv3 - -Erik +Quick implementation of sigwait. Doesn't handle thread cancelation +yet, but should work... Members: - docs/uClibc_vs_SuSv3.txt:INITIAL->1.1 + libc/signal/Makefile:1.20->1.21 + libc/signal/sigwait.c:INITIAL->1.1 --------------------- -PatchSet 2550 -Date: 2003/08/08 11:07:32 +PatchSet 2716 +Date: 2003/10/04 18:31:22 Author: andersen Branch: HEAD Tag: (none) Log: -Add support for personality(), prctl(), ustat(), and ulimit() -syscalls, which had managed to stay unimplemented thus far. - -Erik +Fix a stupid bug causing 'ldd' output to not contain the full +path to the target library Members: - include/ulimit.h:INITIAL->1.1 - include/ustat.h:INITIAL->1.1 - include/sys/personality.h:INITIAL->1.1 - include/sys/prctl.h:INITIAL->1.1 - include/sys/resource.h:1.4->1.5 - include/sys/ustat.h:INITIAL->1.1 - libc/sysdeps/linux/common/Makefile:1.82->1.83 - libc/sysdeps/linux/common/syscalls.c:1.107->1.108 - libc/sysdeps/linux/common/bits/ustat.h:1.1->1.2 + ldso/ldso/ldso.c:1.73->1.74 --------------------- -PatchSet 2551 -Date: 2003/08/08 11:30:10 +PatchSet 2717 +Date: 2003/10/06 08:46:14 Author: andersen Branch: HEAD Tag: (none) Log: -Add in a MALLOC_GLIBC_COMPAT option to let people decide if they -want glibc style malloc(0) behavior +s/root_fs-/root_fs_/g Members: - extra/Configs/Config.in:1.21->1.22 - libc/stdlib/malloc/malloc.c:1.33->1.34 - libc/stdlib/malloc-930716/malloc.c:1.9->1.10 + docs/uclibc.org/FAQ.html:1.16->1.17 + docs/uclibc.org/index.html:1.72->1.73 + docs/uclibc.org/old-news.html:1.13->1.14 --------------------- -PatchSet 2552 -Date: 2003/08/10 03:58:53 +PatchSet 2718 +Date: 2003/10/08 19:15:41 Author: andersen Branch: HEAD Tag: (none) Log: -Add support for the ulimit syscall +Patch from George Thanos adding support for the "e1" architecture. Members: - libc/sysdeps/linux/common/ulimit.c:INITIAL->1.1 + extra/Configs/Config.e1:INITIAL->1.1 + extra/Configs/Config.e1.default:INITIAL->1.1 + libc/sysdeps/linux/e1/Makefile:INITIAL->1.1 + libc/sysdeps/linux/e1/crt0.S:INITIAL->1.1 + libc/sysdeps/linux/e1/crt1.c:INITIAL->1.1 + libc/sysdeps/linux/e1/longjmp.c:INITIAL->1.1 + libc/sysdeps/linux/e1/setjmp.c:INITIAL->1.1 + libc/sysdeps/linux/e1/syscalls.c:INITIAL->1.1 + libc/sysdeps/linux/e1/vfork.c:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/endian.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/fcntl.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/fenv.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/fenvinline.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/kernel_stat.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/kernel_types.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/mman.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/proto.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/setjmp.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/syscalls.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/unistd.h:INITIAL->1.1 + libc/sysdeps/linux/e1/bits/wordsize.h:INITIAL->1.1 + libc/sysdeps/linux/e1/sys/procfs.h:INITIAL->1.1 + libc/sysdeps/linux/e1/sys/reg.h:INITIAL->1.1 + libc/sysdeps/linux/e1/sys/ucontext.h:INITIAL->1.1 --------------------- -PatchSet 2553 -Date: 2003/08/10 05:39:24 +PatchSet 2719 +Date: 2003/10/08 19:27:19 Author: andersen Branch: HEAD Tag: (none) Log: -Update likely() to cope with truth values other than 1 +Apply a trivial patch that doesn't change anything, but which is alledged to +workaround a toolchain specifi bug for the e1. Members: - include/features.h:1.48->1.49 + libc/misc/time/time.c:1.14->1.15 --------------------- -PatchSet 2554 -Date: 2003/08/10 09:01:17 +PatchSet 2720 +Date: 2003/10/08 20:30:30 Author: andersen Branch: HEAD Tag: (none) Log: -An even simpler likely +Patch from Atsushi Nemoto (with some additions): + +Current uClibc contains only one fpu_control.h and it is i386 version. +This is a patch to use platform specific fpu_control.h. All new files +come from glibc 2.3.2. This patch is against 0.9.21 but also can be +applied to CVS as is. Members: - include/features.h:1.49->1.50 + libc/sysdeps/linux/alpha/Makefile:1.5->1.6 + libc/sysdeps/linux/alpha/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/arm/Makefile:1.44->1.45 + libc/sysdeps/linux/arm/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/common/Makefile:1.86->1.87 + libc/sysdeps/linux/common/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/i386/Makefile:1.57->1.58 + libc/sysdeps/linux/i386/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/m68k/Makefile:1.26->1.27 + libc/sysdeps/linux/m68k/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/mips/Makefile:1.29->1.30 + libc/sysdeps/linux/mips/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/powerpc/Makefile:1.21->1.22 + libc/sysdeps/linux/powerpc/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/sh/Makefile:1.22->1.23 + libc/sysdeps/linux/sh/fpu_control.h:INITIAL->1.1 + libc/sysdeps/linux/sparc/Makefile:1.13->1.14 + libc/sysdeps/linux/sparc/fpu_control.h:INITIAL->1.1 --------------------- -PatchSet 2555 -Date: 2003/08/10 11:09:44 +PatchSet 2721 +Date: 2003/10/08 20:35:11 Author: andersen Branch: HEAD Tag: (none) Log: -silly me, thats not going to work. +Atsushi Nemoto writes: + +I found inappropriate data types are used in some places in networking +codes. + +* tcp_seq is 32bit (u_long -> u_int32_t) +* in_addt_t should be used for internet address (unsigned long -> in_addr_t) +* socklen_t should be used for accept() + +This is a patch against uclibc-0.9.21 (can be applied for current +CVS). 64bit platforms (sizeof(int)!=sizeof(long)) will need this. I +believe this patch does not harm any 32bit platforms. Members: - include/features.h:1.50->1.51 + include/netinet/ip_tcp.h:1.3->1.4 + libc/inet/addr.c:1.13->1.14 + libc/inet/inet_net.c:1.3->1.4 + libc/inet/rpc/rcmd.c:1.8->1.9 + libc/inet/rpc/rexec.c:1.1->1.2 --------------------- -PatchSet 2556 -Date: 2003/08/11 05:42:36 +PatchSet 2722 +Date: 2003/10/09 07:05:35 Author: andersen Branch: HEAD Tag: (none) Log: -also carefully booleanize the false value +When someone would dlopen a shared lib that was already opened, +we would try to re-fixup the lib's relocations with rather +horrible results. So fix that by checking the the dlopened lib +has already had its init functions called, which will never be +the case for newly loaded libs, and skip the rest in that case. + +also apply a few minor fixups Members: - include/features.h:1.51->1.52 + ldso/libdl/dlib.c:1.30->1.31 --------------------- -PatchSet 2557 -Date: 2003/08/12 07:57:40 +PatchSet 2723 +Date: 2003/10/09 07:07:24 Author: andersen Branch: HEAD Tag: (none) Log: -Fixup centering so the site does not look like crap in IE +move the test for loading the wrong C library into the +_dl_check_if_named_library_is_loaded function Members: - docs/uclibc.org/index.html:1.64->1.65 + ldso/ldso/readelflib1.c:1.47->1.48 --------------------- -PatchSet 2558 -Date: 2003/08/13 21:08:21 +PatchSet 2724 +Date: 2003/10/09 10:02:05 Author: andersen Branch: HEAD Tag: (none) Log: -Patch from Paul Mundt adding uClibc sh64 support: +Patch from Rob McMullen: -Here's a patch that implements the beginnings of a rudimentary sh64 port. So -far, this only works static, as I haven't done any of the ldso work yet. I've -also not touched the libpthread stuff yet either, so that's also disabled for -now. +Here's a patch... Since they aren't SUSv3 functions, I don't know if +they'll ever get officially added, but it helps with BSD porting and +allows quite a few Gentoo ebuilds to compile without changing anything. -This port was based off of some work that Sean McGoogan at SuperH did for his -initial port, but the this patch doesn't carry over too much from there -(basically the libc/sysdeps/linux/sh64/Makefile (or rather, parts of it), -the setjmp/longjmp stuff (which I had to rewrite portions of it to work with -the new toolchains), etc.). +Rob -However, for static, everything appears to work correcly, at least in a hello -world type application. +Members: + libc/misc/error/error.c:1.2->1.3 + +--------------------- +PatchSet 2725 +Date: 2003/10/10 08:34:26 +Author: andersen +Branch: HEAD +Tag: (none) +Log: +Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully +reentrant, since there was still a shared static value. indent stuff, Members: - Rules.mak:1.134->1.135 - extra/Configs/Config.sh:1.35->1.36 - extra/Configs/Config.sh.default:1.1->1.2 - extra/Configs/Config.sh64:INITIAL->1.1 - extra/Configs/Config.sh64.default:INITIAL->1.1 - libc/sysdeps/linux/Makefile:1.18->1.19 - libc/sysdeps/linux/common/initfini.c:1.13->1.14 - libc/sysdeps/linux/sh64/Makefile:INITIAL->1.1 - libc/sysdeps/linux/sh64/__init_brk.c:INITIAL->1.1 - libc/sysdeps/linux/sh64/brk.c:INITIAL->1.1 - libc/sysdeps/linux/sh64/crt0.S:INITIAL->1.1 - libc/sysdeps/linux/sh64/fork.c:INITIAL->1.1 - libc/sysdeps/linux/sh64/longjmp.S:INITIAL->1.1 - libc/sysdeps/linux/sh64/sbrk.c:INITIAL->1.1 - libc/sysdeps/linux/sh64/setjmp.S:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/endian.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/fcntl.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/kernel_stat.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/kernel_types.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/setjmp.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/syscalls.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/bits/wordsize.h:INITIAL->1.1 - libc/sysdeps/linux/sh64/sys/ucontext.h:INITIAL->1.1 + libc/pwd_grp/Makefile:1.21->1.22 + libc/pwd_grp/__getgrent.c:1.9->1.10(DEAD) + libc/pwd_grp/__getgrent_r.c:INITIAL->1.1 + libc/pwd_grp/__getpwent_r.c:1.3->1.4 + libc/pwd_grp/__getspent_r.c:1.5->1.6 + libc/pwd_grp/__sgetspent_r.c:1.3->1.4 + libc/pwd_grp/config.h:1.6->1.7 + libc/pwd_grp/fgetgrent.c:1.7->1.8 + libc/pwd_grp/fgetpwent.c:1.9->1.10 + libc/pwd_grp/fgetspent.c:1.5->1.6 + libc/pwd_grp/getgrgid.c:1.8->1.9 + libc/pwd_grp/getgrnam.c:1.8->1.9 + libc/pwd_grp/getpw.c:1.4->1.5 + libc/pwd_grp/getpwnam.c:1.10->1.11 + libc/pwd_grp/getpwuid.c:1.9->1.10 + libc/pwd_grp/getspnam.c:1.5->1.6 + libc/pwd_grp/getspuid.c:1.5->1.6 + libc/pwd_grp/grent.c:1.9->1.10 + libc/pwd_grp/initgroups.c:1.11->1.12 + libc/pwd_grp/lckpwdf.c:1.3->1.4 + libc/pwd_grp/putpwent.c:1.5->1.6 + libc/pwd_grp/putspent.c:1.2->1.3 + libc/pwd_grp/pwent.c:1.12->1.13 + libc/pwd_grp/sgetspent.c:1.5->1.6 + libc/pwd_grp/spent.c:1.6->1.7 --------------------- -PatchSet 2559 -Date: 2003/08/14 19:46:31 +PatchSet 2726 +Date: 2003/10/10 09:05:08 Author: andersen Branch: HEAD Tag: (none) Log: -Use the common version for bits/sem.h. Fixup the types to -match the kernel type exactly. +Remove some stuff that is now done Members: - libc/sysdeps/linux/alpha/bits/sem.h:1.1->1.2(DEAD) - libc/sysdeps/linux/common/bits/sem.h:1.2->1.3 - libc/sysdeps/linux/mips/bits/sem.h:1.2->1.3(DEAD) - libc/sysdeps/linux/powerpc/bits/sem.h:1.2->1.3(DEAD) - libc/sysdeps/linux/sparc/bits/sem.h:1.2->1.3(DEAD) + TODO:1.43->1.44 + docs/threads.txt:1.4->1.5 --------------------- -PatchSet 2560 -Date: 2003/08/17 05:40:42 -Author: mjn3 +PatchSet 2727 +Date: 2003/10/10 10:21:54 +Author: andersen Branch: HEAD Tag: (none) Log: -Fix a cut-and-paste error. Collation should be working again. +We do not provide gmtime(), so disable the prototype to +prevent confusing autoconf Members: - libc/misc/locale/locale.c:1.13->1.14 + include/time.h:1.9->1.10 --------------------- -PatchSet 2561 -Date: 2003/08/18 22:14:27 -Author: mjn3 +PatchSet 2728 +Date: 2003/10/11 09:03:48 +Author: andersen Branch: HEAD Tag: (none) Log: -_wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ. +These are wanted by net-tools Members: - libc/misc/wchar/wchar.c:1.11->1.12 + include/netax25/ax25.h:INITIAL->1.1 + include/neteconet/ec.h:INITIAL->1.1 --------------------- -PatchSet 2562 -Date: 2003/08/18 22:15:55 -Author: mjn3 +PatchSet 2729 +Date: 2003/10/11 19:14:32 +Author: andersen Branch: HEAD Tag: (none) Log: -scanf %lc,%ls,%l[ would always set mb_fail on eof or error, - even when just starting a new mb char. -wscanf would incorrectly unget in certain situations. +I forgot to remove this Members: - libc/stdio/scanf.c:1.28->1.29 + include/fpu_control.h:1.1->1.2(DEAD) --------------------- -PatchSet 2563 -Date: 2003/08/18 22:28:33 -Author: mjn3 +PatchSet 2730 +Date: 2003/10/12 05:19:38 +Author: andersen Branch: HEAD Tag: (none) Log: -Fixed a bug where locales nontrivially derived from iso14651_t1 did not have -the UNDEFINED entry set properly. +Sigh. It seems that csh wants glob_pattern_p(), we need to +export it, Members: - extra/locale/gen_collate.c:1.3->1.4 + libc/misc/glob/glob.c:1.5->1.6 --------------------- -PatchSet 2564 -Date: 2003/08/18 22:56:11 +PatchSet 2731 +Date: 2003/10/12 05:41:11 Author: andersen Branch: HEAD Tag: (none) Log: -Cleanup arm architecture optimizations and add big endian arm as well. +Don't make two copies Members: - Rules.mak:1.135->1.136 - extra/Configs/Config.arm:1.35->1.36 + libc/misc/glob/glob.c:1.6->1.7 + libc/misc/glob/glob64.c:1.3->1.4 --------------------- -PatchSet 2565 -Date: 2003/08/19 00:14:09 -Author: mjn3 +PatchSet 2732 +Date: 2003/10/12 09:49:31 +Author: andersen Branch: HEAD Tag: (none) Log: -Work around a bug in nm from binutils-2.14.90.0.5. +Always build and install ldconfig Members: - extra/scripts/get-needed-libgcc-objects.sh:1.19->1.20 + Makefile:1.217->1.218 + ldso/include/ld_elf.h:1.2->1.3 + ldso/util/Makefile:1.34->1.35 + ldso/util/ldconfig.c:1.10->1.11 + ldso/util/readsoname.c:1.2->1.3 --------------------- -PatchSet 2566 -Date: 2003/08/19 07:05:29 +PatchSet 2733 +Date: 2003/10/13 09:23:34 Author: andersen Branch: HEAD Tag: (none) Log: -Phase one of my evil plan to clean up ld.so... +Fix an ldd bug, more ldconfig cleanup Members: - ldso/Makefile:1.22->1.23 - ldso/config.h:1.5->1.6(DEAD) - ldso/include/.cvsignore:INITIAL->1.1 - ldso/include/dlfcn.h:INITIAL->1.1 - ldso/include/ld_elf.h:INITIAL->1.1 - ldso/include/ld_hash.h:INITIAL->1.1 - ldso/include/ld_string.h:INITIAL->1.1 - ldso/include/ld_syscall.h:INITIAL->1.1 - ldso/include/ldso.h:INITIAL->1.1 - ldso/ldso/.cvsignore:1.6->1.7 - ldso/ldso/Makefile:1.40->1.41 - ldso/ldso/ld_hash.h:1.16->1.17(DEAD) - ldso/ldso/ld_string.h:1.17->1.18(DEAD) - ldso/ldso/ld_syscall.h:1.17->1.18(DEAD) - ldso/ldso/ldso.c:1.67->1.68 - ldso/ldso/linuxelf.h:1.10->1.11(DEAD) - ldso/ldso/readelflib1.c:1.41->1.42 - ldso/libdl/Makefile:1.27->1.28 - ldso/libdl/dlfcn.h:1.1->1.2(DEAD) - ldso/libdl/dlib.c:1.26->1.27 - ldso/util/Makefile:1.32->1.33 - ldso/util/ldconfig.c:1.9->1.10 + ldso/util/ldconfig.c:1.11->1.12 + ldso/util/ldd.c:1.33->1.34 --------------------- -PatchSet 2567 -Date: 2003/08/19 14:11:05 +PatchSet 2734 +Date: 2003/10/13 09:34:51 Author: andersen Branch: HEAD Tag: (none) Log: -Cool. Found most of the problem. Turns out we were inadvertanly loading some -libraries multiple times, wasting memory and causing different libraries to use -different symbol sets, some of which were not properly resolved. +Patch from Peter Kjellerstedt: + +The attached patch performs a clean up of +extra/gcc-uClibc/Makefile: + +* Better dependencies to only rebuild what is necessary. +* Use $< and $@ where appropriate. +* Suppress warning messages from which about + commands that cannot be found. -Continue scrubbing ld.so and converting it to use proper types. +//Peter Members: - ldso/include/ld_hash.h:1.1->1.2 - ldso/ldso/hash.c:1.13->1.14 - ldso/ldso/ldso.c:1.68->1.69 - ldso/ldso/readelflib1.c:1.42->1.43 - ldso/ldso/i386/elfinterp.c:1.23->1.24 - ldso/libdl/dlib.c:1.27->1.28 + extra/gcc-uClibc/Makefile:1.58->1.59 --------------------- -PatchSet 2568 -Date: 2003/08/19 15:08:44 +PatchSet 2735 +Date: 2003/10/13 11:01:10 Author: andersen Branch: HEAD Tag: (none) Log: -More routine cleanup +sigh. the warn funcs seem to be broken. Use local versions +till I can straighten that out. Members: - ldso/ldso/i386/elfinterp.c:1.24->1.25 + ldso/util/ldconfig.c:1.12->1.13 --------------------- -PatchSet 2569 -Date: 2003/08/19 15:15:39 +PatchSet 2736 +Date: 2003/10/14 07:23:00 Author: andersen Branch: HEAD Tag: (none) Log: -I just realized we need global symbol resolution for everything in -a chain of dependent libraries or libraries that depend on other -shared libraries will not work! +Enable full debug support for ld-uClibc and libdl -So with a well placed - dyn_chain->flags |= RTLD_GLOBAL; -everything is now working perfectly!!! Sweet!!!! +Members: + ldso/ldso/Makefile:1.43->1.44 + ldso/libdl/Makefile:1.28->1.29 + +--------------------- +PatchSet 2737 +Date: 2003/10/14 12:52:27 +Author: davidm +Branch: HEAD +Tag: (none) +Log: -This patch also removes some leftover junk from my previous efforts. +Microblaze port from the uClinux-dist, +contributed by John Williams Members: - ldso/libdl/dlib.c:1.28->1.29 + extra/Configs/Config.microblaze:INITIAL->1.1 + extra/Configs/Config.microblaze.default:INITIAL->1.1 + libc/sysdeps/linux/microblaze/Makefile:INITIAL->1.1 + libc/sysdeps/linux/microblaze/__longjmp.S:INITIAL->1.1 + libc/sysdeps/linux/microblaze/_mmap.c:INITIAL->1.1 + libc/sysdeps/linux/microblaze/clinkage.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/clone.c:INITIAL->1.1 + libc/sysdeps/linux/microblaze/crt0.S:INITIAL->1.1 + libc/sysdeps/linux/microblaze/longjmp.S:INITIAL->1.1 + libc/sysdeps/linux/microblaze/setjmp.S:INITIAL->1.1 + libc/sysdeps/linux/microblaze/syscall.c:INITIAL->1.1 + libc/sysdeps/linux/microblaze/vfork.S:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/byteswap.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/endian.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/fcntl.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/kernel_stat.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/kernel_types.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/mman.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/poll.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/select.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/setjmp.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/syscalls.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/bits/wordsize.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/sys/ptrace.h:INITIAL->1.1 + libc/sysdeps/linux/microblaze/sys/ucontext.h:INITIAL->1.1 --------------------- -PatchSet 2570 -Date: 2003/08/19 15:24:14 +PatchSet 2738 +Date: 2003/10/15 09:55:22 Author: andersen Branch: HEAD Tag: (none) Log: -Update the tests a little bit +Doh! I was returning with an incorrect pointer type when dlopening +already loaded libs, which unsurprisingly would cause dlsym() to +not work at all... + -Erik Members: - test/dlopen/Makefile:1.1->1.2 - test/dlopen/libtest1.c:1.1->1.2 - test/dlopen/libtest2.c:1.1->1.2 - test/dlopen/test3.c:INITIAL->1.1 + ldso/libdl/dlib.c:1.31->1.32 --------------------- -PatchSet 2571 -Date: 2003/08/19 15:25:45 +PatchSet 2739 +Date: 2003/10/15 10:04:40 Author: andersen Branch: HEAD Tag: (none) Log: -ignore unwanted stuff +Patch from Tony J. White: + +I've created a patch for adding dn_expand() to uClibc 0.9.21. + +dn_expand() is used by at least ipsec-tools and also openldap I think. Members: - test/dlopen/.cvsignore:INITIAL->1.1 + libc/inet/Makefile:1.39->1.40 + libc/inet/resolv.c:1.47->1.48 --------------------- -PatchSet 2572 -Date: 2003/08/20 05:26:41 -Author: mjn3 +PatchSet 2740 +Date: 2003/10/15 10:24:35 +Author: andersen Branch: HEAD Tag: (none) Log: -Correct included header for ustat. +Brett Nash writes: + +Hello, + Attached is a patch of some changes I made to the gcc wrapper to +get it to compile XFree CVS. + +Basically it supports the use of '-' on the command line to read stdin +for gcc, as well as setting the file type back to none before adding the +last too .o files if the file type was set on the command line. + +It is applied against uClibc-0.9.20 + + Regards, + nash Members: - libc/sysdeps/linux/common/syscalls.c:1.108->1.109 + extra/gcc-uClibc/gcc-uClibc.c:1.62->1.63 --------------------- -PatchSet 2573 -Date: 2003/08/21 00:19:23 -Author: andersen +PatchSet 2741 +Date: 2003/10/15 14:03:03 +Author: tobiasa Branch: HEAD Tag: (none) Log: -Revert this change for now. +Updated cris configuration; added support for %m. Members: - Rules.mak:1.136->1.137 + extra/Configs/Config.cris.default:1.3->1.4 --------------------- -PatchSet 2574 -Date: 2003/08/21 08:56:36 +PatchSet 2742 +Date: 2003/10/16 05:08:02 Author: andersen Branch: HEAD Tag: (none) Log: -Be sure to remove the old ldso.h, since it will screw things -up badly if still present... +More detail on the use of MALLOC_DEBUG Members: - ldso/ldso/Makefile:1.41->1.42 + extra/Configs/Config.in:1.32->1.33 --------------------- -PatchSet 2575 -Date: 2003/08/21 09:15:58 -Author: andersen +PatchSet 2743 +Date: 2003/10/16 11:12:45 +Author: miles Branch: HEAD Tag: (none) Log: -Add missing semicolons +Don't set errno if for zero SIZE returns. +Code formatting cleanup. Members: - libc/sysdeps/linux/common/sendfile64.c:1.2->1.3 + libc/stdlib/malloc/malloc.c:1.35->1.36 --------------------- -PatchSet 2576 -Date: 2003/08/22 03:56:46 -Author: andersen +PatchSet 2744 +Date: 2003/10/16 11:13:53 +Author: miles Branch: HEAD Tag: (none) Log: -Remove some mips specific hacks that are no longer needed, and actively break -things, now that I have cleaned up the code to be a bit less horribly messy. -With this, the shared lib loader works on mips once again. - -Erik +Code formatting cleanup. Members: - ldso/ldso/ldso.c:1.69->1.70 + libc/stdlib/malloc/realloc.c:1.19->1.20 --------------------- -PatchSet 2577 -Date: 2003/08/22 04:05:06 +PatchSet 2745 +Date: 2003/10/16 15:21:26 Author: andersen Branch: HEAD Tag: (none) Log: -Patch from Atsushi Nemoto, who writes: - -I found that current pread/pwrite is broken on mips. +Do not set errno when they asked for size 0 -On mips, kernel needs 6 arguments for pread/pwrite system call. (3 -words for first 3 arguments + 1 padding word + 2 words for last 64bit -argument). Also, mips64 kernel needs just 4 arguments so no wrapper -will be required. +Members: + libc/stdlib/malloc-930716/malloc.c:1.11->1.12 -This is a patch against 0.9.20. +--------------------- +PatchSet 2746 +Date: 2003/10/17 08:52:54 +Author: andersen +Branch: HEAD +Tag: (none) +Log: +Point people to the kernel.org mirrors for downloading the dev +systems to take some load off my server Members: - libc/sysdeps/linux/mips/Makefile:1.28->1.29 - libc/sysdeps/linux/mips/pread_write.c:INITIAL->1.1 + docs/uclibc.org/FAQ.html:1.17->1.18 + docs/uclibc.org/index.html:1.73->1.74 + docs/uclibc.org/old-news.html:1.14->1.15 --------------------- -PatchSet 2578 -Date: 2003/08/22 04:25:42 +PatchSet 2747 +Date: 2003/10/17 10:05:20 Author: andersen Branch: HEAD Tag: (none) Log: -mention ucdot.org +Doh!!! Members: - docs/uclibc.org/index.html:1.65->1.66 + libc/stdlib/malloc-930716/malloc.c:1.12->1.13 --------------------- -PatchSet 2579 -Date: 2003/08/22 05:07:06 +PatchSet 2748 +Date: 2003/10/18 10:14:57 Author: andersen Branch: HEAD Tag: (none) Log: -Link update +Implement putgrent to make Peter S. Mazing happy Members: - docs/uclibc.org/index.html:1.66->1.67 + libc/pwd_grp/Makefile:1.22->1.23 + libc/pwd_grp/putgrent.c:INITIAL->1.1 --------------------- -PatchSet 2580 -Date: 2003/08/22 08:04:16 +PatchSet 2749 +Date: 2003/10/18 11:07:28 Author: andersen Branch: HEAD Tag: (none) Log: -Make the mips ld.so debug noise somewhat useful, and less gratuitously -different than all other arches. - -Erik +Peter Kjellerstedt writes: + +install.patch: +* Define $(INSTALL) as install in Rules.mak. +* Change all occurrences of install into $(INSTALL). +* Change all occurrences of mkdir -p into $(INSTALL) -d. + install -d is already used in a number of places so + this should not be an additional compatibility problem. Members: - ldso/ldso/mips/elfinterp.c:1.6->1.7 + Makefile:1.218->1.219 + Rules.mak:1.140->1.141 + extra/gcc-uClibc/Makefile:1.59->1.60 + ldso/ldso/Makefile:1.44->1.45 + ldso/libdl/Makefile:1.29->1.30 + libc/Makefile:1.28->1.29 + libc/sysdeps/linux/common/Makefile:1.87->1.88 + libcrypt/Makefile:1.21->1.22 + libintl/Makefile:1.1->1.2 + libm/Makefile:1.34->1.35 + libnsl/Makefile:1.2->1.3 + libpthread/Makefile:1.22->1.23 + libresolv/Makefile:1.12->1.13 + libutil/Makefile:1.18->1.19 --------------------- -PatchSet 2581 -Date: 2003/08/22 21:28:43 +PatchSet 2750 +Date: 2003/10/18 11:18:19 Author: andersen Branch: HEAD Tag: (none) Log: -Avoid gratuitous conflicts when used with kernel headers +Peter Kjellerstedt writes: + +rm.patch: +* Define $(RM) as rm -f in Rules.mak and test/Rules.mak + (this is the same definition as gmake uses by default). +* Change all occurrences of rm and rm -f into $(RM). + +Members: + Makefile:1.219->1.220 + Rules.mak:1.141->1.142 + extra/Makefile:1.4->1.5 + extra/config/Makefile:1.8->1.9 + extra/gcc-uClibc/Makefile:1.60->1.61 + extra/locale/Makefile:1.13->1.14 + ldso/Makefile:1.23->1.24 + ldso/ldso/Makefile:1.45->1.46 + ldso/libdl/Makefile:1.30->1.31 + ldso/man/Makefile:1.2->1.3 + ldso/util/Makefile:1.35->1.36 + libc/Makefile:1.29->1.30 + libc/inet/Makefile:1.40->1.41 + libc/inet/rpc/Makefile:1.22->1.23 + libc/misc/Makefile:1.39->1.40 + libc/misc/assert/Makefile:1.8->1.9 + libc/misc/ctype/Makefile:1.14->1.15 + libc/misc/dirent/Makefile:1.7->1.8 + libc/misc/error/Makefile:1.1->1.2 + libc/misc/file/Makefile:1.4->1.5 + libc/misc/fnmatch/Makefile:1.8->1.9 + libc/misc/ftw/Makefile:1.2->1.3 + libc/misc/glob/Makefile:1.9->1.10 + libc/misc/gnu/Makefile:1.1->1.2 + libc/misc/internals/Makefile:1.24->1.25 + libc/misc/intl/Makefile:1.3->1.4 + libc/misc/locale/Makefile:1.11->1.12 + libc/misc/mntent/Makefile:1.6->1.7 + libc/misc/pthread/Makefile:1.2->1.3 + libc/misc/regex/Makefile:1.13->1.14 + libc/misc/search/Makefile:1.3->1.4 + libc/misc/statfs/Makefile:1.5->1.6 + libc/misc/syslog/Makefile:1.6->1.7 + libc/misc/sysvipc/Makefile:1.5->1.6 + libc/misc/time/Makefile:1.33->1.34 + libc/misc/ttyent/Makefile:1.1->1.2 + libc/misc/utmp/Makefile:1.5->1.6 + libc/misc/wchar/Makefile:1.5->1.6 + libc/misc/wctype/Makefile:1.2->1.3 + libc/misc/wordexp/Makefile:1.3->1.4 + libc/pwd_grp/Makefile:1.23->1.24 + libc/signal/Makefile:1.21->1.22 + libc/stdio/Makefile:1.41->1.42 + libc/stdlib/Makefile:1.53->1.54 + libc/stdlib/malloc/Makefile:1.29->1.30 + libc/stdlib/malloc-930716/Makefile:1.10->1.11 + libc/string/Makefile:1.53->1.54 + libc/sysdeps/linux/alpha/Makefile:1.6->1.7 + libc/sysdeps/linux/arm/Makefile:1.45->1.46 + libc/sysdeps/linux/common/Makefile:1.88->1.89 + libc/sysdeps/linux/cris/Makefile:1.8->1.9 + libc/sysdeps/linux/e1/Makefile:1.1->1.2 + libc/sysdeps/linux/h8300/Makefile:1.7->1.8 + libc/sysdeps/linux/i386/Makefile:1.58->1.59 + libc/sysdeps/linux/i960/Makefile:1.4->1.5 + libc/sysdeps/linux/m68k/Makefile:1.27->1.28 + libc/sysdeps/linux/microblaze/Makefile:1.1->1.2 + libc/sysdeps/linux/mips/Makefile:1.30->1.31 + libc/sysdeps/linux/powerpc/Makefile:1.22->1.23 + libc/sysdeps/linux/sh/Makefile:1.23->1.24 + libc/sysdeps/linux/sh64/Makefile:1.1->1.2 + libc/sysdeps/linux/sparc/Makefile:1.14->1.15 + libc/sysdeps/linux/v850/Makefile:1.14->1.15 + libc/termios/Makefile:1.15->1.16 + libc/unistd/Makefile:1.33->1.34 + libcrypt/Makefile:1.22->1.23 + libintl/Makefile:1.2->1.3 + libm/Makefile:1.35->1.36 + libm/powerpc/Makefile:1.6->1.7 + libnsl/Makefile:1.3->1.4 + libpthread/Makefile:1.23->1.24 + libpthread/linuxthreads/Makefile:1.10->1.11 + libpthread/linuxthreads_db/Makefile:1.6->1.7 + libresolv/Makefile:1.13->1.14 + libutil/Makefile:1.19->1.20 + test/Makefile:1.27->1.28 + test/Rules.mak:1.23->1.24 + test/args/Makefile:1.4->1.5 + test/assert/Makefile:1.12->1.13 + test/crypt/Makefile:1.4->1.5 + test/ctype/Makefile:1.13->1.14 + test/dlopen/Makefile:1.4->1.5 + test/malloc/Makefile:1.7->1.8 + test/math/Makefile:1.5->1.6 + test/misc/Makefile:1.6->1.7 + test/mmap/Makefile:1.4->1.5 + test/pthread/Makefile:1.2->1.3 + test/pwd_grp/Makefile:1.9->1.10 + test/setjmp/Makefile:1.4->1.5 + test/signal/Makefile:1.11->1.12 + test/silly/Makefile:1.15->1.16 + test/stat/Makefile:1.7->1.8 + test/stdlib/Makefile:1.20->1.21 + test/string/Makefile:1.22->1.23 + test/termios/Makefile:1.6->1.7 + test/unistd/Makefile:1.12->1.13 + +--------------------- +PatchSet 2751 +Date: 2003/10/18 11:50:34 +Author: andersen +Branch: HEAD +Tag: (none) +Log: +Peter Kjellerstedt writes: + +ln.patch: +* Define $(LN) as ln in Rules.mak. +* Change all occurrences of ln into $(LN). +* Change all constructs like (cd path && ln -sf foo/file file) + into $(LN) -sf foo/file path/file. The latter construct is + already used in a number of places so it should not be + an additional compatibility problem. Members: - include/features.h:1.52->1.53 + Makefile:1.220->1.221 + Rules.mak:1.142->1.143 + extra/gcc-uClibc/Makefile:1.61->1.62 + ldso/Makefile:1.24->1.25 + ldso/ldso/Makefile:1.46->1.47 + ldso/libdl/Makefile:1.31->1.32 + ldso/util/Makefile:1.36->1.37 + libc/Makefile:1.30->1.31 + libc/misc/locale/Makefile:1.12->1.13 + libc/sysdeps/linux/alpha/Makefile:1.7->1.8 + libc/sysdeps/linux/arm/Makefile:1.46->1.47 + libc/sysdeps/linux/common/Makefile:1.89->1.90 + libc/sysdeps/linux/i386/Makefile:1.59->1.60 + libc/sysdeps/linux/m68k/Makefile:1.28->1.29 + libc/sysdeps/linux/mips/Makefile:1.31->1.32 + libc/sysdeps/linux/powerpc/Makefile:1.23->1.24 + libc/sysdeps/linux/sh/Makefile:1.24->1.25 + libc/sysdeps/linux/sparc/Makefile:1.15->1.16 + libcrypt/Makefile:1.23->1.24 + libintl/Makefile:1.3->1.4 + libm/Makefile:1.36->1.37 + libnsl/Makefile:1.4->1.5 + libpthread/Makefile:1.24->1.25 + libresolv/Makefile:1.14->1.15 + libutil/Makefile:1.20->1.21 --------------------- -PatchSet 2582 -Date: 2003/08/22 22:10:47 +PatchSet 2752 +Date: 2003/10/18 12:52:08 Author: andersen Branch: HEAD Tag: (none) Log: -Don't use linux/sysctl.h and instead locally define struct __sysctl_args. +Add a new RUNTIME_PREFIX Members: - libc/sysdeps/linux/common/syscalls.c:1.109->1.110 + Makefile:1.221->1.222 + extra/Configs/Config.in:1.33->1.34 --------------------- -PatchSet 2583 -Date: 2003/08/24 04:49:05 -Author: mjn3 +PatchSet 2753 +Date: 2003/10/18 12:58:55 +Author: andersen Branch: HEAD Tag: (none) Log: -Fix a few bugs in the new extended locale functions. -Move stub gettext functions to a stub libintl to make switching in - gnu gettext easier. Also add a few gnu-isms. -Change to using hidden names with global weak aliases for the extended - locale functions, as expected by libstd++. -Slightly rework the locale data generation stuff to allow pregenerated - locale data to be used with buildroot. +the runtime should not install a /bin dir Members: - Makefile:1.207->1.208 - extra/locale/Makefile:1.11->1.12 - include/langinfo.h:1.6->1.7 - include/locale.h:1.6->1.7 - include/stdlib.h:1.40->1.41 - include/string.h:1.24->1.25 - include/time.h:1.7->1.8 - include/wchar.h:1.3->1.4 - include/wctype.h:1.3->1.4 - libc/misc/ctype/ctype.c:1.14->1.15 - libc/misc/gnu/obstack.c:1.1->1.2 - libc/misc/intl/Makefile:1.1->1.2 - libc/misc/intl/intl.c:1.1->1.2 - libc/misc/locale/.cvsignore:1.1->1.2 - libc/misc/locale/Makefile:1.10->1.11 - libc/misc/locale/locale.c:1.14->1.15 - libc/misc/time/time.c:1.13->1.14 - libc/misc/wctype/wctype.c:1.4->1.5 - libc/stdlib/stdlib.c:1.11->1.12 - libc/stdlib/strtod.c:1.7->1.8 - libc/string/wstring.c:1.16->1.17 - libc/sysdeps/linux/common/bits/uClibc_locale.h:1.7->1.8 - libintl/.cvsignore:INITIAL->1.1 - libintl/Makefile:INITIAL->1.1 - libintl/intl.c:INITIAL->1.1 + Makefile:1.222->1.223 --------------------- -PatchSet 2584 -Date: 2003/08/24 06:11:50 +PatchSet 2754 +Date: 2003/10/18 13:01:03 Author: andersen Branch: HEAD Tag: (none) Log: -conditionally add wordexp, in this case ripped from glibc. -I hate to add this stuff, but it is specified by SuSv3... +Do not install the uClibc wrapper toolchain by default. Make +people ask for it explicitly. Members: - libc/misc/Makefile:1.36->1.37 - libc/misc/wordexp/Makefile:1.2->1.3 - libc/misc/wordexp/wordexp.c:1.2->1.3 + Makefile:1.223->1.224 --------------------- -PatchSet 2585 -Date: 2003/08/24 06:55:50 +PatchSet 2755 +Date: 2003/10/18 13:43:31 Author: andersen Branch: HEAD Tag: (none) Log: -Reluctantly add wordexp() +more install changes Members: - extra/Configs/Config.in:1.22->1.23 + Makefile:1.224->1.225 --------------------- -PatchSet 2586 -Date: 2003/08/25 16:00:00 -Author: mjn3 +PatchSet 2756 +Date: 2003/10/19 01:28:47 +Author: andersen Branch: HEAD Tag: (none) Log: -Add missing header. +We were failing to properly set h_errno on success, which could +cause gethostbyaddr_r to keep looping allocating more and more +memory each time till alloca finally caused a segfault. Ugh. +This fixes that as well... + -Erik Members: - include/wordexp.h:INITIAL->1.1 + libc/inet/resolv.c:1.48->1.49 --------------------- -PatchSet 2587 -Date: 2003/08/27 13:59:23 -Author: tobiasa +PatchSet 2757 +Date: 2003/10/20 07:17:00 +Author: andersen Branch: HEAD Tag: (none) Log: -Cosmetic changes. +Merge some newer/updated bits from the glibc elf.h Members: - ldso/ldso/cris/boot1_arch.h:1.1->1.2 - ldso/ldso/cris/elfinterp.c:1.2->1.3 - ldso/ldso/cris/ld_sysdep.h:1.1->1.2 + include/elf.h:1.7->1.8 --------------------- -PatchSet 2588 -Date: 2003/08/27 14:04:27 -Author: tobiasa +PatchSet 2758 +Date: 2003/10/20 19:23:28 +Author: andersen Branch: HEAD Tag: (none) Log: -Updated CRIS configuration files. +Patch from Peter S. Mazinger: + +patch to allow building uClibc with busybox's chmod Members: - extra/Configs/Config.cris:1.6->1.7 - extra/Configs/Config.cris.default:1.1->1.2 + Makefile:1.225->1.226 --------------------- -PatchSet 2589 -Date: 2003/08/27 14:07:01 -Author: tobiasa +PatchSet 2759 +Date: 2003/10/20 21:13:18 +Author: andersen Branch: HEAD Tag: (none) Log: -Removed CRIS specific code. +Fix a stupid bug that caused uClibc to never provide the correct +fpu_control.h header file, since the correct arch specific one was +always later overwritten by the generic one. oops. + -Erik Members: - ldso/ldso/Makefile:1.42->1.43 + Makefile:1.226->1.227 + libc/sysdeps/linux/common/Makefile:1.90->1.91 --------------------- -PatchSet 2590 -Date: 2003/08/27 14:13:47 -Author: tobiasa +PatchSet 2760 +Date: 2003/10/21 01:52:14 +Author: andersen Branch: HEAD Tag: (none) Log: -Cosmetic changes. +Doh! In include/bits/uClibc_config.h when we define things, we appropriately +prepend "__". Unfortunately, when we #undef things, we do not prepend the +"__". This results in collateral damage to unsuspecting applications as we +undefine random unrelated macros. Oops. + +For example, when compiling xfree86, libGLcore.a defines MALLOC for its own usage. +But include/bits/uClibc_config.h then does an + #undef MALLOC + #define __MALLOC_930716__ 1 +which inadvertantly trashes the define from libGLcore.... Ouch. + +The autogenerated include/bits/uClibc_config.h should instead have +contained: + #undef __MALLOC__ + #define __MALLOC_930716__ 1 + +This patch makes that happen. Members: - libc/sysdeps/linux/cris/crt0.c:1.3->1.4 - libc/sysdeps/linux/cris/bits/byteswap.h:1.1->1.2 - libc/sysdeps/linux/cris/bits/syscalls.h:1.2->1.3 + extra/config/confdata.c:1.7->1.8 --------------------- -PatchSet 2591 -Date: 2003/08/27 14:17:07 -Author: tobiasa +PatchSet 2761 +Date: 2003/10/21 07:49:01 +Author: andersen Branch: HEAD Tag: (none) Log: -Added cris to "define list". +Those crazy binutils folks changed their abi. Add this so older +apps can cope gracefully. Members: - libc/sysdeps/linux/common/create_module.c:1.7->1.8 + include/elf.h:1.8->1.9 --------------------- -PatchSet 2592 -Date: 2003/08/28 06:51:04 -Author: miles +PatchSet 2762 +Date: 2003/10/22 10:15:57 +Author: andersen Branch: HEAD Tag: (none) Log: -(1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_DTOR__ isn't defined. -(2) Add a command-line option --uclibc-cc with the same functionality. +It seems we need to also define SI_LOAD_SHIFT since that was +also exported by the Linux kernel.h header that we do not include. Members: - extra/gcc-uClibc/gcc-uClibc.c:1.61->1.62 + include/sys/sysinfo.h:1.4->1.5 --------------------- -PatchSet 2593 -Date: 2003/08/28 18:16:52 -Author: mjn3 +PatchSet 2763 +Date: 2003/10/22 10:29:40 +Author: andersen Branch: HEAD Tag: (none) Log: -Create a typedef for the ctype bitmask table entries. -Hack a fix for ctype support of 8-bit codeset locales. +Atsushi Nemoto writes: -Note: toupper/tolower mappings do not handle the special cases for the -tr_TR and az_AZ locales, since the wide versions currently handle them -either. That will be addressed when I rewrite the data generation tools -and the libc locale code. +uClibc's libm has isinf/isinff, isnan/isnanf but not finite/finitef. +Here is a patch. Members: - include/ctype.h:1.16->1.17 - libc/misc/ctype/ctype.c:1.15->1.16 - libc/misc/locale/locale.c:1.15->1.16 - libc/sysdeps/linux/common/bits/uClibc_locale.h:1.8->1.9 - libc/sysdeps/linux/common/bits/uClibc_touplow.h:1.1->1.2 + libm/fpmacros.c:1.5->1.6 --------------------- -PatchSet 2594 -Date: 2003/08/29 23:52:20 +PatchSet 2764 +Date: 2003/10/22 10:52:24 Author: andersen Branch: HEAD Tag: (none) Log: -here is (I hope) a better way to handle this one. I regularly build -debug versions of uClibc with -O0, but libpthread/linuxthreads/spinlock.c -will not compile without at least -O1 optimization... +Per suggestion and patch from Ken Staton, emulates poll using +select for older 2.0 kernels where poll is missing. Members: - libpthread/linuxthreads/Makefile:1.9->1.10 + libc/sysdeps/linux/common/poll.c:INITIAL->1.1 + libc/sysdeps/linux/common/syscalls.c:1.115->1.116 --------------------- -PatchSet 2595 -Date: 2003/08/30 00:52:04 +PatchSet 2765 +Date: 2003/10/22 20:43:08 Author: andersen Branch: HEAD Tag: (none) Log: -Remove comments about wordexp. +Peter S. Mazinger pointed out that I missed a spot. I should +stop applying patches by hand... Members: - docs/Glibc_vs_uClibc_Differences.txt:1.9->1.10 - docs/uClibc_vs_SuSv3.txt:1.1->1.2 - docs/uclibc.org/FAQ.html:1.13->1.14 + libc/sysdeps/linux/common/syscalls.c:1.116->1.117 --------------------- -PatchSet 2596 -Date: 2003/08/30 04:31:55 -Author: mjn3 +PatchSet 2766 +Date: 2003/10/23 08:10:50 +Author: andersen Branch: HEAD Tag: (none) Log: -Some doc updates. +Peter Kjellerstedt writes: + +The attached patch performs a clean up of +extra/gcc-uClibc/gcc-uClibc.c: + +* Use NULL for pointers and '\0' for characters; + not the opposite... +* Fixed an (assumed) segv if --uclibc-cc was used. +* Skip the argument to -x so it isn't considered + to be a source file. +* Simplified the loop in xstrcat(). +* A little white space clean up. + +//Peter Members: - TODO:1.41->1.42 - docs/Glibc_vs_uClibc_Differences.txt:1.10->1.11 + extra/gcc-uClibc/gcc-uClibc.c:1.63->1.64 --------------------- -PatchSet 2597 -Date: 2003/08/30 20:16:43 +PatchSet 2767 +Date: 2003/10/24 05:11:50 Author: andersen Branch: HEAD Tag: (none) Log: -Add a couple of things... And check that cvs commit diffs are -working again... +better tuning for xscale that copes with generally available toolchains Members: - TODO:1.42->1.43 + Rules.mak:1.143->1.144 --------------------- -PatchSet 2598 -Date: 2003/08/31 07:51:52 +PatchSet 2768 +Date: 2003/10/24 05:12:42 Author: andersen Branch: HEAD Tag: (none) Log: -Weed out duplicates before trying to load libraries.... Delayed -checking for duplicates and returning an alias if an existing lib -is already loaded is still correct for the dlopen case. +Disable optimizations with debugging Members: - ldso/include/ld_elf.h:1.1->1.2 - ldso/ldso/ldso.c:1.70->1.71 - ldso/ldso/readelflib1.c:1.43->1.44 + Rules.mak:1.144->1.145 --------------------- -PatchSet 2599 -Date: 2003/09/01 10:45:44 -Author: mjn3 +PatchSet 2769 +Date: 2003/10/24 05:52:29 +Author: andersen Branch: HEAD Tag: (none) Log: -Fix precision bug for %g conversion specifier when using %f style. +Sigh. It seems some stupid programs expect this... Members: - libc/stdio/printf.c:1.46->1.47 + include/sys/unistd.h:INITIAL->1.1 --------------------- -PatchSet 2600 -Date: 2003/09/01 10:47:08 +PatchSet 2770 +Date: 2003/10/25 03:59:33 Author: mjn3 Branch: HEAD Tag: (none) Log: -Rework a few things. +Add -msoft-float to SAFECFLAGS when necessary. Members: - libc/misc/intl/Makefile:1.2->1.3 - libc/misc/intl/intl.c:1.2->1.3 - libintl/intl.c:1.1->1.2 + libc/sysdeps/linux/common/Makefile:1.91->1.92 --------------------- -PatchSet 2601 -Date: 2003/09/01 15:56:33 +PatchSet 2771 +Date: 2003/10/25 07:35:23 Author: andersen Branch: HEAD Tag: (none) Log: -Greg Nutt writes: +properly deal with soft-float when profiling as well -Attached is a patch for a bug I found in libc/termios/ttyname.c. -Essentially the length of the buffer is calculated incorrectly in a -strncpy call and then the null terminator is placed on the byte after -the buffer. +Members: + libc/sysdeps/linux/arm/Makefile:1.47->1.48 + libc/sysdeps/linux/i386/Makefile:1.60->1.61 + libc/sysdeps/linux/powerpc/Makefile:1.24->1.25 + libc/sysdeps/linux/sh/Makefile:1.25->1.26 -This probably cause some very strange behavior on my system (it ended up -setting malloc'