Report 16bpp for modes where VBE returns 15bpp.
[reactos.git] / reactos / ntoskrnl /
2005-05-26 Alex IonescuDEBUG1 on checked only
2005-05-26 Alex Ionescumake PE loader more lenient with alignment. it could...
2005-05-26 Alex IonescuMark initial loader APIs are INIT_FUNCTION so they...
2005-05-26 Alex IonescuDo not build debug PS function on reatail build
2005-05-26 Alex IonescuDisable pool debug settings on a retail build and incre...
2005-05-26 Alex IonescuDon't compile ROS-specific tab-debug commands on a...
2005-05-26 Alex IonescuFix typos in debug messages
2005-05-26 Alex IonescuDon't compile pool debug apis on a retail build
2005-05-26 Alex IonescuDon't allocate section segments in nonpaged pool
2005-05-26 Alex IonescuFix pool code to actually work when some other defines...
2005-05-26 Alex IonescuDo not allow virtual mem queries > 0x80000000 even...
2005-05-25 Alex IonescuBuild usetup and ntoskrnl and winmm in gcc 4.0
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
2005-05-25 Alex IonescuTag the MDL buffer
2005-05-25 Alex Ionescuremove debug message
2005-05-24 Alex IonescuFix Tag Usage
2005-05-24 Alex IonescuFix memory leaks in object manager, use tags and use...
2005-05-23 Hervé PoussineauAdd ReactOS version at the start of the debug log
2005-05-23 Hervé PoussineauRevert 15473 and 15474 as Alex doesn't like them
2005-05-23 Hervé PoussineauAdd ReactOS version at the start of the debug log
2005-05-23 Hervé PoussineauRemove some debug messages at boot
2005-05-22 Hervé PoussineauFix compile error when NDEBUG is not set
2005-05-22 Hartmut BirrObInsertObject must always return STATUS_OBJECT_NAME_CO...
2005-05-21 Eric KohlIoRegisterDeviceInterface: Create nested keys one-by...
2005-05-21 Hervé PoussineauRemove some debug messages at boot (DPRINT1 changed...
2005-05-21 Hervé PoussineauOpen file with FILE_SHARE_READ in LdrLoadModule
2005-05-21 Thomas Bluemelminor optimization
2005-05-21 Hartmut BirrFree all allocated memory in ObpDeleteObject.
2005-05-21 Hartmut BirrFree the capture buffer in ObReferenceObjectByName.
2005-05-21 Hartmut BirrSet the flag FO_DIRECT_DEVICE_OPEN after the call to...
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-20 Hervé PoussineauRemove some debug messages at boot
2005-05-20 Hervé PoussineauIopAssignDeviceResources():
2005-05-20 Steven Edwardsadjust case on a header. Sorry Windows users. Do not...
2005-05-20 Hervé PoussineauRemove some debug messages at boot
2005-05-20 Hervé PoussineauSet svn:keywords and svn:eol-style properties
2005-05-19 Alex IonescuFix one of the added hacks. ObpCreateHAndle not exporte...
2005-05-19 Hervé PoussineauIoGetDeviceProperty():
2005-05-19 Hervé PoussineauDon't create a new DriverObject if one is already existing
2005-05-19 Alex IonescuUnnamed objects do not have a base directory.
2005-05-19 Alex IonescuDon't free io completion packet twice
2005-05-19 Alex Ionescufix boot on vmware
2005-05-19 Alex Ionescufix compiling
2005-05-18 Hervé PoussineauBasic resources device allocation (doesn't prevent...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
2005-05-18 Alex IonescuFix usetup. This hack needs to remain even though it...
2005-05-17 Alex IonescuSorry for the nonatomic commit
2005-05-17 Alex IonescuSorry for the nonatomic commit
2005-05-17 Alex IonescuShare NtDevice/FsIoControlFile, fixes NtFsControlFile...
2005-05-17 Hartmut Birr- Reference the file object in IopSecurityFile.
2005-05-17 Alex IonescuFix bug in memory mapping which caused large applicatio...
2005-05-17 Hervé PoussineauDon't empty the DriverObject extension if it is already...
2005-05-16 Hervé PoussineauDon't send multiple IRP_MJ_PNP/IRP_MN_START_DEVICE...
2005-05-15 Alex IonescuFix build, clean up headers, add public stuff to public...
2005-05-15 Emanuele AlibertiCorrect a comment.
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 Hartmut BirrDon't push an already freed irp to the list (in IoFreeIrp).
2005-05-15 Magnus Olsenfix uninitialized waring so gcc 3.4.3 can compile it
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Emanuele AlibertiLittle fix to compile with gcc 3.4.2
2005-05-13 Alex IonescuCleanup ntlock/unlockfile with proper io semantics...
2005-05-13 Alex IonescuFix IRP structure (add missing member) and optimize...
2005-05-13 Alex IonescuImplement Lookaside List allocation and release for...
2005-05-13 Alex IonescuFix lookaside structures, rewrite lookaside code to...
2005-05-12 Alex IonescuFix uninit var
2005-05-12 Alex IonescuSmall fix.
2005-05-12 Alex Ionescucleanup NtDeviceIoControlFile a bit...remove some redun...
2005-05-11 Thomas Bluemelremove explicit bugcheck in NtOpenProcess when the...
2005-05-10 Hervé PoussineauAllow a NULL PeripheralType in IoQueryDeviceDescription
2005-05-10 Hervé PoussineauImplement IoInvalidateDeviceRelations
2005-05-09 Alex IonescuReuse buffer in IopQueryNameFile, since it's temporary...
2005-05-09 Alex IonescuRevert most of IoCreateStreamFileObject... it's wrong...
2005-05-09 Phillip SusiFixed backwards access check that was causing NtWriteFi...
2005-05-09 Hartmut BirrRemoved the deallocation of the irp on error after...
2005-05-09 Alex IonescuImplement Access State support (SeCreate/DeleteAccessSt...
2005-05-09 Steven Edwardsstrip the whitespace one more time
2005-05-09 Alex IonescuMake the remaning code match the current formatting...
2005-05-09 Alex IonescuFix IopSecurityFile: Do not use BuildFsd, create IRP...
2005-05-09 Alex IonescuFix NtSetInformationFile: Cleanup FileCompletionInforma...
2005-05-09 Alex IonescuFix NtWriteFile: Get right Deviceobject, Use FileObject...
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-09 Alex IonescuFix KDBG and enable IRP_NOCACHE for ReadFile. Also...
2005-05-09 Alex IonescuFix uninitailzied variable on dbg=0
2005-05-09 Alex IonescuGrrr..it's getting late or something. CORRECT fix.
2005-05-09 Alex IonescuSorry, wrong version got commited
2005-05-09 Alex IonescuFix a previous bug and fix NtReadFile: Read FileObject...
2005-05-08 Alex IonescuFix NtQueryDirectoryFile to wait on right status, to...
2005-05-08 Hartmut BirrChanged the trap prolog, each exception can have its...
2005-05-08 Hartmut BirrFixed the unlocking of pages from a mdl.
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut BirrFixed the stack switching.
2005-05-08 Hartmut BirrFree the irp after a close operation.
2005-05-08 Hartmut Birr- Changed IopCompleteRequest back to the old schematics...
2005-05-08 Thomas Bluemelmore fixes for GCC4
2005-05-07 Alex IonescuImplement FsRtlAllocateResource, FsRtlIsPagingFile...
2005-05-07 Alex IonescuImplement FsRtlMdlRead, FsRtlMdlReadComplete, FsMdlRead...
2005-05-07 Alex IonescuFix driver loading. patch by tinus
next