OSDN Git Service

uclinux-h8/uclibc-ng.git
20 years agoPeter Kjellerstedt writes:
Eric Andersen [Sat, 18 Oct 2003 10:51:06 +0000 (10:51 -0000)]
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.

20 years agoPeter Kjellerstedt writes:
Eric Andersen [Sat, 18 Oct 2003 10:20:59 +0000 (10:20 -0000)]
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).

20 years agoPeter Kjellerstedt writes:
Eric Andersen [Sat, 18 Oct 2003 10:07:43 +0000 (10:07 -0000)]
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.

20 years agoImplement putgrent to make Peter S. Mazing happy
Eric Andersen [Sat, 18 Oct 2003 09:14:57 +0000 (09:14 -0000)]
Implement putgrent to make Peter S. Mazing happy

20 years agoDoh!!!
Eric Andersen [Fri, 17 Oct 2003 09:05:20 +0000 (09:05 -0000)]
Doh!!!

20 years agoPoint people to the kernel.org mirrors for downloading the dev
Eric Andersen [Fri, 17 Oct 2003 07:52:54 +0000 (07:52 -0000)]
Point people to the  mirrors for downloading the dev
systems to take some load off my server

20 years agoDo not set errno when they asked for size 0
Eric Andersen [Thu, 16 Oct 2003 14:21:26 +0000 (14:21 -0000)]
Do not set errno when they asked for size 0

20 years agoCode formatting cleanup.
Miles Bader [Thu, 16 Oct 2003 10:13:53 +0000 (10:13 -0000)]
Code formatting cleanup.

20 years agoDon't set errno if for zero SIZE returns.
Miles Bader [Thu, 16 Oct 2003 10:12:45 +0000 (10:12 -0000)]
Don't set errno if for zero SIZE returns.
Code formatting cleanup.

20 years agoMore detail on the use of MALLOC_DEBUG
Eric Andersen [Thu, 16 Oct 2003 04:08:02 +0000 (04:08 -0000)]
More detail on the use of MALLOC_DEBUG

20 years agoUpdated cris configuration; added support for %m.
Tobias Anderberg [Wed, 15 Oct 2003 13:03:03 +0000 (13:03 -0000)]
Updated cris configuration; added support for %m.

20 years agoBrett Nash writes:
Eric Andersen [Wed, 15 Oct 2003 09:24:35 +0000 (09:24 -0000)]
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

20 years agoPatch from Tony J. White:
Eric Andersen [Wed, 15 Oct 2003 09:04:40 +0000 (09:04 -0000)]
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.

20 years agoDoh! I was returning with an incorrect pointer type when dlopening
Eric Andersen [Wed, 15 Oct 2003 08:55:22 +0000 (08:55 -0000)]
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

20 years agoMicroblaze port from the uClinux-dist,
David McCullough [Tue, 14 Oct 2003 11:52:32 +0000 (11:52 -0000)]
Microblaze port from the uClinux-dist,
contributed by John Williams <jwilliams@itee.uq.edu.au>

20 years agoEnable full debug support for ld-uClibc and libdl
Eric Andersen [Tue, 14 Oct 2003 06:23:00 +0000 (06:23 -0000)]
Enable full debug support for ld-uClibc and libdl

20 years agosigh. the warn funcs seem to be broken. Use local versions
Eric Andersen [Mon, 13 Oct 2003 10:01:10 +0000 (10:01 -0000)]
sigh.  the warn funcs seem to be broken.  Use local versions
till I can straighten that out.

20 years agoPatch from Peter Kjellerstedt:
Eric Andersen [Mon, 13 Oct 2003 08:34:51 +0000 (08:34 -0000)]
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.

//Peter

20 years agoFix an ldd bug, more ldconfig cleanup
Eric Andersen [Mon, 13 Oct 2003 08:23:35 +0000 (08:23 -0000)]
Fix an ldd bug, more ldconfig cleanup

20 years agoAlways build and install ldconfig
Eric Andersen [Sun, 12 Oct 2003 08:49:34 +0000 (08:49 -0000)]
Always build and install ldconfig

20 years agoDon't make two copies
Eric Andersen [Sun, 12 Oct 2003 04:41:11 +0000 (04:41 -0000)]
Don't make two copies

20 years agoSigh. It seems that csh wants glob_pattern_p(), we need to
Eric Andersen [Sun, 12 Oct 2003 04:19:38 +0000 (04:19 -0000)]
Sigh.  It seems that csh wants glob_pattern_p(), we need to
export it,

20 years agoI forgot to remove this
Eric Andersen [Sat, 11 Oct 2003 18:14:32 +0000 (18:14 -0000)]
I forgot to remove this

20 years agoThese are wanted by net-tools
Eric Andersen [Sat, 11 Oct 2003 08:03:51 +0000 (08:03 -0000)]
These are wanted by net-tools

20 years agoWe do not provide gmtime(), so disable the prototype to
Eric Andersen [Fri, 10 Oct 2003 09:21:54 +0000 (09:21 -0000)]
We do not provide gmtime(), so disable the prototype to
prevent confusing autoconf

20 years agoRemove some stuff that is now done
Eric Andersen [Fri, 10 Oct 2003 08:05:08 +0000 (08:05 -0000)]
Remove some stuff that is now done

20 years agoImplement getgrgid_r and getgrnam_r. Rework group handling code to be fully
Eric Andersen [Fri, 10 Oct 2003 07:34:27 +0000 (07:34 -0000)]
Implement getgrgid_r and getgrnam_r.  Rework group handling code to be fully
reentrant, since there was still a shared static value.  indent stuff,

20 years agoPatch from Rob McMullen:
Eric Andersen [Thu, 9 Oct 2003 09:02:05 +0000 (09:02 -0000)]
Patch from Rob McMullen:

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.

Rob

20 years agomove the test for loading the wrong C library into the
Eric Andersen [Thu, 9 Oct 2003 06:07:24 +0000 (06:07 -0000)]
move the test for loading the wrong C library into the
_dl_check_if_named_library_is_loaded function

20 years agoWhen someone would dlopen a shared lib that was already opened,
Eric Andersen [Thu, 9 Oct 2003 06:05:35 +0000 (06:05 -0000)]
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

20 years agoAtsushi Nemoto writes:
Eric Andersen [Wed, 8 Oct 2003 19:35:20 +0000 (19:35 -0000)]
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.

20 years agoPatch from Atsushi Nemoto (with some additions):
Eric Andersen [Wed, 8 Oct 2003 19:30:43 +0000 (19:30 -0000)]
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.

20 years agoApply a trivial patch that doesn't change anything, but which is alledged to
Eric Andersen [Wed, 8 Oct 2003 18:27:19 +0000 (18:27 -0000)]
Apply a trivial patch that doesn't change anything, but which is alledged to
workaround a toolchain specifi bug for the e1.

20 years agoPatch from George Thanos adding support for the "e1" architecture.
Eric Andersen [Wed, 8 Oct 2003 18:15:50 +0000 (18:15 -0000)]
Patch from George Thanos adding support for the "e1" architecture.

20 years agos/root_fs-/root_fs_/g
Eric Andersen [Mon, 6 Oct 2003 07:46:15 +0000 (07:46 -0000)]
s/root_fs-/root_fs_/g

20 years agoFix a stupid bug causing 'ldd' output to not contain the full
Eric Andersen [Sat, 4 Oct 2003 17:31:22 +0000 (17:31 -0000)]
Fix a stupid bug causing 'ldd' output to not contain the full
path to the target library

20 years agoQuick implementation of sigwait. Doesn't handle thread cancelation
Eric Andersen [Fri, 3 Oct 2003 01:17:36 +0000 (01:17 -0000)]
Quick implementation of sigwait.  Doesn't handle thread cancelation
yet, but should work...

20 years agoUpdated cris configuration.
Tobias Anderberg [Wed, 1 Oct 2003 11:57:45 +0000 (11:57 -0000)]
Updated cris configuration.

20 years agoDon't forget addend on relocations + minor other fixes.
Tobias Anderberg [Tue, 30 Sep 2003 11:51:11 +0000 (11:51 -0000)]
Don't forget addend on relocations + minor other fixes.

20 years agotypo
Eric Andersen [Tue, 30 Sep 2003 09:32:48 +0000 (09:32 -0000)]
typo

20 years agogrammar fixes
Eric Andersen [Tue, 30 Sep 2003 08:54:18 +0000 (08:54 -0000)]
grammar fixes

20 years agoMention that I have updated the dev systems.
Eric Andersen [Tue, 30 Sep 2003 08:45:28 +0000 (08:45 -0000)]
Mention that I have updated the dev systems.

20 years agooops.
Eric Andersen [Tue, 30 Sep 2003 07:06:02 +0000 (07:06 -0000)]
oops.

20 years agoFix SUPPORT_LD_DEBUG_EARLY on powerpc
Eric Andersen [Mon, 29 Sep 2003 21:46:00 +0000 (21:46 -0000)]
Fix SUPPORT_LD_DEBUG_EARLY on powerpc

20 years agoRevert to using uClibc-specific c-symbol-prefix stuff
Miles Bader [Fri, 26 Sep 2003 01:33:57 +0000 (01:33 -0000)]
Revert to using uClibc-specific c-symbol-prefix stuff
(__C_SYMBOL_PREFIX__).

20 years agoHm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the
Tobias Anderberg [Wed, 24 Sep 2003 08:45:36 +0000 (08:45 -0000)]
Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the
expected thing. A so called "D'oh!".

20 years agoQuick fix to make sure vfprintf always checks stream orientation when
Manuel Novoa III [Tue, 23 Sep 2003 22:49:24 +0000 (22:49 -0000)]
Quick fix to make sure vfprintf always checks stream orientation when
wchar support is enabled.

20 years agoOne more scanf difference.
Manuel Novoa III [Mon, 22 Sep 2003 05:43:44 +0000 (05:43 -0000)]
One more scanf difference.

20 years agoMore fiddling with static free-areas: make sure both their size _and_
Miles Bader [Mon, 22 Sep 2003 04:01:11 +0000 (04:01 -0000)]
More fiddling with static free-areas: make sure both their size _and_
their alignment are correct.

20 years agoDocument some glibc bugs that Ulrich Drepper refuses to acknowledge. :-(
Manuel Novoa III [Mon, 22 Sep 2003 03:29:37 +0000 (03:29 -0000)]
Document some glibc bugs that Ulrich Drepper refuses to acknowledge.  :-(

20 years agoModify _stdio_READ to conform with C99, as stdio input behavior upon
Manuel Novoa III [Mon, 22 Sep 2003 03:07:51 +0000 (03:07 -0000)]
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.

20 years agoUgh... EOF handling by scanf was completely broken. :-( Regretably,
Manuel Novoa III [Mon, 22 Sep 2003 02:57:18 +0000 (02:57 -0000)]
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.

20 years agoFix "subst -g,," problem for SAFECFLAGS.
Manuel Novoa III [Sun, 21 Sep 2003 19:41:57 +0000 (19:41 -0000)]
Fix "subst -g,," problem for SAFECFLAGS.

20 years ago* Partial re-write to match other archs and remove duplicate code.
Tobias Anderberg [Fri, 19 Sep 2003 12:12:29 +0000 (12:12 -0000)]
* Partial re-write to match other archs and remove duplicate code.
* Assign insead of add when doing relocations.

20 years agoCorrected LD_BOOT macro
Tobias Anderberg [Fri, 19 Sep 2003 12:11:43 +0000 (12:11 -0000)]
Corrected LD_BOOT macro

20 years agoInitialize strings as pointers instead of arrays.
Tobias Anderberg [Fri, 19 Sep 2003 12:11:14 +0000 (12:11 -0000)]
Initialize strings as pointers instead of arrays.

20 years agoRe-add cris to "define list" when fixing auxvt.
Tobias Anderberg [Fri, 19 Sep 2003 12:07:22 +0000 (12:07 -0000)]
Re-add cris to "define list" when fixing auxvt.

20 years agoAdded assembler version of startup code. Fix Makefile so it uses the new
Tobias Anderberg [Fri, 19 Sep 2003 12:06:05 +0000 (12:06 -0000)]
Added assembler version of startup code. Fix Makefile so it uses the new
code.

20 years agoMake sure we don't allocate too little space for static free-areas
Miles Bader [Fri, 19 Sep 2003 10:10:33 +0000 (10:10 -0000)]
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).

20 years agoAdd dependencies on header files.
Miles Bader [Fri, 19 Sep 2003 10:01:08 +0000 (10:01 -0000)]
Add dependencies on header files.

20 years agoMake sure we use the local copy of elf.h, since some system
Eric Andersen [Wed, 17 Sep 2003 14:53:37 +0000 (14:53 -0000)]
Make sure we use the local copy of elf.h, since some system
versions are insufficient....

20 years agoMake sure static heaps are aligned correctly.
Miles Bader [Wed, 17 Sep 2003 11:50:18 +0000 (11:50 -0000)]
Make sure static heaps are aligned correctly.

20 years agoPatch from Philip Nye fixing mmu-less
Eric Andersen [Wed, 17 Sep 2003 10:39:08 +0000 (10:39 -0000)]
Patch from Philip Nye fixing mmu-less

20 years agoFix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64
Eric Andersen [Wed, 17 Sep 2003 10:37:37 +0000 (10:37 -0000)]
Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64
is not defined.

20 years agoThis should enabled building of uClibc locale support when using uClibc itself.
Manuel Novoa III [Tue, 16 Sep 2003 22:22:30 +0000 (22:22 -0000)]
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.

20 years agoFix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Manuel Novoa III [Sat, 13 Sep 2003 16:09:42 +0000 (16:09 -0000)]
Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>
for environments where long and long long are the same size.

20 years agoPatch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-required
Manuel Novoa III [Thu, 11 Sep 2003 16:57:15 +0000 (16:57 -0000)]
Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-required
mapping of signal strings (alpha, mips, hppa, sparc).

20 years agoFix several stupid bugs I let slip into the release
Eric Andersen [Thu, 11 Sep 2003 11:25:20 +0000 (11:25 -0000)]
Fix several stupid bugs I let slip into the release

20 years agoPeter Kjellerstedt writes:
Eric Andersen [Thu, 11 Sep 2003 11:12:55 +0000 (11:12 -0000)]
Peter Kjellerstedt writes:

The attached patch allows $(CC) to contain spaces
(something which we use).

20 years agoSimplify an expression. Use static const on strings to avoid
Eric Andersen [Thu, 11 Sep 2003 10:47:23 +0000 (10:47 -0000)]
Simplify an expression.  Use static const on strings to avoid
a gcc 2.95 compiler problem on powerpc.

20 years agoStefan Allius writes:
Eric Andersen [Thu, 11 Sep 2003 10:26:16 +0000 (10:26 -0000)]
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

20 years agoStefan Allius writes:
Eric Andersen [Thu, 11 Sep 2003 10:24:28 +0000 (10:24 -0000)]
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.

20 years agoYet more trivial doc updates
Eric Andersen [Tue, 9 Sep 2003 10:02:31 +0000 (10:02 -0000)]
Yet more trivial doc updates

20 years agominor spelling fixes
Eric Andersen [Tue, 9 Sep 2003 09:52:01 +0000 (09:52 -0000)]
minor spelling fixes

20 years agoForce Large File Support disabled on Cris, since something
Eric Andersen [Tue, 9 Sep 2003 09:44:43 +0000 (09:44 -0000)]
Force Large File Support disabled on Cris, since something
appears to be wrong with their toolchain that is tickled
by LFS.

20 years agoMake sure that __syscall_fcntl is extern when LFS
Eric Andersen [Tue, 9 Sep 2003 09:42:40 +0000 (09:42 -0000)]
Make sure that __syscall_fcntl is extern when LFS
is disabled

20 years agosigh. The cris compiler doesn't do link_warning's....
Eric Andersen [Tue, 9 Sep 2003 09:29:12 +0000 (09:29 -0000)]
sigh.  The cris compiler doesn't do link_warning's....

20 years agoFix cris shared lib loader so it compiles...
Eric Andersen [Tue, 9 Sep 2003 09:23:12 +0000 (09:23 -0000)]
Fix cris shared lib loader so it compiles...

20 years agoFix grammar
Eric Andersen [Tue, 9 Sep 2003 09:11:16 +0000 (09:11 -0000)]
Fix grammar

20 years agoUpdate website
Eric Andersen [Tue, 9 Sep 2003 09:07:10 +0000 (09:07 -0000)]
Update website

20 years agoAttack of the spelling police....
Eric Andersen [Tue, 9 Sep 2003 09:04:47 +0000 (09:04 -0000)]
Attack of the spelling police....

20 years agoupdate changelog
Eric Andersen [Tue, 9 Sep 2003 08:33:10 +0000 (08:33 -0000)]
update changelog

20 years agoUpdate changelog for release
Eric Andersen [Tue, 9 Sep 2003 07:17:41 +0000 (07:17 -0000)]
Update changelog for release

20 years agoEnable automagic locale data downloads
Eric Andersen [Tue, 9 Sep 2003 06:12:34 +0000 (06:12 -0000)]
Enable automagic locale data downloads

20 years agoArm needs this to compile with gcc 2.95
Eric Andersen [Tue, 9 Sep 2003 06:11:11 +0000 (06:11 -0000)]
Arm needs this to compile with gcc 2.95

20 years agoAdd in several config system updates for locale support.
Eric Andersen [Tue, 9 Sep 2003 05:53:30 +0000 (05:53 -0000)]
Add in several config system updates for locale support.

20 years agoFix wctype.c so that wchar can be enabled without ctype table-based functions.
Manuel Novoa III [Tue, 9 Sep 2003 04:15:27 +0000 (04:15 -0000)]
Fix wctype.c so that wchar can be enabled without ctype table-based functions.

20 years agoForce enable ADD_LIBGCC_FUNCTIONS on arm
Eric Andersen [Mon, 8 Sep 2003 23:43:20 +0000 (23:43 -0000)]
Force enable ADD_LIBGCC_FUNCTIONS on arm

20 years agoOops! I broke pread on mips with my last update. This
Eric Andersen [Mon, 8 Sep 2003 23:27:46 +0000 (23:27 -0000)]
Oops!  I broke pread on mips with my last update.  This
fixes it again so it both compiles and works,
 -Erik

20 years agoFix broken test
Eric Andersen [Mon, 8 Sep 2003 23:19:46 +0000 (23:19 -0000)]
Fix broken test

20 years agoFix a trivial compile problem
Eric Andersen [Mon, 8 Sep 2003 22:08:14 +0000 (22:08 -0000)]
Fix a trivial compile problem

20 years agoSignifcantly speed out integer to string conversion for printf.
Manuel Novoa III [Mon, 8 Sep 2003 20:44:33 +0000 (20:44 -0000)]
Signifcantly speed out integer to string conversion for printf.
  Printf still needs some performance work done though.
Also some bufferless stdio cleanups.

20 years agoObligatory forgotten file.
Manuel Novoa III [Mon, 8 Sep 2003 20:37:11 +0000 (20:37 -0000)]
Obligatory forgotten file.

20 years agoAdd back in table-less ctype funcs for those interested in minimizing
Manuel Novoa III [Mon, 8 Sep 2003 20:33:10 +0000 (20:33 -0000)]
Add back in table-less ctype funcs for those interested in minimizing
  static build sizes and not needing wchar support.
Add in a SUSv3 getopt as an option for those not needing gnu getopt.
  Again, mainly for the static linking crowd.

20 years agoUse __libc_fork for the uClinux fork stub
Eric Andersen [Mon, 8 Sep 2003 19:59:44 +0000 (19:59 -0000)]
Use __libc_fork for the uClinux fork stub

20 years agoFixup build problem on powerpc
Eric Andersen [Mon, 8 Sep 2003 11:12:57 +0000 (11:12 -0000)]
Fixup build problem on powerpc

20 years agoBe certain the config system binaries are current
Eric Andersen [Mon, 8 Sep 2003 08:40:55 +0000 (08:40 -0000)]
Be certain the config system binaries are current

20 years agomjn3 pointed out that my brain was not in gear....
Eric Andersen [Mon, 8 Sep 2003 06:31:16 +0000 (06:31 -0000)]
mjn3 pointed out that my brain was not in gear....

20 years agoansidecl.h and symcat.h copied from glibc.
Miles Bader [Mon, 8 Sep 2003 05:59:04 +0000 (05:59 -0000)]
ansidecl.h and symcat.h copied from glibc.

20 years agoMore FAQ updates
Eric Andersen [Sun, 7 Sep 2003 05:30:52 +0000 (05:30 -0000)]
More FAQ updates