OSDN Git Service

uclinux-h8/uclibc-ng.git
20 years agoBump version number in preparation for a release
Eric Andersen [Fri, 5 Sep 2003 23:21:22 +0000 (23:21 -0000)]
Bump version number in preparation for a release

20 years agoAdd support for ftw and nftw
Eric Andersen [Fri, 5 Sep 2003 22:33:19 +0000 (22:33 -0000)]
Add support for ftw and nftw

20 years agomjn3 noticed we were missing seed48, which was odd since we had
Eric Andersen [Fri, 5 Sep 2003 21:04:40 +0000 (21:04 -0000)]
mjn3 noticed we were missing seed48, which was odd since we had
all the other *48 random functions.

20 years agoAlways build _store_inttype since it is used by the new scanf.
Manuel Novoa III [Fri, 5 Sep 2003 06:50:56 +0000 (06:50 -0000)]
Always build _store_inttype since it is used by the new scanf.

20 years agoMove an #endif that was in the wrong place.
Manuel Novoa III [Fri, 5 Sep 2003 06:20:05 +0000 (06:20 -0000)]
Move an #endif that was in the wrong place.

20 years agoOops... Forgot to convert this to the new floating point conversion func.
Manuel Novoa III [Fri, 5 Sep 2003 05:36:10 +0000 (05:36 -0000)]
Oops... Forgot to convert this to the new floating point conversion func.

20 years agoMinor cosmetic cleanups to avoid getting spurious bug reports.
Eric Andersen [Thu, 4 Sep 2003 01:39:18 +0000 (01:39 -0000)]
Minor cosmetic cleanups to avoid getting spurious bug reports.

20 years agoLet "$KERNEL_SOURCE/include/asm" be either a link or a directory.
Eric Andersen [Wed, 3 Sep 2003 12:49:01 +0000 (12:49 -0000)]
Let "$KERNEL_SOURCE/include/asm" be either a link or a directory.

20 years agoSome more buildroot-motivated fixes. Avoid installing some headers, as
Manuel Novoa III [Wed, 3 Sep 2003 07:23:15 +0000 (07:23 -0000)]
Some more buildroot-motivated fixes.  Avoid installing some headers, as
well as stub libintl, depending on configuration.

20 years agoOnly define __STDC_ISO_10646__ if wide char support is enabled.
Manuel Novoa III [Wed, 3 Sep 2003 03:23:31 +0000 (03:23 -0000)]
Only define __STDC_ISO_10646__ if wide char support is enabled.

20 years agocleanup/simplify duplicate handling.
Eric Andersen [Tue, 2 Sep 2003 06:55:55 +0000 (06:55 -0000)]
cleanup/simplify duplicate handling.

20 years agodelete some garbage, cleanup duplicate handling
Eric Andersen [Tue, 2 Sep 2003 06:55:18 +0000 (06:55 -0000)]
delete some garbage, cleanup duplicate handling

20 years agoFix a problem with dtors/dtors.
Eric Andersen [Tue, 2 Sep 2003 06:54:14 +0000 (06:54 -0000)]
Fix a problem with dtors/dtors.

20 years agoMake it easier to disable lib debugging (mainly for when testing
Eric Andersen [Tue, 2 Sep 2003 00:17:01 +0000 (00:17 -0000)]
Make it easier to disable lib debugging (mainly for when testing
with glibc).

20 years agoUse "__pthread_once", since that is weak and present in both
Eric Andersen [Mon, 1 Sep 2003 23:55:15 +0000 (23:55 -0000)]
Use "__pthread_once", since that is weak and present in both
glibc and uClibc.

20 years agomove the ldso tests to dlopen where they belong
Eric Andersen [Mon, 1 Sep 2003 23:43:42 +0000 (23:43 -0000)]
move the ldso tests to dlopen where they belong

20 years agokill these too.
Eric Andersen [Mon, 1 Sep 2003 20:45:21 +0000 (20:45 -0000)]
kill these too.

20 years agoA better test for a dlopen problem with weak symbols, based
Eric Andersen [Mon, 1 Sep 2003 20:42:39 +0000 (20:42 -0000)]
A better test for a dlopen problem with weak symbols, based
on a much improve test by mjn3.

20 years agominor cleanup
Eric Andersen [Mon, 1 Sep 2003 19:57:31 +0000 (19:57 -0000)]
minor cleanup

20 years agominor link updates
Eric Andersen [Mon, 1 Sep 2003 19:26:33 +0000 (19:26 -0000)]
minor link updates

20 years agopass in "-s" directly
Eric Andersen [Mon, 1 Sep 2003 19:25:55 +0000 (19:25 -0000)]
pass in "-s" directly

20 years agoHack around bg_BG bug; grouping specified but no thousands separator.
Manuel Novoa III [Mon, 1 Sep 2003 18:32:22 +0000 (18:32 -0000)]
Hack around bg_BG bug; grouping specified but no thousands separator.
Also, disable the locale link_warnings for now, as they generate a
lot of noise when using libstd++.

20 years ago15 retries is really rather excessive...
Eric Andersen [Mon, 1 Sep 2003 18:03:49 +0000 (18:03 -0000)]
15 retries is really rather excessive...

20 years agoDo not overwrite CPU_CFLAGS values....
Eric Andersen [Mon, 1 Sep 2003 17:58:38 +0000 (17:58 -0000)]
Do not overwrite CPU_CFLAGS values....

20 years agoRemove a bunch of guessing about the location of the kernel
Eric Andersen [Mon, 1 Sep 2003 17:47:31 +0000 (17:47 -0000)]
Remove a bunch of guessing about the location of the kernel
headers.  Move most of that into a script, and warn loudly
when having to guess.
 -Erik

20 years agoRob Landley writes:
Eric Andersen [Mon, 1 Sep 2003 15:06:26 +0000 (15:06 -0000)]
Rob Landley writes:

SYSTEM_DEVEL_PREFIX says: "This defaults to $(DEVEL_PREFIX)/usr", but it
actually defaults to just "($DEVEL_PREFIX)".

Just thought I'd mention it... :)

20 years agoAtsushi Nemoto writes:
Eric Andersen [Mon, 1 Sep 2003 15:00:54 +0000 (15:00 -0000)]
Atsushi Nemoto writes:

I found math fpclassify function is broken because FP_XXX definitions
in libm/fp_private.h is incompatible with include/math.h.

Also I noticed fp_private.h and fpmacros.c use many 'long int' for
32bit variables.  I think these should be int or u_int32_t.

Here is a patch against 0.9.20.

fp_private.c:
--- fix union members (use u_int32_t instead of 'unsigned long int').
--- remove incompatible FP_XXX definitions (and some unused macros).
fpmacros.c:
--- use FP_NAN instead of FP_QNAN/FP_SNAN.
--- use correct type (int instead of long int).
--- fix union members (use u_int32_t instead of 'unsigned long int').
--- remove unnecessary cast.

Note that I had to remove weak_alias for isnanl,isinfl to compile
patched fpmacroc.c.  Is this really needed?  Original behavior (using
isnan for isnanl) seems problematic anyway.

20 years agoGreg Nutt writes:
Eric Andersen [Mon, 1 Sep 2003 14:56:33 +0000 (14:56 -0000)]
Greg Nutt writes:

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.

This probably cause some very strange behavior on my system (it ended up
setting malloc's heapsize to zero) but may be innocuous on other systems.

20 years agoRework a few things.
Manuel Novoa III [Mon, 1 Sep 2003 09:47:09 +0000 (09:47 -0000)]
Rework a few things.

20 years agoFix precision bug for %g conversion specifier when using %f style.
Manuel Novoa III [Mon, 1 Sep 2003 09:45:44 +0000 (09:45 -0000)]
Fix precision bug for %g conversion specifier when using %f style.

20 years agoWeed out duplicates before trying to load libraries.... Delayed
Eric Andersen [Sun, 31 Aug 2003 06:51:54 +0000 (06:51 -0000)]
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.

20 years agoAdd a couple of things... And check that cvs commit diffs are
Eric Andersen [Sat, 30 Aug 2003 19:16:43 +0000 (19:16 -0000)]
Add a couple of things... And check that cvs commit diffs are
working again...

20 years agoSome doc updates.
Manuel Novoa III [Sat, 30 Aug 2003 03:31:55 +0000 (03:31 -0000)]
Some doc updates.

20 years agoRemove comments about wordexp.
Eric Andersen [Fri, 29 Aug 2003 23:54:00 +0000 (23:54 -0000)]
Remove comments about wordexp.

20 years agohere is (I hope) a better way to handle this one. I regularly build
Eric Andersen [Fri, 29 Aug 2003 22:52:20 +0000 (22:52 -0000)]
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...

20 years agoCreate a typedef for the ctype bitmask table entries.
Manuel Novoa III [Thu, 28 Aug 2003 17:16:53 +0000 (17:16 -0000)]
Create a typedef for the ctype bitmask table entries.
Hack a fix for ctype support of 8-bit codeset locales.

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.

20 years ago(1) Make UCLIBC_CC env var work even if __UCLIBC_CTOR_DTOR__ isn't defined.
Miles Bader [Thu, 28 Aug 2003 05:51:04 +0000 (05:51 -0000)]
(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.

20 years agoAdded cris to "define list".
Tobias Anderberg [Wed, 27 Aug 2003 13:17:07 +0000 (13:17 -0000)]
Added cris to "define list".

20 years agoCosmetic changes.
Tobias Anderberg [Wed, 27 Aug 2003 13:13:47 +0000 (13:13 -0000)]
Cosmetic changes.

20 years agoRemoved CRIS specific code.
Tobias Anderberg [Wed, 27 Aug 2003 13:07:01 +0000 (13:07 -0000)]
Removed CRIS specific code.

20 years agoUpdated CRIS configuration files.
Tobias Anderberg [Wed, 27 Aug 2003 13:04:27 +0000 (13:04 -0000)]
Updated CRIS configuration files.

20 years agoCosmetic changes.
Tobias Anderberg [Wed, 27 Aug 2003 12:59:23 +0000 (12:59 -0000)]
Cosmetic changes.

20 years agoAdd missing header.
Manuel Novoa III [Mon, 25 Aug 2003 15:00:00 +0000 (15:00 -0000)]
Add missing header.

20 years agoReluctantly add wordexp()
Eric Andersen [Sun, 24 Aug 2003 05:55:50 +0000 (05:55 -0000)]
Reluctantly add wordexp()

20 years agoconditionally add wordexp, in this case ripped from glibc.
Eric Andersen [Sun, 24 Aug 2003 05:11:50 +0000 (05:11 -0000)]
conditionally add wordexp, in this case ripped from glibc.
I hate to add this stuff, but it is specified by SuSv3...

20 years agoFix a few bugs in the new extended locale functions.
Manuel Novoa III [Sun, 24 Aug 2003 03:49:13 +0000 (03:49 -0000)]
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.

20 years agoDon't use linux/sysctl.h and instead locally define struct __sysctl_args.
Eric Andersen [Fri, 22 Aug 2003 21:10:47 +0000 (21:10 -0000)]
Don't use linux/sysctl.h and instead locally define struct __sysctl_args.

20 years agoAvoid gratuitous conflicts when used with kernel headers
Eric Andersen [Fri, 22 Aug 2003 20:28:43 +0000 (20:28 -0000)]
Avoid gratuitous conflicts when used with kernel headers

20 years agoMake the mips ld.so debug noise somewhat useful, and less gratuitously
Eric Andersen [Fri, 22 Aug 2003 07:04:16 +0000 (07:04 -0000)]
Make the mips ld.so debug noise somewhat useful, and less gratuitously
different than all other arches.
 -Erik

20 years agoLink update
Eric Andersen [Fri, 22 Aug 2003 04:07:06 +0000 (04:07 -0000)]
Link update

20 years agomention ucdot.org
Eric Andersen [Fri, 22 Aug 2003 03:25:42 +0000 (03:25 -0000)]
mention ucdot.org

20 years agoPatch from Atsushi Nemoto, who writes:
Eric Andersen [Fri, 22 Aug 2003 03:05:06 +0000 (03:05 -0000)]
Patch from Atsushi Nemoto, who writes:

I found that current pread/pwrite is broken on mips.

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.

This is a patch against 0.9.20.

20 years agoRemove some mips specific hacks that are no longer needed, and actively break
Eric Andersen [Fri, 22 Aug 2003 02:56:46 +0000 (02:56 -0000)]
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

20 years agoAdd missing semicolons
Eric Andersen [Thu, 21 Aug 2003 08:15:58 +0000 (08:15 -0000)]
Add missing semicolons

20 years agoBe sure to remove the old ldso.h, since it will screw things
Eric Andersen [Thu, 21 Aug 2003 07:56:36 +0000 (07:56 -0000)]
Be sure to remove the old ldso.h, since it will screw things
up badly if still present...

20 years agoRevert this change for now.
Eric Andersen [Wed, 20 Aug 2003 23:19:23 +0000 (23:19 -0000)]
Revert this change for now.

20 years agoCorrect included header for ustat.
Manuel Novoa III [Wed, 20 Aug 2003 04:26:41 +0000 (04:26 -0000)]
Correct included header for ustat.

20 years agoignore unwanted stuff
Eric Andersen [Tue, 19 Aug 2003 14:25:45 +0000 (14:25 -0000)]
ignore unwanted stuff

20 years agoUpdate the tests a little bit
Eric Andersen [Tue, 19 Aug 2003 14:24:14 +0000 (14:24 -0000)]
Update the tests a little bit

20 years agoI just realized we need global symbol resolution for everything in
Eric Andersen [Tue, 19 Aug 2003 14:15:39 +0000 (14:15 -0000)]
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!

So with a well placed
    dyn_chain->flags |= RTLD_GLOBAL;
everything is now working perfectly!!!  Sweet!!!!

This patch also removes some leftover junk from my previous efforts.

20 years agoMore routine cleanup
Eric Andersen [Tue, 19 Aug 2003 14:08:44 +0000 (14:08 -0000)]
More routine cleanup

20 years agoCool. Found most of the problem. Turns out we were inadvertanly loading some
Eric Andersen [Tue, 19 Aug 2003 13:11:09 +0000 (13:11 -0000)]
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.

Continue scrubbing ld.so and converting it to use proper types.

20 years agoPhase one of my evil plan to clean up ld.so...
Eric Andersen [Tue, 19 Aug 2003 06:05:34 +0000 (06:05 -0000)]
Phase one of my evil plan to clean up ld.so...

20 years agoWork around a bug in nm from binutils-2.14.90.0.5.
Manuel Novoa III [Mon, 18 Aug 2003 23:14:09 +0000 (23:14 -0000)]
Work around a bug in nm from binutils-2.14.90.0.5.

20 years agoCleanup arm architecture optimizations and add big endian arm as well.
Eric Andersen [Mon, 18 Aug 2003 21:56:13 +0000 (21:56 -0000)]
Cleanup arm architecture optimizations and add big endian arm as well.

20 years agoFixed a bug where locales nontrivially derived from iso14651_t1 did not have
Manuel Novoa III [Mon, 18 Aug 2003 21:28:33 +0000 (21:28 -0000)]
Fixed a bug where locales nontrivially derived from iso14651_t1 did not have
the UNDEFINED entry set properly.

20 years agoscanf %lc,%ls,%l[ would always set mb_fail on eof or error,
Manuel Novoa III [Mon, 18 Aug 2003 21:15:55 +0000 (21:15 -0000)]
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.

20 years ago_wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.
Manuel Novoa III [Mon, 18 Aug 2003 21:14:27 +0000 (21:14 -0000)]
_wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.

20 years agoFix a cut-and-paste error. Collation should be working again.
Manuel Novoa III [Sun, 17 Aug 2003 04:40:42 +0000 (04:40 -0000)]
Fix a cut-and-paste error.  Collation should be working again.

20 years agoUse the common version for bits/sem.h. Fixup the types to
Eric Andersen [Thu, 14 Aug 2003 18:46:45 +0000 (18:46 -0000)]
Use the common version for bits/sem.h.  Fixup the types to
match the kernel type exactly.

20 years agoPatch from Paul Mundt adding uClibc sh64 support:
Eric Andersen [Wed, 13 Aug 2003 20:08:30 +0000 (20:08 -0000)]
Patch from Paul Mundt adding uClibc sh64 support:

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.

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.).

However, for static, everything appears to work correcly, at least in a hello
world type application.

20 years agoFixup centering so the site does not look like crap in IE
Eric Andersen [Tue, 12 Aug 2003 06:57:40 +0000 (06:57 -0000)]
Fixup centering so the site does not look like crap in IE

20 years agoalso carefully booleanize the false value
Eric Andersen [Mon, 11 Aug 2003 04:42:36 +0000 (04:42 -0000)]
also carefully booleanize the false value

20 years agosilly me, thats not going to work.
Eric Andersen [Sun, 10 Aug 2003 10:09:44 +0000 (10:09 -0000)]
silly me, thats not going to work.

20 years agoAn even simpler likely
Eric Andersen [Sun, 10 Aug 2003 08:01:17 +0000 (08:01 -0000)]
An even simpler likely

20 years agoUpdate likely() to cope with truth values other than 1
Eric Andersen [Sun, 10 Aug 2003 04:39:24 +0000 (04:39 -0000)]
Update likely() to cope with truth values other than 1

20 years agoAdd support for the ulimit syscall
Eric Andersen [Sun, 10 Aug 2003 02:58:53 +0000 (02:58 -0000)]
Add support for the ulimit syscall

20 years agoAdd in a MALLOC_GLIBC_COMPAT option to let people decide if they
Eric Andersen [Fri, 8 Aug 2003 10:30:12 +0000 (10:30 -0000)]
Add in a MALLOC_GLIBC_COMPAT option to let people decide if they
want glibc style malloc(0) behavior

20 years agoAdd support for personality(), prctl(), ustat(), and ulimit()
Eric Andersen [Fri, 8 Aug 2003 10:07:32 +0000 (10:07 -0000)]
Add support for personality(), prctl(), ustat(), and ulimit()
syscalls, which had managed to stay unimplemented thus far.
 -Erik

20 years agoBegin documenting differences between uClibc and SuSv3
Eric Andersen [Wed, 6 Aug 2003 22:41:22 +0000 (22:41 -0000)]
Begin documenting differences between uClibc and SuSv3
 -Erik

20 years agoPatch from David Wuertele to prevent "conflicts with new declaration with C
Eric Andersen [Tue, 5 Aug 2003 18:51:16 +0000 (18:51 -0000)]
Patch from David Wuertele to prevent "conflicts with new declaration with C
linkage" problems with C++

20 years agoZou WeiJun noticed a type breaking the stime syscall
Eric Andersen [Tue, 5 Aug 2003 08:08:46 +0000 (08:08 -0000)]
Zou WeiJun noticed a type breaking the stime syscall
 -Erik

20 years agoLooks like I missed a spot
Eric Andersen [Tue, 5 Aug 2003 05:58:50 +0000 (05:58 -0000)]
Looks like I missed a spot

20 years agoShuffle options around a bit
Eric Andersen [Tue, 5 Aug 2003 05:54:28 +0000 (05:54 -0000)]
Shuffle options around a bit

20 years agoMerge/rework config system per the latest from linux-2.6.0-test2
Eric Andersen [Tue, 5 Aug 2003 01:52:39 +0000 (01:52 -0000)]
Merge/rework config system per the latest from linux-2.6.0-test2
 -Erik

20 years agoFor sparc, powerpc, mips, and alpha we should also use the
Eric Andersen [Mon, 4 Aug 2003 20:23:05 +0000 (20:23 -0000)]
For sparc, powerpc, mips, and alpha we should also use the
common ipc.h header and struct definitions.
 -Erik

20 years agoUpdate inet_aton() to support an undocumented feature of inet_aton,
Eric Andersen [Mon, 4 Aug 2003 19:03:33 +0000 (19:03 -0000)]
Update inet_aton() to support an undocumented feature of inet_aton,
per UNIX Network Programming, Volume 1, second edition:

    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.

20 years agoUpdate licensing discussion
Eric Andersen [Sat, 2 Aug 2003 19:17:59 +0000 (19:17 -0000)]
Update licensing discussion

20 years agoReplace 'new' in a prototype to avoid c++ problems.
Manuel Novoa III [Fri, 1 Aug 2003 23:56:15 +0000 (23:56 -0000)]
Replace 'new' in a prototype to avoid c++ problems.

20 years agoFix a silly error.
Manuel Novoa III [Fri, 1 Aug 2003 20:35:12 +0000 (20:35 -0000)]
Fix a silly error.

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.

20 years agoAdd a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III [Fri, 1 Aug 2003 20:08:59 +0000 (20:08 -0000)]
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.

20 years agoRemove the arch specific shm.h and use the fixed up common
Eric Andersen [Fri, 1 Aug 2003 09:13:43 +0000 (09:13 -0000)]
Remove the arch specific shm.h and use the fixed up common
one which now uses the kernel structs
 -Erik

21 years agoDoing an search and replace on CFLAGS can prove dangerous. We don't
Eric Andersen [Mon, 21 Jul 2003 20:28:58 +0000 (20:28 -0000)]
Doing an search and replace on CFLAGS can prove dangerous.  We don't
do -O0 by default anyways, so leave this disabled for now.

21 years agoBug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf was
Manuel Novoa III [Thu, 17 Jul 2003 16:07:48 +0000 (16:07 -0000)]
Bug fix from  Peter Kjellerstedt <peter.kjellerstedt@axis.com>.  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.

21 years agoPatch from Peter Kjellerstedt to not modify include/bits/sysnum.h
Eric Andersen [Tue, 15 Jul 2003 07:46:09 +0000 (07:46 -0000)]
Patch from Peter Kjellerstedt to not modify include/bits/sysnum.h
if it does not need to be updated.

21 years agoPatch from Peter Kjellerstedt to make it simpler for arches to specify
Eric Andersen [Tue, 15 Jul 2003 07:44:34 +0000 (07:44 -0000)]
Patch from Peter Kjellerstedt to make it simpler for arches to specify
either -fPIC or -fpic

21 years agoFix a silly cut-n-paste error
Eric Andersen [Tue, 15 Jul 2003 07:00:50 +0000 (07:00 -0000)]
Fix a silly cut-n-paste error

21 years agoYikes! This was doing another lock instead of unlocking the stream.
Manuel Novoa III [Mon, 14 Jul 2003 21:16:54 +0000 (21:16 -0000)]
Yikes!  This was doing another lock instead of unlocking the stream.

21 years agoAs noted by Felix Radensky back on 16 Mar:
Eric Andersen [Thu, 3 Jul 2003 10:40:18 +0000 (10:40 -0000)]
As noted by Felix Radensky back on 16 Mar:

    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.

    Maybe the problem is in FP() macro definition in
    libc/sysdeps/linux/powerpc/setjmp.S and
    libc/sysdeps/linux/powerpc/__longjmp.S

    #ifdef __UCLIBC_HAS_FLOATS__
    #define FP(x...) x
    #else
    #define FP(x...)
    #endif

    which should be defined as

    if defined __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__
    #define FP(x...) x
    #else
    #define FP(x...)
    #endif

21 years agoOnly exec child apps if they are elf type ET_EXEC
Eric Andersen [Wed, 2 Jul 2003 17:04:08 +0000 (17:04 -0000)]
Only exec child apps if they are elf type ET_EXEC