Changed the loader so ZwCreateProcess now maps ntdll into memory
[reactos.git] / reactos / ChangeLog
1 26/1/99: ZwCreateProcess now maps ntdll rather than the user-mode code
2
3 9/6/99: Implemented ZwOpenProcess
4 Partially implemented killing other threads (possible memory
5 leaks)
6 Made a start on a proper implemention of APCs (based on
7 article in NT insider)
8
9 8/12/98: Corrected bug in shell (Read two keypresses and assumed they
10 where the key going up and down respectively)
11 Corrected race in dpc handling
12 Took out cleanup sections in ZwReadFile (now handled by the APC)
13 Disabled broken code in kernel32
14