summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/internals.h
Commit message (Expand)AuthorAgeFilesLines
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-5/+0
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-3/+3
* - fixup gnu_inline vs. C99 inlineBernhard Reutner-Fischer2008-01-051-2/+2
* use sched_yield, not pthread_yieldMike Frysinger2006-03-051-2/+0
* Disable deprecated stuff in new linuxthreadsPeter S. Mazinger2006-02-131-0/+2
* change asm/volatile to __x__Peter S. Mazinger2006-02-011-4/+4
* __pthread_exit is noreturn only within libpthreadPeter S. Mazinger2006-02-011-1/+5
* New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger2006-01-311-13/+12
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger2006-01-311-4/+6
* initial import of latest linuxthreadsMike Frysinger2006-01-311-0/+551
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-151-518/+0
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger2005-11-151-58/+229
* implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger2005-11-071-0/+1
* fix building with localeMike Frysinger2005-10-281-1/+1
* sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger2005-09-091-224/+29
* import the helper function pthread_for_each_thread from glibcMike Frysinger2005-09-081-1/+5
* import misc defines from glibcMike Frysinger2005-09-081-30/+52
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-4/+4
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-3/+5
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-5/+5
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-0/+6
* Set the default thread stack size to 16k for mmu-less systems.Eric Andersen2003-06-121-0/+4
* Use a funky version in a probably vein attempt at preventing gdbEric Andersen2003-03-011-2/+5
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-9/+28
* Based on work by Stefan Allius, arrange for early initialization ofEric Andersen2002-08-191-0/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+480