summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2006-02-13Disable deprecated stuff in new linuxthreadsPeter S. Mazinger
2006-02-04fix warning when building on non-mmu hostsMike Frysinger
2006-02-04glibc syncMike Frysinger
2006-02-03add -DNOT_IN_libcPeter S. Mazinger
2006-02-03hide __td_agent_listPeter S. Mazinger
2006-02-03Use write instead of __libc_write for debug, hide __td_debugPeter S. Mazinger
2006-02-03Hide internal wrapperPeter S. Mazinger
2006-02-01change asm/volatile to __x__Peter S. Mazinger
2006-02-01typoPeter S. Mazinger
2006-02-01same in oldPeter S. Mazinger
2006-02-01__pthread_exit is noreturn only within libpthreadPeter S. Mazinger
2006-02-01correct __uselocalePeter S. Mazinger
2006-01-31pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...Peter S. Mazinger
2006-01-31New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger
2006-01-31s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger
2006-01-31initial import of latest linuxthreadsMike Frysinger
2006-01-30Add IMA compilingPeter S. Mazinger
2006-01-26prototypes for threads tooPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-25Modify the earlier changes, because libc-lock references __pthread_mutex*, do...Peter S. Mazinger
2006-01-25make use of the internals provided earlierPeter S. Mazinger
2006-01-25Keep only hidden __pthread_mutex_* used in libc, change pthread_mutex_* to us...Peter S. Mazinger
2006-01-25Remove unused prototypePeter S. Mazinger
2006-01-25user internal versions of waitpid/raise/nanosleepPeter S. Mazinger
2006-01-25provide internal nanosleep/waitpid/sigaction/raisePeter S. Mazinger
2006-01-25longjmp should use __libc_longjmp, use __typeof again now that it works corre...Peter S. Mazinger
2006-01-25s/IS_IN_linuxthreads/IS_IN_libpthread/Peter S. Mazinger
2006-01-24Get rid of a shadow warningPeter S. Mazinger
2006-01-24add noreturn for *longjmpPeter S. Mazinger
2006-01-24waitpid undefinedPeter S. Mazinger
2006-01-24use __typeof for all __libc_x prototypes, do not need __sigaction/__vforkPeter S. Mazinger
2006-01-24Don't use __getpid/__getpagesizePeter S. Mazinger
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-24Move threads header to proper locationPeter S. Mazinger
2006-01-24Use __typeof for __libc*longjmpPeter S. Mazinger
2006-01-23Remove unneeded _GNU_SOURCEPeter S. Mazinger
2006-01-23depend on ldsoMike Frysinger
2006-01-23typoPeter S. Mazinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-23Add some attribute_noreturn, replace __attribute__ ((noreturn)) as wellPeter S. Mazinger
2006-01-23- __td_debug is only needed if NDEBUG is not defined.Bernhard Reutner-Fischer
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-21- fix typo in comment.Bernhard Reutner-Fischer
2006-01-19Forgotten about the clean targetPeter S. Mazinger
2006-01-19Add multi support to linuxthread_dbPeter S. Mazinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-17Add libc_pthread_init to libc.a as well, should correct bug reported to mlPeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-09Get rid of hidden_defPeter S. Mazinger