OSDN Git Service

we get d_type from the kernel so use it
[uclinux-h8/uClibc.git] / libpthread /
2006-02-04 Mike Frysingerfix warning when building on non-mmu hosts
2006-02-04 Mike Frysingerglibc sync
2006-02-03 Peter S. Mazingeradd -DNOT_IN_libc
2006-02-03 Peter S. Mazingerhide __td_agent_list
2006-02-03 Peter S. MazingerUse write instead of __libc_write for debug, hide __td_...
2006-02-03 Peter S. MazingerHide internal wrapper
2006-02-01 Peter S. Mazingerchange asm/volatile to __x__
2006-02-01 Peter S. Mazingertypo
2006-02-01 Peter S. Mazingersame in old
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
2006-01-30 Peter S. MazingerAdd IMA compiling
2006-01-26 Peter S. Mazingerprototypes for threads too
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
2006-01-25 Peter S. MazingerModify the earlier changes, because libc-lock reference...
2006-01-25 Peter S. Mazingermake use of the internals provided earlier
2006-01-25 Peter S. MazingerKeep only hidden __pthread_mutex_* used in libc, change...
2006-01-25 Peter S. MazingerRemove unused prototype
2006-01-25 Peter S. Mazingeruser internal versions of waitpid/raise/nanosleep
2006-01-25 Peter S. Mazingerprovide internal nanosleep/waitpid/sigaction/raise
2006-01-25 Peter S. Mazingerlongjmp should use __libc_longjmp, use __typeof again...
2006-01-25 Peter S. Mazingers/IS_IN_linuxthreads/IS_IN_libpthread/
2006-01-24 Peter S. MazingerGet rid of a shadow warning
2006-01-24 Peter S. Mazingeradd noreturn for *longjmp
2006-01-24 Peter S. Mazingerwaitpid undefined
2006-01-24 Peter S. Mazingeruse __typeof for all __libc_x prototypes, do not need...
2006-01-24 Peter S. MazingerDon't use __getpid/__getpagesize
2006-01-24 Peter S. Mazingerfork/vfork weak in libc, strong in libpthread
2006-01-24 Peter S. MazingerMove threads header to proper location
2006-01-24 Peter S. MazingerUse __typeof for __libc*longjmp
2006-01-23 Peter S. MazingerRemove unneeded _GNU_SOURCE
2006-01-23 Mike Frysingerdepend on ldso
2006-01-23 Peter S. Mazingertypo
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-23 Peter S. MazingerAdd some attribute_noreturn, replace __attribute__...
2006-01-23 Bernhard Reutner... - __td_debug is only needed if NDEBUG is not defined.
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-21 Bernhard Reutner... - fix typo in comment.
2006-01-19 Peter S. MazingerForgotten about the clean target
2006-01-19 Peter S. MazingerAdd multi support to linuxthread_db
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2006-01-17 Peter S. MazingerAdd libc_pthread_init to libc.a as well, should correct...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-09 Peter S. MazingerGet rid of hidden_def
2006-01-06 Mike Frysingerpsm says: fix your linuxthreads / linuxthreads.old...
2006-01-06 Mike Frysingerupdate libc lock functions to new pthread forwarding
2006-01-04 Peter S. Mazinger__uselocale is hidden
2006-01-04 Peter S. MazingerBuild also if XLOCALE is enabled
2006-01-04 Peter S. Mazingeruse internal versions of exit/memcpy
2006-01-04 Mike Frysingerupdate pthread weak handling to the style glibc uses
2006-01-03 Peter S. MazingerAdd proper guard, so that we don't see the internal...
2006-01-03 Mike FrysingerJoseph S. Myers writes:
2005-12-29 Mike Frysingerkill off some signedness/unused warnings
2005-12-29 Mike Frysingersync whitespace with glibc
2005-12-29 Mike Frysingertouchup code a bit to prep for new weak system
2005-12-27 Mike Frysingerkill off unused warning
2005-12-27 Mike Frysingertypecast away a signed/unsigned warning
2005-12-27 Mike Frysingercut pointless files
2005-12-27 Mike Frysingerkill off minor unused warnings
2005-12-22 Mike FrysingerJie Zhang writes:
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-13 Peter S. MazingerThis header blocked the use of __THROW in libc-internal.h
2005-12-06 Mike Frysingerhide some internal pthread functions
2005-12-06 Mike Frysingeruse the internal pthread_mutex_init()
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-30 Mike Frysingersync with linuxthreads.old_db/Makefile.in
2005-11-30 Mike Frysingertweak setting of so/a-y slightly
2005-11-30 Mike Frysingertouchup whitespace
2005-11-28 Mike Frysingersync with glibc cvs
2005-11-24 Peter S. MazingerCorrect PTINC path and remove hardcoded include for...
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingersync include paths and copyrights with glibc
2005-11-22 Mike Frysingertouchup include paths
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-21 Mike Frysinger2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
2005-11-21 Mike Frysingersync with glibc
2005-11-21 Mike Frysingersync with glibc
2005-11-21 Mike Frysingersync with glibc
2005-11-21 Mike Frysingersync with glibc
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Peter S. MazingerEnable __THROW,_NTH,REDIRECT_NTH
2005-11-18 Mike Frysingerdont include sub makefiles if thread support has been...
2005-11-18 Mike Frysingerupdate ignores
2005-11-18 Mike Frysingershouldnt have been committed
2005-11-18 Mike Frysingerimport new linuxthreads_db from glibc HEAD
2005-11-17 Peter S. MazingerCorrect typos
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-17 Peter S. MazingerUse -z relro/-z now on all libs, add some new variables...
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...
next