Evgeniy Boltik <bstsoft@narod.ru>
[reactos.git] / reactos / ntoskrnl /
2009-03-12 Aleksey Bragin- Load debug symbols if compiled with DBG, but don...
2009-03-10 ReactOS Portable... - Rework Hyperspace Mapping Interface for Page zeroing...
2009-03-10 Aleksey Bragin- Fix a typo: set a value, not a bit.
2009-03-10 Aleksey Bragin- Initialize hyperspace before page lists. Fixes boot...
2009-03-10 Dmitry GorbachevFix bug #4249 and crash in QEMU. Alex Ionescu, bug...
2009-03-10 Timo KreuzerOnly warn when trying to free a NULL pointer with ExFre...
2009-03-10 Timo KreuzerCall ExFreePoolWithTag with 0 tag from ExFreePool inste...
2009-03-10 ReactOS Portable... - Implement a new Hyperspace Mapping Interface:
2009-03-04 Aleksey Bragin- Make TOKEN pointer in OBJECT_HEADER a fast reference...
2009-03-04 Art YerkesUsing a lock inside a slab of memory to lock against...
2009-03-03 Aleksey Bragin- Refactor Fast Reference implementation into a generic...
2009-03-03 Aleksey Bragin- Consider Pnp initialized after system drivers finishe...
2009-03-02 Aleksey Bragin- Add privileges check to SystemTimeAdjustmentInformati...
2009-03-02 Dmitry Chapyshev- Fix typo
2009-03-01 Stefan Ginsberg- Fix 37825 -- Yes, we shouldn't check if an unsigned...
2009-02-28 Aleksey Bragin- If a driver has no Tag specified it should be default...
2009-02-26 Johannes Anderwald- Disable checking of nonactive device interface becaus...
2009-02-25 Stefan Ginsberg- Minor optimization to ExFreePoolWithTag -- also refor...
2009-02-25 Aleksey Bragin- Don't match tags if Tag is 0.
2009-02-24 Aleksey Bragin- Make SystemProcessInformation return required size...
2009-02-24 Aleksey Bragin- If looking up a long name for a process failed, use...
2009-02-24 Aleksey Bragin- Fix freed memory usage in SeLocateProcessImageName...
2009-02-23 Dmitry GorbachevRemove a hack from KiTrap14. Put a hack in other place.
2009-02-23 Dmitry Gorbachev- Reenable ACPI, it works now. Patch by Cameron Gutman...
2009-02-23 Dmitry GorbachevCall IopEnumerateDevice() later, after IopCreateArcNames().
2009-02-23 Dmitry GorbachevAllow shared interrupts.
2009-02-21 Matthias Kupferrevert hackfix (revision 39704)
2009-02-21 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-02-19 Dmitry GorbachevChange page file PTE format to distinguish paged out...
2009-02-18 Aleksey Bragin- Fix for Bug 703.
2009-02-17 Aleksey Bragin- Return full process image names in SystemProcessInfor...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-16 Aleksey Bragin- Don't reference target process in the beginning of...
2009-02-16 Aleksey Bragin- Fix small formatting leftover from r39422.
2009-02-16 Dmitry Chapyshev- Fix copypaste typo in IopUpdateOperationCount
2009-02-10 Timo Kreuzerundef ExAllocatePoolWithQuota and ExAllocatePoolWithQuo...
2009-02-07 Michael Martin- Default ExitStatus for a process is STATUS_PENDING...
2009-02-07 Dmitry GorbachevDo not crash the kernel when accessing a guard page.
2009-02-06 Dmitry Gorbachev- Fix spinning on locks on SMP.
2009-02-05 Timo KreuzerMerge 37493,37494 from amd64 branch:
2009-02-05 Dmitry GorbachevFix bug #4129 in CmpGetNameControlBlock().
2009-02-04 Dmitry Gorbachev- Remove extra semicolons. Amine Khaldi, bug #3980.
2009-02-03 Christoph von Wittichdon't return FALSE when there is a DataSectionObject...
2009-02-03 Christoph von Wittich-check for filesize in MmCanFileBeTruncated
2009-02-02 Christoph von Wittichhalfplement MmCanFileBeTruncated
2009-01-30 Stefan Ginsberg- Inline Guarded Mutex and Fast Mutex implementations...
2009-01-28 KJK::Hyperionmodified ntoskrnl/include/internal/ob.h
2009-01-27 Art YerkesFinish fixing round trip of gmutex's various lock bits...
2009-01-27 Art YerkesThis code used to round down the number of waiters...
2009-01-26 Aleksey BraginGiannis Adamopoulos <johnyadams@hotmail.com>
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-24 Timo KreuzerMm: Fix page protection flags checks.
2009-01-21 Andrew GreenwoodAllow hybrid install/live CD by providing special FreeL...
2009-01-19 Stefan GinsbergFix the completely retarded implementation of KdComPort...
2009-01-19 Christoph von Wittichdon't let VirtualProtect play with not committed memory
2009-01-19 Christoph von Wittichfix typo (spotted by Ged)
2009-01-19 Christoph von Wittichfix some more kernel32 virtual tests
2009-01-19 Christoph von Wittichfix some kernel32 virtual winetests
2009-01-18 Aleksey Bragin- SVN maintenance.
2009-01-16 Stefan Ginsberg- Add function tags
2009-01-16 Stefan Ginsberg- DbgkpPostFakeThreadMessage: Implement missing
2009-01-15 Stefan Ginsberg- DbgkpSendApiMessage/Lpc: Modification of EPROCESS...
2009-01-14 Stefan Ginsberg- DBGK: Use flags instead of magic values for Debug...
2009-01-14 Stefan Ginsberg- KDBG: Correct the use of PsLookupThread/ProcessByThre...
2009-01-09 Aleksey Bragin- Fix inversed failure logic in MmAllocatePagesForMdl.
2009-01-09 Michael Martin- Run process notification routines after successfully...
2009-01-08 Stefan Ginsberg- COMPUTE_PAGES_SPANNED is deprecated, use ADDRESS_AND_...
2009-01-08 Aleksey Bragin- Get back ExceptionCode changed in r38624.
2009-01-07 Christoph von Wittichfix formatting
2009-01-07 KJK::Hyperionmodified ntoskrnl/ke/i386/exp.c
2009-01-07 KJK::HyperionReverting poorly conceived commit
2009-01-07 KJK::Hyperionmodified include/reactos/probe.h
2009-01-06 Stefan Ginsberg- NtUserWaitForInputIdle: Call EngGetTickCount, removin...
2009-01-04 Stefan Ginsberg- DbgkpSendApiMessage/DbgkpSendApiMessageLpc: Make...
2009-01-04 Dmitry Chapyshev- Change of names of variables
2009-01-04 Dmitry Chapyshev- Formatting fix. No code change
2009-01-04 Aleksey Bragin- Rewrite SystemTimeOfDay QuerySystemInformation case...
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey BraginDmitry Chapyshev
2009-01-04 Aleksey Bragin- Revert changes to NtSetVolumeInformationFile made...
2009-01-04 Aleksey Bragin- Fix a typo: if a process has DisableBoost set then...
2009-01-04 Aleksey Bragin- Merge IoGetRelatedTargetDevice implementation by...
2009-01-04 Thomas BluemelFix usage of ProbeForReadUnicodeString
2009-01-03 Dmitry Gorbachev- Add hack-sync again (bug #3591).
2009-01-03 Aleksey Bragin- Don't leak a FileObject reference in case of failure.
2009-01-03 Aleksey Bragin- Check if CompletionFilter has a valid value too.
2009-01-03 Dmitry Chapyshev- Add checking of CompletionFilter parameter. This...
2009-01-03 Aleksey Bragin- Add a missing EA buffer validation.
2009-01-02 Stefan Ginsberg- Cleanup AccessCheck, and set the correct last error...
2009-01-01 Stefan Ginsberg- Only reserve APIC memory on x86
2009-01-01 Aleksey Bragin- Fix an always true comparison in IoCheckEaBufferValidity.
2009-01-01 Michael Martin- Deference pProcess not Process.
2008-12-29 Dmitry GorbachevFix translations. Patch by Mario Kacmar. Bug #3955.
2008-12-29 Christoph von Wittichfix doxygen @name for ExpSystemErrorHandler patch by...
2008-12-27 Stefan Ginsberg- IoStartPacket: Use the correct IRQL when releasing...
2008-12-27 Andrew MungerClarify comment.
2008-12-27 Andrew MungerReturn mostly correct information so taskmgr doesn...
2008-12-27 Aleksey Bragin- Fix build.
2008-12-27 Aleksey Bragin- Implement query case of SystemTimeAdjustmentInformation.
2008-12-26 Aleksey Bragin- Fix one more typo in the IoBuildPartialMdl code leadi...
next