index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
Makefile
Age
Commit message (
Expand
)
Author
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
2002-05-28
Fixup and unifiy version numbering. Automate versioning updates.
Eric Andersen
2002-04-09
Russ Dill noticed that the symlinks for libpthread didn't match
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen
2002-01-28
Fix the bug where binaries built with older toolchains would
Eric Andersen
2002-01-16
Tell ld explicitly when stuff is supposed to by dynamically linked
Eric Andersen
2002-01-12
Depend upon libc
Eric Andersen
2002-01-11
More build system cleanups...
Eric Andersen
2002-01-11
Scrub the way libraries are linked. Use ld, not gcc, to avoid
Eric Andersen
2002-01-01
Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for
Eric Andersen
2001-11-14
Initial first (lame) pass at making a pthreads library. This
Eric Andersen