- Make the NDK compatible with the MSDDK again.
[reactos.git] / reactos / ntoskrnl / include /
2005-06-17 Filip NavaraFix the export of HalExamineMBR. It mustn't be aliased...
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-14 Filip NavaraRevert r15906 change.
2005-06-14 Filip NavaraAccidently removed one line in the last commit ......
2005-06-14 Filip NavaraA bit of W32API magic.
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
2005-06-13 KJK::Hyperiondid I miss a "the tree isn't supposed to build anymore...
2005-06-07 Hartmut BirrChanged back to the GPL.
2005-06-07 Hartmut Birr- Removed the process member from the memory area struc...
2005-06-06 Hartmut Birr- Changed the calculation of the base address of an...
2005-06-05 Hartmut BirrRevert my changes from rev 15805.
2005-06-05 Hartmut BirrForgot this file.
2005-06-05 Hartmut BirrDon't lock the kernel address space while solving fault...
2005-06-04 Eric Kohl- Create device instance key for root device node.
2005-06-04 Alex IonescuAdd inbv header, stub InvbDisplayString, fix BSOD to...
2005-05-29 Hervé PoussineauRead device instance IDs in registry instead of forcing...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuDEBUG1 on checked only
2005-05-26 Alex IonescuDisable pool debug settings on a retail build and incre...
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-20 Steven Edwardsstarted moving tags to a private internal header
2005-05-19 Hervé PoussineauDon't create a new DriverObject if one is already existing
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Hervé PoussineauDon't send multiple IRP_MJ_PNP/IRP_MN_START_DEVICE...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuFix build, clean up headers, add public stuff to public...
2005-05-15 Alex IonescuProperly create the Object Type Type and remove previou...
2005-05-15 Alex IonescuMake Object Type creation compatible with OB 2.0 from...
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Alex IonescuFix IRP structure (add missing member) and optimize...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-08 Thomas Bluemelmore fixes for GCC4
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
2005-05-07 Alex IonescuUpdate ETHREAD to latest version.
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-06 Thomas Bluemelupgrade to PSEH2 (note, the new macros are still named...
2005-05-06 Alex IonescuUpdate some more kernel structures
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-02 Art YerkesFix KDSERIAL.
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex Ionescui8042prt driver by tinus.
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-05-01 Hartmut BirrPrint symbol names if DBG is defined.
2005-04-30 Hervé PoussineauDon't double define GUID_DEVICE_INTERFACE_ARRIVAL and...
2005-04-30 Hervé PoussineauImplement IoRegisterPlugPlayNotification, IoUnregisterP...
2005-04-28 Alex IonescuIO Manager Cleanup continues:
2005-04-25 Alex IonescuRemove excess header
2005-04-25 Alex IonescuRemove dbg.h and move it to kd.h, it was getting confus...
2005-04-25 Alex IonescuMerge in wrappers with DBG setting as requested
2005-04-25 Alex IonescuFix compilation problem..
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuDon't use hack for trap frames anymore, read TempEsp...
2005-04-23 Alex IonescuAnd these should've been added...
2005-04-23 Alex IonescuSmall Debugging Services re-arrangement. /dbgk created...
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuFix win32k building
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-20 Hervé PoussineauImplement IoRegisterDeviceInterface
2005-04-19 Thomas Bluemel- Delete named objects from the namespace when the...
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuFix win32k
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-17 Alex IonescuIoCreateDevice Changes:
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-15 Thomas Bluemeluse the correct version of KeGetCurrentIrql for MP
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...
2005-04-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-22 Thomas Bluemelfixed a few race conditions during thread/process termi...
2005-03-22 Thomas Bluemelfixed thread/process termination bugs that might have...
2005-03-19 Alex IonescuOops
2005-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-18 Alex IonescuUpdate ETHREAD fields and termination port stucture...
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-15 Gregor AnichAllow mapping of MDLs which describe I/O memory (device...
2005-03-14 Thomas Bluemelimplemented the SystemInterruptInformation information...
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-14 Thomas Bluemeldon't receive the previous mode before the current...
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Hartmut BirrRemoved CloseInProcess from object header structure.
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-13 Hartmut BirrDefine IPI_REQUEST_FREEZE.
next