Copy w32api from trunk
[reactos.git] / reactos / ntoskrnl / ntoskrnl.def
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuFix lookaside structures, rewrite lookaside code to...
2005-05-07 Alex IonescuImplement FsRtlAllocateResource, FsRtlIsPagingFile...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-29 Thomas Bluemel- added stub for PoQueueShutdownWorkItem required by...
2005-03-29 Thomas Bluemel- ported RtlVerifyVersionInfo from wine
2005-03-29 Thomas Bluemelmove chkstk.s from ntdll to rtl because _alloca_probe...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-18 Eric Kohl- Remove Nt/ZwQueryOleDirectoryFile.
2005-01-02 Emanuele AlibertiReplace
2004-12-26 Filip Navara- Export ExSemaphoreObjectType.
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-17 Aleksey BraginInclude link to IoCsq...() funcs
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-11-27 Filip Navara- Fix calling convention of IoReadPartitionTable, IoSet...
2004-11-21 Filip Navara- Fix prototype of FsRtlInitializeLargeMcb and FsRtlIni...
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-11-07 KJK::HyperionMoved VerSetConditionMask in RTL so it can be exported...
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-09-24 Thomas Bluemeladded stub for ObFindHandleForObject() and export it
2004-09-22 Thomas Bluemelinitialize the job management and export PsJobType
2004-09-16 Eric KohlSort entries and remove duplicates.
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-08-14 Alex Ionescu*CORRECT* version of Defintion file.
2004-08-13 Alex IonescuUpdated EDF file with new stubs in alphabetical order...
2004-08-09 Eric KohlSort Zw* functions
2004-08-04 Eric KohlAdd missing functions to the .def and .edf files and...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded exports for new stubs and fixed some issues with...
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-05-28 Royce Mitchell IIIreactos-specific debugging functions KeRosDumpStackFram...
2004-05-24 Eric KohlImplement kernel-mode range lists.
2004-05-20 Eric KohlAdd some security function stubs.
2004-05-18 Eric KohlImplement SeQueryAuthenticationIdToken().
2004-03-12 Filip Navara- Implemented IoGetDriverObjectExtension and IoAllocate...
2004-03-08 Filip Navara- Implement RtlGetVersion.
2004-03-07 Filip Navara- Call create process notify routines from NtCreateProcess.
2004-03-06 David Welch- Added stub implementations of MmAllocatePagesForMdl...
2004-03-02 Filip NavaraAdded import definitions for KefAcquireSpinLockAtDpcLev...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-03 Eric KohlAdd byte swap functions.
2004-02-02 Eric KohlImplement RtlFindLeastSignificantBit(), RtlFindMostSign...
2004-01-18 Gunnar Dalsnesadded KiAcquire/ReleaseSpinLock
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-11-22 Eric KohlMinor cleanup.
2003-11-09 Gé van GeldorpAlthough ObDereferenceObject is usually macro-forwarded...
2003-10-21 Eric KohlImplemented ObQueryObjectAuditingByHandle().
2003-09-25 Eric KohlReplaced ObRosCreateObject() by ObCreateObject() and...
2003-09-25 Filip NavaraFixed line endings.
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-09-09 Gé van GeldorpNaive implementation of Ke(Save/Restore)FloatingPointState
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-19 David Welch- Patch from PM implementing ldt and tss iobitmap support.
2003-08-14 Eric KohlImplemented ProbeForRead() and ProbeFor Write() (but...
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-25 David Welch- Added InterlockedPushEntrySList export so lookaside...
2003-07-12 Casper Hornstrup2003-07-12 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-11 Eric KohlFixed math support routines.
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Eric KohlAdded RtlRandom() and RtlUniform().
2003-06-02 Eric Kohl- Implemented ObQueryNameString().
2003-05-15 Eric KohlImplemented NLS section (not usable yet) and updated...
2003-04-25 Aleksey BraginKeSetAffinityThread added (uncommented in def files)
2003-04-10 KJK::Hyperion - PsLookup* functions fixed to increment the reference...
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-20 Gé van GeldorpFix loader warnings
2003-02-13 Hartmut Birr- Ntoskrnl uses for all access to internal structures...
2003-01-07 Robert DickensonAdded _alldiv,_allmul,_allrem,_allshl,_allshr,_aulldiv...
2002-10-03 Robert DickensonAdded exports to def/edf files and modified some pnp...
2002-10-02 Hartmut BirrAdded CcFlushCache and CcGetFileObjectFromSectionPtrs.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut BirrAdded/enabled IoAcquireRemoveLockEx, IoInitializeRemove...
2002-07-29 Eric KohlAdded cache flush counters.
2002-07-27 Eric KohlAdded missing fastcall list functions
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlAdded _purecall().
2002-06-10 Hartmut BirrImplemented CcZeroData.
next