OSDN Git Service

uclinux-h8/uclibc-ng.git
18 years agoSync w/ upstream, hide pthread_atfork
Peter S. Mazinger [Thu, 9 Mar 2006 15:43:42 +0000 (15:43 -0000)]
Sync w/ upstream, hide pthread_atfork

18 years agoNot the best idea moving libc_hidden_proto to uClibc_glue.h
Peter S. Mazinger [Thu, 9 Mar 2006 15:18:36 +0000 (15:18 -0000)]
Not the best idea moving libc_hidden_proto to uClibc_glue.h

18 years agoGet rid of forwarded __pthread_attr_init
Peter S. Mazinger [Thu, 9 Mar 2006 14:54:24 +0000 (14:54 -0000)]
Get rid of forwarded __pthread_attr_init

18 years agoMove __clone/__uselocale to uClibc_glue.h
Peter S. Mazinger [Thu, 9 Mar 2006 14:53:12 +0000 (14:53 -0000)]
Move __clone/__uselocale to uClibc_glue.h

18 years agoRemove unneeded ; after *_alias
Peter S. Mazinger [Thu, 9 Mar 2006 12:23:51 +0000 (12:23 -0000)]
Remove unneeded ; after *_alias

18 years agoCreate libpthread_nonshared.a
Peter S. Mazinger [Thu, 9 Mar 2006 12:10:57 +0000 (12:10 -0000)]
Create libpthread_nonshared.a

18 years agoAdd common part of linker scripts to a file and make use of it
Peter S. Mazinger [Thu, 9 Mar 2006 12:05:25 +0000 (12:05 -0000)]
Add common part of linker scripts to a file and make use of it

18 years agoAdd support for libpthread_nonshared.a, strip the objects in *nonshared*
Peter S. Mazinger [Thu, 9 Mar 2006 12:03:33 +0000 (12:03 -0000)]
Add support for libpthread_nonshared.a, strip the objects in *nonshared*

18 years agouClibc_pthread.h wasn't ever included
Peter S. Mazinger [Thu, 9 Mar 2006 11:26:07 +0000 (11:26 -0000)]
uClibc_pthread.h wasn't ever included

18 years agoGet rid of nested extern warnings if threads are disabled
Peter S. Mazinger [Thu, 9 Mar 2006 09:09:51 +0000 (09:09 -0000)]
Get rid of nested extern warnings if threads are disabled

18 years agoRemove __libc_internal_tsd_{s,g}et, they do not exist anymore
Peter S. Mazinger [Thu, 9 Mar 2006 08:58:16 +0000 (08:58 -0000)]
Remove __libc_internal_tsd_{s,g}et, they do not exist anymore

18 years agoAdd back sjhill's 14625 commit, correcting the typo that made it fail
Peter S. Mazinger [Thu, 9 Mar 2006 08:55:34 +0000 (08:55 -0000)]
Add back sjhill's 14625 commit, correcting the typo that made it fail

18 years agofix build/segv issues as reported and fixed by Brent Cook
Mike Frysinger [Thu, 9 Mar 2006 06:11:14 +0000 (06:11 -0000)]
fix build/segv issues as reported and fixed by Brent Cook

18 years agogetopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt test
Peter S. Mazinger [Wed, 8 Mar 2006 21:05:57 +0000 (21:05 -0000)]
getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt test

18 years agomacro out the /10 operation so arches can have their own versions ... and create...
Mike Frysinger [Wed, 8 Mar 2006 03:58:13 +0000 (03:58 -0000)]
macro out the /10 operation so arches can have their own versions ... and create some default macros for do_rem/do_div_10 so we dont duplicate the samething in many arch header files

18 years agokill off gcc signed warnings
Mike Frysinger [Wed, 8 Mar 2006 01:58:01 +0000 (01:58 -0000)]
kill off gcc signed warnings

18 years agoRemove additional endif pointed out by vapier
Peter S. Mazinger [Tue, 7 Mar 2006 16:40:34 +0000 (16:40 -0000)]
Remove additional endif pointed out by vapier

18 years agoAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support
Peter S. Mazinger [Tue, 7 Mar 2006 09:23:24 +0000 (09:23 -0000)]
Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support

18 years agodisable tst-gnuglob, it has no chance w/ our gnu glob
Peter S. Mazinger [Sun, 5 Mar 2006 16:04:08 +0000 (16:04 -0000)]
disable tst-gnuglob, it has no chance w/ our gnu glob

18 years agocheck_ld takes only 1 arg as pointed out by pkj
Peter S. Mazinger [Sun, 5 Mar 2006 16:01:03 +0000 (16:01 -0000)]
check_ld takes only 1 arg as pointed out by pkj

18 years agouse sched_yield, not pthread_yield
Mike Frysinger [Sun, 5 Mar 2006 04:31:16 +0000 (04:31 -0000)]
use sched_yield, not pthread_yield

18 years agodisable older rlimit support by default
Mike Frysinger [Sat, 4 Mar 2006 00:54:43 +0000 (00:54 -0000)]
disable older rlimit support by default

18 years agoRename getopt_long-susv3 to -simple
Peter S. Mazinger [Fri, 3 Mar 2006 21:21:33 +0000 (21:21 -0000)]
Rename getopt_long-susv3 to -simple

18 years agoUpstream update
Peter S. Mazinger [Fri, 3 Mar 2006 21:15:02 +0000 (21:15 -0000)]
Upstream update

18 years agoAdd --gc-sections, saves 2k on libc.so
Peter S. Mazinger [Fri, 3 Mar 2006 18:49:40 +0000 (18:49 -0000)]
Add --gc-sections, saves 2k on libc.so

18 years agoMark parts as unsupported by gnu glob, but leave it as it was
Peter S. Mazinger [Fri, 3 Mar 2006 12:58:44 +0000 (12:58 -0000)]
Mark parts as unsupported by gnu glob, but leave it as it was

18 years agoRemove CFLAGS-OMIT support, rename getline to get testregex compile w/ -D_GNU_SOURCE
Peter S. Mazinger [Thu, 2 Mar 2006 16:41:04 +0000 (16:41 -0000)]
Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ -D_GNU_SOURCE

18 years agoMove hidden test file for tst-regex2 as well
Peter S. Mazinger [Thu, 2 Mar 2006 16:37:41 +0000 (16:37 -0000)]
Move hidden test file for tst-regex2 as well

18 years agohide div functions in libc, but export them in ldso so that other shared libs dont...
Mike Frysinger [Thu, 2 Mar 2006 04:02:39 +0000 (04:02 -0000)]
hide div functions in libc, but export them in ldso so that other shared libs dont barf on us

18 years agograb register definitions from regdef.h instead of using our own local ones
Mike Frysinger [Thu, 2 Mar 2006 03:53:43 +0000 (03:53 -0000)]
grab register definitions from regdef.h instead of using our own local ones

18 years agomake all the warnings the same and add line #s so we can pick em out at runtime
Mike Frysinger [Thu, 2 Mar 2006 03:43:27 +0000 (03:43 -0000)]
make all the warnings the same and add line #s so we can pick em out at runtime

18 years agokill spurious semicolons
Mike Frysinger [Thu, 2 Mar 2006 03:36:11 +0000 (03:36 -0000)]
kill spurious semicolons

18 years agoclean out arch subdirs as well
Mike Frysinger [Thu, 2 Mar 2006 03:34:49 +0000 (03:34 -0000)]
clean out arch subdirs as well

18 years agorename file so we block the common version from being built
Mike Frysinger [Thu, 2 Mar 2006 03:32:37 +0000 (03:32 -0000)]
rename file so we block the common version from being built

18 years agoinform people test is skipped on non-locale hosts
Mike Frysinger [Thu, 2 Mar 2006 00:20:54 +0000 (00:20 -0000)]
inform people test is skipped on non-locale hosts

18 years agoallow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGS
Mike Frysinger [Thu, 2 Mar 2006 00:02:11 +0000 (00:02 -0000)]
allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGS

18 years agodisable test since we purposefully dont handle it
Mike Frysinger [Wed, 1 Mar 2006 23:39:12 +0000 (23:39 -0000)]
disable test since we purposefully dont handle it

18 years agodont execute shell tests if we just want to compile
Mike Frysinger [Wed, 1 Mar 2006 23:28:19 +0000 (23:28 -0000)]
dont execute shell tests if we just want to compile

18 years agofix test failure pointed out by nightly build
Mike Frysinger [Wed, 1 Mar 2006 23:27:13 +0000 (23:27 -0000)]
fix test failure pointed out by nightly build

18 years agoAdd another test, use for those hanging -c
Peter S. Mazinger [Wed, 1 Mar 2006 22:17:14 +0000 (22:17 -0000)]
Add another test, use for those hanging -c

18 years agoAdd CFLAGS-OMIT support to glibc targets for now being the same as for uclibc targets...
Peter S. Mazinger [Wed, 1 Mar 2006 21:05:21 +0000 (21:05 -0000)]
Add CFLAGS-OMIT support to glibc targets for now being the same as for uclibc targets, adapt regex

18 years agoMove regex tests to their own subdir and dont run them if regex is disabled
Peter S. Mazinger [Wed, 1 Mar 2006 20:39:48 +0000 (20:39 -0000)]
Move regex tests to their own subdir and dont run them if regex is disabled

18 years agoAdd AT&T research regex testsuite
Peter S. Mazinger [Wed, 1 Mar 2006 20:35:48 +0000 (20:35 -0000)]
Add AT&T research regex testsuite

18 years agoAdd support to remove a flag from CFLAGS
Peter S. Mazinger [Wed, 1 Mar 2006 20:28:14 +0000 (20:28 -0000)]
Add support to remove a flag from CFLAGS

18 years agoAdd -D__ASSEMBLER__ to compile.S so that -std=c99 would not fail
Peter S. Mazinger [Wed, 1 Mar 2006 19:08:24 +0000 (19:08 -0000)]
Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not fail

18 years agoUpdate copyright
Peter S. Mazinger [Wed, 1 Mar 2006 14:58:56 +0000 (14:58 -0000)]
Update copyright

18 years agoRemove duplicate include
Peter S. Mazinger [Wed, 1 Mar 2006 14:57:39 +0000 (14:57 -0000)]
Remove duplicate include

18 years agoUpdate copyright
Peter S. Mazinger [Wed, 1 Mar 2006 13:25:13 +0000 (13:25 -0000)]
Update copyright

18 years agocopyright update
Peter S. Mazinger [Wed, 1 Mar 2006 13:20:16 +0000 (13:20 -0000)]
copyright update

18 years agotypo
Peter S. Mazinger [Wed, 1 Mar 2006 13:10:39 +0000 (13:10 -0000)]
typo

18 years agoupdate
Peter S. Mazinger [Wed, 1 Mar 2006 12:45:38 +0000 (12:45 -0000)]
update

18 years agoSync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consider...
Peter S. Mazinger [Wed, 1 Mar 2006 09:55:06 +0000 (09:55 -0000)]
Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consider versioned stat/mknod in uClibc

18 years agofix whitespace in comment
Mike Frysinger [Wed, 1 Mar 2006 05:34:32 +0000 (05:34 -0000)]
fix whitespace in comment

18 years agosync with blackfin cvs
Mike Frysinger [Wed, 1 Mar 2006 05:27:37 +0000 (05:27 -0000)]
sync with blackfin cvs

18 years agostart of test suite to catch errors in source code
Mike Frysinger [Wed, 1 Mar 2006 01:37:27 +0000 (01:37 -0000)]
start of test suite to catch errors in source code

18 years agoadd support for shell script tests
Mike Frysinger [Wed, 1 Mar 2006 01:36:39 +0000 (01:36 -0000)]
add support for shell script tests

18 years agomove to new time dir
Mike Frysinger [Wed, 1 Mar 2006 01:08:00 +0000 (01:08 -0000)]
move to new time dir

18 years agograb some time tests from glibc
Mike Frysinger [Wed, 1 Mar 2006 01:07:36 +0000 (01:07 -0000)]
grab some time tests from glibc

18 years agoreturn NULL if year is too big
Mike Frysinger [Wed, 1 Mar 2006 01:03:41 +0000 (01:03 -0000)]
return NULL if year is too big

18 years agograb from glibc
Mike Frysinger [Wed, 1 Mar 2006 00:51:13 +0000 (00:51 -0000)]
grab from glibc

18 years agosync type style with glibc ... this fixes many alpha issues where it has different...
Mike Frysinger [Wed, 1 Mar 2006 00:48:08 +0000 (00:48 -0000)]
sync type style with glibc ... this fixes many alpha issues where it has different typesizes from the normal 64bit arch

18 years agoalpha needs ipc64 funk too
Mike Frysinger [Wed, 1 Mar 2006 00:45:06 +0000 (00:45 -0000)]
alpha needs ipc64 funk too

18 years agoneed to define some more registers
Mike Frysinger [Wed, 1 Mar 2006 00:38:12 +0000 (00:38 -0000)]
need to define some more registers

18 years agosync with glibc
Mike Frysinger [Tue, 28 Feb 2006 23:48:10 +0000 (23:48 -0000)]
sync with glibc

18 years agoadd pipe from glibc to fix popen test
Mike Frysinger [Tue, 28 Feb 2006 23:47:41 +0000 (23:47 -0000)]
add pipe from glibc to fix popen test

18 years agodont need pal.h here
Mike Frysinger [Tue, 28 Feb 2006 23:46:07 +0000 (23:46 -0000)]
dont need pal.h here

18 years agoSync w/ glibc
Peter S. Mazinger [Tue, 28 Feb 2006 13:24:24 +0000 (13:24 -0000)]
Sync w/ glibc

18 years agoCleanup/sync w/ glibc
Peter S. Mazinger [Tue, 28 Feb 2006 13:23:39 +0000 (13:23 -0000)]
Cleanup/sync w/ glibc

18 years agofreelocale() and strxfrm_l() exist only if XLOCALE is enabled
Peter S. Mazinger [Tue, 28 Feb 2006 12:28:21 +0000 (12:28 -0000)]
freelocale() and strxfrm_l() exist only if XLOCALE is enabled

18 years agoMark __syscall_*sigaction hidden and add guard to the header
Peter S. Mazinger [Tue, 28 Feb 2006 07:54:28 +0000 (07:54 -0000)]
Mark __syscall_*sigaction hidden and add guard to the header

18 years agoRemove files not used on target
Peter S. Mazinger [Tue, 28 Feb 2006 07:16:48 +0000 (07:16 -0000)]
Remove files not used on target

18 years agoProvide hidden sigprocmask, remove __x version
Peter S. Mazinger [Tue, 28 Feb 2006 07:09:12 +0000 (07:09 -0000)]
Provide hidden sigprocmask, remove __x version

18 years agodisable blug-glob1 for now
Mike Frysinger [Tue, 28 Feb 2006 06:48:20 +0000 (06:48 -0000)]
disable blug-glob1 for now

18 years agoremove mtrace call
Mike Frysinger [Tue, 28 Feb 2006 06:48:07 +0000 (06:48 -0000)]
remove mtrace call

18 years agoset dynamic linker if we are building as shared
Mike Frysinger [Tue, 28 Feb 2006 06:47:56 +0000 (06:47 -0000)]
set dynamic linker if we are building as shared

18 years agograb regdef.h from glibc and use that instead of kernel headers regdef.h
Mike Frysinger [Tue, 28 Feb 2006 05:50:42 +0000 (05:50 -0000)]
grab regdef.h from glibc and use that instead of kernel headers regdef.h

18 years agosync with glibc
Mike Frysinger [Tue, 28 Feb 2006 05:46:03 +0000 (05:46 -0000)]
sync with glibc

18 years agosync with glibc
Mike Frysinger [Tue, 28 Feb 2006 05:42:16 +0000 (05:42 -0000)]
sync with glibc

18 years agosync with glibc
Mike Frysinger [Tue, 28 Feb 2006 05:35:08 +0000 (05:35 -0000)]
sync with glibc

18 years agoimport rt_sigaction from glibc to fix alpha signal handling issues
Mike Frysinger [Tue, 28 Feb 2006 05:31:57 +0000 (05:31 -0000)]
import rt_sigaction from glibc to fix alpha signal handling issues

18 years agotouchup how we generate initfini.s
Mike Frysinger [Tue, 28 Feb 2006 05:07:08 +0000 (05:07 -0000)]
touchup how we generate initfini.s

18 years agodisable __gmon_start__ symbol
Mike Frysinger [Tue, 28 Feb 2006 05:05:37 +0000 (05:05 -0000)]
disable __gmon_start__ symbol

18 years agoenable 6 arg version of mmap
Mike Frysinger [Tue, 28 Feb 2006 02:13:45 +0000 (02:13 -0000)]
enable 6 arg version of mmap

18 years agonote signal handling fubar issues on alpha
Mike Frysinger [Tue, 28 Feb 2006 02:04:17 +0000 (02:04 -0000)]
note signal handling fubar issues on alpha

18 years agograb glibc sigprocmask since common linux one doesnt work for alpha
Mike Frysinger [Tue, 28 Feb 2006 02:03:02 +0000 (02:03 -0000)]
grab glibc sigprocmask since common linux one doesnt work for alpha

18 years agosync with glibc
Mike Frysinger [Tue, 28 Feb 2006 02:02:29 +0000 (02:02 -0000)]
sync with glibc

18 years agoadd support for glibc initfini.c
Mike Frysinger [Tue, 28 Feb 2006 01:04:16 +0000 (01:04 -0000)]
add support for glibc initfini.c

18 years agofail if test.c is found so i stop screwing myself up
Mike Frysinger [Tue, 28 Feb 2006 00:41:11 +0000 (00:41 -0000)]
fail if test.c is found so i stop screwing myself up

18 years agoneed types.h for size_t as pointed out in buildlog
Mike Frysinger [Tue, 28 Feb 2006 00:40:28 +0000 (00:40 -0000)]
need types.h for size_t as pointed out in buildlog

18 years agocheck more return values
Mike Frysinger [Tue, 28 Feb 2006 00:39:41 +0000 (00:39 -0000)]
check more return values

18 years agograb some tests from dalias
Mike Frysinger [Tue, 28 Feb 2006 00:36:51 +0000 (00:36 -0000)]
grab some tests from dalias

18 years agoadd some tests for strlcat and strlcpy based upon strncat and strncpy respectively
Mike Frysinger [Tue, 28 Feb 2006 00:17:35 +0000 (00:17 -0000)]
add some tests for strlcat and strlcpy based upon strncat and strncpy respectively

18 years agopass an option to bug-glob1
Mike Frysinger [Tue, 28 Feb 2006 00:12:00 +0000 (00:12 -0000)]
pass an option to bug-glob1

18 years agograb some tests from glibc
Mike Frysinger [Tue, 28 Feb 2006 00:11:06 +0000 (00:11 -0000)]
grab some tests from glibc

18 years agoAdd Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt
Peter S. Mazinger [Mon, 27 Feb 2006 15:09:48 +0000 (15:09 -0000)]
Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt

18 years agoAdd Rich Felker's getsubopt, smaller then the glibc copied one
Peter S. Mazinger [Mon, 27 Feb 2006 15:02:45 +0000 (15:02 -0000)]
Add Rich Felker's getsubopt, smaller then the glibc copied one

18 years agoAdd hidden version for susv3 getopt
Peter S. Mazinger [Mon, 27 Feb 2006 14:50:29 +0000 (14:50 -0000)]
Add hidden version for susv3 getopt

18 years agoRich Felker's glob() ported to uClibc
Peter S. Mazinger [Mon, 27 Feb 2006 14:47:55 +0000 (14:47 -0000)]
Rich Felker's glob() ported to uClibc

18 years agoDisable parts not supported by (outdated) glob, probably the glob[64]_t structures...
Peter S. Mazinger [Mon, 27 Feb 2006 14:24:02 +0000 (14:24 -0000)]
Disable parts not supported by (outdated) glob, probably the glob[64]_t structures are wrong too

18 years agoRemove explicit compile rules
Peter S. Mazinger [Mon, 27 Feb 2006 10:16:20 +0000 (10:16 -0000)]
Remove explicit compile rules