fixed calls to NtDuplicateObject
[reactos.git] / reactos / lib / kernel32 / process /
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-23 Hartmut BirrRemoved some escape sequences from the command line...
2005-09-26 Alex IonescuExport and implement CreateProcessInternalA and CreateP...
2005-09-09 Gé van GeldorpRetVal is in bytes, so check against MAX_PATH in bytes
2005-08-30 Hartmut BirrInvoke always our own exception handler if the exceptio...
2005-08-11 Alex Ionescu- Fix DEVICE_NODE definition to remove ROS-only fields
2005-07-31 Hartmut Birr- Changed BasepConvertUnicodeEnvironment to obtain...
2005-07-31 Alex IonescuSilence debug messages
2005-07-30 Alex IonescuDon't use CSRSS handles if we alreay have some (so...
2005-07-29 Hartmut BirrFixed some bugs in CreateProcessA which was introduced...
2005-07-28 Alex Ionescu - Fix/update w32api PE headers
2005-07-28 Alex Ionescu - Start of fixing CreateProcess's problems. Implemente...
2005-07-27 Alex Ionescu - Some more PSDK compatibility fixes
2005-07-26 Alex Ionescu- Final ROSRTL removal patch. The next patch will remov...
2005-07-13 Alex IonescuFix executing applications. Sorry for the delay, this...
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Alex IonescuCleanup kernel usage to decrease compilation time/memory
2005-06-20 Alex IonescuBuild kernel32 with NDK
2005-06-20 KJK::HyperionConverted kernel32 process creation to use PSEH (untest...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-11 Alex IonescuFix incorrect call to ntopenprocess
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Hartmut BirrRevert my last changes.
2005-05-06 Hartmut BirrDo not modify the stack layout of a function by using...
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-27 Hartmut BirrFixed the check for a created first thread.
2005-04-18 Alex IonescuFix incorrect OpenProcess implementation in kernel32...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Thomas Bluemelfixed warnings
2005-04-02 Hartmut BirrChanged the indentation to a human readable format...
2005-03-17 Filip NavaraDon't try to duplicate NULL handles.
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-02-12 Casper HornstrupBranch setupapi
2005-02-12 Gé van GeldorpCheck subsystem
2005-02-08 Gé van GeldorpYou can't execute a DLL
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-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-01 Alex IonescuFix my previous NtDelayExecution patch. Fix Cc function...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-18 Thomas Bluemelimplemented undocumented GetConsoleInputExeNameA/W...
2004-12-13 Filip Navara- Get handling of unhandled exceptions working again.
2004-11-21 Thomas Bluemel1. don't allow the ProcessImageFileName information...
2004-11-07 Gregor AnichTranslate EXCEPTION_XXX defines into EXCEPTION_DISPOSIT...
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-08 Thomas Bluemellittle simplification
2004-10-02 Thomas Bluemelfixed ProcessIdToSessionId()
2004-09-23 Emanuele AlibertiEmanuele Aliberti <ea@reactos.com>
2004-09-23 Thomas Bluemelfixed returning a wrong handle count in GetProcessHandl...
2004-09-23 Thomas Bluemelfixed initialization of the object attributes in Create...
2004-09-23 Thomas Bluemelimplemented OpenJobObjectA/W() - untested though
2004-09-23 Thomas Bluemelimplemented CreateJobObjectA/W() - untested though
2004-09-23 Thomas Bluemelimplemented IsProcessInJob(), AssignProcessToJobObject...
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-07 Filip Navara- Imporved implementation of UnhandledExceptionFilter.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-02 Gé van GeldorpFix WinExec return value
2004-05-29 Filip Navara- Correctly initialize the startup info in WinExec.
2004-05-15 Hartmut Birr- Simplified the converting of environment variables.
2004-05-15 Hartmut Birr- Fixed the execution of batch files.
2004-05-11 Gé van GeldorpFix command line handling (mostly double-quoting stuff)
2004-05-01 Mike NordellDisplay module names with the stack trace on unhandled...
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-28 Gé van GeldorpDon't wait for GUI processes to finish
2004-01-23 Eric KohlMove kernekl32-internal declarations from global includ...
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-06 Martin FuchsFIXME for CreateProcess(): use CurDir to search for...
2004-01-05 Thomas BluemelCorrect compiler-agnostic stdcall function pointers...
2004-01-04 Gé van GeldorpRely on CSRSS to do console handle duplication
2003-12-27 Filip NavaraFixed usermode stack traces.
2003-12-24 Gé van GeldorpAdd lpApplicationName processing back in again
2003-12-23 Gé van GeldorpHandle spaces in command line
next