summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Sync w/ upstream, hide pthread_atforkPeter S. Mazinger2006-03-091-0/+6
|
* Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger2006-03-092-1/+4
|
* Get rid of forwarded __pthread_attr_initPeter S. Mazinger2006-03-093-3/+3
|
* Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger2006-03-093-12/+10
|
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-098-25/+25
|
* Create libpthread_nonshared.aPeter S. Mazinger2006-03-092-2/+17
|
* Add common part of linker scripts to a file and make use of itPeter S. Mazinger2006-03-092-3/+4
|
* Add support for libpthread_nonshared.a, strip the objects in *nonshared*Peter S. Mazinger2006-03-091-1/+9
|
* uClibc_pthread.h wasn't ever includedPeter S. Mazinger2006-03-091-1/+1
|
* Get rid of nested extern warnings if threads are disabledPeter S. Mazinger2006-03-091-4/+4
|
* Remove __libc_internal_tsd_{s,g}et, they do not exist anymorePeter S. Mazinger2006-03-092-36/+0
|
* Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger2006-03-091-4/+4
|
* fix build/segv issues as reported and fixed by Brent CookMike Frysinger2006-03-091-1/+13
|
* getopt_long-simple behaves as gnu getopt if POSIXLY_CORRECT is set, adapt testPeter S. Mazinger2006-03-081-0/+5
|
* macro out the /10 operation so arches can have their own versions ... and ↵Mike Frysinger2006-03-0810-21/+11
| | | | create some default macros for do_rem/do_div_10 so we dont duplicate the samething in many arch header files
* kill off gcc signed warningsMike Frysinger2006-03-081-4/+11
|
* Remove additional endif pointed out by vapierPeter S. Mazinger2006-03-071-2/+1
|
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-073-8/+33
|
* disable tst-gnuglob, it has no chance w/ our gnu globPeter S. Mazinger2006-03-051-1/+1
|
* check_ld takes only 1 arg as pointed out by pkjPeter S. Mazinger2006-03-051-1/+1
|
* use sched_yield, not pthread_yieldMike Frysinger2006-03-054-29/+0
|
* disable older rlimit support by defaultMike Frysinger2006-03-042-2/+4
|
* Rename getopt_long-susv3 to -simplePeter S. Mazinger2006-03-032-2/+2
|
* Upstream updatePeter S. Mazinger2006-03-031-2/+2
|
* Add --gc-sections, saves 2k on libc.soPeter S. Mazinger2006-03-031-0/+1
|
* Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger2006-03-031-1/+5
|
* Remove CFLAGS-OMIT support, rename getline to get testregex compile w/ ↵Peter S. Mazinger2006-03-023-13/+4
| | | | -D_GNU_SOURCE
* Move hidden test file for tst-regex2 as wellPeter S. Mazinger2006-03-021-0/+0
|
* hide div functions in libc, but export them in ldso so that other shared ↵Mike Frysinger2006-03-021-0/+2
| | | | libs dont barf on us
* grab register definitions from regdef.h instead of using our own local onesMike Frysinger2006-03-021-41/+1
|
* make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger2006-03-022-9/+9
|
* kill spurious semicolonsMike Frysinger2006-03-021-12/+12
|
* clean out arch subdirs as wellMike Frysinger2006-03-021-1/+1
|
* rename file so we block the common version from being builtMike Frysinger2006-03-022-1/+1
|
* inform people test is skipped on non-locale hostsMike Frysinger2006-03-021-0/+1
|
* allow env to inject more CFLAGS/LDFLAGS, and remove old LSFLAGSMike Frysinger2006-03-021-7/+3
|
* disable test since we purposefully dont handle itMike Frysinger2006-03-012-2/+7
|
* dont execute shell tests if we just want to compileMike Frysinger2006-03-011-0/+2
|
* fix test failure pointed out by nightly buildMike Frysinger2006-03-011-6/+10
|
* Add another test, use for those hanging -cPeter S. Mazinger2006-03-013-2/+98
|
* Add CFLAGS-OMIT support to glibc targets for now being the same as for ↵Peter S. Mazinger2006-03-012-9/+9
| | | | uclibc targets, adapt regex
* Move regex tests to their own subdir and dont run them if regex is disabledPeter S. Mazinger2006-03-015-1/+5
|
* Add AT&T research regex testsuitePeter S. Mazinger2006-03-0116-0/+2713
|
* Add support to remove a flag from CFLAGSPeter S. Mazinger2006-03-011-1/+1
|
* Add -D__ASSEMBLER__ to compile.S so that -std=c99 would not failPeter S. Mazinger2006-03-011-1/+1
|
* Update copyrightPeter S. Mazinger2006-03-011-2/+3
|
* Remove duplicate includePeter S. Mazinger2006-03-011-1/+0
|
* Update copyrightPeter S. Mazinger2006-03-012-16/+3
|
* copyright updatePeter S. Mazinger2006-03-011-2/+2
|
* typoPeter S. Mazinger2006-03-011-1/+1
|