Age | Commit message (Expand) | Author |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-19 | headers is prerequisite for subdirs | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-10-08 | Fix up PTDIR bug and clean target for libpthread. | "Steven J. Hill" |
2005-10-04 | Add another comment | Peter S. Mazinger |
2005-10-04 | Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthrea... | Peter S. Mazinger |
2005-10-04 | Do not recurse into ldso/libc/libpthread on clean | Peter S. Mazinger |
2005-10-01 | Again, I need to cut down on my merge times and this last set of changes to t... | "Steven J. Hill" |
2005-09-28 | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger |
2005-09-24 | Remove unneeded if clause. We won't be in this directory unless we | "Steven J. Hill" |
2005-09-22 | no check needed in libm/libpthread, we do not recurse anymore if the related ... | Peter S. Mazinger |
2005-09-21 | also symlink thread_db.h instead of duplicating it, fix the clean target, and... | Mike Frysinger |
2005-09-21 | remove unused headers on install and clean up all thread related ones | Peter S. Mazinger |
2005-09-21 | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m... | "Steven J. Hill" |
2005-09-21 | dont duplicate pthread.h in include and libpthread subdirs, so symlink it | Mike Frysinger |
2005-05-28 | Filter out any -z defs since this lib will have undefined symbols that | Joakim Tjernlund |
2005-05-28 | Add patch at bugs 274. From Peter Manzinger. | Joakim Tjernlund |
2005-05-20 | Finish up reverting NPTL | Eric Andersen |
2005-05-11 | Cleanup original linuxthreads and update top-level threads makefiles. | "Steven J. Hill" |
2005-05-07 | Haha. I caught it before you did. | "Steven J. Hill" |
2005-05-07 | Add in configuration item and Makefile changes for NPTL. We will be | "Steven J. Hill" |
2005-01-19 | Use Makefile if statements rather than their shell counterparts. | Peter Kjellerstedt |
2004-12-26 | Peter S. Mazinger: make sure the ld RELRO and NOW options are independent opt... | Mike Frysinger |
2004-12-22 | Fix typo | Eric Andersen |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen |
2004-12-22 | Cleaned up patch from Peter S. Mazinger adding support for | Eric Andersen |
2004-12-11 | We can't strip libpthread or libthread_db can't help gdb debug ptheads | Eric Andersen |
2004-12-08 | libpthread can use the normal LDFLAGS (including -s to strip it), but | Eric Andersen |
2004-10-15 | Rip out Peter's unacceptable "fix" and do the sane thing instead; build | Manuel Novoa III |
2004-10-14 | Peter Mazinger writes: | Joakim Tjernlund |
2004-10-06 | Peter S. Mazinger writes: | Joakim Tjernlund |
2004-01-16 | We need to link with libgcc.a when creating shared libs, in order to | Manuel Novoa III |
2003-11-04 | minor cleanup | Eric Andersen |
2003-10-31 | gdb wants to dlopen "libthread_db.so.1", so be sure to assign | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-06-30 | Fixup symlinks to libthread_db | Eric Andersen |
2003-03-11 | Make it so debugging pthreads works, even with DODEBUG turned off | Eric Andersen |
2003-03-04 | Seperate pthread debugging from uClibc debugging. They are used | Eric Andersen |
2003-02-27 | Major update for pthreads, based in large part on improvements | Eric Andersen |
2002-12-18 | whitespace | Miles Bader |
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen |
2002-11-05 | Standardize LIBGCC_DIR | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen |
2002-08-20 | Only build libthread_db when both threads and debug are enabled | Eric Andersen |
2002-08-19 | Based on work by Stefan Allius, arrange for early initialization of | Eric Andersen |
2002-08-06 | Several pthreads updates. Enable linuxthreads_db. Several fixes | Eric Andersen |