Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / csrss / api /
2002-08-22 Eric Kohl-Implemented ReadConsoleOutputCharacterA and CsrReadCon...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-05-07 Hartmut BirrImplemented CsrTerminateProcess.
2002-05-07 Hartmut BirrFixed the range test for handles in CsrGetObject/CsrRel...
2002-05-07 Hartmut BirrCreate console active event inheritable.
2002-05-05 Phillip SusiFixed ReadConsoleInput() to not wait for a newline
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2001-12-02 David WelchImplemented LPC sections
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-09-02 Casper HornstrupRemoved dbgprints
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-14 Emanuele AlibertiMinor fix in CSR.GetTitle().
2001-08-14 Emanuele AlibertiCSR.GetTitle implemented.
2001-07-31 Emanuele Aliberti\t processing in SCREEN_BUFFER bugged.
2001-07-31 Emanuele AlibertiRemoved the bugged conio.c:ComputeOffsetBuffer()
2001-07-30 Emanuele AlibertiLittle CsrpWriteConsole() cleanup.
2001-06-29 Eric KohlStarted moving common gdi32/w32k types into common...
2001-06-23 Phillip SusiTreat STATUS_PORT_DISCONNECTED as full error, now that...
2001-06-22 Phillip SusiImplemented support for console titles
2001-06-18 Phillip SusiFixed console mode behavior with processed input but...
2001-03-20 David WelchBug fixes
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-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2000-12-09 Phillip SusiOpps... can't just return from a native thread proc...
2000-12-01 jean*** empty log message ***
2000-10-09 Eric KohlFixed compiler warning
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-11 Phillip SusiImplemented console modes
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-05-26 Phillip Susibig work on the console front
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-04-23 Phillip SusiWhole new win32 console support, with multiple virtual...
2000-04-03 David WelchCorrect LPC implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-02-29 Emanuele AlibertiAdded help command to shell.exe.
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
1999-12-30 David WelchAdded some additional csrss work
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-07-17 Emanuele Alibertifixes
1999-06-08 Emanuele AlibertiInitial work for W32 server