fixed some warnings with gcc4 (mostly assignment differs in signedness warnings)
[reactos.git] / reactos / ntoskrnl / ex / sysinfo.c
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-04-18 Thomas Bluemelfix uninitialized variable
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-07 Thomas Bluemel- don't redefine public structures in taskmgr
2005-03-14 Thomas Bluemelimplemented the SystemInterruptInformation information...
2005-03-14 Thomas Bluemeldereference processes when enumerating them was cancell...
2005-03-14 Thomas Bluemelreport idling statistics from the idle process, not...
2005-03-14 Thomas Bluemelgroup idle threads into the idle process
2005-03-13 Thomas Bluemel- fixed handle table structures
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-02 James TaborClean up.
2005-03-01 James TaborDereference process object.
2005-03-01 James TaborPartial implementation of SystemHandleInformation and...
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-22 Thomas Bluemeladded more irql checks
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Gé van GeldorpFix typo
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
2004-12-16 Gé van GeldorpImplement NtFlushInstructionCache()
2004-12-01 Emanuele AlibertiI removed an old comment about replacing PAGESIZE with...
2004-12-01 Eric KohlSet timezone without changing the local time.
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-06 Eric Kohl- Make TIME_ZONE_ID_XXX constants available from kernel...
2004-11-06 Thomas Bluemel1. fixed field names of the SYSTEM_PAGEFILE_INFORMATION...
2004-11-05 Eric KohlRead time zone information from registry at startup.
2004-10-30 Alex IonescuFix some values.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-16 Alex IonescuFix Typo
2004-10-16 Alex IonescuFixed ExGetCurrentProcessorUsage (thanks to Mike)
2004-10-12 Alex IonescuImplemented ExVerifySuite, ExInterlockedFlushSList...
2004-10-08 Gé van Geldorp- Return some values for NtQuerySystemInformation(Syste...
2004-10-01 Hartmut Birr- Rewrote parts of the Process & Thread time count...
2004-09-30 Emanuele AlibertiCorrect spelling errors in some remarks.
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-18 Filip NavaraReplace 0x7ffeffff by MmHighestUserAddress.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-31 Hartmut Birr- Used MmStats.NrFreePages instead of MiNrAvailablePages.
2004-07-31 James TaborFix up SystemPageFileInfo and SystemCacheInfo. May...
2004-07-29 James TaborFixing Taskmgr and GlobalMemoryStatusEx return numbers.
2004-07-23 James TaborAdded thread counting with PsEnumThreadsByProcess and...
2004-07-22 James TaborFixing time accounting errors when mult & div into...
2004-07-16 Eric KohlFix an old typo.
2004-06-23 Alex IonescuAdded Ex Stubs
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-05-26 Filip Navara- Return success for SystemFileCacheInformation request...
2004-05-02 Eric KohlAdd missing io performance counters.
2004-05-02 James TaborProper way for counting process handles.
2004-04-28 Hartmut Birr- Dereference the idle process in some of the NtQuerySy...
2004-04-26 James TaborAdded Process HandleCount information.
2004-04-23 James TaborFixed my mistake in SystemProcessorInformation.
2004-04-23 James TaborFixed SystemProcessorInformation.
2004-04-22 James TaborImplemented new Ros exclusive function SystemFullMemory...
2004-04-14 James TaborImplementation of system performance auditing hax.
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-09-14 Hartmut Birr- Dereference the process pointer in QSI_DEF(SystemProc...
2003-08-18 Emanuele AlibertiSystemProcessInformation: PPID retrieved.
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-29 Casper Hornstrup2003-03-29 Casper S. Hornstrup <chorns@users.sourcefo...
2003-03-24 KJK::Hyperion - changed a couple of structures to match the definiti...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-14 Eric KohlFixed automatic loading of required modules.
2001-11-18 David WelchFixed bugs with vim
2001-09-02 David WelchImplemented NtSetEnvironmentVariable
2001-09-02 David WelchImplemented NtQuerySystemEnvironmentValue
2001-04-22 Emanuele AlibertiQuery/SetSystemInformation: added stubs for information...
2001-01-18 Eric KohlImplemented system module Information
2001-01-17 Eric KohlImplemented SystemDeviceInformation info class
2000-11-04 Eric KohlFixed some system information stuff
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-26 Eric KohlReplaced call to LdrLoadModule() by call to ZwSetSystem...
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
1999-08-11 Eric KohlPartial Implementation of NtQuerySystemInformation...
1999-06-18 Emanuele AlibertiNTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via...
1998-10-05 Rex JolliffInitial revision