Query/SetSystemInformation: added stubs for information classes 0-53 (up to nt5/w2k).
[reactos.git] / reactos /
2001-04-22 Emanuele AlibertiQuery/SetSystemInformation: added stubs for information...
2001-04-22 Casper HornstrupAdded kernel debugger help (type help for a list of...
2001-04-21 David WelchSet the fs register properly on entry to the kernel...
2001-04-21 Eric KohlImplemented PsCreateSystemProcess()
2001-04-20 David WelchIgnore config.h
2001-04-20 David WelchRemove config.h
2001-04-20 Casper HornstrupCall KiUpdateSystemTime from KiInterruptDispatch if...
2001-04-18 David WelchUP fixes, was enabling interrupts too early
2001-04-17 David WelchForgot to test compilation under UP
2001-04-17 David WelchSMP scheduling fixes
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchMissing file
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchDefault config
2001-04-16 David WelchSMP detection work
2001-04-16 Casper HornstrupFixes for NE2000 driver
2001-04-16 Casper HornstrupAdded PnP and Power structures
2001-04-16 Casper HornstrupAdded PnP and Power stubs
2001-04-16 Casper HornstrupAdded PnP and Power structures
2001-04-15 Nedko ArnaudovINSTALL
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-04-12 David WelchReduced the size of the kernel disk image by moving...
2001-04-11 David Welchbuildno doesn't rewrite the include/reactos/buildno.h
2001-04-11 Casper HornstrupAdded loading of symbols when modules are loaded.
2001-04-10 David WelchMore sensible dependencies scheme for configuration
2001-04-10 Eric KohlAdded functions to run MS VC++ 5/6 apps
2001-04-10 Eric KohlFixed crash if exported function does not exist
2001-04-10 David WelchTrace facility
2001-04-10 David Welch.cvsignore file
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-04-09 David WelchReorganised cache segment data structure
2001-04-07 jeanundo replacement of FILETIME by LARGE_INTEGER.
2001-04-06 Phillip SusiFixed IoCompleteRequest() to directly call completion...
2001-04-05 Eric KohlFixed global and local memory functions
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-04-03 Eric KohlFixed a severe typo
2001-04-03 David WelchKeep DPC queue size correct
2001-04-02 Phillip SusiOops... forgot to use physical address when programming...
2001-04-02 Phillip SusiFixed DPC bug: when the DPC is run, it has been removed...
2001-04-01 Jason Filbyfixed a stupid bug
2001-04-01 David WelchUse unix style path seperators
2001-03-31 David WelchReverted previous change, unnecessary
2001-03-31 Jason Filbyreference moved hal.h
2001-03-31 Phillip SusiMoved header
2001-03-31 Jason Filbylast typo, really!
2001-03-31 Jason Filby*** empty log message ***
2001-03-31 Jason Filbytypo
2001-03-31 Phillip SusiAdded declaration for MmAllocateContiguousAlignedMemory
2001-03-31 Phillip SusiAdded FILE_XXX_ALIGNMENT defines
2001-03-31 Phillip SusiDMA support added
2001-03-31 Jason Filbyoops
2001-03-31 Jason Filbydisable freetype for now
2001-03-31 Phillip SusiMassive floppy work
2001-03-31 Phillip SusiGo back to stripping only debug syms, not everything...
2001-03-31 Jason FilbyIndentation corrected, new tests
2001-03-31 Jason FilbyIndentation corrected, minor fixes
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2001-03-31 David WelchFix for not valid PE module bug
2001-03-31 David WelchCheck for failed allocation
2001-03-30 Phillip Susiapps/uitest does not seem to exist, don't try to make it
2001-03-30 David WelchEnable atom functions
2001-03-30 David WelchDon't map NOLOAD sections
2001-03-29 Jason FilbyInitialize the VGA to work with display driver's vgavideo.c
2001-03-29 David WelchStrip everything from ntoskrnl
2001-03-29 David WelchRemove debugging code
2001-03-29 David WelchFixed int 10 problems
2001-03-28 David WelchCatch stack over/underflows
2001-03-28 David WelchFixed page list initialization
2001-03-28 Phillip SusiAlso removed call to ExAllocatePool from DPRINT1
2001-03-28 Phillip SusiRemoved call to ExAllocatePool from CHECKPOINT1
2001-03-27 David WelchPrint addresses in stack frames even early in the boot
2001-03-26 David WelchSet the io bitmap pointer beyond the TSS limit
2001-03-26 Emanuele AlibertiThis is really a bare bones counter. It works with...
2001-03-26 David WelchFixes for page list initialization
2001-03-26 David WelchFixed bug with calling RtlFreeUnicodeString too early...
2001-03-26 Phillip SusiFixed incorrect assertion in IoAllocateController:...
2001-03-26 Phillip Susifixed bug in MmAllocateContiguousAlignedMemory due...
2001-03-26 David WelchBug fixes
2001-03-25 David WelchDisable debug prints
2001-03-25 David WelchFurther fixes
2001-03-25 David WelchOops, forget this file
2001-03-25 David WelchV86 mode fixes
2001-03-22 David WelchMake the trap handlers work early in the boot process
2001-03-21 Casper HornstrupPass RemainingPath for device type FILE_DEVICE_NETWORK
2001-03-21 Casper HornstrupSet FileObject in stack location in NtDeviceIoControlFile
2001-03-21 Casper HornstrupFix for MmBuildMdlForNonPagedPool
2001-03-21 Casper HornstrupAdded script for creating binary distribution
2001-03-21 Casper HornstrupAdded classes for cabinet handling
2001-03-20 David WelchBug fixes
2001-03-20 Eric KohlUse vidport-functions instead of ntdll-functions
2001-03-20 Eric KohlEstablished forwarded exports in vidport.sys
2001-03-20 Eric KohlEstablished forwarded exports in win32k.sys
2001-03-20 Phillip Susiapps/exp does not seem to exist, prevents full make...
2001-03-20 David WelchUser exception handling doesn't work yet
2001-03-18 David WelchOne more bug in MmAllocateContiguousPages
2001-03-18 David WelchTypo
2001-03-18 Emanuele AlibertiReally simple application that displays how much time...
2001-03-18 Emanuele AlibertiKERNEL32.GetSystemTimeAsFileTime prototype added.
2001-03-18 David WelchBeginnings of user-mode debugging support.
next