summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-01-12 07:52:50 +0000
committerEric Andersen <andersen@codepoet.org>2005-01-12 07:52:50 +0000
commit9acf46c0c74008440f6dfc4d09d82934a56ecd18 (patch)
tree32824ea0711e2c91d3bebfe14037dc465dd05e94
parent8f6b29e669ac593f07c7b8f4eb1507aa12c14983 (diff)
Update docs for release
-rw-r--r--Changelog20
-rw-r--r--Changelog.full8980
-rw-r--r--docs/uclibc.org/FAQ.html37
-rw-r--r--docs/uclibc.org/news.html117
-rw-r--r--docs/uclibc.org/oldnews.html114
-rw-r--r--docs/uclibc.org/toolchains.html120
6 files changed, 8807 insertions, 581 deletions
diff --git a/Changelog b/Changelog
index e0b1299fb..52fd3eda2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,23 @@
+0.9.27 12 January 2005
+
+ This has been a long time in the making... Release highlights:
+ o New stdio implementation
+ o New optimized string functions
+ o Major improvements to the shared lib loader
+ o Shared libraries work properly on powerpc
+ o Debugging works on mips
+ o New architectures: frv, nios, nios2, bfin
+ o Linux 2.6.x kernel support
+ o Lots and lots of bug fixes
+
+ This release is NOT binary compatible with uClibc 0.9.26 or any earlier
+ release, so be prepared to recompile your software if you are still using
+ an old version of uClibc.
+
+ -Erik
+
+
+
0.9.26 3 January 2004
This simply adds a fix for a pthread bug that was noticed a few hours
diff --git a/Changelog.full b/Changelog.full
index bf6c91ce8..c00a12921 100644
--- a/Changelog.full
+++ b/Changelog.full
@@ -1,859 +1,8993 @@
---------------------
-PatchSet 2938
-Date: 2003/12/16 06:45:48
+PatchSet 3162
+Date: 2004/01/04 05:34:35
+Author: andersen
+Branch: HEAD
+Tag: uClibc_0_9_26 **FUNKY**
+Log:
+Fix grammar
+
+Members:
+ docs/uclibc.org/news.html:1.8->1.9
+
+---------------------
+PatchSet 3163
+Date: 2004/01/04 05:46:15
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+spell 'pthread' properly
+
+Members:
+ docs/uclibc.org/news.html:1.9->1.10
+
+---------------------
+PatchSet 3164
+Date: 2004/01/04 05:49:55
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Fix paragraph seperation
+
+Members:
+ docs/uclibc.org/news.html:1.10->1.11
+
+---------------------
+PatchSet 3165
+Date: 2004/01/04 09:32:14
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Bump .deb version
+
+Members:
+ debian/changelog:1.19->1.20
+
+---------------------
+PatchSet 3166
+Date: 2004/01/04 09:35:20
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Implement res_search and res_querydomain based on netbsd code,
+but remove support for host aliases (the HOSTALIASES env variable)
+which looks like a very bad idea.
+ -Erik
+
+Members:
+ libc/inet/resolv.c:1.50->1.51
+
+---------------------
+PatchSet 3167
+Date: 2004/01/06 01:05:12
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Some badly behaved arches fail to provide a PAGE_SIZE define
+
+Members:
+ ldso/include/ldso.h:1.2->1.3
+
+---------------------
+PatchSet 3168
+Date: 2004/01/09 09:13:37
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+As mjn3 noticed, 64 bit arches should select UCLIBC_HAS_LFS
+
+Members:
+ extra/Configs/Config.alpha:1.15->1.16
+ extra/Configs/Config.sh:1.46->1.47
+
+---------------------
+PatchSet 3169
+Date: 2004/01/12 11:07:02
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Oops... Seems I forgot an else...
+
+Members:
+ libc/unistd/Makefile:1.36->1.37
+
+---------------------
+PatchSet 3170
+Date: 2004/01/13 05:58:00
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Fixup dated comments
+
+Members:
+ Makefile:1.242->1.243
+
+---------------------
+PatchSet 3171
+Date: 2004/01/13 10:26:56
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Add another devfs subdir to the list of checked subdirs.
+
+Members:
+ libc/termios/ttyname.c:1.12->1.13
+
+---------------------
+PatchSet 3172
+Date: 2004/01/14 06:30:58
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale
+implementation to build. Later this month I'll add a functional wcsftime.
+
+Members:
+ include/wchar.h:1.5->1.6
+ libc/misc/time/Makefile:1.35->1.36
+ libc/misc/time/time.c:1.19->1.20
+
+---------------------
+PatchSet 3173
+Date: 2004/01/14 09:14:47
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Ok.. we need to link with libgcc.a for some archs. I haven't looked at
+all cases, but the archs I've looked at do build the needed routines as
+PIC so we should be ok.
+
+Members:
+ libc/Makefile:1.33->1.34
+
+---------------------
+PatchSet 3174
+Date: 2004/01/14 10:31:58
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Use the gcc 3.4 -funit-at-a-time optimization when available
+
+Members:
+ Rules.mak:1.161->1.162
+
+---------------------
+PatchSet 3175
+Date: 2004/01/14 22:37:55
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Include missing errno.h header (as noted by Alan Hourihane).
+Fix uninitialized pthread mutex used to lock the list of aligned
+memory blocks.
+
+Members:
+ libc/stdlib/malloc-simple/alloc.c:1.13->1.14
+
+---------------------
+PatchSet 3176
+Date: 2004/01/16 00:44:34
+Author: davidm
+Branch: HEAD
+Tag: (none)
+Log:
+
+Make sure we remove -fomit-frame-pointer from the ldso build. It's
+inclusion will cause the loader to crash when jumping to the application.
+
+The reason is due to the START macro having a "leave" instruction included
+to fixup the stack before starting the app.
+
+Members:
+ ldso/ldso/Makefile:1.51->1.52
+
+---------------------
+PatchSet 3177
+Date: 2004/01/16 00:46:39
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Link with libfloat if necessary.
+
+Members:
+ libc/Makefile:1.34->1.35
+
+---------------------
+PatchSet 3178
+Date: 2004/01/16 11:49:06
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Minor updates from linux 2.6.1
+
+Members:
+ extra/config/Kconfig-language.txt:1.2->1.3
+ extra/config/conf.c:1.4->1.5
+
+---------------------
+PatchSet 3179
+Date: 2004/01/16 12:38:10
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Fixup selection of endianness, since select does not work on choice
+items, we have to declare what endianness cpus are capable of supporting
+and work using dependancies.
+
+Members:
+ extra/Configs/Config.arm:1.40->1.41
+ extra/Configs/Config.h8300:1.18->1.19
+ extra/Configs/Config.i960:1.14->1.15
+ extra/Configs/Config.microblaze:1.5->1.6
+ extra/Configs/Config.mips:1.39->1.40
+ extra/Configs/Config.sparc:1.16->1.17
+ extra/Configs/Config.v850:1.7->1.8
+
+---------------------
+PatchSet 3180
+Date: 2004/01/16 12:43:01
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
+
+Members:
+ extra/Configs/Config.alpha:1.17->1.18
+ extra/Configs/Config.cris:1.11->1.12
+ extra/Configs/Config.in.arch:1.13->1.14
+ extra/Configs/Config.powerpc:1.34->1.35
+ extra/Configs/Config.sh:1.48->1.49
+ libc/inet/rpc/rcmd.c:1.9->1.10
+ libc/sysdeps/linux/common/bits/posix_opt.h:1.2->1.3
+ libc/unistd/daemon.c:1.7->1.8
+ libpthread/linuxthreads/manager.c:1.7->1.8
+
+---------------------
+PatchSet 3181
+Date: 2004/01/16 12:49:06
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Minor updates from linux 2.6.1
+
+Members:
+ extra/config/confdata.c:1.9->1.10
+
+---------------------
+PatchSet 3182
+Date: 2004/01/16 13:38:10
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Fixup selection of endianness, since select does not work on choice
+items, we have to declare what endianness cpus are capable of supporting
+and work using dependancies.
+
+Members:
+ extra/Configs/Config.alpha:1.16->1.17
+ extra/Configs/Config.cris:1.10->1.11
+ extra/Configs/Config.e1:1.6->1.7
+ extra/Configs/Config.i386:1.37->1.38
+ extra/Configs/Config.in.arch:1.12->1.13
+ extra/Configs/Config.m68k:1.35->1.36
+ extra/Configs/Config.powerpc:1.33->1.34
+ extra/Configs/Config.sh:1.47->1.48
+
+---------------------
+PatchSet 3183
+Date: 2004/01/16 13:42:58
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
+
+Members:
+ Makefile:1.243->1.244
+ extra/Configs/Config.i386:1.38->1.39
+ extra/Configs/Config.in:1.43->1.44
+ libc/stdlib/malloc/malloc.h:1.18->1.19
+ libc/stdlib/malloc-simple/alloc.c:1.14->1.15
+ libc/sysdeps/linux/arm/crt0.S:1.20->1.21
+ libc/sysdeps/linux/common/syscalls.c:1.125->1.126
+ libc/sysdeps/linux/m68k/Makefile:1.32->1.33
+ libc/unistd/Makefile:1.37->1.38
+ libc/unistd/exec.c:1.1->1.2
+ libpthread/linuxthreads/internals.h:1.6->1.7
+ libpthread/linuxthreads/ptfork.c:1.2->1.3
+ libpthread/linuxthreads/pthread.c:1.11->1.12
+ libutil/Makefile:1.22->1.23
+
+---------------------
+PatchSet 3184
+Date: 2004/01/16 18:52:51
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+We need to link with libgcc.a when creating shared libs, in order to
+avoid problems 'hidden symbol' problems. Also handle -lfloat for the
+soft-float arm case.
+
+Members:
+ ldso/libdl/Makefile:1.33->1.34
+ libcrypt/Makefile:1.25->1.26
+ libintl/Makefile:1.5->1.6
+ libm/Makefile:1.39->1.40
+ libnsl/Makefile:1.6->1.7
+ libpthread/Makefile:1.27->1.28
+ libresolv/Makefile:1.16->1.17
+ libutil/Makefile:1.23->1.24
+
+---------------------
+PatchSet 3185
+Date: 2004/01/17 14:39:40
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Prevent runaway asserts, which can happen if there's a problem with
+stdio or locales.
+
+Members:
+ libc/misc/assert/__assert.c:1.7->1.8
+
+---------------------
+PatchSet 3186
+Date: 2004/01/17 14:45:55
+Author: mjn3
+Branch: HEAD
+Tag: (none)
+Log:
+Add __data_start needed by boehm garbage collector, in turn needed by libgcj.
+
+Members:
+ libc/sysdeps/linux/i386/crt0.S:1.21->1.22
+
+---------------------
+PatchSet 3187
+Date: 2004/01/20 17:38:25
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+> Is there anything I can do/provide that would assist in the solving of
+> this problem on PowerPC? I'm still concerned about my lack of flash space...
+
+Try this path. It fixes the recent ldso problems for me on my mpc860 board.
+You should be able to use ldso without the dcbx patch to the kernel now.
+
+Please report back.
+
+ Jocke
+
+Members:
+ ldso/ldso/powerpc/elfinterp.c:1.29->1.30
+
+---------------------
+PatchSet 3188
+Date: 2004/01/20 17:44:17
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Paul Mundt writes:
+
+The current behavior of the powerpc boot1_arch.h seems somewhat broken.
+Currently room is made on the stack pointer for the link register, but the link
+register is never actually pushed onto it. glibc bears the following comments:
+
+ /* Call _dl_start with one parameter pointing at argc */
+ mr r3,r1
+ /* (we have to frob the stack pointer a bit to allow room for
+ _dl_start to save the link register). */
+
+followed by the -16 add to r1. Despite the fact that r1 is modified, the link
+register is never actually pushed onto r1, thus the adjustment is completely
+superfluous.
+
+There's two possible fixes for this, either saving the link register in the way
+that glibc does, or getting rid of the r1 adjustment. As I'm not sure if saving
+the link register will actually break the _dl_boot2 callin, both options will
+probably want to be played with.
+
+The following bit of inline assembly in the attached patch builds cleanly for
+me with gcc 3.3 on darwin, but I'm not able to test it any further beyond that.
+
+Members:
+ ldso/ldso/powerpc/boot1_arch.h:1.4->1.5
+ ldso/ldso/powerpc/dl-startup.h:1.4->1.5
+
+---------------------
+PatchSet 3189
+Date: 2004/01/20 18:00:16
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+As noted by Doru Petrescu, there was a spurious line that was using
+_dl_debug_addr prior to checking if it was NULL.
+
+Members:
+ ldso/libdl/dlib.c:1.32->1.33
+ ldso/libdl/libdl.c:1.32->1.33
+
+---------------------
+PatchSet 3190
+Date: 2004/01/20 21:28:42
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+support building the uClibc utils for the host system...
+
+Members:
+ utils/Makefile:1.10->1.11
+
+---------------------
+PatchSet 3191
+Date: 2004/01/20 21:36:23
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Erik is an idiot
+
+Members:
+ utils/Makefile:1.11->1.12
+
+---------------------
+PatchSet 3192
+Date: 2004/01/21 20:14:41
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Massive formatting cleanup, making it easier to parse
+
+Members:
+ libc/sysdeps/linux/common/syscalls.c:1.126->1.127
+
+---------------------
+PatchSet 3193
+Date: 2004/01/21 20:27:25
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Move poll to its own file, rather than being only half in its own file
+
+Members:
+ libc/sysdeps/linux/common/poll.c:1.1->1.2
+ libc/sysdeps/linux/common/syscalls.c:1.127->1.128
+
+---------------------
+PatchSet 3194
+Date: 2004/01/21 21:06:38
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Add poll
+
+Members:
+ libc/sysdeps/linux/common/Makefile:1.95->1.96
+
+---------------------
+PatchSet 3195
+Date: 2004/01/21 22:27:39
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Split up syscalls.c, since it had grown to be quite large and ugly.
+ -Erik
+
+Members:
+ libc/misc/sysvipc/ftok.c:1.3->1.4
+ libc/misc/sysvipc/ipc.h:1.2->1.3
+ libc/misc/sysvipc/msgq.c:1.2->1.3
+ libc/misc/sysvipc/shm.c:1.5->1.6
+ libc/sysdeps/linux/common/list_syscalls.sh:1.1->1.2(DEAD)
+ libc/sysdeps/linux/common/str_syscalls.sh:1.5->1.6(DEAD)
+ libc/sysdeps/linux/common/syscalls.c:1.128->1.129(DEAD)
+ libc/sysdeps/linux/common/unified_syscall_i386.h:1.6->1.7(DEAD)
+ libc/sysdeps/linux/common/xstatconv.h:1.2->1.3
+ libc/sysdeps/linux/i960/_mmap.S:1.1->1.2(DEAD)
+ libc/sysdeps/linux/i960/mmap.S:INITIAL->1.1
+ libc/sysdeps/linux/microblaze/_mmap.c:1.1->1.2(DEAD)
+ libc/sysdeps/linux/microblaze/mmap.c:INITIAL->1.1
+ libc/sysdeps/linux/mips/_mmap.c:1.3->1.4(DEAD)
+ libc/sysdeps/linux/mips/mmap.c:INITIAL->1.1
+ libc/sysdeps/linux/powerpc/_mmap.c:1.5->1.6(DEAD)
+ libc/sysdeps/linux/powerpc/mmap.c:INITIAL->1.1
+ libc/sysdeps/linux/sh/_mmap.c:1.5->1.6(DEAD)
+ libc/sysdeps/linux/sh/mmap.c:INITIAL->1.1
+ libc/sysdeps/linux/v850/_mmap.c:1.4->1.5(DEAD)
+ libc/sysdeps/linux/v850/mmap.c:INITIAL->1.1
+
+---------------------
+PatchSet 3196
+Date: 2004/01/21 22:30:52
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+ignore host binaries
+
+Members:
+ utils/.cvsignore:1.2->1.3
+
+---------------------
+PatchSet 3197
+Date: 2004/01/21 23:27:39
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Split up syscalls.c, since it had grown to be quite large and ugly.
+ -Erik
+
+Members:
+ libc/misc/sysvipc/sem.c:1.4->1.5
+ libc/sysdeps/linux/common/Makefile:1.96->1.97
+ libc/sysdeps/linux/common/__rt_sigtimedwait.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__socketcall.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__syscall_fcntl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__syscall_fcntl64.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__syscall_ipc.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__syscall_rt_sigaction.c:INITIAL->1.1
+ libc/sysdeps/linux/common/__syscall_sigaction.c:INITIAL->1.1
+ libc/sysdeps/linux/common/_exit.c:1.1->1.2
+ libc/sysdeps/linux/common/access.c:INITIAL->1.1
+ libc/sysdeps/linux/common/acct.c:INITIAL->1.1
+ libc/sysdeps/linux/common/adjtimex.c:INITIAL->1.1
+ libc/sysdeps/linux/common/alarm.c:INITIAL->1.1
+ libc/sysdeps/linux/common/bdflush.c:INITIAL->1.1
+ libc/sysdeps/linux/common/capget.c:INITIAL->1.1
+ libc/sysdeps/linux/common/capset.c:INITIAL->1.1
+ libc/sysdeps/linux/common/chdir.c:INITIAL->1.1
+ libc/sysdeps/linux/common/chmod.c:INITIAL->1.1
+ libc/sysdeps/linux/common/chown.c:INITIAL->1.1
+ libc/sysdeps/linux/common/chroot.c:INITIAL->1.1
+ libc/sysdeps/linux/common/close.c:INITIAL->1.1
+ libc/sysdeps/linux/common/delete_module.c:INITIAL->1.1
+ libc/sysdeps/linux/common/dup.c:INITIAL->1.1
+ libc/sysdeps/linux/common/dup2.c:INITIAL->1.1
+ libc/sysdeps/linux/common/execve.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fchdir.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fchmod.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fchown.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fdatasync.c:INITIAL->1.1
+ libc/sysdeps/linux/common/flock.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fork.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fstat.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fstat64.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fstatfs.c:INITIAL->1.1
+ libc/sysdeps/linux/common/fsync.c:INITIAL->1.1
+ libc/sysdeps/linux/common/ftruncate.c:INITIAL->1.1
+ libc/sysdeps/linux/common/get_kernel_syms.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getegid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/geteuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getgroups.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getitimer.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getpgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getpgrp.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getpid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getppid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getpriority.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getresgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getresuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getrlimit.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getrusage.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getsid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/gettimeofday.c:INITIAL->1.1
+ libc/sysdeps/linux/common/getuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/init_module.c:INITIAL->1.1
+ libc/sysdeps/linux/common/ioctl.c:1.1->1.2
+ libc/sysdeps/linux/common/ioperm.c:INITIAL->1.1
+ libc/sysdeps/linux/common/iopl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/kill.c:INITIAL->1.1
+ libc/sysdeps/linux/common/klogctl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/lchown.c:INITIAL->1.1
+ libc/sysdeps/linux/common/link.c:INITIAL->1.1
+ libc/sysdeps/linux/common/lseek.c:INITIAL->1.1
+ libc/sysdeps/linux/common/lstat.c:INITIAL->1.1
+ libc/sysdeps/linux/common/lstat64.c:INITIAL->1.1
+ libc/sysdeps/linux/common/madvise.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mkdir.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mknod.c:1.3->1.4
+ libc/sysdeps/linux/common/mlock.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mlockall.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mmap.c:INITIAL->1.1
+ libc/sysdeps/linux/common/modify_ldt.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mount.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mprotect.c:INITIAL->1.1
+ libc/sysdeps/linux/common/mremap.c:INITIAL->1.1
+ libc/sysdeps/linux/common/msync.c:INITIAL->1.1
+ libc/sysdeps/linux/common/munlock.c:INITIAL->1.1
+ libc/sysdeps/linux/common/munlockall.c:INITIAL->1.1
+ libc/sysdeps/linux/common/munmap.c:INITIAL->1.1
+ libc/sysdeps/linux/common/nanosleep.c:INITIAL->1.1
+ libc/sysdeps/linux/common/nice.c:INITIAL->1.1
+ libc/sysdeps/linux/common/open.c:INITIAL->1.1
+ libc/sysdeps/linux/common/pause.c:INITIAL->1.1
+ libc/sysdeps/linux/common/personality.c:INITIAL->1.1
+ libc/sysdeps/linux/common/pipe.c:INITIAL->1.1
+ libc/sysdeps/linux/common/pivot_root.c:INITIAL->1.1
+ libc/sysdeps/linux/common/prctl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/query_module.c:INITIAL->1.1
+ libc/sysdeps/linux/common/quotactl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/read.c:INITIAL->1.1
+ libc/sysdeps/linux/common/readlink.c:INITIAL->1.1
+ libc/sysdeps/linux/common/readv.c:INITIAL->1.1
+ libc/sysdeps/linux/common/reboot.c:INITIAL->1.1
+ libc/sysdeps/linux/common/rename.c:INITIAL->1.1
+ libc/sysdeps/linux/common/rmdir.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_get_priority_max.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_get_priority_min.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_getparam.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_getscheduler.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_rr_get_interval.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_setparam.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_setscheduler.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sched_yield.c:INITIAL->1.1
+ libc/sysdeps/linux/common/select.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sendfile.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setdomainname.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setfsgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setfsuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setgroups.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sethostname.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setitimer.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setpgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setpriority.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setregid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setresgid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setresuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setreuid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setrlimit.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setsid.c:INITIAL->1.1
+ libc/sysdeps/linux/common/settimeofday.c:INITIAL->1.1
+ libc/sysdeps/linux/common/setuid.c:1.2->1.3
+ libc/sysdeps/linux/common/sigaltstack.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sigpending.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sigprocmask.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sigsuspend.c:INITIAL->1.1
+ libc/sysdeps/linux/common/ssp.c:1.1->1.2
+ libc/sysdeps/linux/common/stat.c:INITIAL->1.1
+ libc/sysdeps/linux/common/stat64.c:INITIAL->1.1
+ libc/sysdeps/linux/common/statfs.c:INITIAL->1.1
+ libc/sysdeps/linux/common/stime.c:INITIAL->1.1
+ libc/sysdeps/linux/common/swapoff.c:INITIAL->1.1
+ libc/sysdeps/linux/common/swapon.c:INITIAL->1.1
+ libc/sysdeps/linux/common/symlink.c:INITIAL->1.1
+ libc/sysdeps/linux/common/syscalls.h:INITIAL->1.1
+ libc/sysdeps/linux/common/sysctl.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sysfs.c:INITIAL->1.1
+ libc/sysdeps/linux/common/sysinfo.c:INITIAL->1.1
+ libc/sysdeps/linux/common/time.c:INITIAL->1.1
+ libc/sysdeps/linux/common/times.c:INITIAL->1.1
+ libc/sysdeps/linux/common/truncate.c:INITIAL->1.1
+ libc/sysdeps/linux/common/umask.c:INITIAL->1.1
+ libc/sysdeps/linux/common/umount.c:INITIAL->1.1
+ libc/sysdeps/linux/common/umount2.c:INITIAL->1.1
+ libc/sysdeps/linux/common/uname.c:INITIAL->1.1
+ libc/sysdeps/linux/common/unlink.c:INITIAL->1.1
+ libc/sysdeps/linux/common/uselib.c:INITIAL->1.1
+ libc/sysdeps/linux/common/ustat.c:INITIAL->1.1
+ libc/sysdeps/linux/common/utime.c:INITIAL->1.1
+ libc/sysdeps/linux/common/utimes.c:INITIAL->1.1
+ libc/sysdeps/linux/common/vhangup.c:INITIAL->1.1
+ libc/sysdeps/linux/common/wait4.c:INITIAL->1.1
+ libc/sysdeps/linux/common/write.c:INITIAL->1.1
+ libc/sysdeps/linux/common/writev.c:INITIAL->1.1
+ libc/sysdeps/linux/powerpc/ioctl.c:1.1->1.2
+
+---------------------
+PatchSet 3198
+Date: 2004/01/21 23:45:14
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Sort all the files
+
+Members:
+ libc/sysdeps/linux/common/Makefile:1.97->1.98
+
+---------------------
+PatchSet 3199
+Date: 2004/01/22 00:44:25
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Some minor debian junk I had sitting in my tree
+
+Members:
+ debian/.cvsignore:1.1->1.2
+ debian/uclibc-dev.postinst:INITIAL->1.1
+ debian/uclibc-dev.prerm:INITIAL->1.1
+ debian/uclibc.postinst:1.1->1.2
+ debian/uclibc.prerm:INITIAL->1.1
+ debian/uclibc.shlibs:1.1->1.2
+
+---------------------
+PatchSet 3200
+Date: 2004/01/24 07:40:27
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Oleksandr G. Zhadan writes:
+
+Hi Eric,
+
+The attached diff file includes BUS_ISA fix for kernel since 2.4.23/
+
+Kind regards,
+
+Oleks
+
+Members:
+ libc/sysdeps/linux/arm/ioperm.c:1.5->1.6
+
+---------------------
+PatchSet 3201
+Date: 2004/01/24 07:59:30
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+Hi again
+
+I have done some serious clenup of powerpc/elfinterp.c
+
+- Make it look more like glibc.
+- Performance modifictions.
+- Fixed a few bugs in _dl_do_reloc(). These seem not to have affected
+ anything, but this how glibc do it.
+
+ Jocke
+
+Members:
+ ldso/ldso/powerpc/elfinterp.c:1.30->1.31
+
+---------------------
+PatchSet 3202
+Date: 2004/01/24 08:33:39
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Imre Sunyi writes:
+
+Hi Erik
+
+I have corrected a bug in uClibc/libc/inet/resolv.c in function
+__dns_lookup(). Have attaced a txt file with my diffs regarding to
+uClibc 0.9.26.
+
+If two nameservers are included in /etc/resolv.conf and the first one is
+wrong and the secondary is correct the algorithm never
+looked up the secondary one. Please review my diff and feel free to
+submit the patch onto your CVS.
+
+If reading manual page resolv.conf(5) under nameserver and how the
+algorithm should work the previous dns_lookup did not fully followed
+that.
+
+Regards
+
+Imre Sunyi
+
+Members:
+ libc/inet/resolv.c:1.51->1.52
+
+---------------------
+PatchSet 3203
+Date: 2004/01/27 06:36:19
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+Hi Erik
+
+I have had some fun trying to optimize memcpy, memset and memmove for
+PPC. There are only boot tested, but I don't expect any problems :)
+
+Read the comments in powerpc/string.c for more info.
+Patch is relative to libc/string
+
+ Jocke
+
+Members:
+ libc/string/powerpc/Makefile:INITIAL->1.1
+
+---------------------
+PatchSet 3204
+Date: 2004/01/27 07:36:18
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+Hi Erik
+
+I have had some fun trying to optimize memcpy, memset and memmove for
+PPC. There are only boot tested, but I don't expect any problems :)
+
+Read the comments in powerpc/string.c for more info.
+Patch is relative to libc/string
+
+ Jocke
+
+Members:
+ libc/string/Makefile:1.59->1.60
+ libc/string/powerpc/string.c:INITIAL->1.1
+
+---------------------
+PatchSet 3205
+Date: 2004/01/27 07:37:12
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Patch from Joakim Tjernlund to get rid of an annoying warning.
+
+Members:
+ ldso/ldso/powerpc/boot1_arch.h:1.5->1.6
+ ldso/ldso/powerpc/dl-startup.h:1.5->1.6
+
+---------------------
+PatchSet 3206
+Date: 2004/01/29 08:20:11
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Patch from Joakim Tjernlund:
+
+Removed R_PPC_NONE and R_PPC_REL24 as these does not seem to be used.
+Corrected R_PPC_ADDR32 and R_PPC_JMP_SLOT
+
+Members:
+ ldso/ldso/powerpc/dl-sysdep.h:1.8->1.9
+ ldso/ldso/powerpc/ld_sysdep.h:1.8->1.9
+
+---------------------
+PatchSet 3207
+Date: 2004/01/29 08:59:00
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Fixup silly typo
+
+Members:
+ ldso/ldso/powerpc/elfinterp.c:1.31->1.32
+
+---------------------
+PatchSet 3208
+Date: 2004/01/29 10:44:49
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), and
+do both operations in a single pass.
+
+Members:
+ ldso/include/dl-elf.h:1.4->1.5
+ ldso/include/ld_elf.h:1.4->1.5
+ ldso/ldso/dl-elf.c:1.54->1.55
+ ldso/ldso/ldso.c:1.78->1.79
+ ldso/ldso/readelflib1.c:1.54->1.55
+ ldso/libdl/dlib.c:1.33->1.34
+ ldso/libdl/libdl.c:1.33->1.34
+
+---------------------
+PatchSet 3209
+Date: 2004/01/29 10:48:05
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+Here is the cleaned up laze reloc patch.
+Summary:
+ - Minor cleanup.
+ - disable the "if (finaladdr <= 0x01fffffc || finaladdr >= 0xfe000000)"
+ test since it almost never triggered.
+ - Optimized the lazy relocs handling.
+
+Would be great if you could commit ASAP.
+
+ Jocke
+
+Members:
+ ldso/ldso/powerpc/elfinterp.c:1.32->1.33
+
+---------------------
+PatchSet 3210
+Date: 2004/01/29 11:42:45
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs
+
+Members:
+ ldso/include/dl-elf.h:1.5->1.6
+ ldso/include/ld_elf.h:1.5->1.6
+ ldso/include/ldso.h:1.3->1.4
+ ldso/ldso/dl-elf.c:1.55->1.56
+ ldso/ldso/ldso.c:1.79->1.80
+ ldso/ldso/readelflib1.c:1.55->1.56
+
+---------------------
+PatchSet 3211
+Date: 2004/01/29 12:18:50
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Modify interfaces for _dl_parse_relocation_information()
+_dl_parse_lazy_relocation_information() and _dl_parse_copy_information()
+so they are all consistant, allowing for future consolidation.
+
+Trim some trailing whitespace as well.
+
+Members:
+ ldso/include/dl-elf.h:1.6->1.7
+ ldso/include/ld_elf.h:1.6->1.7
+ ldso/ldso/dl-elf.c:1.56->1.57
+ ldso/ldso/readelflib1.c:1.56->1.57
+ ldso/ldso/arm/elfinterp.c:1.17->1.18
+ ldso/ldso/cris/elfinterp.c:1.6->1.7
+ ldso/ldso/i386/elfinterp.c:1.27->1.28
+ ldso/ldso/m68k/elfinterp.c:1.14->1.15
+ ldso/ldso/mips/elfinterp.c:1.7->1.8
+ ldso/ldso/powerpc/elfinterp.c:1.33->1.34
+ ldso/ldso/sh/elfinterp.c:1.7->1.8
+ ldso/ldso/sh64/elfinterp.c:1.1->1.2
+ ldso/ldso/sparc/elfinterp.c:1.13->1.14
+
+---------------------
+PatchSet 3212
+Date: 2004/01/30 20:11:18
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Paul Mundt, lethal at linux-sh dot org writes:
+
+Boredom got the better of me, here's strlen() for sh64..
+
+Members:
+ libc/string/sh64/strlen.S:INITIAL->1.1
+
+---------------------
+PatchSet 3213
+Date: 2004/01/30 20:34:03
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Joakim Tjernlund writes:
+
+> Not there yet, but the interfaces are much closer now...
+> Heading to bed though, since its 5:30am. :-)
+
+This works, but I discovered something "funny". For all
+relocs but COPY you can use scope instead of scope->dyn->symbol_scope
+and it is much faster to do that. Search for "Funny" in the patch
+to see what I mean. Probably I probably broke something, please let me
+know if it works for you too.
+
+I think I am done with ldso now. Has been fun and I hope to
+actually use uClibc/busybox soon in a project.
+
+Ohh, there is one thing left, double sized PLT entries, but maybe these
+aren't needed in uClibc?
+
+ Sweet dreams
+ Jocke
+
+Members:
+ ldso/ldso/powerpc/elfinterp.c:1.34->1.35
+
+---------------------
+PatchSet 3214
+Date: 2004/01/30 21:10:39
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Andrew May writes:
+
+Here are some simple fixes for things that broke for PPC with
+the recent syscall cleanup. I am not sure they are correct but
+they seem pretty trivial.
+
+Members:
+ libc/sysdeps/linux/powerpc/ioctl.c:1.2->1.3
+
+---------------------
+PatchSet 3215
+Date: 2004/01/30 21:11:18
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Paul Mundt, lethal at linux-sh dot org writes:
+
+Boredom got the better of me, here's strlen() for sh64..
+
+Members:
+ libc/string/sh64/Makefile:1.1->1.2
+
+---------------------
+PatchSet 3216
+Date: 2004/01/30 21:13:24
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Add missing abort instruction for powerpc
+
+Members:
+ libc/stdlib/abort.c:1.14->1.15
+
+---------------------
+PatchSet 3217
+Date: 2004/01/30 22:09:38
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Andrew May writes:
+
+Here are some simple fixes for things that broke for PPC with
+the recent syscall cleanup. I am not sure they are correct but
+they seem pretty trivial.
+
+Members:
+ libc/sysdeps/linux/common/modify_ldt.c:1.1->1.2
+ libc/sysdeps/linux/powerpc/Makefile:1.29->1.30
+
+---------------------
+PatchSet 3218
+Date: 2004/01/31 03:02:39
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Patch from Paul Mundt, lethal at linux-sh dot org,
+add sh/sh64: ABORT_INSTRUCTION definitions
+
+Members:
+ libc/stdlib/abort.c:1.15->1.16
+
+---------------------
+PatchSet 3219
+Date: 2004/01/31 03:15:07
+Author: andersen
+Branch: HEAD
+Tag: (none)
+Log:
+Revert to scope as used by original code for now, just in case.
+I still don't have a good handle on why and when the different