summaryrefslogtreecommitdiffstats
path: root/libpthread
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-0/+2
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-2/+2
* We can't strip libpthread or libthread_db can't help gdb debug ptheadsEric Andersen2004-12-111-1/+5
* libpthread can use the normal LDFLAGS (including -s to strip it), butEric Andersen2004-12-081-4/+3
* A patch included in glibc 2.3.2's libthread_db that helps remoteEric Andersen2004-11-081-0/+4
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-2/+2
* We don't need this READMEEric Andersen2004-10-261-352/+0
* Peter S. Mazinger writes:Eric Andersen2004-10-191-2/+2
* Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III2004-10-151-9/+8
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-8/+4
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-1/+1
* Partial patch from Alexandre Oliva:Eric Andersen2004-08-261-18/+38
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-4/+4
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-3/+5
* Cleanup some dead wood in the header filesEric Andersen2004-07-301-40/+0
* Pete Popov writes:Eric Andersen2004-07-162-0/+125
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1
* Alexandre Oliva writes:Eric Andersen2004-05-141-0/+4
* Alexandre Oliva writes:Eric Andersen2004-05-061-21/+16
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-4/+4
* We don't need these...Eric Andersen2004-04-202-1653/+0
* Alexandre Oliva writes:Eric Andersen2004-02-181-0/+48
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-112-27/+17
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-161-2/+4
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-164-16/+16
* remove unused fileEric Andersen2003-12-282-121/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-273-3/+0
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-055-2/+196
* Arthur Shipkowski, art ! videon-central ! com, writes:Eric Andersen2003-11-051-1/+25
* minor cleanupEric Andersen2003-11-041-4/+4
* gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen2003-10-311-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-8/+8
* Peter Kjellerstedt writes:Eric Andersen2003-10-183-9/+7
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-8/+8
* here is (I hope) a better way to handle this one. I regularly buildEric Andersen2003-08-291-1/+2
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-015-0/+92
* Doing an search and replace on CFLAGS can prove dangerous. We don'tEric Andersen2003-07-211-1/+1
* Fixup symlinks to libthread_dbEric Andersen2003-06-301-1/+3
* When compiling with -O0, linuxthreads does not compile. So addEric Andersen2003-06-171-0/+2
* Coldfire patch from Bernardo InnocentiEric Andersen2003-06-171-2/+2
* Set the default thread stack size to 16k for mmu-less systems.Eric Andersen2003-06-121-0/+4
* Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen2003-06-022-2/+2
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-305-5/+5
* Oops. Don't call strip twiceEric Andersen2003-03-131-1/+0
* Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen2003-03-112-2/+9
* Minor cleanup to better sync with glibc 2.3Eric Andersen2003-03-111-102/+123
* Seperate pthread debugging from uClibc debugging. They are usedEric Andersen2003-03-041-1/+1
* Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen2003-03-041-1/+21
* Initial effort at adding profiling support.Eric Andersen2003-03-0326-971/+49
* fix coldfire/68000 support properly this time, ifdef logic was back toDavid McCullough2003-03-031-4/+4