index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
linuxthreads.old
/
ptfork.c
Age
Commit message (
Collapse
)
Author
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