Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
80e34dbb66
|
Moved the implementation of the pthread wrappers to dlls/kernel.
|
2003-09-03 00:26:08 +00:00 |
Alexandre Julliard
|
ca3bfd8318
|
Export SYSDEPS_SwitchToThreadStack() functionality from libwine as
wine_switch_to_stack().
|
2003-08-29 22:23:42 +00:00 |
Alexandre Julliard
|
b91e9cb3e6
|
Renamed a few more TEB fields.
|
2003-08-28 03:44:41 +00:00 |
Alexandre Julliard
|
02f2813968
|
Renamed a few TEB fields to use the "official" names.
|
2003-08-27 23:14:29 +00:00 |
Alexandre Julliard
|
aee989a7ed
|
Store the debug info structure on the thread stack.
Moved thread initialization code from sysdeps.c to thread.c to avoid
an indirection.
|
2003-08-21 21:34:33 +00:00 |
Alexandre Julliard
|
03d7998970
|
Moved __errno_location() handling to pthread.c, and added similar
handling for __res_state().
|
2003-08-15 03:55:06 +00:00 |
Alexandre Julliard
|
97d862c93c
|
Fixed the pthread wrappers to work with the new glibc/linuxthreads
interface in glibc 2.3.2.
|
2003-08-12 18:59:13 +00:00 |
Alexandre Julliard
|
8669193d11
|
Properly free thread stacks on NPTL systems.
|
2003-08-02 00:44:25 +00:00 |
Pierre d'Herbemont
|
8eb55b8892
|
Added PowerPC support in SYSDEPS_SwitchToThreadStack.
|
2003-07-24 00:02:40 +00:00 |
Pierre d'Herbemont
|
41670d3ed7
|
Added support for the TEB on Mac OS X.
|
2003-07-16 23:29:14 +00:00 |
Alexandre Julliard
|
d9780a8b3e
|
Fixed compile when functions are not inlined.
|
2003-07-03 18:12:38 +00:00 |
Alexandre Julliard
|
4cb212063b
|
Moved some of the process functions to dlls/kernel.
Removed kernel dependencies from sysdeps.c and moved it to dlls/ntdll.
|
2003-06-27 04:08:04 +00:00 |