2007-07-19 |
Alexandre Julliard | ntdll: Move private data to make room in the TEB for... |
blob | commitdiff | raw |
2007-06-04 |
Alexandre Julliard | ntdll: Get rid of the num_async_io counter in the TEB. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Alexandre Julliard | ntdll: Move the %gs register to the ntdll_thread_regs... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Alexandre Julliard | Fixed the structure layout to be identical to the publi... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Alexandre Julliard | Moved the ntdll per-thread data out of the TEB into... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Alexandre Julliard | Removed last dependencies on 16-bit headers from ntdll. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Alexandre Julliard | Store the 16-bit stack pointer in the WOW32Reserved... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Alexandre Julliard | Store the winsock per-thread data in NtCurrentTeb(... |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Alexandre Julliard | Removed the MESSAGEQUEUE structure, and store the corre... |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Alexandre Julliard | Added support for the TLS expansion slots, adding an... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Alexandre Julliard | Fixed the FIXME in RtlNtStatusToDosError, and implemented |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Eric Pouech | Better have internal & external TEB definitions have... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | Added hack to fetch the current directory from the... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Alexandre Julliard | Get rid of the TEB flags, they are no longer used. |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Store the thread entry point in the startup info passed... |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Alexandre Julliard | Store the last error code at the TEB offset used by... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Alexandre Julliard | Moved the remaining SYSDEPS_* functions to the wine_pth... |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Alexandre Julliard | Added server_abort_thread to replace SYSDEPS_AbortThread. |
blob | commitdiff | raw | diff to current |
2003-11-04 |
Alexandre Julliard | Allocate the TEB and signal stack separately from the... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Alexandre Julliard | Removed no longer needed SIGNAL_Unblock() function. |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Alexandre Julliard | Simplified signal stack allocation a bit, and avoid... |
blob | commitdiff | raw | diff to current |
2003-10-09 |
Alexandre Julliard | Moved the constructor for the initial TEB to ntdll... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Alexandre Julliard | On TlsFree, clear the released TLS index in all threads. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Alexandre Julliard | Export SYSDEPS_SwitchToThreadStack() functionality... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Renamed a few more TEB fields. |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Alexandre Julliard | Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Alexandre Julliard | Renamed a few TEB fields to use the "official" names. |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Alexandre Julliard | Moved most of the 16-bit task support and NE module... |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Alexandre Julliard | Store the debug info structure on the thread stack. |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Alexandre Julliard | Moved __errno_location() handling to pthread.c, and... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
Alexandre Julliard | Moved some of the process functions to dlls/kernel. |
blob | commitdiff | raw | diff to current |
2003-06-16 |
Jukka Heinonen | Remove SIGALRM handler. |
blob | commitdiff | raw | diff to current |
2003-05-22 |
Alexandre Julliard | Start to make use of the proper PEB structure for process |
blob | commitdiff | raw | diff to current |
2003-04-01 |
Alexandre Julliard | Added SYSDEPS_GetUnixTid to return the Unix thread... |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Alexandre Julliard | Moved errno_location support to sysdeps.c. |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Alexandre Julliard | Split signal blocking code out of SIGNAL_Reset into... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Alexandre Julliard | Properly save/restore %gs register across 16-bit calls. |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Added process_id_t and thread_it_t types to the server... |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Patrik Stridvall | Added a GNU C implementation of some of the DECLSPEC_... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Alexandre Julliard | Use larger signal stack to avoid overflows in filesyste... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Alexandre Julliard | Fixed GetLocaleInfoW to handle Unicode properly and... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Alexandre Julliard | Added support for cleaning up the TEB from inside the... |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Ove Kaaven | Fixed vm86_enter race conditions. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-06-21 |
Ove Kaaven | Extended __wine_enter_vm86 to handle pending interrupts. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Alexandre Julliard | Removed THREAD_IsWin16. |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Alexandre Julliard | Create an X connection for each thread, and process... |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Michael McCormack | Use poll() on the client-side during server waits to... |
blob | commitdiff | raw | diff to current |
2001-03-08 |
Alexandre Julliard | Added support for nested server waits (to allow waiting... |
blob | commitdiff | raw | diff to current |
2001-03-01 |
Alexandre Julliard | Create the server pipes on the client side and transfer... |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Alexandre Julliard | Use the standard CreateThread routine to create 16... |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Alexandre Julliard | Added separate server pipe to wait on blocking server... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Alexandre Julliard | Use a separate FIFO pair for server requests that don... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Alexandre Julliard | Added the data structures and macros that will be neede... |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Juergen Schmied | Implemented the ErrorInfo interfaces. |
blob | commitdiff | raw | diff to current |
2000-06-12 |
Juergen Schmied | - implemented Get/SetThreadLocale |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Setup the initial thread %fs from a constructor. |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Alexandre Julliard | Rewrote Unix process launching to allow passing startup... |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-04-14 |
Ove Kaaven | POSIX threads emulation, tricks glibc into being thread... |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Alexandre Julliard | Cleanup thread stack allocation. Use a single VirtualAl... |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Alexandre Julliard | Made GetProcessHeap(), GetCurrentProcessId(), GetCurren... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Alexandre Julliard | Fixed a couple of file descriptor leaks. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Patrik Stridvall | Removed a lot of unnecessary includes and fixed the... |
blob | commitdiff | raw | diff to current |
2000-03-07 |
Alexandre Julliard | Better implementation of inline functions SetLastError and |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulrich Weigand | Moved debugger to libwine to make it available to WineL... |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Alexandre Julliard | Use a per-thread buffer and write(2) for debug traces. |
blob | commitdiff | raw | diff to current |
2000-01-25 |
Alexandre Julliard | Made the server listen for new clients on a Unix socket in |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Juergen Schmied | - added NT fields to TEB |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Eric Pouech | Moved wineserver's buffer & buffer_size at the end... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Alexandre Julliard | Further server optimizations: |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Made server communication faster by using a shared... |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
blob | commitdiff | raw | diff to current |
1999-05-29 |
Alexandre Julliard | Got rid of THREAD_InitDone. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Ulrich Weigand | Improved syslevel handling, store currently held syslev... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Alexandre Julliard | Improved exception handling. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Call THREAD_FreeTHDB as service thread callback. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Ulrich Weigand | Merged Linux/FreeBSD reentrant errno handler, added... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Ulrich Weigand | Fixed sequence of DLL_PROCESS_DETACH notification calls. |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Alexandre Julliard | Changed process initialisation to use the new server... |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Pass new arguments (suspend/inherit) to the server. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Alexandre Julliard | Use server handles directly for Win32 handles. Removed... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
blob | commitdiff | raw | diff to current |
next |