OSDN Git Service

- trim any trailing whitespace
[uclinux-h8/uClibc.git] / libpthread / linuxthreads /
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-09 Bernhard Reutner... - Improve prerequisites and avoid spurious reconfigurat...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-28 Bernhard Reutner... - pull commentary fixes from upstream
2008-05-22 Denis Vlasenkoconvert two more static ints used as flags to smallints
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-04-22 Carmelo AmorosoFix segfault in __pthread_initialize_minimal in linuxth...
2008-04-16 Hans-Christian EgtvedtFix whitespace damage in AVR32 pt-machine.h in libpthre...
2008-01-06 Mike Frysingeruse the __extern_always_inline define from cdefs.h...
2008-01-05 Bernhard Reutner... - fixup gnu_inline vs. C99 inline
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-05-15 Khem RajRemove preprocessor warning due to missing definition...
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-02-05 Bernhard Reutner... - silence warning about using an undefined token
2007-01-11 Joakim TjernlundPeter Mazinger pointed out that my last commit was...
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-11-29 Eric Andersenremove redundant headers local to libpthread, causing...
2006-10-19 Eric AndersenJoseph S. Myers writes:
2006-03-24 Peter S. MazingerNow new linuxthreads builds w/ SHARED
2006-03-24 Peter S. MazingerRemove redundant redefine of __clone
2006-03-24 Peter S. MazingerGuard GL(name) and it's users w/ SHARED
2006-03-10 Mike Frysingerupdate ignores
2006-03-10 Mike Frysingershouldnt have been added to svn
2006-03-10 Mike Frysingersync with glibc CVS
2006-03-10 Peter S. Mazingertry to get libpthread built w/ -DSHARED, what to do...
2006-03-09 Mike Frysingerblah, glibc moved linuxthreads around
2006-03-09 Peter S. MazingerAdd back XLOCALE for hidden uselocale
2006-03-09 Peter S. MazingerSync w/ upstream, hide pthread_atfork
2006-03-09 Peter S. MazingerNot the best idea moving libc_hidden_proto to uClibc_glue.h
2006-03-09 Peter S. MazingerGet rid of forwarded __pthread_attr_init
2006-03-09 Peter S. MazingerMove __clone/__uselocale to uClibc_glue.h
2006-03-09 Peter S. MazingerRemove unneeded ; after *_alias
2006-03-09 Peter S. MazingerCreate libpthread_nonshared.a
2006-03-09 Peter S. MazingeruClibc_pthread.h wasn't ever included
2006-03-05 Mike Frysingeruse sched_yield, not pthread_yield
2006-02-23 Peter S. MazingerRemove TOPDIR
2006-02-23 Peter S. MazingerMake use of CFLAGS-OMIT-file
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-18 Mike Frysingermake headers more quiet
2006-02-16 Peter S. MazingerIt's not my day ..
2006-02-16 Peter S. MazingerUndo earlier change and sync new linuxthreads' guard...
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-13 Peter S. MazingerDisable deprecated stuff in new linuxthreads
2006-02-04 Mike Frysingerglibc sync
2006-02-01 Peter S. Mazingerchange asm/volatile to __x__
2006-02-01 Peter S. Mazinger__pthread_exit is noreturn only within libpthread
2006-02-01 Peter S. Mazingercorrect __uselocale
2006-01-31 Peter S. Mazingerpt-allocrtsig.c is irrelevant for now, remove related...
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-15 Mike Frysingeruse clone() instead of __clone()
2005-11-09 Mike Frysingersync with glibc to get rid of warnings
2005-11-08 Mike Frysingerfix building by grabbing latest versions from glibc
2005-11-07 Mike Frysingerimplement __pthread_init_max_stacksize() which is requi...
2005-11-03 Peter S. MazingerDisable DOMULTI for these, because gcc-4.0.2 can't...
2005-11-02 Peter S. MazingerClean up DOMULTI for libm and add more files blocked...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-28 Peter S. MazingerChange Makefiles that are not fully IMA to allow it...
2005-10-28 Peter S. MazingerBackport to current build system
2005-10-28 Peter S. MazingerRenamed arch specific Makefile.in to Makefile.arch...
2005-10-28 Mike Frysingerfix building with locale
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. MazingerAdd the linuxthreads Makefiles too
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDefer SHARED_START/END_FILES. They are only used for...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-10-04 "Steven J. Hill"Neaten up the libpthread directory.
2005-09-30 Peter S. MazingerMove arch specific bits from linuxthreads' Makefile...
2005-09-29 Peter S. MazingerSimilarly to libm, remove recursion from linuxthreads...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-16 Mike FrysingerRobin Getz from blackfin.uclinux.org writes:
2005-09-09 Mike Frysingerremove duplicated p_canceled setting and extra whitespace
2005-09-09 Mike Frysingersync style changes and misc fixes from glibc
2005-09-09 Mike Frysingersync some style changes and stack fixes with glibc
2005-09-09 Mike Frysingersync with glibc and macro out the strong_alias/versione...
2005-09-09 Mike Frysingernewer linuxthreads renamed the function invalid_handle...
2005-09-09 Mike Frysingersync with glibc by moving the thread_desc stuff out...
2005-09-09 Mike Frysingerrevert pthread_exit change until all files using new...
2005-09-08 Mike Frysingersync all the strong_alias and version compat stuff...
2005-09-08 Mike Frysingeradd hidden_def() macros from glibc but stub them out...
2005-09-08 Mike Frysingersync changelog with glibc
2005-09-08 Mike Frysingersync prototypes with glibc
2005-09-08 Mike Frysingerpunt wrapsyscall.c as glibc has
2005-09-08 Mike Frysingermake sure we use optimized version when building for...
2005-09-08 Mike Frysingerimport some fixes from glibc
2005-09-08 Mike Frysingersync with glibc and import pthread_rwlock_timed{rd...
2005-09-08 Mike FrysingeruClibc has pthread_attr_{get,set}stack now
2005-09-08 Mike Frysingersync misc trivial touchups from glibc
2005-09-08 Mike Frysingersync with glibc coding style to make further updates...
next