1. 64af08e Better have internal & external TEB definitions have the same size. by Eric Pouech · 21 years ago
  2. dfcfc98 RtlSetCurrentDirectory_U: store a handle to the current directory by Alexandre Julliard · 21 years ago
  3. 186b419 Added hack to fetch the current directory from the subsystem tid so by Alexandre Julliard · 21 years ago
  4. a45931c Get rid of the TEB flags, they are no longer used. by Alexandre Julliard · 21 years ago
  5. 6281d82 Store the thread entry point in the startup info passed to the new by Alexandre Julliard · 21 years ago
  6. 9e73f55 Store the last error code at the TEB offset used by NT instead of the Win9x one. by Alexandre Julliard · 21 years ago
  7. 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
  8. 4dba172 Added server_abort_thread to replace SYSDEPS_AbortThread. by Alexandre Julliard · 21 years ago
  9. 7924f42 Allocate the TEB and signal stack separately from the main stack. by Alexandre Julliard · 21 years ago
  10. 07931f2 Removed no longer needed SIGNAL_Unblock() function. by Alexandre Julliard · 21 years ago
  11. 8824c38e Simplified signal stack allocation a bit, and avoid allocating it on by Alexandre Julliard · 21 years ago
  12. 20e73d7 Moved the constructor for the initial TEB to ntdll so that it runs as by Alexandre Julliard · 21 years ago
  13. 2eb5d8b On TlsFree, clear the released TLS index in all threads. by Alexandre Julliard · 22 years ago
  14. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  15. ca3bfd8 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as by Alexandre Julliard · 22 years ago
  16. 53f9c21 Use angle brackets (<>) rather than quotes ("") for the include by Dimitrie O. Paun · 22 years ago
  17. 7df1b9e Start using the exported TEB structure from winternl.h where possible. by Alexandre Julliard · 22 years ago
  18. b91e9cb Renamed a few more TEB fields. by Alexandre Julliard · 22 years ago
  19. ee10678 Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that by Alexandre Julliard · 22 years ago
  20. 02f2813 Renamed a few TEB fields to use the "official" names. by Alexandre Julliard · 22 years ago
  21. 5fbb446 Moved most of the 16-bit task support and NE module loader to dlls/kernel. by Alexandre Julliard · 22 years ago
  22. aee989a Store the debug info structure on the thread stack. by Alexandre Julliard · 22 years ago
  23. 03d7998 Moved __errno_location() handling to pthread.c, and added similar by Alexandre Julliard · 22 years ago
  24. 4cb2120 Moved some of the process functions to dlls/kernel. by Alexandre Julliard · 22 years ago
  25. ae90692 Remove SIGALRM handler. Reserve TEB field for DPMI virtual interrupt flag. by Jukka Heinonen · 22 years ago
  26. 6bc5091 Start to make use of the proper PEB structure for process information. by Alexandre Julliard · 22 years ago
  27. 6f7a204 Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the server. by Alexandre Julliard · 22 years ago
  28. b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
  29. 6a26e3f Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block. by Alexandre Julliard · 22 years ago
  30. 551797b Properly save/restore %gs register across 16-bit calls. by Alexandre Julliard · 22 years ago
  31. 9e8e5ff Implemented the Fiber* functions (with the help of Huw Davies). by Alexandre Julliard · 22 years ago
  32. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  33. e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 22 years ago
  34. 6026417 Use larger signal stack to avoid overflows in filesystem code when by Alexandre Julliard · 23 years ago
  35. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  36. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  37. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  38. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  39. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  40. 4eb0beb Fixed vm86_enter race conditions. by Ove Kaaven · 23 years ago
  41. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  42. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  43. 6e33f63 Extended __wine_enter_vm86 to handle pending interrupts. by Ove Kaaven · 24 years ago
  44. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  45. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  46. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  47. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  48. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  49. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  50. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  51. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  52. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  53. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  54. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  55. ec85c6b Implemented the ErrorInfo interfaces. by Juergen Schmied · 25 years ago
  56. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  57. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  58. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  59. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  60. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  61. f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
  62. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  63. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  64. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  65. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  66. 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
  67. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  68. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  69. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  70. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  71. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  72. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  73. 4e1cdab Moved wineserver's buffer & buffer_size at the end of TEB so that IE by Eric Pouech · 25 years ago
  74. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  75. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  76. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  77. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  78. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  79. c5b8b3a Improved syslevel handling, store currently held syslevels in thread by Ulrich Weigand · 26 years ago
  80. dd93d25 Improved exception handling. by Alexandre Julliard · 26 years ago
  81. 36a1a25 Call THREAD_FreeTHDB as service thread callback. by Ulrich Weigand · 26 years ago
  82. a44f9f8 Merged Linux/FreeBSD reentrant errno handler, added Solaris. by Ulrich Weigand · 26 years ago
  83. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  84. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  85. 4526f2e Pass new arguments (suspend/inherit) to the server. by Ulrich Weigand · 26 years ago
  86. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  87. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  88. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  89. 214399f Changed initial process creation to avoid memory allocations. by Alexandre Julliard · 26 years ago
  90. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  91. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  92. dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
  93. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  94. 748ff0f Changed server wait logic a bit. by Alexandre Julliard · 26 years ago
  95. ca1c747 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads. by Ulrich Weigand · 26 years ago
  96. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  97. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  98. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  99. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  100. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712