Remove .cvsignore files.
[reactos.git] / reactos / ntoskrnl / ex /
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....
2003-12-14 Hartmut Birr- Added return values to some unimplemented functions.
2003-11-17 KJK::HyperionMoved and renamed some ReactOS specific macros
2003-11-16 Hartmut Birr- Initialized lookaside lists earlier in the startup...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-10-11 Gé van GeldorpFix OpenDesktop()
2003-10-07 Eric KohlCreate type objects for all object types.
2003-09-14 Hartmut Birr- Dereference the process pointer in QSI_DEF(SystemProc...
2003-08-21 Thomas Bluemelinitial support for system menus
2003-08-18 Emanuele AlibertiSystemProcessInformation: PPID retrieved.
2003-08-14 Andrew GreenwoodReactOS W32API convert part 4
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
2003-07-15 Andrew GreenwoodMy first CVS commit. Hope I get this right. I did put...
2003-07-12 Casper Hornstrup2003-07-12 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-12 David Welch- Fixed a deadlock - if a thread releasing an fmutex...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell IIIadded @implemented and @unimplemented notes to the...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-01 Gé van GeldorpProperly clean up terminated threads
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-03-29 Casper Hornstrup2003-03-29 Casper S. Hornstrup <chorns@users.sourcefo...
next