Set processor features in the shared user page.
[reactos.git] / reactos / ntoskrnl /
2004-10-24 Eric KohlSet processor features in the shared user page.
2004-10-24 Filip Navara- Return STATUS_SUCCESS for root bus PDO PnP IRPs so...
2004-10-23 Filip Navara- Minor device node fixes.
2004-10-23 Gregor AnichFixed debug build
2004-10-23 Gregor AnichFixed debug build, uncommented NDEBUG in io/pnpmgr.c
2004-10-23 Eric KohlUpdate DEVICE_NODE structure but some ReactOS specific...
2004-10-22 Thomas Bluemelhopefully a better implementation of rundown protection...
2004-10-22 Thomas Bluemelfixed redefinition of ASSERT
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Filip Navara- Check for DeviceNode->CapabilityFlags being NULL...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-22 Filip Navara- Fix uninitialized variable warning in KeFlushEntireTb.
2004-10-22 Eric KohlDefine ASSERT and ASSERTMSG macros.
2004-10-22 Eric KohlFix a debug message
2004-10-22 Filip Navara- Fix RtlIsRangeAvailable for boundary addresses and...
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-10-22 Eric Kohl- Remove obsolete variables from the DEVICE_NODE struct...
2004-10-21 Art YerkesAdded null check for CapabilityFlags.
2004-10-19 Hartmut Birr- Fixed the size calculation of the resource list in...
2004-10-19 Filip Navara- Fix various bugs in IoGetDmaAdapter.
2004-10-18 Filip Navara- Fix a typo.
2004-10-18 Filip Navara- Fix calling convention of ExInterlockedPushEntrySList...
2004-10-17 Hartmut Birr- Fixed the changing of the PGE bit in cr4.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-17 Hartmut Birr- Simplified the definition of KeGetCurrentKPCR for...
2004-10-17 Filip Navara- Fix calling convention of ExInterlocked* functions.
2004-10-17 Hartmut Birr- Fixed the definition KPCR_SELF and KeGetCurrentKPCR.
2004-10-17 Hartmut Birr- Fixed the dependency check for ntoskrnl.
2004-10-17 Gé van GeldorpMore shutdown messages
2004-10-17 Alex IonescuFixed definition of KPCR_TIB to match W32API/NT5 defint...
2004-10-17 Alex IonescuFix accidental change.
2004-10-17 Alex IonescuKeStackAttach: Acquire lock before getting thread
2004-10-17 Filip Navara- Fix the CFLAGS handling to avoid duplicating flags...
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-10-16 Alex IonescuFix Typo
2004-10-16 Alex IonescuFixed ExGetCurrentProcessorUsage (thanks to Mike)
2004-10-13 Alex IonescuImplemented KeSetEventBoostPriority, KeFindConfiguratio...
2004-10-13 Alex IonescuSorry, forgot to add this.
2004-10-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-10-12 Filip Navara- Fix logic error in PsDeleteCidHandle.
2004-10-12 Alex IonescuImplemented ExVerifySuite, ExInterlockedFlushSList...
2004-10-12 Alex IonescuAdded complete defintion of FX_SAVE_AREA and moved...
2004-10-11 Eric KohlStore device instance data in the registry.
2004-10-11 Filip Navara- Allow querying information for root enumerated device...
2004-10-10 Eric KohlNtReadFile(): Take FILE_USE_FILE_POINTER_POSITION into...
2004-10-10 Gregor AnichFixed compiler warning ('RegistryPropertyName' might...
2004-10-10 Eric KohlNtDeviceIoControlFile() and NtFsControlFile():
2004-10-09 Filip Navara- Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY...
2004-10-09 Filip Navara- Delete all build files on "make clean".
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-10-08 Filip Navara- Fix one error case to prevent crashes when registry...
2004-10-08 Filip NavaraCorrectly handle small buffers in NtEnumerate[Value...
2004-10-08 Gé van Geldorp- Return some values for NtQuerySystemInformation(Syste...
2004-10-07 Gé van GeldorpDon't corrupt the registry when deleting a REG_DWORD...
2004-10-05 Hartmut Birr- Bugcheck on a page fault, if the reason was code...
2004-10-05 Hartmut Birr- Changed some functions from Nt to Zw in RtlFormatCurr...
2004-10-05 Hartmut Birr- Removed some hard coded values, which depend on a...
2004-10-04 Alex IonescuUn-hardcoded the 0xC0000000 value, and stuck the define...
2004-10-04 Casper Hornstrup2004-10-04 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-04 Hartmut Birr- Fixed the setting of the page protection for ntoskrnl.
2004-10-04 Casper HornstrupRevert:
2004-10-03 Gé van GeldorpRollback last change since it was incorrect.
2004-10-03 Gé van GeldorpMove final user stack cleanup to kernelmode
2004-10-03 Gé van GeldorpRemove faulty debug statement
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-10-02 Filip NavaraChange the ASSERT_IRQL in ExAllocatePagedPoolWithTag...
2004-10-02 Casper Hornstrup2004-10-02 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-02 Casper Hornstrup2004-10-02 Casper S. Hornstrup <chorns@users.sourcefo...
2004-10-02 Hartmut Birr- Updated the workingset size in the rmap functions.
2004-10-01 Art YerkesSorry i didn't have all the assertions correct in ntosk...
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB (forgotten...
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-10-01 Hartmut Birr- Rewrote parts of the Process & Thread time count...
2004-10-01 Gé van GeldorpHandle mapping a view of a section at non-zero file...
2004-10-01 Art Yerkespool.c: assert irql and pool type for PASSIVE_LEVEL...
2004-10-01 Art YerkesZero the new descriptor so that the Dacl, Sacl etc...
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-29 Royce Mitchell IIIsprintf bad
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-09-28 Hartmut Birr- Fixed LdrLookupPageProtection.
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-28 Eric Kohl- Implement IoFreeErrorLogEntry().
2004-09-28 Eric KohlUse FILE_APPEND_DATA access right to write log entries.
2004-09-28 Eric KohlNtWriteFile must append to file if it was opened with...
2004-09-27 Steven EdwardsAdd a shutdown message.
2004-09-26 Hartmut Birr- Detect more cpu features.
2004-09-26 Hartmut Birr- Rewrote (copied from ntdll) parts of the relocation...
2004-09-26 Eric KohlDelete a boot log from the registry after it was writte...
2004-09-26 Royce Mitchell IIImore sayings
2004-09-25 Filip Navara- Fix usage of RtlFindSetBits and loops in CmiStartLogU...
2004-09-25 Eric Kohl- CmiAddValueToKey(): Double the size of the value...
2004-09-25 Gé van GeldorpSeAccessCheck() returns TRUE on success
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-09-24 Gé van GeldorpYou can't wait for 0 objects
2004-09-24 Thomas Bluemeladded stub for ObFindHandleForObject() and export it
2004-09-24 Eric KohlClose the bootlog key if value enumeration or writing...
next