mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
17 lines
744 B
Plaintext
17 lines
744 B
Plaintext
27/5/00: Fixed issue with closing non-existent or already closed handle
|
|
|
|
26/1/99: ZwCreateProcess now maps ntdll rather than the user-mode code
|
|
|
|
9/6/99: Implemented ZwOpenProcess
|
|
Partially implemented killing other threads (possible memory
|
|
leaks)
|
|
Made a start on a proper implemention of APCs (based on
|
|
article in NT insider)
|
|
|
|
8/12/98: Corrected bug in shell (Read two keypresses and assumed they
|
|
where the key going up and down respectively)
|
|
Corrected race in dpc handling
|
|
Took out cleanup sections in ZwReadFile (now handled by the APC)
|
|
Disabled broken code in kernel32
|
|
|