Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | Makefile: fix indentation | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-11-09 | make the sem_open changes actually compile | Austin Foxley | |
__gen_tempname now needs to not be hidden so libpthread can get at it Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-11-09 | Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not defined | Mikhail Gusarov | |
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> | |||
2009-10-17 | whitespace fixes | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-10-17 | libpthread/nptl: core of the "Native Posix Threading Library" for uClibc | Austin Foxley | |
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2005-05-20 | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | |
2005-05-12 | Added new common include file for list primitives used by NPTL. | "Steven J. Hill" | |
2005-05-12 | Remove usage of 'hp-timing.h' header file which is for platforms with high | "Steven J. Hill" | |
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. | |||
2005-05-11 | More glibc backward compatibility cruft. Oh the horror! | "Steven J. Hill" | |
2005-05-11 | Backwards compatability? Bhuwhahaha....you wonder why glibc is so | "Steven J. Hill" | |
bloated. *oink* *oink* | |||
2005-05-11 | We already have these defined. | "Steven J. Hill" | |
2005-05-11 | Remove extraneous file. | "Steven J. Hill" | |
2005-05-11 | Remove additional test programs. | "Steven J. Hill" | |
2005-05-07 | Import in NPTL code from glibc. For further information please | "Steven J. Hill" | |
consult the 'README.NPTL' file. |