OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libpthread / Makefile
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-19 Peter S. Mazingerheaders is prerequisite for subdirs
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-08 "Steven J. Hill"Fix up PTDIR bug and clean target for libpthread.
2005-10-04 Peter S. MazingerAdd another comment
2005-10-04 Peter S. MazingerUse PTDIR in libpthread/Makefile too, add new PTNAME...
2005-10-04 Peter S. MazingerDo not recurse into ldso/libc/libpthread on clean
2005-10-01 "Steven J. Hill"Again, I need to cut down on my merge times and this...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-24 "Steven J. Hill"Remove unneeded if clause. We won't be in this director...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-21 Mike Frysingeralso symlink thread_db.h instead of duplicating it...
2005-09-21 Peter S. Mazingerremove unused headers on install and clean up all threa...
2005-09-21 "Steven J. Hill"'pthread.h' is not the only file that needs to be symli...
2005-09-21 Mike Frysingerdont duplicate pthread.h in include and libpthread...
2005-05-28 Joakim TjernlundFilter out any -z defs since this lib will have undefin...
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-20 Eric AndersenFinish up reverting NPTL
2005-05-11 "Steven J. Hill"Cleanup original linuxthreads and update top-level...
2005-05-07 "Steven J. Hill"Haha. I caught it before you did.
2005-05-07 "Steven J. Hill"Add in configuration item and Makefile changes for...
2005-01-19 Peter KjellerstedtUse Makefile if statements rather than their shell...
2004-12-26 Mike FrysingerPeter S. Mazinger: make sure the ld RELRO and NOW optio...
2004-12-22 Eric AndersenFix typo
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-12-11 Eric AndersenWe can't strip libpthread or libthread_db can't help...
2004-12-08 Eric Andersenlibpthread can use the normal LDFLAGS (including -s...
2004-10-15 Manuel Novoa III Rip out Peter's unacceptable "fix" and do the sane...
2004-10-14 Joakim TjernlundPeter Mazinger writes:
2004-10-06 Joakim TjernlundPeter S. Mazinger writes:
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-04 Eric Andersenminor cleanup
2003-10-31 Eric Andersengdb wants to dlopen "libthread_db.so.1", so be sure...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-06-30 Eric AndersenFixup symlinks to libthread_db
2003-03-11 Eric AndersenMake it so debugging pthreads works, even with DODEBUG...
2003-03-04 Eric AndersenSeperate pthread debugging from uClibc debugging. ...
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
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-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
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-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-04-09 Eric AndersenRuss Dill noticed that the symlinks for libpthread...
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-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2001-11-14 Eric AndersenInitial first (lame) pass at making a pthreads library...