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
/
internals.h
Age
Commit message (
Expand
)
Author
2005-10-28
fix building with locale
Mike Frysinger
2005-09-09
sync with glibc by moving the thread_desc stuff out of internals.h and into a...
Mike Frysinger
2005-09-08
import the helper function pthread_for_each_thread from glibc
Mike Frysinger
2005-09-08
import misc defines from glibc
Mike Frysinger
2004-08-16
The variable used to store pagesize is not the same as the
Eric Andersen
2004-08-13
Fixup PAGE_SIZE problems
Eric Andersen
2004-07-15
_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE
Eric Andersen
2004-01-16
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
Eric Andersen
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2003-06-12
Set the default thread stack size to 16k for mmu-less systems.
Eric Andersen
2003-03-01
Use a funky version in a probably vein attempt at preventing gdb
Eric Andersen
2003-02-27
Major update for pthreads, based in large part on improvements
Eric Andersen
2002-08-19
Based on work by Stefan Allius, arrange for early initialization of
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen