summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
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
2006-01-06psm says: fix your linuxthreads / linuxthreads.old typo stupid!Mike Frysinger
2006-01-06update libc lock functions to new pthread forwardingMike Frysinger
2006-01-04__uselocale is hiddenPeter S. Mazinger
2006-01-04Build also if XLOCALE is enabledPeter S. Mazinger
2006-01-04use internal versions of exit/memcpyPeter S. Mazinger
2006-01-04update pthread weak handling to the style glibc usesMike Frysinger
2006-01-03Add proper guard, so that we don't see the internal header in userspacePeter S. Mazinger
2006-01-03Joseph S. Myers writes:Mike Frysinger
2005-12-29kill off some signedness/unused warningsMike Frysinger
2005-12-29sync whitespace with glibcMike Frysinger
2005-12-29touchup code a bit to prep for new weak systemMike Frysinger
2005-12-27kill off unused warningMike Frysinger
2005-12-27typecast away a signed/unsigned warningMike Frysinger
2005-12-27cut pointless filesMike Frysinger
2005-12-27kill off minor unused warningsMike Frysinger
2005-12-22Jie Zhang writes:Mike Frysinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2005-12-13This header blocked the use of __THROW in libc-internal.hPeter S. Mazinger
2005-12-06hide some internal pthread functionsMike Frysinger
2005-12-06use the internal pthread_mutex_init()Mike Frysinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-30sync with linuxthreads.old_db/Makefile.inMike Frysinger
2005-11-30tweak setting of so/a-y slightlyMike Frysinger