OSDN Git Service

Seperate pthread debugging from uClibc debugging. They are used
[uclinux-h8/uClibc.git] / libpthread /
2003-03-04 Eric AndersenSeperate pthread debugging from uClibc debugging. ...
2003-03-04 Eric AndersenPatch from Stefan Allius adding the function 'thread_se...
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-03-03 David McCulloughfix coldfire/68000 support properly this time, ifdef...
2003-03-01 Eric AndersenUse a funky version in a probably vein attempt at preve...
2003-02-28 Eric AndersenFixup mips pthreads
2003-02-28 David McCulloughrestore the coldfire changes
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2003-01-31 Miles BaderCorrect license.
2003-01-30 Eric AndersenPatch from Christian Krause:
2003-01-30 Miles BaderInitial checkin.
2003-01-23 Eric AndersenJust be a bit less different from latest glibc version...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix the mips...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix __pthread_i...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, add a couple...
2003-01-23 Eric AndersenFix indenting. Per patch from Nathan Field at ghs...
2003-01-02 Eric AndersenRework sparc architecture support so it will compile
2002-12-18 Miles Baderwhitespace
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-05 Eric AndersenStandardize LIBGCC_DIR
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-29 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com>:
2002-10-23 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com...
2002-10-13 Eric AndersenIt turns out that __thread is now a gcc keyword. We...
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-20 Tobias AnderbergAdded pthread support for CRIS.
2002-09-17 David McCulloughFixup thread support for the 5200/5307 coldfire platforms.
2002-08-21 Eric AndersenRevert mode_t change. Sigh. As Manuel so eloquently...
2002-08-21 Eric Andersenmode_t was being promoted to an int by gcc's __builtin_...
2002-08-20 Eric AndersenRemove some noise
2002-08-20 Eric AndersenOnly build libthread_db when both threads and debug...
2002-08-19 Eric AndersenBased on work by Stefan Allius, arrange for early initi...
2002-08-11 Eric AndersenUgh. Make uClibc cross compile with gcc 2.95.x and...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost:
2002-08-08 Eric AndersenFix license. I meant to say LGPL...
2002-08-08 Eric AndersenI missed a file
2002-08-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-07-19 Eric AndersenFix spelling
2002-07-14 Eric AndersenAdd both pthread_mutexattr_setpshared() and
2002-07-14 Eric AndersenAdd missing pthread_condattr_getpshared and pthread_con...
2002-07-01 Eric AndersenPatch from Ronald Wahl <rwa@peppercon.com> -- kill...
2002-06-13 Eric AndersenFix pthreads to use the rt signals if present
2002-06-10 Eric AndersenKill the libc-lock headers, which we do not use and...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-04-17 Eric AndersenRemove strong aliases to symbols that we don't define...
2002-04-10 Eric AndersenFix libpthread compile for sparc
2002-04-09 Eric AndersenRuss Dill noticed that the symlinks for libpthread...
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2002-03-01 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to fix pthrea...
2002-02-27 Eric AndersenRemove some debugging code
2002-02-26 Eric AndersenEnable pread/pwrite
2002-02-23 Eric AndersenSeveral naming cleanups so threads work properly again
2002-02-21 Eric AndersenLet the large file stuff be cancelable
2002-02-21 Eric AndersenOops. I forgot to commit this file...
2002-02-21 Eric AndersenLose the _GNU_SOURCE and just add __USE_GNU to the...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-06 Eric AndersenFix stupid typing problems
2002-01-06 Eric AndersenFix formatting. Stub out pthread_join and pthread_exit...
2002-01-02 Eric AndersenSilly spelling error
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-11-14 Eric AndersenInitial first (lame) pass at making a pthreads library...