Remove all non-official LPC structures/defines/hardcoded hacks, and use actual correc...
[reactos.git] / reactos / subsys / csrss / api / process.c
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-11 Alex Ionescu- Use correct, documented, LPC Message structure (PORT_...
2005-07-31 Hartmut Birr- Implemented CsrDuplicateHandleTable.
2005-07-28 Thomas Bluemelclear out the lower 2 bits of a pid before using it...
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-26 Filip Navara#include "csrss.h" -> #include <csrss.h>
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-01 Alex IonescuPCH for csrss and win32csr, and remove rosrtl usage
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Filip NavaraCompile CSRSS and WIN32CSR with NDK headers.
2005-05-30 Hartmut BirrBuild a correct console handle.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Hartmut BirrProtected the handle table.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-03 Hartmut BirrRemoved some calls to NtOpenProcess. They aren't necess...
2005-04-03 Hartmut BirrSince a process id is only unique if the associated...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-03 Alex IonescuRewrite ROS Critical Section implementation, which...
2004-12-25 Gé van GeldorpDon't return uninitialized variable
2004-12-23 Gé van GeldorpFree process data when LPC port is closed, not when...
2004-12-18 Gé van GeldorpHandle failures better (i.e. without crashing)
2004-11-14 Hartmut Birr- Implemented waitable console handles.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-27 Thomas Bluemelrevert my previous patch
2004-06-27 Thomas Bluemeldon't crash if requested process couldn't be found
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-11 Gé van GeldorpAuto-detect whether to create a GUI or a TUI console
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-12-02 Gé van GeldorpCSRSS code reshuffle
2003-10-20 Gé van GeldorpImplement GUI consoles
2003-08-18 Hartmut Birr- Store for each process a separate pointer for a contr...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-03-09 Hartmut Birr- Added CsrCreateProcessData.
2003-03-05 Eric KohlImplemented VerifyConsoleIoHandle().
2003-02-24 Hartmut Birr- Implemented CsrGetInputHandle, CsrGetOutputHandle...
2003-01-11 Hartmut BirrUsed a hash table for storing/searching of process...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-07 Hartmut BirrImplemented CsrTerminateProcess.
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 AlibertiCSR.GetTitle implemented.
2001-03-20 David WelchBug fixes
2001-01-21 Phillip SusiReworked console code to use frame buffers and input...
2000-07-04 David WelchCompilation fixes
2000-05-26 Phillip Susibig work on the console front
2000-04-23 Phillip SusiWhole new win32 console support, with multiple virtual...
2000-04-03 David WelchCorrect LPC implementation
2000-03-22 David WelchUpdated the minix driver
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
1999-12-30 David WelchAdded some additional csrss work
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-07-17 Emanuele Alibertifixes
1999-06-08 Emanuele AlibertiInitial work for W32 server