summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Collapse)AuthorAgeFilesLines
* 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-091-2/+7
|
* uClibc_pthread.h wasn't ever includedPeter S. Mazinger2006-03-091-1/+1
|
* use sched_yield, not pthread_yieldMike Frysinger2006-03-054-29/+0
|
* need types.h for size_t as pointed out in buildlogMike Frysinger2006-02-281-0/+1
|
* import ia64 linuxthreads filesMike Frysinger2006-02-274-0/+304
|
* Remove TOPDIRPeter S. Mazinger2006-02-231-3/+1
|
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-231-9/+15
|
* Make use of CFLAGS-OMIT-filePeter S. Mazinger2006-02-232-8/+10
|
* Silence link creation.Peter Kjellerstedt2006-02-222-2/+2
|
* Made it possible to build without stripping the binaries.Peter Kjellerstedt2006-02-222-2/+8
|
* * Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt2006-02-222-2/+2
| | | | | using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it.
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-185-19/+19
|
* make headers more quietMike Frysinger2006-02-182-8/+8
|
* It's not my day ..Peter S. Mazinger2006-02-161-1/+1
|
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-161-1/+1
|
* DOMULTI may be used for libc, the excluded files need work, ↵Peter S. Mazinger2006-02-154-20/+20
| | | | linuxthreads[_db] as well, don't try on slow box
* Disable deprecated stuff in new linuxthreadsPeter S. Mazinger2006-02-132-2/+6
|
* fix warning when building on non-mmu hostsMike Frysinger2006-02-041-0/+2
|
* glibc syncMike Frysinger2006-02-0421-42/+42
|
* add -DNOT_IN_libcPeter S. Mazinger2006-02-032-2/+2
|
* hide __td_agent_listPeter S. Mazinger2006-02-032-2/+2
|
* Use write instead of __libc_write for debug, hide __td_debugPeter S. Mazinger2006-02-032-3/+3
|
* Hide internal wrapperPeter S. Mazinger2006-02-032-2/+2
|
* change asm/volatile to __x__Peter S. Mazinger2006-02-0130-93/+93
|
* typoPeter S. Mazinger2006-02-011-1/+1
|
* same in oldPeter S. Mazinger2006-02-011-1/+5
|
* __pthread_exit is noreturn only within libpthreadPeter S. Mazinger2006-02-011-1/+5
|
* correct __uselocalePeter S. Mazinger2006-02-011-1/+3
|
* pt-allocrtsig.c is irrelevant for now, remove related too, add ↵Peter S. Mazinger2006-01-315-16/+18
| | | | libc_hidden_proto from old version
* New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger2006-01-313-21/+15
|
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct ↵Peter S. Mazinger2006-01-3121-27/+47
| | | | Makefile.in, disable __res_state, unavailable in resolv.h
* initial import of latest linuxthreadsMike Frysinger2006-01-31373-0/+24430
|
* Add IMA compilingPeter S. Mazinger2006-01-301-10/+18
|
* prototypes for threads tooPeter S. Mazinger2006-01-266-3/+25
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+2
|
* Modify the earlier changes, because libc-lock references __pthread_mutex*, ↵Peter S. Mazinger2006-01-254-30/+33
| | | | dont use hidden_strong_alias
* make use of the internals provided earlierPeter S. Mazinger2006-01-255-23/+28
|
* Keep only hidden __pthread_mutex_* used in libc, change pthread_mutex_* to ↵Peter S. Mazinger2006-01-251-17/+19
| | | | use internal version, provide pthread_mutexattr_* internal versions, remove unused __pthread_mutex_timedlock
* Remove unused prototypePeter S. Mazinger2006-01-251-2/+0
|
* user internal versions of waitpid/raise/nanosleepPeter S. Mazinger2006-01-252-1/+5
|
* provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger2006-01-252-1/+9
|
* longjmp should use __libc_longjmp, use __typeof again now that it works ↵Peter S. Mazinger2006-01-251-3/+3
| | | | correctly
* s/IS_IN_linuxthreads/IS_IN_libpthread/Peter S. Mazinger2006-01-251-1/+1
|
* Get rid of a shadow warningPeter S. Mazinger2006-01-241-2/+2
|
* add noreturn for *longjmpPeter S. Mazinger2006-01-241-4/+4
|
* waitpid undefinedPeter S. Mazinger2006-01-241-0/+1
|