Changeset 8876 for trunk/changelog
- Timestamp:
- Jul 15, 2002, 4:26:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8869 r8876 1 /* $Id: changelog,v 1.222 0 2002-07-15 09:59:39sandervl Exp $ */1 /* $Id: changelog,v 1.2221 2002-07-15 14:26:46 sandervl Exp $ */ 2 2 3 3 2002-07-15: Sander van Leeuwen <sandervl@innotek.de> … … 9 9 - USER32: o Updates for new handle management 10 10 o System pens & brushes can't be deleted by applications 11 - KERNEL32: o Suspend all threads (except current one) in ExitProcess, 12 unload all dlls and then kill all threads (except current one) 13 (prevents rogue threads from accessing memory of dlls that 14 have just been unloaded) 15 (disabled for now; not a perfect solution) 11 - KERNEL32: o Rewrote algorithm for 64kb alignment in VirtualAlloc'ed memory 12 o Allocate fake PE headers in high memory 13 o Allocate win32 & code heap memory in 64kb chunks 14 o Allocate PE image memory at 64kb boundary 16 15 17 16 2002-07-13: Sander van Leeuwen <sandervl@innotek.de>
Note:
See TracChangeset
for help on using the changeset viewer.