Remove fixed heap base address (HEAP_BASE) to enable bottom-up heap allocation.
[reactos.git] / reactos / lib / ntdll / ldr / startup.c
2004-10-05 Eric KohlRemove fixed heap base address (HEAP_BASE) to enable...
2004-01-07 Hartmut Birr- Implemented fast loading of bounded images.
2003-11-17 KJK::HyperionForgot a file
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-08-21 Thomas BluemelImplemented loading compatibility settings (custom...
2003-08-15 Hartmut Birr- Fixed the allocated size for the KernelCallbackTable.
2003-05-21 Eric KohlUse NLS-Section in user-mode.
2003-05-12 Eric KohlImplemented dll preloading and mapping.
2003-04-27 Casper Hornstrup2003-04-27 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-18 Gé van GeldorpFix GetVersion
2002-12-08 Robert DickensonSplit out the resource functions for finer control...
2002-11-15 Eric KohlRemoved special case of process without process paramet...
2002-11-07 Robert DickensonManually applying Gunnars patch because it's easier...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-17 Hartmut BirrRemoved the absolute path (c:\reactos\system32) to...
2002-08-09 David Welch2002-08-09 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-27 David WelchFixes for problems with win32k
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2000-11-19 Eric KohlAdded tls bitmap initialization
2000-10-08 David WelchAdditional bug fixes
2000-09-05 Eric KohlImplemented dll detach on process termination
2000-09-01 Eric KohlImproved internal dll handling
2000-08-12 David WelchUpdated CREDITS
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-05-27 David WelchFix for issue with closing non-existent or already...
2000-05-25 Eric KohlImplemented:
2000-05-24 David WelchMore bug fixes.
2000-03-22 David WelchUpdated the minix driver
2000-03-18 Eric KohlAdded image functions
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-25 Eric KohlFixed PEB related bugs
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-05 Eric KohlAdded some string functions
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-18 Eric KohlChanged debug output to use INT 2D
1999-12-30 David WelchAdded some additional csrss work
1999-12-08 Eric Kohlpointer to PEB becomes first parameter in call to NtPro...
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-09-29 Eric KohlFixed multiple STATUS_xxxx inclusions.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit
1999-03-24 David WelchChanged kernel32 to compile as a dll
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk