Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup symlinks to libthread_db | Eric Andersen | 2003-06-30 | 1 | -1/+3 |
| | |||||
* | Make it so debugging pthreads works, even with DODEBUG turned off | Eric Andersen | 2003-03-11 | 1 | -2/+4 |
| | | | | -Erik | ||||
* | Seperate pthread debugging from uClibc debugging. They are used | Eric Andersen | 2003-03-04 | 1 | -1/+1 |
| | | | | for different things. | ||||
* | Major update for pthreads, based in large part on improvements | Eric Andersen | 2003-02-27 | 1 | -3/+1 |
| | | | | | from glibc 2.3. This should make threads much more efficient. -Erik | ||||
* | whitespace | Miles Bader | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | Make support for global constructors and global destructors be | Eric Andersen | 2002-11-27 | 1 | -0/+2 |
| | | | | | | configurable, so people who do not need or want ctor/dtor support can disable it and make their binaries a little bit smaller. -Erik | ||||
* | Standardize LIBGCC_DIR | Eric Andersen | 2002-11-05 | 1 | -5/+4 |
| | |||||
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik | ||||
* | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen | 2002-10-01 | 1 | -4/+13 |
| | | | | | | | how uClibc handles _init and _fini, allowing shared lib constructors and destructors to initialize things in the correct sequence. Stefan ported the SH architecture. I then ported x86, arm, and mips. x86 and arm are working fine, but I don't think I quite got things correct for mips. | ||||
* | Only build libthread_db when both threads and debug are enabled | Eric Andersen | 2002-08-20 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Based on work by Stefan Allius, arrange for early initialization of | Eric Andersen | 2002-08-19 | 1 | -1/+4 |
| | | | | | | pthread stuff. Also, don't bother building libthread_db unless we are debugging. -Erik | ||||
* | Several pthreads updates. Enable linuxthreads_db. Several fixes | Eric Andersen | 2002-08-06 | 1 | -5/+1 |
| | | | | | related to thread local storage. -Erik | ||||
* | Fixup and unifiy version numbering. Automate versioning updates. | Eric Andersen | 2002-05-28 | 1 | -2/+2 |
| | | | | | Propagate fixes across makefiles. -Erik | ||||
* | Russ Dill noticed that the symlinks for libpthread didn't match | Eric Andersen | 2002-04-09 | 1 | -13/+12 |
| | | | | | the other links. Fixed now. -Erik | ||||
* | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | 2002-02-20 | 1 | -28/+84 |
| | | | | | | | | glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik | ||||
* | Fix the bug where binaries built with older toolchains would | Eric Andersen | 2002-01-28 | 1 | -3/+3 |
| | | | | | | segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik | ||||
* | Tell ld explicitly when stuff is supposed to by dynamically linked | Eric Andersen | 2002-01-16 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Depend upon libc | Eric Andersen | 2002-01-12 | 1 | -1/+1 |
| | |||||
* | More build system cleanups... | Eric Andersen | 2002-01-11 | 1 | -1/+1 |
| | |||||
* | Scrub the way libraries are linked. Use ld, not gcc, to avoid | Eric Andersen | 2002-01-11 | 1 | -2/+3 |
| | | | | | chicken-and-egg problems when building gcc toolchains. -Erik | ||||
* | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | 2002-01-01 | 1 | -2/+2 |
| | | | | | proper error checking -Erik | ||||
* | Initial first (lame) pass at making a pthreads library. This | Eric Andersen | 2001-11-14 | 1 | -0/+61 |
works for me when linking staticly on x86. |