Waldemar Brodkorb
|
04a676f3c8
linuxthreads: implement pthread_condattr_{s,g}etclock()
|
hace 6 años |
Waldemar Brodkorb
|
29ff9055c8
use a single libc and deduplicate threading code
|
hace 8 años |
Waldemar Brodkorb
|
6a8ccc9552
remove linuxthreads.new, rename linuxthreads.old
|
hace 8 años |
Waldemar Brodkorb
|
263573cf6e
remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__
|
hace 9 años |
Waldemar Brodkorb
|
e1e46622ac
Revert "resolve merge"
|
hace 9 años |
Waldemar Brodkorb
|
6b6ede3d15
resolve merge
|
hace 9 años |
Mike Frysinger
|
290e19f814
drop support for pre ISO-C compilers
|
hace 12 años |
Peter S. Mazinger
|
727aea1623
internals.h: mark __pthread_message hidden
|
hace 13 años |
Peter S. Mazinger
|
1d2dbb9eb2
linuxthreads: guard *tsd* related stuff correctly
|
hace 13 años |
Peter S. Mazinger
|
4b06ff8e51
move __libc_pthread_init prototype to pthread-functions.h
|
hace 13 años |
Peter S. Mazinger
|
bb0b54956b
internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize
|
hace 13 años |
Denis Vlasenko
|
43ef9c6b3f
*: remove some __libc_XXX functions:
|
hace 16 años |
Bernhard Reutner-Fischer
|
f1775381f9
- fix inline keyword
|
hace 16 años |
Bernhard Reutner-Fischer
|
81caa1a620
- fixup gnu_inline vs. C99 inline
|
hace 17 años |
Mike Frysinger
|
da7412ee0e
use sched_yield, not pthread_yield
|
hace 18 años |
Peter S. Mazinger
|
0c3a70aa53
Disable deprecated stuff in new linuxthreads
|
hace 19 años |
Peter S. Mazinger
|
fd56af193e
change asm/volatile to __x__
|
hace 19 años |
Peter S. Mazinger
|
2945fdf2ac
__pthread_exit is noreturn only within libpthread
|
hace 19 años |
Peter S. Mazinger
|
44d025b3b9
New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sources
|
hace 19 años |
Peter S. Mazinger
|
8c2b377d28
s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in, disable __res_state, unavailable in resolv.h
|
hace 19 años |
Mike Frysinger
|
cccc549ced
initial import of latest linuxthreads
|
hace 19 años |
Mike Frysinger
|
a9f5aa1cc9
rename current stable linuxthreads to linuxthreads.old to prepare for import of latest glibc version
|
hace 19 años |
Mike Frysinger
|
5a69eba90b
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users
|
hace 19 años |
Mike Frysinger
|
f0b4463b7d
implement __pthread_init_max_stacksize() which is required for FLOATING_STACKS
|
hace 19 años |
Mike Frysinger
|
5385df316e
fix building with locale
|
hace 19 años |
Mike Frysinger
|
43014917a3
sync with glibc by moving the thread_desc stuff out of internals.h and into a new file descr.h ... also redo thread_desc init by specifying members in the struct by name rather than position
|
hace 19 años |
Mike Frysinger
|
2be79fd8f7
import the helper function pthread_for_each_thread from glibc
|
hace 19 años |
Mike Frysinger
|
11740630bb
import misc defines from glibc
|
hace 19 años |
Eric Andersen
|
a4541d42ff
The variable used to store pagesize is not the same as the
|
hace 20 años |
Eric Andersen
|
64c5a652fb
Fixup PAGE_SIZE problems
|
hace 20 años |