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
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