I forgot to update the code that uses SYSTEM_TIME_INFORMATION.
[reactos.git] / reactos /
2000-04-26 Emanuele AlibertiI forgot to update the code that uses SYSTEM_TIME_INFOR...
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-24 Phillip SusiNtDeviceIoControllFile() was not specifying IoFileObjec...
2000-04-24 Phillip SusiDo not set std handles when AllocConsole() fails, I...
2000-04-23 Phillip SusiDisabled debug prints
2000-04-23 Phillip SusiDisabled debug prints
2000-04-23 Phillip SusiDumped anoying debug print
2000-04-23 Phillip SusiAdded a event handle to reply struct
2000-04-23 Phillip SusiAdded declaration for InterlockedCompareExchange
2000-04-23 Phillip SusiSwitched to CREATE_NEW_CONSOLE from DETACHED_PROCESS
2000-04-23 Phillip SusiWhole new win32 console support, with multiple virtual...
2000-04-23 Phillip SusiWas reporting geometry backwards, and needed to add...
2000-04-23 Phillip SusiPatched up console code a bit
2000-04-23 Phillip SusiCreateProcess was eating the flags, had to pass them on
2000-04-20 Phillip SusiFixed up Critical Section code
2000-04-17 Phillip SusiReplaced a -- with an InterlockedDecrement
2000-04-15 Eric KohlAdded some rtl functions
2000-04-14 Eric KohlImplemented debugger functions
2000-04-13 Boudewijn Dekkerapplied fixes to make a user32.dll
2000-04-12 Boudewijn Dekker.
2000-04-12 Eric KohlAdded kernel_parameters to boot_param
2000-04-11 Jason FilbyFixed EngFreeMem def
2000-04-10 Jason FilbyImplemented DrvCopybits
2000-04-09 Eric KohlAdded system and isa bus handler
2000-04-08 Eric KohlFixed compiler warnings
2000-04-08 Eric KohlMoved KeStallExecutionProcessor() into HAL.
2000-04-07 Phillip SusiCorreted path to be system32 instead of system
2000-04-07 Phillip SusiRemoved LoadLibraryW from kernel32.edf, as it seems...
2000-04-07 Eric KohlAdded more time functions
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-06 Eric KohlMoved debug functions
2000-04-06 Eric KohlAdded some more security functions
2000-04-05 Eric KohlAdded hal functions
2000-04-05 Eric KohlAdded ace, acl and sid functions
2000-04-03 David WelchCorrect LPC implementation
2000-04-03 Jason FilbyImplemented DrvPaint and DrvBitBlt
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-04-02 Jason FilbyAll video related files now loaded by win32k
2000-04-02 Jason FilbyUse NonPagedPool in EngAllocMem for now
2000-04-01 Emanuele AlibertiVersion info for Named Pipe fs driver.
2000-04-01 Emanuele AlibertiVersion info for Minix driver.
2000-04-01 Emanuele AlibertiVersion info for ext2fs driver.
2000-04-01 Jason FilbyImplemented basic VGA routines
2000-03-29 David WelchCorrected mutex implementation
2000-03-29 Phillip SusiFixed typeo preventing compilation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-19 Eric KohlAdded some more status codes
2000-03-19 Eric KohlImplemented bus handler functions (not working yet)
2000-03-19 Eric KohlImplemented bus handler functions (not working yet)
2000-03-19 Eric KohlImplemented VideoPortDebugPrint()
2000-03-19 Eric KohlAdded SYSTEM_TIME_INFORMATION
2000-03-19 Emanuele AlibertiSome clean-up in ntoskrnl/mm. MmAllocateSection prototy...
2000-03-18 Eric KohlFixed path bugs
2000-03-18 Jason FilbyAdded forgotten .h files
2000-03-18 Emanuele Alibertiqsort in NTOSKRNL and some STDCALL declarations.
2000-03-18 Eric KohlOops...
2000-03-18 Eric KohlAdded image functions
2000-03-18 Eric KohlAdded security descriptor functions
2000-03-18 Eric KohlFixed compiler warnings
2000-03-17 Jason Filbylast mod...
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Jason FilbyAdditional modifications
2000-03-17 Eric KohlFixed compiler warning
2000-03-17 Jason FilbyAdded eng files
2000-03-17 Jason FilbyMiniport driver now loaded from win32k
2000-03-16 Eric KohlOops! Typos...
2000-03-16 Eric KohlFixed ANSI <--> Unicode conversions
2000-03-16 David WelchOops.
2000-03-16 Eric KohlFixed a confusing error message
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlFixed WIN32_FIND_DATA[A/W] structs and resulting bugs
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlObsolete!
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-14 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-13 David WelchUpdated install script
2000-03-13 Eric KohlUnused characters in long file name buffers (directory...
2000-03-13 Eric KohlFixed a bug in rtlGetFullPathName_U()
2000-03-12 Eric KohlFixed file creation date and time
2000-03-12 Eric KohlAdd MD command
2000-03-12 Eric KohlUpdated INTERFACE_TYPE
2000-03-12 Eric KohlAdded some security functions
2000-03-12 Eric KohlFixed lots of status values
2000-03-11 Emanuele AlibertiNTOKRNL.FsRtl notification and cache tunnels stubs...
2000-03-10 Emanuele AlibertiNTOSKRNL.FsRtl opportunistic lock stubs added.
2000-03-10 Eric KohlFixed compiler warning
2000-03-10 Jason FilbyAdd VGA display driver
2000-03-10 Jason FilbySmall fix
2000-03-09 Jason FilbyImplemented DRIVER_BuildDDIFunctions
2000-03-09 Eric KohlAdded time related functions
2000-03-09 Eric KohlImplemented bitmap functions
2000-03-08 Emanuele Alibertiwin32k.sys exports script.
2000-03-08 Emanuele AlibertiSome minor fixes.
2000-03-08 Jason FilbyMoved display driver and got win32k loading it's entry...
next