Move MS DDK files to DDK
[reactos.git] / reactos / ntoskrnl /
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-26 Alex IonescuFix boot
2005-06-26 Alex IonescuFix kdbg build and some more header cleanups: add csq...
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-26 Alex IonescuImitate NT and set some of the private object info...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-24 Thomas Bluemel- Moved ntdll's atom table implementation to rtl, rewro...
2005-06-23 Alex IonescuFix bug in interrupt code
2005-06-23 Steven Edwardsproperly break it. correct typo
2005-06-23 Steven Edwardsbreak the tree for gcc 3.4.1 and gcc 4 at the request...
2005-06-23 Steven Edwardsone has to wonder if I am fixing a kernel build.....
2005-06-23 Alex Ionescufix build...sigh...sorry, my ntoskrnl builds with NDK
2005-06-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-21 Gé van GeldorpPatch by Hartmut Birr
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-20 Filip NavaraForgot this file in r16147.
2005-06-19 Alex IonescuFix Build
2005-06-19 Alex IonescuUse RTL_CONSTANT_STRING instead of RtlRos macro
2005-06-19 Filip NavaraRemove PNP_VETO_TYPE from winddk.h.
2005-06-19 Filip Navara- Add definition of DRIVE_LAYOUT_INFORMATION_EX.
2005-06-19 Hartmut BirrInitialized the system call entry independent of the...
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-19 Alex IonescuSome more NDK fixes
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-19 Alex IonescuFix building issues caused by previous patch
2005-06-19 Alex IonescuMove Exported functions away from internal/ke.h, move...
2005-06-19 Alex IonescuRemove PAGED_CODE, PAGED_CODE_RTL and RTL_ONSTANT_STRIN...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-18 Filip NavaraRemove duplicate definition of KdPrintEx.
2005-06-18 Filip Navara- Convert mouclass and sermouse to use official DDK...
2005-06-18 Filip NavaraAdd __ASM__ guard.
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Filip Navara- Move non-DDK Ke* function prototypes from ROS DDK...
2005-06-18 Filip NavaraFix SMP version of ASSERT and assert.
2005-06-18 Filip NavaraCorrectly pack the KIPCR structure.
2005-06-18 Filip NavaraFix position of the STDCALL keyword. Spotted by KJK...
2005-06-18 Gregor AnichFix stupid bug...
2005-06-17 Alex IonescuAdd KIPCR which will be needed soon and add one more...
2005-06-17 Filip NavaraBe W32API friendly.
2005-06-17 Gregor AnichFix setjmp (didn't save correct ESP, so it crashed...
2005-06-17 Filip NavaraFix the export of HalExamineMBR. It mustn't be aliased...
2005-06-17 Thomas Bluemelimplemented the TokenRestrictedSids information class...
2005-06-17 Alex IonescuFix bug in gate code
2005-06-16 Gé van GeldorpDeclare Guarded Mutex functions and export them
2005-06-15 KJK::HyperionNo reason KiDoubleFaultHandler should return a value...
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-14 Filip NavaraRevert r15906 change.
2005-06-14 Gregor AnichFix compilation.
2005-06-14 Hartmut BirrIt was a bad idea to manipulate the length of the given...
2005-06-14 Alex IonescuAdd an ARC Header for future purposes (PPC, ARM, etc...
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-14 Alex IonescuRemove excessive debugging messages used during testing
2005-06-14 Alex IonescuFix OB Bug and port ObQueryNameString from my branch...
2005-06-13 Hervé PoussineauFix string returned by IoRegisterDeviceInterface()
2005-06-13 Gregor AnichFix warnings in inline assembly (I hope this doesnt...
2005-06-13 KJK::Hyperiondid I miss a "the tree isn't supposed to build anymore...
2005-06-12 Hartmut BirrPrint more informations on a BSOD by enabling the debug...
2005-06-12 Hartmut Birr- Fixed the calculation of some offset values.
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 Eric KohlNtPlugPlayControl: Implement PLUGPLAY_GET_RELATED_DEVIC...
2005-06-06 Hartmut Birr- Changed the calculation of the base address of an...
2005-06-06 Eric KohlDisable patch 15796 because it breaks the bootcd.
2005-06-05 Hartmut BirrAllocate the section object from non paged pool because...
2005-06-05 Hartmut BirrRevert my changes from rev 15805.
2005-06-05 Hartmut BirrAllocate the section segments from non paged pool becau...
2005-06-05 Gé van GeldorpImplement /LOADSYMBOLS and /NOLOADSYMBOLS command line...
2005-06-05 Casper HornstrupRemove old makefiles
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 IonescuFix filip's fixme and alex's fixme (ie: make IRP cancel...
2005-06-04 Hartmut BirrMake the bochs debug output in the very early boot...
2005-06-04 Alex IonescuAdd inbv header, stub InvbDisplayString, fix BSOD to...
2005-06-03 Gé van GeldorpFix DBG := 0 build
2005-05-31 Hartmut Birr- Added a missing dereferencing in NtTerminateProcess.
2005-05-31 Hartmut BirrTry always to open a file as named object first.
2005-05-31 Hartmut BirrChanged the indentation to a more readable format ...
2005-05-30 Hervé PoussineauRead resource requirements list for devices enumerated...
2005-05-30 Hervé PoussineauWrite resource requirements list in the registry, inste...
2005-05-29 Hervé PoussineauRead device instance IDs in registry instead of forcing...
2005-05-29 Alex IonescuWrappers for debug builds only, like before.
2005-05-29 Alex IonescuBuild at 2GB like before
2005-05-29 Hartmut BirrChange the object to non permanent if an error occurs...
2005-05-29 Hartmut BirrReset the permanent flag if the object is changed to...
2005-05-29 Hartmut BirrLock the directory while it is parsed.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrCheck for the complete initialisation of user mode...
2005-05-28 Hartmut BirrPrint the complete image name on a fault.
2005-05-28 Hartmut BirrUse correct flag while checking for uninitialized segments.
2005-05-28 Hartmut BirrDon't try to resolve user mode page faults in the very...
2005-05-28 Hartmut BirrPut the assembler functions into the .text section.
next