migrate substitution keywords to SVN
[reactos.git] / reactos / subsys / smss / init.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-10-24 Thomas Bluemelfixed prototypes of NtSetEvent(), NtResetEvent(), NtQue...
2004-06-05 Filip Navara- Disable paging file for Live CD.
2004-01-06 Eric KohlMoved some Nt/Zw functions and types.
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-24 Royce Mitchell IIIreorganized for NDIS_WDM support ( submitted by vizzini )
2003-06-09 Eric KohlVerify checksums of preloaded DLLs.
2003-05-14 Eric KohlDon't crash ReactOS if DLL-Preloading fails.
2003-05-12 Eric KohlImplemented dll preloading and mapping.
2003-02-25 Gé van Geldorp- Move GDI drivers and win32k.sys from system32\drivers...
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-17 Hartmut BirrChanged the values for the page file size from the...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-06-12 Eric KohlUse NtSetSystemInformation() to load win32k.sys because...
2002-05-27 Hartmut BirrFixed creation of paging file in SmPagingFilesQueryRoutine.
2002-05-24 Eric KohlFixed a severe bug in RtlQueryRegistryValues() and...
2002-05-24 Eric KohlAdded import of REG_EXPAND_SZ registry values.
2002-05-22 Eric KohlRead settings from the registry.
2002-04-26 Eric KohlSimplified access to the shared user page.
2002-03-18 Hartmut BirrFixed creation of environment variable SystemDrive.
2002-03-18 Eric KohlFixed Nt/ZwCreatePagingFile() prototype.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2001-12-31 David WelchSwapping to disk
2001-12-02 David WelchRemove debugging changes.
2001-12-02 David WelchImplemented LPC sections
2001-07-15 Eric KohlCreate symbolic links for dos devices.
2001-06-12 Casper HornstrupWindow stations and desktops
2001-05-01 Phillip SusiDon't crash if win32k.sys isn't there.. it's ok..
2001-03-25 David WelchV86 mode fixes
2001-02-02 Eric KohlAdded access right mapping
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-05 Eric KohlRun winlogon.exe instead of shell.exe
2000-10-09 Eric KohlMinor update
2000-06-29 David WelchMade header file usage more consistent
2000-04-03 David WelchCorrect LPC implementation
2000-03-22 David WelchUpdated the minix driver
2000-02-27 Eric KohlAdded 'Path' and 'windir' system environment variables
2000-02-25 Eric KohlImproved RtlCreateUserProcess()
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-02-18 Eric KohlFixed environment implementation
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-11 Eric KohlFixed process parameters
1999-12-30 David WelchAdded some additional csrss work
1999-12-24 Eric KohlFixed compiler warnings
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-12-04 Emanuele AlibertiMinor changes.
1999-12-01 Eric Kohl- added environment functions
1999-11-25 David WelchCorrected ntdll mapping bug
1999-10-24 Rex JolliffChanges to get video drivers and win32k to load
1999-09-05 Eric KohlMoved smss to a better place.