summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads
Commit message (Expand)AuthorAgeFilesLines
...
* Add THREAD_SELF definition to PPC. This should make threads on PPCJoakim Tjernlund2005-02-101-0/+10
* Fix death event reporting properly.Joakim Tjernlund2005-02-011-4/+2
* Restore it so we get gdbEric Andersen2005-01-311-1/+1
* Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund2005-01-311-1/+0
* Hi Erik and ManuelEric Andersen2005-01-292-1/+8
* touchup the dependencies so that the sysdeps object files will override the t...Mike Frysinger2005-01-191-5/+9
* ok, worry over race condition doesnt exist because we only have 1 subdir runn...Mike Frysinger2005-01-191-3/+3
* tweak dependencies so the archive is only rebuilt when the object files are u...Mike Frysinger2005-01-191-5/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-2/+2
* 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
* 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
* We don't need these...Eric Andersen2004-04-201-1257/+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
* 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
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* 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
* 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-111-0/+5
* Minor cleanup to better sync with glibc 2.3Eric Andersen2003-03-111-102/+123
* 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
* Use a funky version in a probably vein attempt at preventing gdbEric Andersen2003-03-011-2/+5
* Fixup mips pthreadsEric Andersen2003-02-281-1/+30
* restore the coldfire changesDavid McCullough2003-02-281-1/+8
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-2738-754/+3041
* Correct license.Miles Bader2003-01-312-6/+6
* Patch from Christian Krause:Eric Andersen2003-01-301-0/+3
* Initial checkin.Miles Bader2003-01-302-0/+63