URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [uClibc/] [Changelog.full.last] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
---------------------PatchSet 2873Date: 2003/11/13 12:45:50Author: andersenBranch: HEADTag: uClibc_0_9_23Log:Prepare for releaseMembers:Changelog:1.21->1.22Changelog.full:1.15->1.16Changelog.full.last:INITIAL->1.1docs/uclibc.org/FAQ.html:1.19->1.20docs/uclibc.org/index.html:1.75->1.76---------------------PatchSet 2874Date: 2003/11/16 04:50:49Author: mjn3Branch: HEADTag: (none)Log:Fix a build problem when using 2.2.x kernel headers.Members:libc/sysdeps/linux/common/syscalls.c:1.120->1.121---------------------PatchSet 2875Date: 2003/11/16 15:58:33Author: mjn3Branch: HEADTag: (none)Log:Don't install shadow.h if shadow password support is disabled.Members:Makefile:1.237->1.238---------------------PatchSet 2876Date: 2003/11/16 16:26:34Author: mjn3Branch: HEADTag: (none)Log:Patch from Jeffrey Baitis <baitisj@evolution.com> for mips arch tuning.Members:Rules.mak:1.155->1.156extra/Configs/Config.mips:1.38->1.39---------------------PatchSet 2877Date: 2003/11/16 21:10:07Author: mjn3Branch: HEADTag: (none)Log:I forgot to update the thread locking in the last dst fix.Members:libc/misc/time/time.c:1.16->1.17---------------------PatchSet 2878Date: 2003/11/17 01:24:07Author: mjn3Branch: HEADTag: (none)Log:If __NR_ftruncate64 isn't defined, do the best we can.Members:libc/sysdeps/linux/common/ftruncate64.c:1.9->1.10---------------------PatchSet 2879Date: 2003/11/18 19:57:05Author: mjn3Branch: HEADTag: (none)Log:Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsare implemented in hardware or via kernel emulation doesn't matter tothe libc code.Members:extra/Configs/Config.alpha:1.14->1.15extra/Configs/Config.arm:1.39->1.40extra/Configs/Config.cris:1.9->1.10extra/Configs/Config.e1:1.5->1.6extra/Configs/Config.h8300:1.17->1.18extra/Configs/Config.i386:1.36->1.37extra/Configs/Config.i960:1.13->1.14extra/Configs/Config.in.arch:1.11->1.12extra/Configs/Config.m68k:1.34->1.35extra/Configs/Config.microblaze:1.4->1.5extra/Configs/Config.sh:1.40->1.41extra/Configs/Config.v850:1.6->1.7---------------------PatchSet 2880Date: 2003/11/19 07:21:10Author: mjn3Branch: HEADTag: (none)Log:Fix the return value for fputs when passed an empty string.Indirectly detected by gmp-4.1.2 self-tests and reported by"Peter S. Mazinger" <ps.m@gmx.net>.Members:libc/stdio/stdio.c:1.72->1.73---------------------PatchSet 2881Date: 2003/11/20 14:35:06Author: andersenBranch: HEADTag: (none)Log:Fixup dependancies to ensure arch specific string functionswill always winMembers:libc/string/Makefile:1.56->1.57---------------------PatchSet 2882Date: 2003/11/20 14:40:50Author: andersenBranch: HEADTag: (none)Log:Make certain that the arch specific stuff is always compiled lastMembers:libc/sysdeps/linux/Makefile:1.19->1.20---------------------PatchSet 2883Date: 2003/11/20 14:42:42Author: andersenBranch: HEADTag: (none)Log:Make certain that arch specific stuff is compiled lastMembers:libm/Makefile:1.38->1.39---------------------PatchSet 2884Date: 2003/11/20 15:05:27Author: andersenBranch: HEADTag: (none)Log:Lets try that one again...Members:libc/sysdeps/linux/Makefile:1.20->1.21---------------------PatchSet 2885Date: 2003/11/20 15:20:22Author: andersenBranch: HEADTag: (none)Log:Add an initial set of arm optimized string functions. Thesedo seem to make noticable speed improvement...-ErikMembers:libc/string/Makefile:1.57->1.58libc/string/arm/Makefile:INITIAL->1.1libc/string/arm/_memcpy.S:INITIAL->1.1libc/string/arm/bcopy.S:INITIAL->1.1libc/string/arm/bzero.S:INITIAL->1.1libc/string/arm/memcmp.S:INITIAL->1.1libc/string/arm/memcpy.S:INITIAL->1.1libc/string/arm/memmove.S:INITIAL->1.1libc/string/arm/memset.S:INITIAL->1.1libc/string/arm/strcmp.S:INITIAL->1.1libc/string/arm/strlen.S:INITIAL->1.1libc/string/arm/strncmp.S:INITIAL->1.1---------------------PatchSet 2886Date: 2003/11/20 15:28:24Author: andersenBranch: HEADTag: (none)Log:Don't depend on BSD namingMembers:libc/string/arm/_memcpy.S:1.1->1.2---------------------PatchSet 2887Date: 2003/11/20 17:13:53Author: mjn3Branch: HEADTag: (none)Log:Always include locale.h, which was included by libintl.h only whenoptimizing.Members:libc/misc/gnu/obstack.c:1.3->1.4---------------------PatchSet 2888Date: 2003/11/20 20:05:53Author: andersenBranch: HEADTag: (none)Log:Add missing weak alias for bcmpMembers:libc/string/arm/memcmp.S:1.1->1.2---------------------PatchSet 2889Date: 2003/11/21 07:47:43Author: andersenBranch: HEADTag: (none)Log:prevent some needless warnings when building w/2.6.x kernel headersMembers:include/features.h:1.55->1.56---------------------PatchSet 2890Date: 2003/11/22 04:42:22Author: mjn3Branch: HEADTag: (none)Log:Make sure the utils build gets the setting for CROSS.Members:Makefile:1.238->1.239---------------------PatchSet 2891Date: 2003/11/22 06:51:17Author: mjn3Branch: HEADTag: (none)Log:Fix arm detection for libfloat.Members:utils/Makefile:1.3->1.4---------------------PatchSet 2892Date: 2003/11/22 18:11:47Author: andersenBranch: HEADTag: (none)Log:Oops. Only enable debug when debugging...Members:ldso/ldso/Makefile:1.49->1.50---------------------PatchSet 2893Date: 2003/11/22 18:32:59Author: andersenBranch: HEADTag: (none)Log:Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGMembers:ldso/ldso/Makefile:1.50->1.51---------------------PatchSet 2894Date: 2003/11/22 21:21:39Author: andersenBranch: HEADTag: (none)Log:Remove SAFECFLAGS. It was a workaround for failures in old awk scriptused to generate the crti.S and crtn.S files. Since we don't use thatanymore, keeping the workaround makes no sense.Furthermore, in most cases, SAFECFLAGS was not picking up all theneeded flags, causing crti.o and crtn.o to not be built PIC.Which is very bad. Removing SAFECFLAGS and using CFLAGS fixesthat as well.Members:libc/sysdeps/linux/alpha/Makefile:1.10->1.11libc/sysdeps/linux/arm/Makefile:1.50->1.51libc/sysdeps/linux/cris/Makefile:1.11->1.12libc/sysdeps/linux/e1/Makefile:1.5->1.6libc/sysdeps/linux/h8300/Makefile:1.10->1.11libc/sysdeps/linux/i386/Makefile:1.63->1.64libc/sysdeps/linux/i960/Makefile:1.7->1.8libc/sysdeps/linux/m68k/Makefile:1.31->1.32libc/sysdeps/linux/microblaze/Makefile:1.4->1.5libc/sysdeps/linux/mips/Makefile:1.34->1.35libc/sysdeps/linux/powerpc/Makefile:1.27->1.28libc/sysdeps/linux/sh/Makefile:1.28->1.29libc/sysdeps/linux/sh64/Makefile:1.4->1.5libc/sysdeps/linux/sparc/Makefile:1.18->1.19libc/sysdeps/linux/v850/Makefile:1.17->1.18---------------------PatchSet 2895Date: 2003/11/23 18:45:12Author: mjn3Branch: HEADTag: (none)Log:Protect against quoting changes.Members:utils/Makefile:1.4->1.5---------------------PatchSet 2896Date: 2003/11/23 18:46:00Author: mjn3Branch: HEADTag: (none)Log:Hopefully this is correct for cris.Members:utils/ldd.c:1.2->1.3---------------------PatchSet 2897Date: 2003/11/23 18:47:56Author: mjn3Branch: HEADTag: (none)Log:Make sure we use the right CC setting when building utils.Not doing so was breaking the buildroot softfloat arm build.Members:Makefile:1.239->1.240---------------------PatchSet 2898Date: 2003/11/23 20:24:30Author: mjn3Branch: HEADTag: (none)Log:Ok.. this fixes the buildroot soft-float arm build.Also try to make sure the build breaks if we want soft float butdon't know how to request it.Members:Rules.mak:1.156->1.157utils/Makefile:1.5->1.6---------------------PatchSet 2899Date: 2003/11/24 04:23:31Author: mjn3Branch: HEADTag: (none)Log:Don't bother checking, since we want an error if -msoft-float doesn't work.Members:utils/Makefile:1.6->1.7---------------------PatchSet 2900Date: 2003/11/24 04:24:31Author: mjn3Branch: HEADTag: (none)Log:Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdlMakefiles ignore CFLAGS.Members:Rules.mak:1.157->1.158---------------------PatchSet 2901Date: 2003/11/28 18:28:39Author: mjn3Branch: HEADTag: (none)Log:Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Members:libc/sysdeps/linux/mips/Makefile:1.35->1.36libc/sysdeps/linux/mips/sysmips.c:INITIAL->1.1libc/sysdeps/linux/mips/sys/sysmips.h:1.1->1.2---------------------PatchSet 2902Date: 2003/11/28 19:39:51Author: mjn3Branch: HEADTag: (none)Log:Another missing mips function, needed by the boehm garbage collector.Members:libc/sysdeps/linux/mips/Makefile:1.36->1.37libc/sysdeps/linux/mips/_test_and_set.c:INITIAL->1.1---------------------PatchSet 2903Date: 2003/11/29 02:17:24Author: mjn3Branch: HEADTag: (none)Log:Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.Members:libc/sysdeps/linux/mips/crt0.S:1.10->1.11---------------------PatchSet 2904Date: 2003/11/29 20:48:18Author: mjn3Branch: HEADTag: (none)Log:Minor update... Config no longer used.Members:.cvsignore:1.8->1.9---------------------PatchSet 2905Date: 2003/11/29 21:23:42Author: mjn3Branch: HEADTag: (none)Log:Minor typo fix.Members:extra/scripts/fix_includes.sh:1.8->1.9---------------------PatchSet 2906Date: 2003/12/02 04:58:41Author: mjn3Branch: HEADTag: (none)Log:Put in a dummy reference to main so busybox will link.Members:libc/sysdeps/linux/cris/crt0.c:1.4->1.5---------------------PatchSet 2907Date: 2003/12/02 17:58:24Author: andersenBranch: HEADTag: (none)Log:Avoid a potentially undefined operation with a veriable++ in a macroMembers:libc/inet/rpc/bindresvport.c:1.8->1.9---------------------PatchSet 2908Date: 2003/12/02 17:59:06Author: andersenBranch: HEADTag: (none)Log:Add function versions of ntohl and friendsMembers:libc/inet/Makefile:1.41->1.42libc/inet/ntohl.c:INITIAL->1.1---------------------PatchSet 2909Date: 2003/12/02 19:06:31Author: mjn3Branch: HEADTag: (none)Log:Add a syscall() implementation using a hacked version of the syscall6 macro.Untested, but syscall() is needed by busybox for pivot_root at least.Members:libc/sysdeps/linux/sh/Makefile:1.29->1.30libc/sysdeps/linux/sh/syscall.c:INITIAL->1.1---------------------PatchSet 2910Date: 2003/12/02 20:37:08Author: mjn3Branch: HEADTag: (none)Log:Include Rules.mk for consistency. Trying not to was simply too painful.Members:utils/Makefile:1.7->1.8---------------------PatchSet 2911Date: 2003/12/02 23:16:59Author: andersenBranch: HEADTag: (none)Log:Disable pthreads for sh64 for the time being (since it is notcurrently supported)Members:extra/Configs/Config.sh:1.41->1.42---------------------PatchSet 2912Date: 2003/12/03 02:35:36Author: andersenBranch: HEADTag: (none)Log:force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4Members:extra/Configs/Config.sh:1.42->1.43---------------------PatchSet 2913Date: 2003/12/03 20:12:45Author: andersenBranch: HEADTag: (none)Log:Rob McMullen writes:There is code in ldconfig that checks to see if a shared library is namedeither ``lib*'' or ``ld-*'' before ldconfig -l will work on it. gawk uses thisfeature of ldconfig to make /lib/rcscripts/filefuncs.so, so the build fails.Members:utils/ldconfig.c:1.1->1.2---------------------PatchSet 2914Date: 2003/12/03 20:36:49Author: andersenBranch: HEADTag: (none)Log:remove some garbageMembers:libc/sysdeps/linux/mips/vfork.c:1.1->1.2---------------------PatchSet 2915Date: 2003/12/03 21:35:01Author: andersenBranch: HEADTag: (none)Log:Eliminate some static buffers based on a patch from Tobias AnderbergMembers:ldso/ldso/readelflib1.c:1.50->1.51---------------------PatchSet 2916Date: 2003/12/03 23:03:59Author: andersenBranch: HEADTag: (none)Log:Paul Mundt <lethal@linux-sh.org> writes:Nothing overly interesting here, this renames Hitachi/Mitsubishi to Renesasfor the relevant platforms (in this case, h8, sh, and m32r). The same changeshave already been going on in gcc/binutils/gdb/glibc/etc.Members:extra/Configs/Config.sh:1.43->1.44include/elf.h:1.9->1.10utils/readelf.c:1.1->1.2---------------------PatchSet 2917Date: 2003/12/03 23:07:50Author: andersenBranch: HEADTag: (none)Log:Patch from lethal, adding syscall() to the sh64 portMembers:libc/sysdeps/linux/sh64/Makefile:1.5->1.6libc/sysdeps/linux/sh64/syscall.c:INITIAL->1.1---------------------PatchSet 2918Date: 2003/12/03 23:12:11Author: andersenBranch: HEADTag: (none)Log:Lethal noticed that the generated file gmon-start.S was notbeing cleaned up.Members:libc/sysdeps/linux/arm/Makefile:1.51->1.52libc/sysdeps/linux/i386/Makefile:1.64->1.65libc/sysdeps/linux/powerpc/Makefile:1.28->1.29libc/sysdeps/linux/sh/Makefile:1.30->1.31---------------------PatchSet 2919Date: 2003/12/03 23:28:33Author: andersenBranch: HEADTag: (none)Log:Joakim Tjernlund writes:This is just a wild guess, but you could try this to see if it fixesRichards problem:Members:ldso/ldso/powerpc/elfinterp.c:1.28->1.29---------------------PatchSet 2920Date: 2003/12/03 23:38:43Author: andersenBranch: HEADTag: (none)Log:Henrik Grindal Bakken writes:The patch touches a minor (well, not that minor, but perhaps onlyrarely encountered) bug in the powerpc dynamic linker.The problem is that addi is called in inline assembly, but there is norestriction on the second argument. In powerpc assembler, if thesecond argument to addi is r0, it is taken as the value 0, not thecontents of r0. This happened to me, making the stack pointer 0 onthe invocation on the application.The patch is against 0.9.22, but there didn't seem to be any changesto the relevant section in 0.9.23.Members:ldso/ldso/powerpc/ld_sysdep.h:1.6->1.7---------------------PatchSet 2921Date: 2003/12/04 06:36:51Author: mjn3Branch: HEADTag: (none)Log:Building of iconv.o was accidently always disabled.Also, build the iconv app in utils.Members:libc/misc/wchar/Makefile:1.8->1.9utils/.cvsignore:1.1->1.2utils/Makefile:1.8->1.9---------------------PatchSet 2922Date: 2003/12/04 06:37:34Author: mjn3Branch: HEADTag: (none)Log:Don't download the local data if we have it already.Members:Makefile:1.240->1.241---------------------PatchSet 2923Date: 2003/12/04 18:25:36Author: andersenBranch: HEADTag: (none)Log:Set the default stdio buffer size to 4096, rather then 256.256 is fine of course, but many applications use this valueand expect it to be larger.Members:extra/Configs/Config.in:1.40->1.41---------------------PatchSet 2924Date: 2003/12/04 22:07:51Author: andersenBranch: HEADTag: (none)Log:Fix arm profiling support, which was accidentally removedMembers:libc/sysdeps/linux/arm/Makefile:1.52->1.53---------------------PatchSet 2925Date: 2003/12/04 22:57:32Author: mjn3Branch: HEADTag: (none)Log:Fix infinite loop in putgrent (forgotten increment).Members:libc/pwd_grp/pwd_grp.c:1.3->1.4---------------------PatchSet 2926Date: 2003/12/05 20:24:26Author: andersenBranch: HEADTag: (none)Log:move _dl_fixup so staticly linked apps using dlopen have achance of actually workingMembers:ldso/ldso/ldso.c:1.74->1.75ldso/ldso/readelflib1.c:1.51->1.52---------------------PatchSet 2927Date: 2003/12/05 20:39:51Author: andersenBranch: HEADTag: (none)Log:Paul Mundt <lethal@linux-sh.org> writes:This patch adds the libpthread backend bits for sh64. As noted previously,we can't inline things like the testandset() in pt-machine.h as we need touse a completely different ISA / CFLAGS in order for this to work.As a result, this patch is somewhat of a RFC as well to see what people thinkof the libpthread/linuxthreads/sysdeps Makefile approach, etc. The approachI've taken currently has been to provide a sysdeps/Makefile with a note thatTARGET_ARCHs that want build rules can simply add themselves into the list ofmatching architectures to add to the subdir rule for. This probably isn'tthe cleanest solution, but it's quite transparent and works quite well.Members:extra/Configs/Config.sh:1.44->1.45libc/sysdeps/linux/sh64/bits/mman.h:INITIAL->1.1libpthread/linuxthreads/Makefile:1.11->1.12libpthread/linuxthreads/sysdeps/Makefile:INITIAL->1.1libpthread/linuxthreads/sysdeps/sh64/Makefile:INITIAL->1.1libpthread/linuxthreads/sysdeps/sh64/pt-machine.c:INITIAL->1.1libpthread/linuxthreads/sysdeps/sh64/pt-machine.h:INITIAL->1.1---------------------PatchSet 2928Date: 2003/12/08 21:18:40Author: andersenBranch: HEADTag: (none)Log:Prepare for uClibc 0.9.24 releaseMembers:Changelog:1.22->1.23Changelog.full:1.16->1.17Changelog.full.last:1.1->1.2Rules.mak:1.158->1.159---------------------PatchSet 2929Date: 2003/12/11 07:16:11Author: andersenBranch: HEADTag: (none)Log:Rework the websiteMembers:docs/uclibc.org/FAQ.html:1.20->1.21docs/uclibc.org/cvs_anon.html:1.5->1.6docs/uclibc.org/cvs_howto.html:INITIAL->1.1docs/uclibc.org/cvs_write.html:1.3->1.4docs/uclibc.org/download.html:INITIAL->1.1docs/uclibc.org/footer.html:INITIAL->1.1docs/uclibc.org/header.html:INITIAL->1.1docs/uclibc.org/index.html:1.76->1.77docs/uclibc.org/lists.html:INITIAL->1.1docs/uclibc.org/news.html:INITIAL->1.1docs/uclibc.org/old-news.html:1.16->1.17(DEAD)docs/uclibc.org/oldnews.html:INITIAL->1.1docs/uclibc.org/other_libs.html:INITIAL->1.1docs/uclibc.org/products.html:INITIAL->1.1docs/uclibc.org/robots.txt:1.2->1.3(DEAD)docs/uclibc.org/toolchains.html:INITIAL->1.1---------------------PatchSet 2930Date: 2003/12/11 07:41:48Author: andersenBranch: HEADTag: (none)Log:more minor cleanupsMembers:docs/uclibc.org/FAQ.html:1.21->1.22docs/uclibc.org/index.html:1.77->1.78---------------------PatchSet 2931Date: 2003/12/11 07:42:05Author: andersenBranch: HEADTag: (none)Log:mjn3 found a url for the darwin C libMembers:docs/uclibc.org/other_libs.html:1.1->1.2---------------------PatchSet 2932Date: 2003/12/11 07:54:56Author: andersenBranch: HEADTag: (none)Log:fixup some silly html bugsMembers:docs/uclibc.org/FAQ.html:1.22->1.23docs/uclibc.org/footer.html:1.1->1.2docs/uclibc.org/header.html:1.1->1.2docs/uclibc.org/index.html:1.78->1.79docs/uclibc.org/news.html:1.1->1.2docs/uclibc.org/other_libs.html:1.2->1.3---------------------PatchSet 2933Date: 2003/12/11 07:55:13Author: andersenBranch: HEADTag: (none)Log:add image for validatorMembers:docs/uclibc.org/images/vh40.gif:INITIAL->1.1---------------------PatchSet 2934Date: 2003/12/11 08:18:42Author: andersenBranch: HEADTag: (none)Log:fix a cut-n-paste typoMembers:docs/uclibc.org/cvs_write.html:1.4->1.5---------------------PatchSet 2935Date: 2003/12/14 19:10:23Author: mjn3Branch: HEADTag: (none)Log:Fix a couple of 'declaration after statement' errors.Members:libc/misc/locale/locale.c:1.17->1.18libc/stdio/scanf.c:1.32->1.33---------------------PatchSet 2936Date: 2003/12/14 23:51:30Author: mjn3Branch: HEADTag: (none)Log:Fix some dst issues in _time_mktime().Normalize the tm_isdst value to -1, 0, or 1.If no dst for this timezone, then reset tm_isdst to 0.Members:libc/misc/time/time.c:1.17->1.18---------------------PatchSet 2937Date: 2003/12/14 23:52:57Author: mjn3Branch: HEADTag: (none)Log:Link ldconfig with the appropriate libraries.Members:utils/Makefile:1.9->1.10
Go to most recent revision | Compare with Previous | Blame | View Log
