Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove wait callbacks for non-cancelation funcs | Bernhard Reutner-Fischer | 2009-11-22 | 4 | -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 indentation | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -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 compile | Austin Foxley | 2009-11-09 | 1 | -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 defined | Mikhail Gusarov | 2009-11-09 | 1 | -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 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 | 626 | -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-nptl | Eric Andersen | 2005-05-20 | 203 | -21213/+0 | |
| | ||||||
* | Added new common include file for list primitives used by NPTL. | "Steven J. Hill" | 2005-05-12 | 1 | -0/+114 | |
| | ||||||
* | Remove usage of 'hp-timing.h' header file which is for platforms with high | "Steven J. Hill" | 2005-05-12 | 2 | -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-11 | 12 | -131/+0 | |
| | ||||||
* | Backwards compatability? Bhuwhahaha....you wonder why glibc is so | "Steven J. Hill" | 2005-05-11 | 8 | -383/+0 | |
| | | | | bloated. *oink* *oink* | |||||
* | We already have these defined. | "Steven J. Hill" | 2005-05-11 | 1 | -12/+0 | |
| | ||||||
* | Remove extraneous file. | "Steven J. Hill" | 2005-05-11 | 1 | -240/+0 | |
| | ||||||
* | Remove additional test programs. | "Steven J. Hill" | 2005-05-11 | 3 | -1452/+0 | |
| | ||||||
* | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | 2005-05-07 | 215 | -0/+23319 | |
consult the 'README.NPTL' file. |