mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
8e0014c64b
Corrected compilation bugs in user32 Corrected compilation bugs related to anonymous structs in ndis code Pass commandline from loadros Corrected PIC mask calculation svn path=/trunk/; revision=1326
45 lines
1.4 KiB
Text
45 lines
1.4 KiB
Text
2000-08-30 David Welch <welch@cwcom.net>
|
|
|
|
* Added calibration of KeStallExecutionProcessor timing
|
|
(code from linux 2.2.16).
|
|
|
|
* Corrected compilation bugs in user32 library.
|
|
|
|
* 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>
|
|
|
|
* 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.
|
|
|
|
* 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.
|