New macros InitializeUnicodeString(), RtlInitUnicodeStringFromLiteral() and UNICODE_S...
[reactos.git] / reactos / ntoskrnl / ldr / init.c
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