Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / ex /
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-24 Thomas Bluemelminor fixes
2005-01-23 Thomas Bluemel1. fixed the timer functions to securely access buffers
2005-01-23 Thomas Bluemel1. fixed prototypes of NtSetSystemTime and NtQuerySyste...
2005-01-23 Gé van GeldorpFix typo
2005-01-23 Thomas Bluemelfixed semaphore functions to securely access buffers...
2005-01-22 Thomas Bluemelmore NtXxx vs. ZwXxx fixes
2005-01-22 Thomas Bluemel1. remove obsolete buffer size checks from NtQueryInfor...
2005-01-22 Thomas Bluemelfixed the prototype of KePulseEvent() and made NtPulseE...
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-21 Thomas Bluemelremove double function head of NtCreateEvent()
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-07 Alex IonescuRemove /nt directory
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Hartmut Birr- Used a system thread to shutdown various kernel compo...
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2005-01-01 Hartmut Birr- Fixed the return values in some unimolemented functions.
2005-01-01 Hartmut Birr- Implemented Ke386TestAndClearBit and Ke386TestAndSetBit.
2005-01-01 Alex IonescuFix work item enumaration values.
2005-01-01 Alex IonescuUse PROCESSOR_FEATURE_MAX instead of PROCESSOR_FEATURES...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Alex IonescuImplemented:
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-24 Gunnar Dalsnes-add some asserts to catch abuse (double insertions...
2004-12-20 Eric KohlNtAllocateUuids(): Improve randomness of initial sequen...
2004-12-19 Eric KohlNtAllocateUuids(): Load and save sequence counter.
2004-12-18 Eric KohlImplement NtAllocateUuids() partially.
2004-12-16 Gé van GeldorpImplement NtFlushInstructionCache()
2004-12-12 Hartmut Birr- Used the lock prefix on smp builds.
2004-12-05 Filip Navara- Disable debugging messages.
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-29 Eric Kohl- Convert boot time and system time from local time...
2004-11-28 Eric KohlSet system time and update boot time and relative timers.
2004-11-21 Gunnar Dalsneswork.c: reimpl. using kernel queues
2004-11-20 Thomas Bluemeladded missing definitions
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-17 Gunnar Dalsnesrevert incorrect fix
2004-11-15 Gunnar Dalsnesfix broken work item impl.
2004-11-13 Hartmut Birr- Stored the informations from the cpuid instruction...
2004-11-12 Eric Kohl- Move NtAllocateUuids from the Security Reference...
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-11-05 Eric KohlMake sure that NtSetSystemTime won't crash if the new...
2004-10-30 Alex IonescuFix some values.
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-10-22 Thomas Bluemelhopefully a better implementation of rundown protection...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-10-17 Gé van GeldorpMore shutdown messages
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-30 Royce Mitchell IIIYou're such a trooper, Marvin
2004-09-30 Gé van GeldorpYou can tune a file system, but you can't tunafish
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-09-27 Steven EdwardsAdd a shutdown message.
2004-09-26 Royce Mitchell IIImore sayings
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-12 Gé van GeldorpMake the end a little bit more interesting
2004-09-09 Hartmut Birr- Implemented ExfInterlockedCompareExchange64 and ExfpI...
2004-08-21 Mike Nordellstop wasting power at shutdown
2004-08-18 Filip NavaraReplace 0x7ffeffff by MmHighestUserAddress.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-09 Alex IonescuRundown Protection Implementation. Implemented ExAcquir...
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
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-23 Alex IonescuAdded Ex Stubs
2004-06-19 Filip Navara- Callbacks implementation. A little modified patch...
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-01 Steven Edwardschange xInterlockedAddLargeStatistic and ExInterlockedC...
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.
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginUpdate inline assembler to be compatible with MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
next