2000-08-30 19:33:29 +00:00
|
|
|
2000-08-30 David Welch <welch@cwcom.net>
|
2000-05-27 12:48:59 +00:00
|
|
|
|
2000-08-30 19:33:29 +00:00
|
|
|
* Added calibration of KeStallExecutionProcessor timing
|
|
|
|
(code from linux 2.2.16).
|
|
|
|
|
|
|
|
* Corrected compilation bugs in user32 library.
|
2000-01-27 08:56:50 +00:00
|
|
|
|
2000-08-30 19:33:29 +00:00
|
|
|
* Corrected compilation bugs related to anonymous structs
|
|
|
|
in ndis code.
|
|
|
|
|
|
|
|
* Pass command line to kernel from loadros.
|
|
|
|
|
|
|
|
* Corrected PIC mask calculation.
|
|
|
|
|
|
|
|
2000-05-27 David Welch <welch@cwcom.net>
|
1999-06-09 15:50:16 +00:00
|
|
|
|
2000-08-30 19:33:29 +00:00
|
|
|
* Fixed issue with closing non-existent or already closed
|
|
|
|
handle.
|
|
|
|
|
|
|
|
2000-01-26 David Welch <welch@cwcom.net>
|
|
|
|
|
|
|
|
* ZwCreateProcess now maps ntdll rather than the user-mode
|
|
|
|
code.
|
|
|
|
|
|
|
|
1999-09-06 David Welch <welch@cwcom.net>
|
|
|
|
|
|
|
|
* Implemented ZwOpenProcess.
|
1998-12-08 23:43:37 +00:00
|
|
|
|
2000-08-30 19:33:29 +00:00
|
|
|
* Partially implemented killing other threads (possible memory
|
|
|
|
leaks).
|
|
|
|
|
|
|
|
* Made a start on a proper implemention of APCs (based on
|
|
|
|
article in NT insider).
|
|
|
|
|
|
|
|
1998-12-08 David Welch <welch@cwcom.net>
|
|
|
|
|
|
|
|
* 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.
|