Changeset 8924 for trunk/changelog


Ignore:
Timestamp:
Jul 26, 2002, 12:49:45 PM (23 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8915 r8924  
    1 /* $Id: changelog,v 1.2233 2002-07-24 18:42:36 sandervl Exp $ */
     1/* $Id: changelog,v 1.2234 2002-07-26 10:49:45 sandervl Exp $ */
     2
     3 2002-07-26: Sander van Leeuwen <sandervl@innotek.de>
     4    - KERNEL32: o Keep suspend count per thread (Suspend/ResumeThread)
     5                o Detach all dlls (LIFO order) before really unloading them; this
     6                  should take care of circular dependencies (crash while accessing
     7                  memory of a dll that has just been freed)
     8                o Terminated & Resume suspended threads in ExitProcess to
     9                  prevent the process from getting stuck in the exitlist handler.
     10                  (OS/2 is allergic to suspended threads)
     11                o Terminate thread when exception occurs after ExitProcess
     12                o Protect larger part of on-demand page load handler
     13                  (DosEnterCritSec)
    214
    315 2002-07-24: Platon Fomichev <platon@innotek.de>
Note: See TracChangeset for help on using the changeset viewer.