Partial patch of larger rosrtl removal patch. This one merely is a structure fix...
[reactos.git] / reactos / lib / kernel32 / process / proc.c
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Alex IonescuBuild kernel32 with NDK
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-18 Alex IonescuFix incorrect OpenProcess implementation in kernel32...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Thomas Bluemelfixed typo and don't use memcpy to just copy a 32bit...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-21 Thomas Bluemelthe ProcessPriorityBoost class expects ULONG, not BOOL
2005-01-07 Thomas BluemelGetProcessAffinityMask() should return correct system...
2005-01-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2004-11-05 Eric KohlUse ASSERT() instead of assert().
2004-11-02 Thomas Bluemel1. get rid of InternalGetProcessId()
2004-10-19 Thomas Bluemelthe last parameter of NtQueryInformationProcess() is...
2004-10-02 Thomas Bluemelfixed ProcessIdToSessionId()
2004-09-23 Thomas Bluemelfixed returning a wrong handle count in GetProcessHandl...
2004-09-21 Thomas Bluemelimplemented GetProcessHandleCount()
2004-09-19 Thomas Bluemel1. implemented SetProcessWorkingSetSize()
2004-09-13 Gé van GeldorpFix closing of LPC ports
2004-08-29 Thomas Bluemelimplemented SetProcessPriorityBoost() and GetProcessPri...
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-07-02 Gé van GeldorpFix WinExec return value
2004-05-29 Filip Navara- Correctly initialize the startup info in WinExec.
2004-03-14 Thomas Bluemelimplemented GetProcessIoCounters()
2004-03-14 Thomas Bluemelimplemented GetProcessId()
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-09-21 Martin Fuchsfix usage of 64 bit constants in SleepEx() and GetQueue...
2003-08-28 Gé van GeldorpStubs for newer functions (patch by Jonathan Wilson)
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-03-06 Eric KohlImplemented GetProcessAffinityMask() and SetProcessAffi...
2003-01-22 Eric KohlFixed some warnings.
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Robert DickensonMainly standardisation of makefiles. Added some exports...
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-26 David WelchCopy all the startup info to the new process.
2002-05-07 Hartmut BirrAdded csrss notification in ExitProcess.
2001-09-02 Emanuele AlibertiKERNEL32.GetPriorityClass fixed.
2001-08-15 Emanuele AlibertiMinor fixes in KERNEL32.TerminateThread() and in
2001-03-31 David WelchCheck for failed allocation
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-02-10 Emanuele AlibertiKERNEL32.GetProcessVersion partial implementation.
2001-02-06 David WelchFixed timer code
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-09-05 Eric KohlImplemented dll detach on thread termination
2000-09-05 Eric KohlImplemented dll detach on process termination
2000-06-29 David WelchMade header file usage more consistent
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-11 Eric KohlFixed process parameters
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-10-18 Boudewijn Dekkerimplemented some ldr functions
1999-10-13 Eric KohlPEB will be created in NtCreateProcess.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-12 Eric KohlFixed typo.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-05-11 Eric KohlAdded TerminateProcess().
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB
1999-03-26 David WelchMade process execution work again
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-07 David WelchFixed bugs in lib/kernel32/file/curdir.c and
1999-02-06 David Welchno message
1999-01-16 David WelchFixed several bugs
1999-01-16 Rex JolliffBoudewjin's massive work on kernel32 and crtdll and...
1999-01-04 David WelchCreated bugs in wait and timer code
1999-01-01 David Welch*** empty log message ***
1998-12-23 Rex Jolliffmore changes to support the loader
1998-12-04 Rex JolliffRolled in various changes from others
1998-10-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1996-01-23 The ReactOS ManagerInitial revision ReactOS-0.0.7