summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl
Commit message (Collapse)AuthorAgeFilesLines
...
* nptl: fix old style function declerationsAustin Foxley2009-12-0998-282/+234
| | | | | | also fix a few shadowed local warnings Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl: make build depend directly on nptl headersAustin Foxley2009-12-097-37/+28
| | | | | | | | | gets rid of nptl_headers,nptl_arch_headers,nptl_linux_headers targets also, clean up extra slashes in i386/sparc and unify the implementation of nptl header generation between all archs Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley2009-12-041-0/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* generate nptl headers without a recursive make callAustin Foxley2009-11-291-0/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* don't use __i686 in symbol names as it seems gcc can define itAustin Foxley2009-11-296-32/+33
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* PIC fixes for hardenedTimo Teräs2009-11-273-7/+10
| | | | | | Signed-off-by: Timo Teräs <timo.teras@iki.fi> Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer2009-11-224-24/+0
| | | | | | | | No need to install a cancellation handler, these are no cancellation point. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Makefile: fix indentationBernhard Reutner-Fischer2009-11-221-19/+18
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* make the sem_open changes actually compileAustin Foxley2009-11-091-1/+1
| | | | | | __gen_tempname now needs to not be hidden so libpthread can get at it Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov2009-11-091-32/+5
| | | | | | | | | sem_open uses mktemp to create temporary file. Reimplement it using __gen_tmpname, removing ugly while(1) loop. As a side-effect remove the potential source of EAGAIN errors. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* whitespace fixesAustin Foxley2009-10-1745-67/+37
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-17626-0/+55163
| | | | | | targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-20203-21213/+0
|
* Added new common include file for list primitives used by NPTL."Steven J. Hill"2005-05-121-0/+114
|
* Remove usage of 'hp-timing.h' header file which is for platforms with high"Steven J. Hill"2005-05-122-2/+0
| | | | | | performance timers. If you want them included in the NPTL build, copy the header from glibc into the 'libc/sysdeps/linux/<ARCH>' of your choice and have fun.
* More glibc backward compatibility cruft. Oh the horror!"Steven J. Hill"2005-05-1112-131/+0
|
* Backwards compatability? Bhuwhahaha....you wonder why glibc is so"Steven J. Hill"2005-05-118-383/+0
| | | | bloated. *oink* *oink*
* We already have these defined."Steven J. Hill"2005-05-111-12/+0
|
* Remove extraneous file."Steven J. Hill"2005-05-111-240/+0
|
* Remove additional test programs."Steven J. Hill"2005-05-113-1452/+0
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-07215-0/+23319
consult the 'README.NPTL' file.