Miniport driver now loaded from win32k
[reactos.git] / reactos / ntoskrnl / ntoskrnl.def
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-11 Emanuele AlibertiNTOKRNL.FsRtl notification and cache tunnels stubs...
2000-03-10 Emanuele AlibertiNTOSKRNL.FsRtl opportunistic lock stubs added.
2000-03-08 Jason FilbyMoved display driver and got win32k loading it's entry...
2000-03-08 Eric KohlAdded more bitmap functions
2000-03-06 Emanuele AlibertiAdded .Type and .Size attributes to the IRP object...
2000-03-05 Emanuele AlibertiNTOSKRNL.FSRtl MDL stubs added.
2000-03-04 Eric KohlImplemented kernel parameter line
2000-03-04 Emanuele Aliberti*** empty log message ***
2000-03-03 Eric KohlAdded bitmaps
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-26 Emanuele AlibertiSome __stdcall declarations in ntoskrnl/hal.
2000-02-26 Emanuele AlibertiFile locking NTOSKRNL.FsRtl stubs.
2000-02-25 Emanuele AlibertiFsRtl stubs for DBCS names handling.
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-01-23 Hernan Ochoanow NTOSKRNL exports KeServiceDescriptorTable just...
2000-01-20 Emanuele AlibertiTwo more FsRtl stubs.
2000-01-14 Eric KohlAdded missing features and functions
2000-01-12 Eric KohlAdded missing printf() functions
2000-01-10 Emanuele AlibertiSome more NTOSKRNL.FsRtl stubs.
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-26 Emanuele AlibertiAdded (io/create.c) IoCreateFile stub.
1999-12-26 Emanuele AlibertiSome old Fs/Po code added to the makefile
1999-12-11 David WelchPut in updated version of bitops header
1999-12-02 David WelchSome bug fixes.
1999-12-01 Eric KohlCleanup
1999-11-27 Eric Kohl- changed InitializeObjectAttributes() from a function...
1999-11-25 Eric KohlMore runtime functions
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-20 Eric KohlMajor update to Rtl string functions.
1999-11-15 Eric KohlStarted NLS support and improved Rtl string functions.
1999-11-09 Eric KohlAdded some RtlLargeInteger functions.
1999-11-04 Emanuele AlibertiTypo in the NTOSKRNL import library fixed
1999-10-31 Emanuele AlibertiRtlFillMemory, RtlMoveMemory, RtlZeroMemory needed...
1999-10-30 Emanuele AlibertiKeDelayExecutionThread exported by ntoskrnl with correc...
1999-10-24 Eric KohlAdded some time related functions.
1999-10-21 Eric KohlImproved debug output and
1999-10-16 Eric KohlMore exported functions.
1999-10-16 Eric KohlMore exported functions.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-08-17 Eric KohlFixed STDCALL bugs.
1999-07-29 Eric KohlAdded more crt functions and fixed some.
1999-07-17 Emanuele Alibertifixes
1999-07-12 Rex JolliffAdded a service table registration function
1999-06-24 Emanuele AlibertiKeGetPreviousMode (useless)
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1999-06-04 Rex JolliffAdded PE loader to LOADROS. Updated symbol search in...
1999-05-29 David WelchLots of changes to the kernel
1999-05-15 Eric KohlImproved time functions.
1999-05-05 Eric KohlRenamed wtolower() to towlower().
1999-04-23 Eric Kohlfixed GetVolumeInformation()
1999-04-15 Eric Kohlfixed cursor synchronization bug
1999-04-05 David WelchImproved GDT managment
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk