OSDN Git Service

uclinux-h8/uClibc.git
18 years agoBug 616, Thomas Chou: dont use -msoft-float on nios2 ports
Mike Frysinger [Fri, 30 Dec 2005 06:58:39 +0000 (06:58 -0000)]
Bug 616, Thomas Chou: dont use -msoft-float on nios2 ports

18 years agoupdate to new build system
Mike Frysinger [Fri, 30 Dec 2005 06:56:33 +0000 (06:56 -0000)]
update to new build system

18 years agoBug 616, Thomas Chou: update crt to new 0.9.28 uClibc style
Mike Frysinger [Fri, 30 Dec 2005 06:54:32 +0000 (06:54 -0000)]
Bug 616, Thomas Chou: update crt to new 0.9.28 uClibc style

18 years agotell people to ignore these two warnings unless someone can figure out how to make...
Mike Frysinger [Fri, 30 Dec 2005 06:27:33 +0000 (06:27 -0000)]
tell people to ignore these two warnings unless someone can figure out how to make them go away ... the vfork() is safe due to the logic following it

18 years agouse ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits in size...
Mike Frysinger [Fri, 30 Dec 2005 06:26:55 +0000 (06:26 -0000)]
use ElfW(Addr) instead of ElfW(Word) since elf word types are always 32bits in size, even on 64bit hosts, while Addr is the proper native size ... also get creative with our signed/unsigned usage to get rid of warnings

18 years agoneed to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
Mike Frysinger [Fri, 30 Dec 2005 06:10:22 +0000 (06:10 -0000)]
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts

18 years agobeautify utility building
Mike Frysinger [Fri, 30 Dec 2005 06:06:19 +0000 (06:06 -0000)]
beautify utility building

18 years agouse errno.h not sys/errno.h as pointed out by sjhill
Mike Frysinger [Fri, 30 Dec 2005 02:00:15 +0000 (02:00 -0000)]
use errno.h not sys/errno.h as pointed out by sjhill

18 years agoSync ftw w/ glibc, splitting ftw and ftw64
Peter S. Mazinger [Fri, 30 Dec 2005 00:59:58 +0000 (00:59 -0000)]
Sync ftw w/ glibc, splitting ftw and ftw64

18 years agofix signed/unsigned warnings
Mike Frysinger [Thu, 29 Dec 2005 14:59:15 +0000 (14:59 -0000)]
fix signed/unsigned warnings

18 years agokill off some signedness/unused warnings
Mike Frysinger [Thu, 29 Dec 2005 08:15:24 +0000 (08:15 -0000)]
kill off some signedness/unused warnings

18 years agosync whitespace with glibc
Mike Frysinger [Thu, 29 Dec 2005 08:13:32 +0000 (08:13 -0000)]
sync whitespace with glibc

18 years agotouchup code a bit to prep for new weak system
Mike Frysinger [Thu, 29 Dec 2005 07:15:39 +0000 (07:15 -0000)]
touchup code a bit to prep for new weak system

18 years agobeautify
Mike Frysinger [Thu, 29 Dec 2005 07:07:29 +0000 (07:07 -0000)]
beautify

18 years agohide the internal libc pthread_mutex funcs
Mike Frysinger [Thu, 29 Dec 2005 07:06:08 +0000 (07:06 -0000)]
hide the internal libc pthread_mutex funcs

18 years agopointless whitespace touchups
Mike Frysinger [Thu, 29 Dec 2005 07:05:08 +0000 (07:05 -0000)]
pointless whitespace touchups

18 years agohide some functions to cut down on relocations
Mike Frysinger [Thu, 29 Dec 2005 04:39:12 +0000 (04:39 -0000)]
hide some functions to cut down on relocations

18 years agomake sure mq_timedsend() and mq_send() is always defined
Mike Frysinger [Thu, 29 Dec 2005 04:37:40 +0000 (04:37 -0000)]
make sure mq_timedsend() and mq_send() is always defined

18 years agomake sure mq_timedreceive() and mq_receive() is always defined
Mike Frysinger [Thu, 29 Dec 2005 04:35:52 +0000 (04:35 -0000)]
make sure mq_timedreceive() and mq_receive() is always defined

18 years agohide __kernel functions
Mike Frysinger [Thu, 29 Dec 2005 04:29:12 +0000 (04:29 -0000)]
hide __kernel functions

18 years agomake sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail...
Mike Frysinger [Wed, 28 Dec 2005 21:20:42 +0000 (21:20 -0000)]
make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail list

18 years agomake sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail...
Mike Frysinger [Wed, 28 Dec 2005 21:19:58 +0000 (21:19 -0000)]
make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e-mail list

18 years agoinclude grp.h just for fun
Mike Frysinger [Wed, 28 Dec 2005 21:16:11 +0000 (21:16 -0000)]
include grp.h just for fun

18 years agotypecast away signed/unsigned warnings
Mike Frysinger [Wed, 28 Dec 2005 21:09:38 +0000 (21:09 -0000)]
typecast away signed/unsigned warnings

18 years agokill off unused warning
Mike Frysinger [Tue, 27 Dec 2005 09:53:35 +0000 (09:53 -0000)]
kill off unused warning

18 years agotypecast away a signed/unsigned warning
Mike Frysinger [Tue, 27 Dec 2005 09:53:18 +0000 (09:53 -0000)]
typecast away a signed/unsigned warning

18 years agocut pointless files
Mike Frysinger [Tue, 27 Dec 2005 09:53:03 +0000 (09:53 -0000)]
cut pointless files

18 years agokill off minor unused warnings
Mike Frysinger [Tue, 27 Dec 2005 09:37:14 +0000 (09:37 -0000)]
kill off minor unused warnings

18 years agotweak prototypes to match the exported versions
Mike Frysinger [Tue, 27 Dec 2005 09:32:10 +0000 (09:32 -0000)]
tweak prototypes to match the exported versions

18 years agofix salt type in setup_salt()
Mike Frysinger [Tue, 27 Dec 2005 09:27:33 +0000 (09:27 -0000)]
fix salt type in setup_salt()

18 years agonlist should be unsigned, not signed, as it tracks # of elements in init_fini_list
Mike Frysinger [Tue, 27 Dec 2005 09:26:12 +0000 (09:26 -0000)]
nlist should be unsigned, not signed, as it tracks # of elements in init_fini_list

18 years agorevert debug "fix" since it isnt correct and previous version works
Mike Frysinger [Tue, 27 Dec 2005 09:25:33 +0000 (09:25 -0000)]
revert debug "fix" since it isnt correct and previous version works

18 years agofix signed/unsigned warning
Mike Frysinger [Tue, 27 Dec 2005 09:24:42 +0000 (09:24 -0000)]
fix signed/unsigned warning

18 years agokill off simple unused warnings
Mike Frysinger [Tue, 27 Dec 2005 09:19:15 +0000 (09:19 -0000)]
kill off simple unused warnings

18 years agokill off simple unused warnings
Mike Frysinger [Tue, 27 Dec 2005 09:15:09 +0000 (09:15 -0000)]
kill off simple unused warnings

18 years agokill off simple unused warnings
Mike Frysinger [Tue, 27 Dec 2005 09:13:42 +0000 (09:13 -0000)]
kill off simple unused warnings

18 years ago2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
Mike Frysinger [Tue, 27 Dec 2005 09:03:53 +0000 (09:03 -0000)]
2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:
When I mounted nfs on my target, the kernel crashed. And I found it
was caused by stack overflow. When I digged into it. I found the
following issue.

In the file "./uClibc/libc/inet/rpc/auth_unix.c"
 int max_nr_groups = sysconf (_SC_NGROUPS_MAX);
 gid_t gids[max_nr_groups];

And, NGROUPS_MAX is defined in the file "./linux-2.6.x/include/linux/limits.h"
#define NGROUPS_MAX       65536    /* supplemental group IDs are available */

OK, here we can know max_nr_groups is assigned to 65536, that means a
huge matrix "gids[65536] is in the function **authunix_create_default**.

My method is doing it by malloc, the patch as follows.

18 years agokill off minor warning
Mike Frysinger [Tue, 27 Dec 2005 09:00:18 +0000 (09:00 -0000)]
kill off minor warning

18 years agoAubrey writes:
Mike Frysinger [Tue, 27 Dec 2005 08:58:04 +0000 (08:58 -0000)]
Aubrey writes:
When I mounted nfs on my target, the kernel crashed. And I found it
was caused by stack overflow. When I digged into it.
And I found not only "setgroups.c" but
"getgroups.c" have the matrix (__kernel_gid_t kernel_groups[n]) on the
stack which can be very large because "n" can be assigned to
NGROUPS_MAX.

And, NGROUPS_MAX is defined in the file "./linux-2.6.x/include/linux/limits.h"
#define NGROUPS_MAX       65536    /* supplemental group IDs are available */

I also changed it to do malloc.

18 years agoJan-Benedict Glaw writes:
Mike Frysinger [Tue, 27 Dec 2005 06:52:51 +0000 (06:52 -0000)]
Jan-Benedict Glaw writes:
This patch is wrong and breaks (at least) building a static libc. The
$(MISC_FNMATCH_OBJ) file still uses the .c extension, thus isn't built
at all and eg. strip'ping the .c file fails, breaking the build.

18 years agoAdd new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC_HAS_LOC...
Peter S. Mazinger [Sat, 24 Dec 2005 00:15:05 +0000 (00:15 -0000)]
Add new fnmatch code, for now mbstate_t and mbsrtowcs are depending on UCLIBC_HAS_LOCALE, making the new object about 5k, else it would be 10k

18 years agoMove fnmatch.c to fnmatch_old.c
Peter S. Mazinger [Sat, 24 Dec 2005 00:08:38 +0000 (00:08 -0000)]
Move fnmatch.c to fnmatch_old.c

18 years agoBuild PIC objects if DOPIC is set, thx to pcj
Peter S. Mazinger [Fri, 23 Dec 2005 20:35:12 +0000 (20:35 -0000)]
Build PIC objects if DOPIC is set, thx to pcj

18 years agoJie Zhang writes:
Mike Frysinger [Thu, 22 Dec 2005 01:46:09 +0000 (01:46 -0000)]
Jie Zhang writes:
I think the loop was written for MMU case. When there is MMU, mmap ()
is used to allocate the stack. If one segment is already mapped, we
should continue to see if we can use the next one. However, for NOMMU,
malloc () is used. It's waste of CPU cycles to continue to try if it
fails. Here is a new patch, which makes this change only for NOMMU.

18 years agoRemove all trailing ; after *_alias and change 2 to use weak_alias instead of __attri...
Peter S. Mazinger [Fri, 16 Dec 2005 23:09:32 +0000 (23:09 -0000)]
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...

18 years agoRemove trailing ;
Peter S. Mazinger [Fri, 16 Dec 2005 19:28:49 +0000 (19:28 -0000)]
Remove trailing ;

18 years agoRemove trailing ; after *alias()
Peter S. Mazinger [Fri, 16 Dec 2005 19:10:38 +0000 (19:10 -0000)]
Remove trailing ; after *alias()

18 years agoTypo
Peter S. Mazinger [Fri, 16 Dec 2005 18:23:45 +0000 (18:23 -0000)]
Typo

18 years agoAdapt some missed prototypes
Peter S. Mazinger [Fri, 16 Dec 2005 18:17:59 +0000 (18:17 -0000)]
Adapt some missed prototypes

18 years agoForgot about the macros ;-(
Peter S. Mazinger [Fri, 16 Dec 2005 18:16:10 +0000 (18:16 -0000)]
Forgot about the macros ;-(

18 years agomemmove, exit are external iconv_main
Peter S. Mazinger [Fri, 16 Dec 2005 17:50:56 +0000 (17:50 -0000)]
memmove, exit are external iconv_main

18 years agoCorrect C_SYMBOL_PREFIX handling for asm, supports only none or _
Peter S. Mazinger [Fri, 16 Dec 2005 17:36:58 +0000 (17:36 -0000)]
Correct C_SYMBOL_PREFIX handling for asm, supports only none or _

18 years agoHope it solves JBG's problem, why didn't it bail out here?
Peter S. Mazinger [Fri, 16 Dec 2005 15:09:24 +0000 (15:09 -0000)]
Hope it solves JBG's problem, why didn't it bail out here?

18 years agoMacros are no good for jump relocs, hack to get rid of one introduced my new regex...
Peter S. Mazinger [Fri, 16 Dec 2005 12:35:43 +0000 (12:35 -0000)]
Macros are no good for jump relocs, hack to get rid of one introduced my new regex code

18 years agoUse hidden towupper in new regex
Peter S. Mazinger [Fri, 16 Dec 2005 12:11:09 +0000 (12:11 -0000)]
Use hidden towupper in new regex

18 years agoMake new regex build w/ WCHAR disabled, vapier, does it now work for you?
Peter S. Mazinger [Fri, 16 Dec 2005 11:54:26 +0000 (11:54 -0000)]
Make new regex build w/ WCHAR disabled, vapier, does it now work for you?

18 years agoUse kernel provided syscalls for user-space, the one from libc is not usable
Peter S. Mazinger [Fri, 16 Dec 2005 11:06:08 +0000 (11:06 -0000)]
Use kernel provided syscalls for user-space, the one from libc is not usable

18 years agoBetter guards within _LIBC, cleanup, typos
Peter S. Mazinger [Fri, 16 Dec 2005 09:52:34 +0000 (09:52 -0000)]
Better guards within _LIBC, cleanup, typos

18 years agoHide towctrans*. What is SMALL_UPLOW and why do we need it?
Peter S. Mazinger [Fri, 16 Dec 2005 08:56:00 +0000 (08:56 -0000)]
Hide towctrans*. What is SMALL_UPLOW and why do we need it?

18 years agoConvert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back
Peter S. Mazinger [Fri, 16 Dec 2005 01:18:01 +0000 (01:18 -0000)]
Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back

18 years agoConvert some users and get rid of __rpc_thread_createerr jump reloc, this was indeed...
Peter S. Mazinger [Fri, 16 Dec 2005 01:05:56 +0000 (01:05 -0000)]
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was indeed a badly chosen name

18 years agoConvert users
Peter S. Mazinger [Fri, 16 Dec 2005 01:02:50 +0000 (01:02 -0000)]
Convert users

18 years agoNew regex as well
Peter S. Mazinger [Fri, 16 Dec 2005 01:00:06 +0000 (01:00 -0000)]
New regex as well

18 years agoglob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled
Peter S. Mazinger [Fri, 16 Dec 2005 00:57:39 +0000 (00:57 -0000)]
glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled

18 years agoCorrect some problems
Peter S. Mazinger [Fri, 16 Dec 2005 00:51:04 +0000 (00:51 -0000)]
Correct some problems

18 years agoNew hidden versions
Peter S. Mazinger [Fri, 16 Dec 2005 00:44:04 +0000 (00:44 -0000)]
New hidden versions

18 years agoGet rid of warnings, use internals, create new hidden versions
Peter S. Mazinger [Fri, 16 Dec 2005 00:38:38 +0000 (00:38 -0000)]
Get rid of warnings, use internals, create new hidden versions

18 years agoHide C and wchar related stuff
Peter S. Mazinger [Fri, 16 Dec 2005 00:35:09 +0000 (00:35 -0000)]
Hide C and wchar related stuff

18 years agoHide locales
Peter S. Mazinger [Fri, 16 Dec 2005 00:32:09 +0000 (00:32 -0000)]
Hide locales

18 years agoConvert some users
Peter S. Mazinger [Fri, 16 Dec 2005 00:28:30 +0000 (00:28 -0000)]
Convert some users

18 years agoDisable some unused stuff, better guard for libc
Peter S. Mazinger [Fri, 16 Dec 2005 00:26:05 +0000 (00:26 -0000)]
Disable some unused stuff, better guard for libc

18 years agoSome undefs to be pedantic
Peter S. Mazinger [Fri, 16 Dec 2005 00:22:11 +0000 (00:22 -0000)]
Some undefs to be pedantic

18 years agoMake clone use internal _exit
Peter S. Mazinger [Fri, 16 Dec 2005 00:14:26 +0000 (00:14 -0000)]
Make clone use internal _exit

18 years agoBuild x64 versions only if LFS is enabled
Peter S. Mazinger [Fri, 16 Dec 2005 00:10:58 +0000 (00:10 -0000)]
Build x64 versions only if LFS is enabled

18 years agoHide exit/_exit
Peter S. Mazinger [Thu, 15 Dec 2005 20:05:52 +0000 (20:05 -0000)]
Hide exit/_exit

18 years agoHide fork and vfork, use the newly introduced *alias
Peter S. Mazinger [Thu, 15 Dec 2005 19:49:58 +0000 (19:49 -0000)]
Hide fork and vfork, use the newly introduced *alias

18 years agoAdd for assembler all *alias
Peter S. Mazinger [Thu, 15 Dec 2005 19:47:05 +0000 (19:47 -0000)]
Add for assembler all *alias

18 years agoHide *getc* *putc*
Peter S. Mazinger [Thu, 15 Dec 2005 19:40:16 +0000 (19:40 -0000)]
Hide *getc* *putc*

18 years agoSync headers w/ glibc
Peter S. Mazinger [Thu, 15 Dec 2005 19:01:10 +0000 (19:01 -0000)]
Sync headers w/ glibc

18 years agowordexp can't be built w/o glob
Peter S. Mazinger [Thu, 15 Dec 2005 14:02:43 +0000 (14:02 -0000)]
wordexp can't be built w/o glob

18 years agosilly bug
Eric Andersen [Thu, 15 Dec 2005 11:32:30 +0000 (11:32 -0000)]
silly bug

18 years agoFix static apps on linux 2.6. Linux clobbers r7 in 2.6, so
Joakim Tjernlund [Thu, 15 Dec 2005 07:50:05 +0000 (07:50 -0000)]
Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, so
use r3 instead to pass _dl_fini.

18 years agoinclude features.h instead of sys/cdefs.h
Mike Frysinger [Wed, 14 Dec 2005 23:28:39 +0000 (23:28 -0000)]
include features.h instead of sys/cdefs.h

18 years agofix signed/unsigned warnings and unused warnings
Mike Frysinger [Wed, 14 Dec 2005 23:10:21 +0000 (23:10 -0000)]
fix signed/unsigned warnings and unused warnings

18 years ago remove .oS too
Mike Frysinger [Wed, 14 Dec 2005 23:07:48 +0000 (23:07 -0000)]
 remove .oS too

18 years agoHide _stdio_init/term, sorry, one change went mistakenly into the earlier commit
Peter S. Mazinger [Wed, 14 Dec 2005 13:50:39 +0000 (13:50 -0000)]
Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit

18 years agoDo hidden brk, hide _brk as well for some archs, convert users of brk
Peter S. Mazinger [Wed, 14 Dec 2005 13:48:23 +0000 (13:48 -0000)]
Do hidden brk, hide _brk as well for some archs, convert users of brk

18 years agoFixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e.
Eric Andersen [Wed, 14 Dec 2005 02:33:36 +0000 (02:33 -0000)]
Fixup byte order handling.  Not all architectures define __BIG_ENDIAN__ so i.e.
on big endian mips the code is compiled as little-endian and the wrong half of
the 64-bit point value is examined to check for NaN, etc.  This bug also broke
fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit().

18 years agoConvert all users of earlier hiddens
Peter S. Mazinger [Tue, 13 Dec 2005 21:38:57 +0000 (21:38 -0000)]
Convert all users of earlier hiddens

18 years agoThis header blocked the use of __THROW in libc-internal.h
Peter S. Mazinger [Tue, 13 Dec 2005 21:31:53 +0000 (21:31 -0000)]
This header blocked the use of __THROW in libc-internal.h

18 years agoHidden fflush, adapt fopen to hack in libc-internal.h
Peter S. Mazinger [Tue, 13 Dec 2005 21:30:04 +0000 (21:30 -0000)]
Hidden fflush, adapt fopen to hack in libc-internal.h

18 years agoHidden readdir*
Peter S. Mazinger [Tue, 13 Dec 2005 21:25:39 +0000 (21:25 -0000)]
Hidden readdir*

18 years agoHidden lseek[64], disabled llseek and _llseek for now, not in any headers
Peter S. Mazinger [Tue, 13 Dec 2005 21:23:53 +0000 (21:23 -0000)]
Hidden lseek[64], disabled llseek and _llseek for now, not in any headers

18 years agoDo hidden fcntl*
Peter S. Mazinger [Tue, 13 Dec 2005 21:20:44 +0000 (21:20 -0000)]
Do hidden fcntl*

18 years agoAdd some more hidden prototypes
Peter S. Mazinger [Tue, 13 Dec 2005 21:14:37 +0000 (21:14 -0000)]
Add some more hidden prototypes

18 years agoConvert internal users of chmod/*stat*, minimize change for __strsep
Peter S. Mazinger [Tue, 13 Dec 2005 11:35:31 +0000 (11:35 -0000)]
Convert internal users of chmod/*stat*, minimize change for __strsep

18 years agoAdd __lstat and reorganize somewhat
Peter S. Mazinger [Tue, 13 Dec 2005 11:28:16 +0000 (11:28 -0000)]
Add __lstat and reorganize somewhat

18 years agoUse __remove and remove trailing ;
Peter S. Mazinger [Tue, 13 Dec 2005 11:15:40 +0000 (11:15 -0000)]
Use __remove and remove trailing ;

18 years agoHide chmod, lockf*
Peter S. Mazinger [Tue, 13 Dec 2005 10:41:14 +0000 (10:41 -0000)]
Hide chmod, lockf*

18 years agoHidden __md5_crypt/__des_crypt, missed to adapt prototype
Peter S. Mazinger [Tue, 13 Dec 2005 10:07:09 +0000 (10:07 -0000)]
Hidden __md5_crypt/__des_crypt, missed to adapt prototype