OSDN Git Service

uclinux-h8/uClibc.git
22 years agoUpdate the working apps list. Not 100% completed, but getting close
Eric Andersen [Sat, 2 Feb 2002 08:00:56 +0000 (08:00 -0000)]
Update the working apps list.  Not 100% completed, but getting close
and I'd rather not lose this...  This has taken a _lot_ of time...
 -Erik

22 years agoSeveral little additions and cleanups. Add getw() and putw().
Eric Andersen [Sat, 2 Feb 2002 07:54:13 +0000 (07:54 -0000)]
Several little additions and cleanups.  Add getw() and putw().
Add in some missing header files (netipx/ipx.h include/lastlog.h
include/sgtty.h include/sys/perm.h)
 -Erik

22 years agoFix hstrerror
Eric Andersen [Sat, 2 Feb 2002 07:43:59 +0000 (07:43 -0000)]
Fix hstrerror

22 years agoScrub up a few little things.
Eric Andersen [Fri, 1 Feb 2002 11:48:10 +0000 (11:48 -0000)]
Scrub up a few little things.

22 years agoAdd in syscalls.h for mipsel, thanks to Steven J. Hill.
Eric Andersen [Fri, 1 Feb 2002 11:45:39 +0000 (11:45 -0000)]
Add in syscalls.h for mipsel, thanks to Steven J. Hill.
Remove and ignore generated syscall.h files from sparc and mipsel.

22 years agoCleanup grammar and wording
Eric Andersen [Fri, 1 Feb 2002 11:35:00 +0000 (11:35 -0000)]
Cleanup grammar and wording

22 years agoAdd an example of how to use this thing.
Eric Andersen [Fri, 1 Feb 2002 10:01:48 +0000 (10:01 -0000)]
Add an example of how to use this thing.

22 years agoAdd in a configurator script. Now people can put stuff like this:
Eric Andersen [Fri, 1 Feb 2002 09:57:11 +0000 (09:57 -0000)]
Add in a configurator script.  Now people can put stuff like this:

$(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl --arch=$(ARCH) --cross="$(CROSS)" \
--devel_prefix=$(STAGING_DIR) --kernel_dir=$(KERNEL_DIR) --large_file=false \
--rpc_support=true --c99_math=true --shared_support=true --ldso_path="/lib" \
--shadow=true --file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) > $(UCLIBC_DIR)/Config;

into their makefiles and automagically get the right things happening...
 -Erik

22 years agoBump version number to 0.9.9
Eric Andersen [Fri, 1 Feb 2002 09:53:25 +0000 (09:53 -0000)]
Bump version number to 0.9.9

22 years agoAdd install_utils and install_target_utils targets, so people
Eric Andersen [Fri, 1 Feb 2002 07:34:53 +0000 (07:34 -0000)]
Add install_utils and install_target_utils targets, so people
that don't like my amazingly cool ldd and readelf tools, can
(most unwisely ;-) ignore them.
 -Erik

22 years agoBe ever so pedantic and explicitly tell tar to use stdin,
Eric Andersen [Fri, 1 Feb 2002 07:01:17 +0000 (07:01 -0000)]
Be ever so pedantic and explicitly tell tar to use stdin,
not to just assume it.
 -Erik

22 years agoDon't assume uid=gid
Eric Andersen [Fri, 1 Feb 2002 05:37:18 +0000 (05:37 -0000)]
Don't assume uid=gid

22 years agoFix/simplify longjmp. Fix toplevel mips settings
Eric Andersen [Thu, 31 Jan 2002 16:15:26 +0000 (16:15 -0000)]
Fix/simplify longjmp.  Fix toplevel mips settings

22 years agoDon't complain about _GLOBAL_OFFSET_TABLE_
Eric Andersen [Thu, 31 Jan 2002 16:11:00 +0000 (16:11 -0000)]
Don't complain about _GLOBAL_OFFSET_TABLE_

22 years agoFixup setjmp and longjmp so they behave themselves properly now
Eric Andersen [Thu, 31 Jan 2002 15:49:34 +0000 (15:49 -0000)]
Fixup setjmp and longjmp so they behave themselves properly now
on both x86 and arm...
 -Erik

22 years agoFix makefile so it actually works when cross compiling
Eric Andersen [Thu, 31 Jan 2002 07:40:18 +0000 (07:40 -0000)]
Fix makefile so it actually works when cross compiling
 -Erik

22 years agomake sure all utilities will build even with older toolchains by
Eric Andersen [Thu, 31 Jan 2002 01:37:38 +0000 (01:37 -0000)]
make sure all utilities will build even with older toolchains by
using our own local elf.h header rather than the system one.
 -Erik

22 years agoFor now, don't let googlebot and friends spider the cvsweb stuff, since my
Eric Andersen [Thu, 31 Jan 2002 00:25:03 +0000 (00:25 -0000)]
For now, don't let googlebot and friends spider the cvsweb stuff, since my
little DSL line can't deal with the load.  I'll reenable this in a few days
when I get things colocated.
 -Erik

22 years agoFix spelling error
Eric Andersen [Thu, 31 Jan 2002 00:23:02 +0000 (00:23 -0000)]
Fix spelling error

22 years agoFixup xfree86 entry
Eric Andersen [Thu, 31 Jan 2002 00:21:03 +0000 (00:21 -0000)]
Fixup xfree86 entry

22 years agoFixup util build
Eric Andersen [Wed, 30 Jan 2002 07:39:04 +0000 (07:39 -0000)]
Fixup util build

22 years agoFixup setjmp implementation so it actaully works as expected
Eric Andersen [Wed, 30 Jan 2002 07:11:08 +0000 (07:11 -0000)]
Fixup setjmp implementation so it actaully works as expected
 -Erik

22 years agoAdd missing sys/fsuid.h
Eric Andersen [Wed, 30 Jan 2002 01:37:02 +0000 (01:37 -0000)]
Add missing sys/fsuid.h

22 years agoAdd in setfsuid() and setfsgid() so lpr-0.72 can compile.
Eric Andersen [Tue, 29 Jan 2002 16:55:45 +0000 (16:55 -0000)]
Add in setfsuid() and setfsgid() so lpr-0.72 can compile.
 -Erik

22 years agoDoh! I'd included sbrk.o twice...
Eric Andersen [Tue, 29 Jan 2002 14:54:33 +0000 (14:54 -0000)]
Doh!  I'd included sbrk.o twice...

22 years agoDefault to using malloc-930716 on ARM systems, since it is
Eric Andersen [Tue, 29 Jan 2002 14:38:43 +0000 (14:38 -0000)]
Default to using malloc-930716 on ARM systems, since it is
about an order of magnitude faster.

22 years agoForce DOPIC be true when HAVE_SHARED is true. Don't define
Eric Andersen [Tue, 29 Jan 2002 13:58:32 +0000 (13:58 -0000)]
Force DOPIC be true when HAVE_SHARED is true.  Don't define
-D__PIC when DOPIC is true, since the compiler does that for
use when -fPIC is set.  Some minor formatting cleanup.
 -Erik

22 years agoMake it so powerpc can work despite lacking brk().
Eric Andersen [Tue, 29 Jan 2002 13:27:05 +0000 (13:27 -0000)]
Make it so powerpc can work despite lacking brk().

22 years agoGo back to using ld, now that I've found the real problem...
Eric Andersen [Tue, 29 Jan 2002 13:07:02 +0000 (13:07 -0000)]
Go back to using ld, now that I've found the real problem...

22 years agoMinor touchups
Eric Andersen [Tue, 29 Jan 2002 11:37:47 +0000 (11:37 -0000)]
Minor touchups

22 years agoCreate a changelog vs the 0.9.8 release so people can track
Eric Andersen [Tue, 29 Jan 2002 11:17:56 +0000 (11:17 -0000)]
Create a changelog vs the 0.9.8 release so people can track
exactly what has changed...

22 years agoUpdates to the v850 architecture from Miles Bader <miles@gnu.org>
Eric Andersen [Tue, 29 Jan 2002 09:02:55 +0000 (09:02 -0000)]
Updates to the v850 architecture from Miles Bader <miles@gnu.org>

22 years agoFix the bug where binaries built with older toolchains would
Eric Andersen [Mon, 28 Jan 2002 13:10:32 +0000 (13:10 -0000)]
Fix the bug where binaries built with older toolchains would
segfault.  Turns out that 'ld -nostdlib' was the culprit.
Who wouldof thought...
 -Erik

22 years agoMiles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to
Eric Andersen [Fri, 25 Jan 2002 02:56:12 +0000 (02:56 -0000)]
Miles Bader <miles@lsi.nec.co.jp> noticed that `make install' tries to
build ldso stuff on non-shared-library systems.  And Matthew Bloch
<mattbee@soup-kitchen.net> noticed that we need to create some dirs
before installing some stuff, so fix that as well.
 -Erik

22 years agoFix up all non-x86 arches to cope with the latest ldso update
Eric Andersen [Fri, 25 Jan 2002 01:00:44 +0000 (01:00 -0000)]
Fix up all non-x86 arches to cope with the latest ldso update
 -Erik

22 years agoFixup build a bit. Be sneaky and include everything into
Eric Andersen [Wed, 23 Jan 2002 16:04:40 +0000 (16:04 -0000)]
Fixup build a bit.  Be sneaky and include everything into
a single .c file, making stuff be even smaller.

22 years agooops
Eric Andersen [Mon, 21 Jan 2002 02:42:30 +0000 (02:42 -0000)]
oops

22 years agoMake sbrk common, add arm/brk.c, cleanup leftover damage
Eric Andersen [Mon, 21 Jan 2002 02:39:29 +0000 (02:39 -0000)]
Make sbrk common, add arm/brk.c, cleanup leftover damage

22 years agoAllow apps to use varargs.h (not that they should)
Eric Andersen [Sat, 19 Jan 2002 17:17:45 +0000 (17:17 -0000)]
Allow apps to use varargs.h (not that they should)

22 years agoDon't waste space warning about tempnam()
Eric Andersen [Thu, 17 Jan 2002 20:42:30 +0000 (20:42 -0000)]
Don't waste space warning about tempnam()

22 years agoEnable fcntl64, and fix fcntl when large fils is enabled.
Eric Andersen [Thu, 17 Jan 2002 15:47:04 +0000 (15:47 -0000)]
Enable fcntl64, and fix fcntl when large fils is enabled.

22 years ago* Added /etc/shadow support (Config selectable)
David McCullough [Thu, 17 Jan 2002 06:26:05 +0000 (06:26 -0000)]
* Added /etc/shadow support (Config selectable)
* Moved some file paths from code into <paths.h>

22 years agoClean up builds on "sh" to use the right ARCH dirs
David McCullough [Thu, 17 Jan 2002 06:06:54 +0000 (06:06 -0000)]
Clean up builds on "sh" to use the right ARCH dirs

22 years agoThe resolver is still using the old API so we cannot use the new resolver
David McCullough [Thu, 17 Jan 2002 05:48:41 +0000 (05:48 -0000)]
The resolver is still using the old API so we cannot use the new resolver
version numbers or apps get confused.

22 years agoAdded insque/remque support
David McCullough [Thu, 17 Jan 2002 05:39:44 +0000 (05:39 -0000)]
Added insque/remque support

22 years agoDon't print an error if the utmp file doesn't exist, getutent will return
David McCullough [Thu, 17 Jan 2002 04:22:57 +0000 (04:22 -0000)]
Don't print an error if the utmp file doesn't exist, getutent will return
NULL as expected.

22 years agoFix simple malloc to work on systems with an MMU
David McCullough [Thu, 17 Jan 2002 04:17:31 +0000 (04:17 -0000)]
Fix simple malloc to work on systems with an MMU

22 years agoAdd sbrk and friends
David McCullough [Thu, 17 Jan 2002 04:12:12 +0000 (04:12 -0000)]
Add sbrk and friends
Fix bug in setjmp (jmpbuf changed size)

22 years agoAdd in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.
David McCullough [Thu, 17 Jan 2002 03:58:58 +0000 (03:58 -0000)]
Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.

22 years agoClearify error message
Eric Andersen [Wed, 16 Jan 2002 17:25:53 +0000 (17:25 -0000)]
Clearify error message

22 years agoOops. I forgot to add -Bdynamic to this one.
Eric Andersen [Wed, 16 Jan 2002 17:15:50 +0000 (17:15 -0000)]
Oops.  I forgot to add -Bdynamic to this one.
 -Erik

22 years agoTell ld explicitly when stuff is supposed to by dynamically linked
Eric Andersen [Wed, 16 Jan 2002 06:35:26 +0000 (06:35 -0000)]
Tell ld explicitly when stuff is supposed to by dynamically linked
 -Erik

22 years agoHide all reference to wchar_t so configure won't get confused
Eric Andersen [Wed, 16 Jan 2002 05:25:42 +0000 (05:25 -0000)]
Hide all reference to wchar_t so configure won't get confused
 -Erik

22 years agoPatch from Brian Stafford <brian@stafford.uklinux.net> to fixup
Eric Andersen [Mon, 14 Jan 2002 09:10:50 +0000 (09:10 -0000)]
Patch from Brian Stafford <brian@stafford.uklinux.net> to fixup
support for Unix98 PTYs, and optionally exclude the older junk.

22 years agoEnable fdatasync
Eric Andersen [Mon, 14 Jan 2002 08:28:19 +0000 (08:28 -0000)]
Enable fdatasync

22 years agoBoth _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,
Eric Andersen [Mon, 14 Jan 2002 05:50:44 +0000 (05:50 -0000)]
Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,
but we were feeding them strings that were just 13 bytes long...
Thanks to spudmonkey@racsa.co.cr for noticing!
 -Erik

22 years agoDepend upon libc
Eric Andersen [Sat, 12 Jan 2002 04:26:55 +0000 (04:26 -0000)]
Depend upon libc

22 years agoMake libc depend on ldso
Eric Andersen [Sat, 12 Jan 2002 04:20:52 +0000 (04:20 -0000)]
Make libc depend on ldso

22 years agoWe don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS
Eric Andersen [Fri, 11 Jan 2002 23:53:13 +0000 (23:53 -0000)]
We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS

22 years agoSigh. Typod it again
Eric Andersen [Fri, 11 Jan 2002 21:30:38 +0000 (21:30 -0000)]
Sigh.  Typod it again

22 years agoOops. typo.
Eric Andersen [Fri, 11 Jan 2002 21:28:35 +0000 (21:28 -0000)]
Oops.  typo.

22 years agoMore build system cleanups...
Eric Andersen [Fri, 11 Jan 2002 21:09:54 +0000 (21:09 -0000)]
More build system cleanups...

22 years agoOops. We lost -FPIC in the shuffle...
Eric Andersen [Fri, 11 Jan 2002 20:20:19 +0000 (20:20 -0000)]
Oops.  We lost -FPIC in the shuffle...
 -Erik

22 years agoRemove the now obsolete d-link tree. Update things to cope
Eric Andersen [Fri, 11 Jan 2002 20:11:12 +0000 (20:11 -0000)]
Remove the now obsolete d-link tree.  Update things to cope
with the new naming
 -Erik

22 years agoRemove old named file. Fix headers on updated one.
Eric Andersen [Fri, 11 Jan 2002 20:03:07 +0000 (20:03 -0000)]
Remove old named file.  Fix headers on updated one.

22 years agoRework naming for shared lib loader to avoid potential
Eric Andersen [Fri, 11 Jan 2002 19:57:41 +0000 (19:57 -0000)]
Rework naming for shared lib loader to avoid potential
nameing conflicts with std header files.
 -Erik

22 years agoDon't use target strip on native binary
Eric Andersen [Fri, 11 Jan 2002 16:55:38 +0000 (16:55 -0000)]
Don't use target strip on native binary

22 years agoBuild glibc test apps static when told to.
Eric Andersen [Fri, 11 Jan 2002 14:44:57 +0000 (14:44 -0000)]
Build glibc test apps static when told to.
Make tiny live up to its name.

22 years agoglibc test apps failed to be static when told to be
Eric Andersen [Fri, 11 Jan 2002 14:38:14 +0000 (14:38 -0000)]
glibc test apps failed to be static when told to be

22 years agoFailed to call sort before calling uniq in several spots,
Eric Andersen [Fri, 11 Jan 2002 14:35:25 +0000 (14:35 -0000)]
Failed to call sort before calling uniq in several spots,
thereby causing ld to choke during the gcc build.
 -Erik

22 years agoCleanup makfile, use ld to avoid chicken-and-egg problems when
Eric Andersen [Fri, 11 Jan 2002 14:34:12 +0000 (14:34 -0000)]
Cleanup makfile, use ld to avoid chicken-and-egg problems when
building gcc/g++.
 -Erik

22 years agoFix indenting
Eric Andersen [Fri, 11 Jan 2002 13:30:41 +0000 (13:30 -0000)]
Fix indenting

22 years agoScrub the way libraries are linked. Use ld, not gcc, to avoid
Eric Andersen [Fri, 11 Jan 2002 13:27:37 +0000 (13:27 -0000)]
Scrub the way libraries are linked.  Use ld, not gcc, to avoid
chicken-and-egg problems when building gcc toolchains.
 -Erik

22 years agoEliminate C++ style comments
Eric Andersen [Thu, 10 Jan 2002 17:53:19 +0000 (17:53 -0000)]
Eliminate C++ style comments

22 years agoAllow people to override the TARGET_ARCH setting
Eric Andersen [Thu, 10 Jan 2002 15:48:11 +0000 (15:48 -0000)]
Allow people to override the TARGET_ARCH setting

22 years agoIgnore native ldd
Eric Andersen [Wed, 9 Jan 2002 21:33:10 +0000 (21:33 -0000)]
Ignore native ldd

22 years agoBuild a native uClibc ldd
Eric Andersen [Wed, 9 Jan 2002 21:32:05 +0000 (21:32 -0000)]
Build a native uClibc ldd

22 years agoRecommend making symlinks, not copying the config file.
Eric Andersen [Wed, 9 Jan 2002 21:20:12 +0000 (21:20 -0000)]
Recommend making symlinks, not copying the config file.
 -Erik

22 years agoDoh! I broke getmntent when I added getmntent_r! This fixes it.
Eric Andersen [Wed, 9 Jan 2002 21:08:12 +0000 (21:08 -0000)]
Doh!  I broke getmntent when I added getmntent_r!  This fixes it.
 -Erik

22 years agoImplement mempcpy
Eric Andersen [Wed, 9 Jan 2002 19:41:02 +0000 (19:41 -0000)]
Implement mempcpy

22 years agoFixup broken termios stuff. No, really this time.
Eric Andersen [Wed, 9 Jan 2002 19:40:21 +0000 (19:40 -0000)]
Fixup broken termios stuff.  No, really this time.
 -Erik

22 years agoAllow people to exclude regex code, since it is huge (27k)
Eric Andersen [Wed, 9 Jan 2002 14:20:32 +0000 (14:20 -0000)]
Allow people to exclude regex code, since it is huge (27k)

22 years agoRework termios wrapping code to try and do the right thing.
Eric Andersen [Wed, 9 Jan 2002 14:13:19 +0000 (14:13 -0000)]
Rework termios wrapping code to try and do the right thing.
 -Erik

22 years agoFixup comments regarding large file support (it works these days)
Eric Andersen [Wed, 9 Jan 2002 13:11:48 +0000 (13:11 -0000)]
Fixup comments regarding large file support (it works these days)
 -Erik

22 years agoDon't show shell fragments
Eric Andersen [Wed, 9 Jan 2002 11:39:54 +0000 (11:39 -0000)]
Don't show shell fragments

22 years agoPatch from Michael E Brown <mebrown@michaels-house.net> to
Eric Andersen [Wed, 9 Jan 2002 11:37:56 +0000 (11:37 -0000)]
Patch from Michael E Brown <mebrown@michaels-house.net> to
support setting DEVEL_PREFIX and BUILD_DIR at runtime instead
of having to recompile the wrapper.  Minor changes by me.

22 years agoPatch from Stefan Soucek <ssoucek@coactive.com> to remove
Eric Andersen [Wed, 9 Jan 2002 10:41:34 +0000 (10:41 -0000)]
Patch from Stefan Soucek <ssoucek@coactive.com> to remove
alloca (when non-reentrant) since alloca can blow the stack
pretty easily on mmu-less.

22 years agoFixup v850 architecture autodetection, from Miles Bader
Eric Andersen [Wed, 9 Jan 2002 10:20:35 +0000 (10:20 -0000)]
Fixup v850 architecture autodetection, from Miles Bader
<miles@lsi.nec.co.jp>

22 years agoBe more carefull about erroring out of shell fragments. Try to
Eric Andersen [Wed, 9 Jan 2002 10:18:11 +0000 (10:18 -0000)]
Be more carefull about erroring out of shell fragments.  Try to
enable -falign-functions if avilable.

22 years agoFix duplicate of timezone
Eric Andersen [Wed, 9 Jan 2002 09:05:04 +0000 (09:05 -0000)]
Fix duplicate of timezone

22 years agoRemove "-Wl,--no-undefined"
Eric Andersen [Wed, 9 Jan 2002 08:06:15 +0000 (08:06 -0000)]
Remove "-Wl,--no-undefined"

22 years agoScrub malloc handling
Eric Andersen [Tue, 8 Jan 2002 09:00:17 +0000 (09:00 -0000)]
Scrub malloc handling

22 years agoMahe 'make clean' remove generated bits/syscall.h, as
Eric Andersen [Mon, 7 Jan 2002 09:58:54 +0000 (09:58 -0000)]
Mahe 'make clean' remove generated bits/syscall.h, as
noted by "Kim B. Heino" <Kim.Heino@bluegiga.com>
 -Erik

22 years agoFix stpcpy function declaration
Eric Andersen [Sun, 6 Jan 2002 19:54:52 +0000 (19:54 -0000)]
Fix stpcpy function declaration

22 years agoUse public interface, not a glibc style private one
Eric Andersen [Sun, 6 Jan 2002 09:15:19 +0000 (09:15 -0000)]
Use public interface, not a glibc style private one
 -Erik

22 years agoSupport tmpfile64 (just a weak for tmpfile)
Eric Andersen [Sun, 6 Jan 2002 09:13:00 +0000 (09:13 -0000)]
Support tmpfile64 (just a weak for tmpfile)
 -Erik

22 years agoFix stupid typing problems
Eric Andersen [Sun, 6 Jan 2002 08:59:17 +0000 (08:59 -0000)]
Fix stupid typing problems

22 years agoFix formatting. Stub out pthread_join and pthread_exit for now.
Eric Andersen [Sun, 6 Jan 2002 08:56:53 +0000 (08:56 -0000)]
Fix formatting.  Stub out pthread_join and pthread_exit for now.
 -Erik

22 years agoSupport statvfs and statfs. Added getmntent_r (and made it use
Eric Andersen [Sun, 6 Jan 2002 08:51:00 +0000 (08:51 -0000)]
Support statvfs and statfs.  Added getmntent_r (and made it use
strtok_r instead of strtok), taught getmntent to use getmntent_r.
 -Erik

22 years agoAdd missing inttypes.h
Eric Andersen [Fri, 4 Jan 2002 13:08:18 +0000 (13:08 -0000)]
Add missing inttypes.h