Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+9 |
| | | | | missing headers, other jump relocs removed | ||||
* | hidden initstate_r and use | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
| | |||||
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -4/+2 |
| | |||||
* | Hide setstate_r, test | Peter S. Mazinger | 2005-12-03 | 1 | -0/+1 |
| | |||||
* | fix warning about __random() not being a prototype | Mike Frysinger | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -2/+5 |
| | |||||
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Merge glibc random, which gets us a much better RNG and a | Eric Andersen | 2002-03-19 | 1 | -23/+241 |
| | | | | | | reentrant one as well. It is not much bigger than what we had, so... -Erik | ||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -2/+1 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for | Eric Andersen | 2001-04-27 | 1 | -0/+2 |
| | | | | | srand was in the wrong file, causing rand.o to be needlessly included in some cases. | ||||
* | Add in random(), make rand use that under the hood. Fix the | Eric Andersen | 2001-03-22 | 1 | -0/+36 |
include file so folks know random is now there. |