Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | |
were including libc-lock.h which had a bunch of weak pragmas. Also, uClibc supplied a number of no-op weak thread functions even though many weren't needed. This combined result was that sometimes the functional versions of thread functions in pthread would not override the weaks in libc. While fixing this, I also prepended double-underscore to all necessary weak thread funcs in uClibc, and removed all unused weaks. I did a test build, but haven't tested this since these changes are a backport from my working tree. I did test the changes there and no longer need to explicitly add -lpthread in the perl build for perl to pass its thread self tests. | |||
2003-10-10 | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | |
reentrant, since there was still a shared static value. indent stuff, | |||
2002-08-08 | Fix locking | Eric Andersen | |
-Erik | |||
2002-06-12 | Silence warnings, clean things up. | Eric Andersen | |
-Erik | |||
2002-01-17 | * Added /etc/shadow support (Config selectable) | David McCullough | |
* Moved some file paths from code into <paths.h> |