Copyright string updated.
[reactos.git] / reactos / include / ddk /
2001-01-14 Emanuele AlibertiSYSTEMTIME type replaced by TIME.
2001-01-14 Emanuele AlibertiSYSTEM_TIME_ZONE_INFORMATION added.
2001-01-14 Emanuele AlibertiFLG macros added.
2001-01-14 Eric KohlAdded some hal functions
2001-01-08 David WelchSome memory manager cleanups
2001-01-02 Eric KohlImplemented NtSignalAndWaitForSingleObject()
2001-01-01 David WelchThe VFAT filesystem driver now goes through the cache...
2000-12-30 Eric KohlAdded HalAllocateAdapterChannel()
2000-12-29 David WelchImplemented MmAllocateContinuousMemory
2000-12-29 Eric KohlAdded / moved exception support functions
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-23 David WelchAll task switching is done in software.
2000-12-22 Eric KohlImplemented NtResumeThread() and NtSuspendThread()
2000-12-11 Eric KohlImplemented some verify functions.
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-11-04 Eric KohlFixed some system information stuff
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-22 Eric KohlImplemented event pair
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-10-11 jeanadded tests in apps/regtest
2000-10-08 David WelchAdditional bug fixes
2000-10-08 Eric KohlAdded atom table stubs
2000-10-07 Eric KohlImplemented missing KeRaiseIrqlToXxLevel() functions
2000-10-07 David WelchSome bug fixes
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-10-06 Eric KohlImplemented NtPulseEvent() and NtQueryEvent()
2000-09-29 jeanwork on registry
2000-09-12 jeanchanges in IRP for compatibility
2000-09-10 Eric KohlImplemented driver shutdown registration
2000-09-08 Eric KohlFixed [Nt/Zw]LoadKey2 prototype
2000-09-06 Phillip SusiMade PsGetCurrentThread STDCALL
2000-09-03 Eric KohlSome minor fixes
2000-08-28 Eric KohlAdded/fixed resource 'loader'.
2000-08-27 Eric KohlUser-mode loader improvements
2000-08-26 Eric KohlReplaced call to LdrLoadModule() by call to ZwSetSystem...
2000-08-24 Eric KohlMinor ide driver cleanup
2000-08-15 Eric KohlImproved shared user page
2000-08-02 Casper HornstrupFixed compile issues with network code
2000-07-30 David WelchFixes from Casper Hornstrup
2000-07-24 Eric KohlImplemented hal system interrupt functions
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-08 Eric KohlFixed typos
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-04 Phillip SusiRemoved duplicate and incorrect declaration for KeRaise...
2000-07-04 David WelchCompilation fixes
2000-07-04 David WelchAdded working set functions
2000-07-04 Eric KohlFixed RtlNtStatusToDosError()
2000-07-02 Eric KohlFinal macro fixes
2000-07-02 Eric KohlFixed more macros
2000-07-01 Eric KohlFixed Ps macros
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-30 Eric KohlAdded hal dispatch tables.
2000-06-29 David WelchMade header file usage more consistent
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-18 Eric KohlChanged list functions to macros (or static inline...
2000-06-15 Eric KohlImproved symbolic links (reparsing).
2000-06-13 Eric KohlImplemented IoDeleteSymbolicLink() and NtCreateSymbolic...
2000-06-12 Eric KohlAdded cache manager prototypes.
2000-06-09 Eric KohlMoved some functions into the hal.
2000-06-05 Eric KohlFixed STDCALL issues in Ex functions
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
2000-06-03 Eric KohlUpdated Ps* functions
2000-05-25 Eric KohlImplemented:
2000-05-13 Emanuele AlibertiIoSetThreadHardErrorMode().
2000-05-13 David WelchSome fixes.
2000-05-13 Eric KohlImplemented RtlCustomCPxx functions
2000-05-09 Eric KohlFixed some more ntoskrnl exports
2000-05-09 Eric KohlFixed or added exported object type variables
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-05-01 Emanuele AlibertiSome STDCALL/FASTCALL added in Ex code.
2000-04-27 Emanuele AlibertiA fix in the SYSTEM_HANDLE_INFORMATION structure.
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-15 Eric KohlAdded some rtl functions
2000-04-14 Eric KohlImplemented debugger functions
2000-04-10 Jason FilbyImplemented DrvCopybits
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-04-07 Eric KohlAdded more time functions
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-06 Eric KohlAdded some more security functions
2000-04-05 Eric KohlAdded hal functions
2000-04-05 Eric KohlAdded ace, acl and sid functions
2000-04-03 David WelchCorrect LPC implementation
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-22 David WelchUpdated the minix driver
2000-03-19 Eric KohlAdded some more status codes
2000-03-19 Eric KohlImplemented VideoPortDebugPrint()
2000-03-19 Eric KohlAdded SYSTEM_TIME_INFORMATION
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-18 Eric KohlAdded image functions
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-12 Eric KohlUpdated INTERFACE_TYPE
2000-03-12 Eric KohlAdded some security functions
2000-03-12 Eric KohlFixed lots of status values
2000-03-11 Emanuele AlibertiNTOKRNL.FsRtl notification and cache tunnels stubs...
2000-03-10 Emanuele AlibertiNTOSKRNL.FsRtl opportunistic lock stubs added.
2000-03-08 Emanuele AlibertiSome minor fixes.
2000-03-08 Jason FilbyMoved display driver and got win32k loading it's entry...
next