OSDN Git Service

ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.
[uclinux-h8/uClibc.git] / libpthread /
2009-01-28 Carmelo AmorosoAdded sysdep.h and sysdep-cancel.h for linuxthreads ARM
2009-01-21 Bernhard Reutner... - commentary typo fix
2009-01-12 Bernhard Reutner... - fix typo in r24594
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Bernhard Reutner... - pthread_attr_{g,s}etstacksize would depend on SUSv3...
2008-12-19 Denis Vlasenkoremove one forgotten '##'. Heeds:
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Khem Rajget rid of __libc_* symbols. Some whitespace cleanups.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-22 Denis Vlasenkosignal ops: avoid calls through PLT for __sigXXX ops
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-31 Hans-Christian EgtvedtResync pt-machine.h for AVR32 linuxthreads and linuxthr...
2008-10-31 Hans-Christian EgtvedtReplace inline with __inline__ in AVR32 pt-machine...
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-18 Bernhard Reutner... - do not list non-existing files in the threads prerequ...
2008-10-17 Bernhard Reutner... - fix toggling thread implementation.
2008-10-17 Bernhard Reutner... - guard socket calls with UCLIBC_HAS_SOCKET
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-06 Bernhard Reutner... - silence warning
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-25 Bernhard Reutner... - add prototypes
2008-09-25 Bernhard Reutner... - if we only have socket support then there is no resol...
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-09-24 Paul MundtUse __SH_SYSCALL_TRAP_BASE for pthread vfork trap,...
2008-09-09 Carmelo AmorosoUse getdents syscall if kernel provide supports for...
2008-08-21 Paul MundtFix up an msync() redefinition for linuxthreads + nommu...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
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-20 Denis Vlasenkoadd an URL to relevant gcc bugzilla entry
2008-05-20 Denis Vlasenkosuppress "asm declaration ignored due to conflict with...
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-20 Bernhard Reutner... - avoid warning due to undefined preprocessor token
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-15 Mike Frysingermake sure we store the function pointers to the real...
2008-05-07 Carmelo AmorosoRemove gcc warning due to missing prototype for 'testan...
2008-05-03 Bernhard Reutner... - cleanup by manually expanding the helpers.
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
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
2008-01-05 Mike FrysingerChris Zankel writes:
2007-11-23 Bernd SchmidtA better atomic ops implementation for the Blackfin...
2007-11-22 Bernd SchmidtAdd hidden symbols for a number of pthread functions...
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-06-29 Mike Frysingertweak msync prototype to match header
2007-05-31 Mike FrysingerBernd Schmidt writes: make sure custom stacks work...
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-20 Mike Frysingercall kernel helper to do spinlocks
2007-02-05 Bernhard Reutner... - silence warning about using an undefined token
2007-01-29 Mike Frysingersince these functions get exported, namespace the arguments
2007-01-11 Joakim TjernlundPeter Mazinger pointed out that my last commit was...
2006-12-08 Mike Frysingeronly define msync cancellation point if the syscall...
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-11-29 Eric Andersenremove redundant headers local to libpthread, causing...
2006-11-09 Mike Frysingerprevent cancellation functions from being called more...
2006-11-09 Mike Frysingerbackport from upstream:
2006-11-09 Mike Frysingerbackport from upstream:
2006-11-03 Mike Frysingerremove duplicated/unused ASSERT code
2006-11-03 Mike Frysingerdont need to force optimization in CFLAGS anymore ...
2006-10-19 Eric AndersenJoseph S. Myers writes:
2006-08-24 Mike Frysingermerge fixes from upstream (rev 1.10 -> 1.13)
2006-08-23 Mike Frysingerpull from upstream
2006-07-04 Eric AndersenChange symbol 'NOSTRIP' to 'DOSTRIP' since the double...
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
next