Added scsiport driver skeleton.
[reactos.git] / reactos / subsys /
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-15 Eric KohlCreate symbolic links for dos devices.
2001-07-06 Rex Jolliffadded object handling routines for user objects in...
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-01 Jason FilbyFixed warnings
2001-06-30 Jason FilbyBug fix
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-25 Eric KohlFixed a lot of warnings.
2001-06-23 Phillip SusiTreat STATUS_PORT_DISCONNECTED as full error, now that...
2001-06-22 Eric KohlFixed 'clean' rule.
2001-06-22 Phillip SusiImplemented support for console titles
2001-06-22 Phillip SusiSet console title to "Winlogon"
2001-06-21 Eric KohlAdded missing io status blocks.
2001-06-18 Phillip SusiFixed console mode behavior with processed input but...
2001-06-18 Phillip SusiFixed CreateProcess() to use the command line parameter...
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-07 Eric KohlFixes to build win32k.sys again.
2001-06-04 Jason FilbyBug fixes
2001-06-04 Casper HornstrupWin32k native user stubs
2001-06-03 Jason FilbyPrevent mouse from interfering with GDI drawing
2001-06-02 Jason FilbyBetter looking mouse cursor
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-02 Jason FilbyInitial font and text support. Fixes to color palette...
2001-05-02 Jason FilbyFreetype 2
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-05-01 Phillip SusiDon't crash if win32k.sys isn't there.. it's ok..
2001-04-26 Phillip SusiClose handles to shell process/thread
2001-04-15 Nedko ArnaudovINSTALL
2001-04-01 Jason Filbyfixed a stupid bug
2001-04-01 David WelchUse unix style path seperators
2001-03-31 Jason Filbylast typo, really!
2001-03-31 Jason Filby*** empty log message ***
2001-03-31 Jason Filbytypo
2001-03-31 Jason Filbyoops
2001-03-31 Jason Filbydisable freetype for now
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2001-03-29 David WelchFixed int 10 problems
2001-03-26 David WelchFixes for page list initialization
2001-03-25 David WelchFurther fixes
2001-03-25 David WelchOops, forget this file
2001-03-25 David WelchV86 mode fixes
2001-03-20 David WelchBug fixes
2001-03-20 Eric KohlEstablished forwarded exports in win32k.sys
2001-03-07 David WelchMore .cvsignore files
2001-02-28 Phillip SusiFixed crash on help command, due to a buffer overflow...
2001-02-19 David WelchCorrected va_arg bugs
2001-02-18 Phillip SusiIgnore csrss.coff
2001-02-12 Phillip SusiDarnit, don't override the rules.mak rule for building...
2001-02-06 Phillip SusiFixed makefile to use default rule for building resourc...
2001-02-02 Eric KohlAdded access right mapping
2001-02-01 jeanfourth argument of WriteConsoleA is mandatory
2001-01-31 Phillip SusiBug fixes and speedup
2001-01-24 Phillip SusiFixed backspace handling
2001-01-21 Phillip SusiReworked console code to use frame buffers and input...
2001-01-21 Phillip SusiFixed a few bugs and enhanced performance
2001-01-20 Eric KohlAdded services.exe to boot sequence
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2001-01-14 Eric KohlFixed 'clean' rule
2000-12-30 David WelchFix for compilation bug
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-10 Emanuele AlibertiCleaning up before moving psxss to subsys/psx/server .
2000-12-09 Phillip SusiOpps... can't just return from a native thread proc...
2000-12-08 Eric KohlReplaced hard-coded paths
2000-12-05 Eric KohlRun winlogon.exe instead of shell.exe
2000-12-05 Eric KohlMinor fixes
2000-12-05 Eric KohlMoved system applications
2000-12-01 jean*** empty log message ***
2000-11-20 Eric KohlModified makefiles for use with rcopy
2000-10-14 Jason FilbyMinor fixes
2000-10-09 Eric KohlMinor update
2000-10-09 Eric KohlFixed compiler warning
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-09-08 Eric KohlOoops! I forgot that little thingy...
2000-08-26 Eric KohlReplaced call to LdrLoadModule() by call to ZwSetSystem...
2000-08-15 Eric KohlFixed some warnings
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-11 Phillip SusiImplemented console modes
2000-07-07 Eric KohlAdded checks for loaded drivers
2000-07-07 Phillip SusiMore DbgPrint to DPRINT changes, Implimented support...
2000-07-07 Phillip SusiConverted more DbgPrints to DPRINT and allocate bitmaps...
2000-07-07 Phillip SusiBug fixes to win32k
2000-07-07 Phillip SusiImplimented switch back to text mode after gditest
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchCompilation fixes
2000-06-29 David WelchMade header file usage more consistent
2000-06-18 Eric KohlFixed typo and added freetype dir to clean target
2000-06-18 Jason FilbySmall change and removed unnecessary files
2000-06-18 Jason FilbyMath functions required by win32k
2000-06-18 Jason FilbyAltered to use new and smaller math.c
2000-06-18 Jason FilbyMakefile changes for win32k
2000-06-16 Jason Filbytemporary float and math support
2000-06-16 Jason FilbyGDI Improvements
2000-06-16 Jason FilbyGDI improvements
2000-05-26 Phillip Susibig work on the console front
2000-05-14 David WelchUpdated clean targets in various places
next