Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "nptl: make build depend directly on nptl headers" | Austin Foxley | 2009-12-11 | 6 | -26/+32 | |
| | | | | | | This reverts commit 641e7e36ad0a9b2899b04f256c5b243ada7da279. Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | get x86_64 nptl building | Austin Foxley | 2009-12-11 | 44 | -312/+1223 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | nptl: fix even more old style declarations | Austin Foxley | 2009-12-11 | 8 | -19/+14 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | nptl: fix a few more old style declerations | Austin Foxley | 2009-12-09 | 3 | -11/+10 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | nptl: fix old style function declerations | Austin Foxley | 2009-12-09 | 15 | -41/+38 | |
| | | | | | | also fix a few shadowed local warnings Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | nptl: make build depend directly on nptl headers | Austin Foxley | 2009-12-09 | 6 | -32/+26 | |
| | | | | | | | | | 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_signal | Austin Foxley | 2009-12-04 | 1 | -0/+1 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | don't use __i686 in symbol names as it seems gcc can define it | Austin Foxley | 2009-11-29 | 6 | -32/+33 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | PIC fixes for hardened | Timo Teräs | 2009-11-27 | 3 | -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> | |||||
* | whitespace fixes | Austin Foxley | 2009-10-17 | 45 | -67/+37 | |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||||
* | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley | 2009-10-17 | 497 | -0/+38241 | |
| | | | | | | 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-nptl | Eric Andersen | 2005-05-20 | 73 | -4111/+0 | |
| | ||||||
* | Added new common include file for list primitives used by NPTL. | "Steven J. Hill" | 2005-05-12 | 1 | -0/+114 | |
| | ||||||
* | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | 2005-05-07 | 72 | -0/+3997 | |
consult the 'README.NPTL' file. |