fix a small bug in cd, it did make all char lower case. done by me and Brandon Turner...
[reactos.git] / reactos / ntoskrnl / ldr / sysdll.c
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-26 Alex IonescuMark initial loader APIs are INIT_FUNCTION so they...
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-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-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-19 Alex IonescuCorrect NtW32call to call correct kernel function,...
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-06 Gé van Geldorp- Prevent image loading and symbol loading getting...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-01 Alex IonescuMore LDR constants changes.
2004-11-13 Hartmut Birr- Removed some unnecessary type casts.
2004-11-11 Alex IonescuFix calls to KeAttachProcess
2004-08-31 Hartmut Birr- Removed the member OldProcess from the ETHREAD structure.
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-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-09-13 VizziniPatch by skywing:
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-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-08 David WelchSome memory manager cleanups
2000-12-23 David WelchAll task switching is done in software.
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-11 David WelchCorrect implementation of user-mode APCs
2000-08-05 David WelchIntegrated fixes from prep0016
2000-06-29 David WelchMade header file usage more consistent
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-18 Eric KohlUse SystemRoot link instead of LdrGetSystemDirectory()
2000-05-13 David WelchSome fixes.
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...