Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | cleanup fork() | Peter S. Mazinger | |
Keep only fork (and it's hidden variant) and __libc_fork. Common __libc_fork prototype in unistd.h. Get rid of __fork, by changing HIDDEN_JUMPTARGET(__fork) to use fork I can't see the reason to have fork() in libpthread, but kept it for now making __fork static in these files. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-10-11 | Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old. | Khem Raj | |
Thank you Chase Douglas for reporting it and for the patch. | |||
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer | |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger | |
2006-01-26 | prototypes for threads too | Peter S. Mazinger | |
2006-01-25 | make use of the internals provided earlier | Peter S. Mazinger | |
2006-01-24 | use __typeof for all __libc_x prototypes, do not need __sigaction/__vfork | Peter S. Mazinger | |
2006-01-24 | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | |
2005-12-16 | Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵ | Peter S. Mazinger | |
of __attribute__ ... | |||
2005-11-15 | rename current stable linuxthreads to linuxthreads.old to prepare for import ↵ | Mike Frysinger | |
of latest glibc version |