OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / libpthread / linuxthreads / internals.h
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-06-15 Peter S. Mazingerinternals.h: mark __pthread_message hidden
2012-06-15 Peter S. Mazingerlinuxthreads: guard *tsd* related stuff correctly
2012-06-15 Peter S. Mazingermove __libc_pthread_init prototype to pthread-functions.h
2012-06-15 Peter S. Mazingerinternals.h: use sysconf(_SC_PAGESIZE) instead of __pag...
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-01-05 Bernhard Reutner... - fixup gnu_inline vs. C99 inline
2006-03-05 Mike Frysingeruse sched_yield, not pthread_yield
2006-02-13 Peter S. MazingerDisable deprecated stuff in new linuxthreads
2006-02-01 Peter S. Mazingerchange asm/volatile to __x__
2006-02-01 Peter S. Mazinger__pthread_exit is noreturn only within libpthread
2006-01-31 Peter S. MazingerNew linuxthreads builds on x86, vapier: pt-allocrtsig...
2006-01-31 Peter S. Mazingers/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes...
2006-01-31 Mike Frysingerinitial import of latest linuxthreads
2005-11-15 Mike Frysingerrename current stable linuxthreads to linuxthreads...
2005-11-15 Mike Frysingerrevert linuxthreads to pre rev 11377 (i.e. before the...
2005-11-07 Mike Frysingerimplement __pthread_init_max_stacksize() which is requi...
2005-10-28 Mike Frysingerfix building with locale
2005-09-09 Mike Frysingersync with glibc by moving the thread_desc stuff out...
2005-09-08 Mike Frysingerimport the helper function pthread_for_each_thread...
2005-09-08 Mike Frysingerimport misc defines from glibc
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-07-15 Eric Andersen_SC_PAGESIZE is standard. Some ancient legacy unix...
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-06-12 Eric AndersenSet the default thread stack size to 16k for mmu-less...
2003-03-01 Eric AndersenUse a funky version in a probably vein attempt at preve...
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2002-08-19 Eric AndersenBased on work by Stefan Allius, arrange for early initi...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...