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
/
pthread.c
Age
Commit message (
Expand
)
Author
2012-06-15
linuxthreads.old: cleanup a bit
Peter S. Mazinger
2012-06-15
allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused
Peter S. Mazinger
2012-06-15
signal.h: provide prototype for __libc_sigaction and remove all others
Peter S. Mazinger
2012-06-15
remove __FORCE_GLIBC
Peter S. Mazinger
2011-05-11
commentary typo fix
Bernhard Reutner-Fischer
2011-02-24
linuxthreads.old: fix nommu initial thread stack detection
Mike Frysinger
2009-12-17
check if USE_TLS is defined before use
Hans-Christian Egtvedt
2009-07-05
Check #if feature test macros are defined where they may not be
Ron
2009-02-25
Reinstate __libc_foo's needed for linuxthreads.old.
Denis Vlasenko
2008-12-14
heed compiler warnings about checking non-defined variables in #if directives
Denis Vlasenko
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
on Bernd's request, remove commented-out code snippets
Denis Vlasenko
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis Vlasenko
2008-11-29
shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...
Denis Vlasenko
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-15
make sure we store the function pointers to the real push/pop functions rathe...
Mike Frysinger
2007-11-22
Add hidden symbols for a number of pthread functions, and use them to ensure
Bernd Schmidt
2007-01-11
Peter Mazinger pointed out that my last commit was faulty.
Joakim Tjernlund
2006-11-09
backport from upstream:
Mike Frysinger
2006-02-27
import ia64 linuxthreads files
Mike Frysinger
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-02-04
fix warning when building on non-mmu hosts
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
Don't use __getpid/__getpagesize
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-04
update pthread weak handling to the style glibc uses
Mike Frysinger
2005-12-29
kill off some signedness/unused warnings
Mike Frysinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger