changed icon number
[reactos.git] / reactos / ntoskrnl /
2005-11-25 Thomas Bluemelfixed uninitialized variable warning
2005-11-25 Casper HornstrupSpeed up compilation of ntoskrnl
2005-11-25 Royce Mitchell IIImore descriptive debug message
2005-11-25 Casper HornstrupMerge duplicate definitions
2005-11-24 Hervé PoussineauDetect devices using the NULL driver, and set the START...
2005-11-23 Hartmut BirrUsed the size of the data cell instead of the previous...
2005-11-22 Alex IonescuFix boot regression.
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-22 Filip NavaraFix some registry structures to match the Windows format.
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-21 Thomas Bluemelfixed the ProbeForWriteLargeInteger and ProbeForWriteUl...
2005-11-20 Hartmut BirrWaiting for a fast mutex should be done in kernel mode.
2005-11-20 Gé van GeldorpImplement hardware breakpoints and watchpoints
2005-11-20 Alex Ionescu- Remove RosSymInfo hack from LDR_DATA_TABLE_ENTRY...
2005-11-20 Alex Ionescu- Add msvc compatible version of ProveForRead(U)LargeIn...
2005-11-20 Alex IonescuMake the address space mutex unsafe, because sometimes...
2005-11-19 Alex Ionescu- Deprecated
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-19 Aleksey BraginAccording to MSDN: "PnP Manager queries a device's...
2005-11-19 Hervé Poussineau- Send ExGetPreviousMode() to ObReferenceObjectByHandle...
2005-11-18 Hervé PoussineauRevert 19324 and part of 19325...
2005-11-18 Alex IonescuDue to CcRos's abusive usage and dependency on our...
2005-11-18 Hervé PoussineauPrevent the reinstall of devices that use the NULL...
2005-11-17 Hartmut BirrSet the value/data cell to dirty, if an existing value...
2005-11-17 Hartmut Birr- Fixed the test for the dirty bitmap size.
2005-11-16 Aleksey BraginFix IoIsWdmVersionAvailable() to confirm we're compatib...
2005-11-16 Hervé PoussineauExport _vsnwprintf
2005-11-15 Aleksey BraginFix "Devices Parameters" subkey creation in a call...
2005-11-14 Gé van GeldorpTwoTailedFox <twotailedfox@gmailcom>:
2005-11-14 Hartmut BirrFixed a few length calculation in NtEnumerateValueKey...
2005-11-14 Gé van GeldorpOnly debug 1 thread at a time
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-13 Hartmut BirrShutdown the process manager before shutdown the registry.
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-11-13 Gé van GeldorpSpelling fixes. Thanks to Royce for pointing them out.
2005-11-12 Hartmut BirrFixed the growing of the dirty bitmap. This will fix...
2005-11-12 Gé van GeldorpAdd some more shutdown messages
2005-11-12 Gé van GeldorpSilence debug message
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
2005-11-09 Hervé PoussineauFix string returned by IopGetParentIdPrefix, which...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-09 Alex Ionescu- Fixed two really nasty bugs in I/O completion:
2005-11-08 Alex Ionescu- Remove silly debug print
2005-11-08 Brandon TurnerChange KEBUGCHECK -> KEBUGCHECKEX
2005-11-08 Alex Ionescu- Fix hackplementation of ObLogSecurityDescriptor....
2005-11-08 Alex Ionescu- Remove unimplemented macro in SeOpenObjectAuditAlarm...
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Alex Ionescu- Hackplement ObLogSecurityDescriptor for W2K3 drivers...
2005-11-08 Alex Ionescu- Send a hacked access state to FS Drivers, they can...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-11-03 Gregor AnichOptimize NtGetContextThread a bit and fix use of unitin...
2005-11-03 Gregor AnichRemove assignment to unused Thread variable which was...
2005-11-03 Gregor Anich(Hopefully) fix (parts of) terribly broken NtSet/GetCon...
2005-11-02 Alex Ionescu- Use correct trapframe during set/get context. Thanks...
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-11-01 Thomas Bluemel- if a file object is a named pipe don't allow the...
2005-10-31 Thomas Bluemelfix return type of ObDereferenceSecurityDescriptor
2005-10-31 Thomas Bluemeladded stubs for ObLogSecurityDescriptor and ObDereferen...
2005-10-31 Hartmut BirrDo always dereference the section object if it was...
2005-10-30 Hartmut BirrFixed the check for the MEM_TOP_DOWN flag in MmMapViewO...
2005-10-30 Hartmut BirrMap the NLS tables after creating the PEB.
2005-10-29 Thomas Bluemelprotect access to buffers in NtOpenProcess
2005-10-29 Thomas Bluemelrelease the keep-alive reference of the process object
2005-10-29 Thomas Bluemel- don't dereference the section object in MmCreateProce...
2005-10-29 Thomas Bluemel- protect access to buffers in NtCreateThread and NtOpe...
2005-10-29 Thomas Bluemel- probe and capture parameters in NtCreateKey
2005-10-29 Thomas Bluemel- deleting a registry value requires the KEY_SET_VALUE...
2005-10-29 Hartmut BirrMerged MmReleaseMemoryArea into MmReleaseMmInfo.
2005-10-29 Hartmut Birr- Lock always the address space if we changing the...
2005-10-29 Hartmut BirrLock always the address space if we changing the virtua...
2005-10-28 Thomas Bluemelsimplify returning the previous count in NtReleaseMutant
2005-10-27 Thomas BluemelFixed ProbeForRead* macros: make sure the data always...
2005-10-27 Thomas Bluemelcrash the system is someone uses RTL functions that...
2005-10-27 Thomas Bluemelfixed ProbeAndCaptureUnicodeString to properly capture...
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-24 Hartmut BirrChanged the indentation to a human readable format...
2005-10-24 Hartmut Birr- Removed the initialisation of the kernel map area.
2005-10-24 Hartmut Birr- Set the correct type and state in MiQueryVirtualMemory.
2005-10-24 Hartmut BirrSet the correct length in MmQuerySectionView.
2005-10-22 Hartmut BirrFixed the mapping for low alignment images.
2005-10-17 Gé van GeldorpFirst use "ptr", then set it to NULL
2005-10-17 Hervé PoussineauFix IoGetDeviceProperty, which should never return...
2005-10-16 Hervé PoussineauSorry, most devices were reinstalled at each boot,...
2005-10-15 Hartmut BirrAllocated buffers from non paged pool for all user...
2005-10-14 Gé van GeldorpInclude kernelmode routines in stack backtrace
2005-10-14 Gé van GeldorpAttach to correct process before messing around with...
2005-10-14 Gé van GeldorpOnly whitespace changes, no logic
2005-10-14 Hervé PoussineauBig Plug-and-Play patch for ReactOS:
2005-10-14 Hervé PoussineauStep 2 for a PnP ReactOS: add some (little) hacks
2005-10-14 Gé van GeldorpFix tab/space mess
2005-10-14 Hervé PoussineauDon't always return STATUS_BUFFER_TOO_SMALL when an...
2005-10-14 Gé van GeldorpIdentify the process in ThreadExtraInfo
2005-10-13 Thomas Bluemelproperly reset the reference counter in ExReInitializeR...
2005-10-13 Hervé PoussineauIopGetBusTypeGuidIndex: Fix an infinite loop
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-11 Hervé PoussineauSend the right LocaleId to device stack when querying...
next