Partial patch of larger rosrtl removal patch. This one merely is a structure fix...
[reactos.git] / reactos / ntoskrnl / ldr / init.c
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
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-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-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-05 Thomas Bluemelget rid of the "global" system process handle since...
2004-11-21 Thomas Bluemel1. don't allow the ProcessImageFileName information...
2004-10-24 Thomas Bluemelmore prototype fixes
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Eric KohlOpen initial executable file synchronously.
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-04-27 Hartmut Birr- Initialize the fpu control register within the contex...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2002-11-15 Eric KohlCreate process parameter block for initial process...
2002-11-12 Eric KohlReworked initial process loader.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-11 KJK::HyperionPath to SMSS can be now set in the registry value REGIS...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-03 Eric KohlFixed stack allocation for initial process (smss.exe).
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-23 Eric KohlRemoved fixed stack base address
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-08 David WelchAdditional bug fixes
2000-06-29 David WelchMade header file usage more consistent
2000-06-18 Eric KohlUse SystemRoot link instead of LdrGetSystemDirectory()
2000-02-25 Eric KohlRemoved useless debug messages and header files
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-12 Eric KohlAdded missing printf() functions
2000-01-11 Eric KohlFixed process parameters
1999-12-08 Eric Kohlpointer to PEB becomes first parameter in call to NtPro...
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-02 David WelchImproved scheduling code
1999-10-20 Rex JolliffChanged name to conform with kernel naming convention
1999-10-13 Eric KohlPEB will be created in NtCreateProcess.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-05 Eric KohlRun smss.exe instead of shell.exe.
1999-08-29 David Welch*** empty log message ***
1999-07-17 Emanuele Alibertifixes
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB