RetVal is in bytes, so check against MAX_PATH in bytes
[reactos.git] / reactos / lib / kernel32 / process / create.c
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-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-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-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
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-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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-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-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-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-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
2003-12-18 Gé van GeldorpAllow launching of console apps from GUI apps
2003-10-31 Filip Navara- Added stack trace reporting in exception handler.
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-08-18 Hartmut Birr- Fixed the initializing of the initial console control...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-29 KJK::Hyperion - new statically linked library ROSRTL, for code to...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-07 Gé van GeldorpImprove (hardware) exception handling and reporting
2003-03-26 Hartmut Birr- Do not create a console for GUI applications.
2003-03-16 Casper Hornstrup2003-03-16 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-09 Hartmut Birr- Duplicate the error handle in CreateProcessW.
2003-01-22 Eric KohlFixed some warnings.
2003-01-19 Gé van GeldorpSilence some debug messages
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-07 Robert DickensonAdded support for lauching VDM on dos image load.
2002-11-05 Hartmut Birr* Fixed the searching for the file extension in CreateP...
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-13 Hartmut BirrCheck for CREATE_UNICODE_ENVIRONMENT in CreateProcessA.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-26 Hartmut BirrInitialized Peb->WindowFlags (instead of Flags) with...
2002-08-26 David WelchOops, fixed compile errors.
2002-08-26 David WelchCopy all the startup info to the new process.
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-05-07 Hartmut BirrAdded support for piping.
2002-04-27 Hartmut BirrAdded support for bat/cmd files.
2002-04-01 Hartmut BirrAdded ansi to unicode translation for the environment...
2002-02-04 Steven EdwardsFixed a typo - Guido de Jong
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlRewrote stack allocation.
next