- Return correct error. Spotted by Thomas.
[reactos.git] / reactos / ntoskrnl / include /
2005-08-07 Alex Ionescu- Completely reimplement NtWaitForMultipleObjects:
2005-08-07 Alex Ionescu- Initialize more fields when creating an Object Type
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-08-01 Filip NavaraSetup quota blocks for processes.
2005-08-01 Filip NavaraCleanup SID initialization and fill all SeExports fields.
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-22 Thomas Bluemel- replaced IopCreateUnicodeString with RtlCreateUnicode...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-20 Thomas Bluemel- Removed the Rtlp* string functions from the shared...
2005-07-20 Alex Ionescu - Created include/libs and moved all library headers...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-19 Alex Ionescu - Update ASM header file with more offsets.
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-06 Eric KohlMove undocumented GUIDs to a new NDK header file.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-03 Eric Kohl- Move definitions from ntpnp.h into NDK and DDK
2005-06-30 Alex IonescuMove some internal headers to /reactos, set it as a...
2005-06-30 Alex Ionescuremove roscfg.h
2005-06-28 Steven Edwardsremove inclusion of basetsd.h, I did not mean to commit...
2005-06-28 Steven Edwardsmove some wine headers to the PSDK
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 IonescuHasta la vista ntdll/napi headers
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
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-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
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 Filip NavaraRemove PNP_VETO_TYPE from winddk.h.
2005-06-19 Filip Navara- Add definition of DRIVE_LAYOUT_INFORMATION_EX.
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-18 Filip NavaraRemove duplicate definition of KdPrintEx.
2005-06-18 Filip NavaraAdd __ASM__ guard.
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-18 Filip NavaraFix SMP version of ASSERT and assert.
2005-06-18 Filip NavaraCorrectly pack the KIPCR structure.
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 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...
next