- Fix a problem with loading dlls in Iron
[reactos.git] / reactos / ntoskrnl /
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-15 Dmitry Chapyshev- Implement ThreadPriorityBoost case in NtQueryInformat...
2009-04-15 Aleksey Bragin- Disable ACPI once again until bug 3363 and bug 4221...
2009-04-15 Aleksey Bragin- Silence MmCanFileBeTruncated warning about not checki...
2009-03-30 Dmitry GorbachevDo not crash with "Assertion 'Process == PsGetCurrentPr...
2009-03-29 Aleksey Bragin[FORMATTING]
2009-03-29 Aleksey Bragin- Synchronize debug messages output to the serial port...
2009-03-29 Aleksey Bragin- Implement KeTestSpinLock.
2009-03-27 Aleksey Bragin- Fix queue index (actually do what comment in the...
2009-03-23 Dmitry GorbachevAdd "REACTOS Mm Hack of Doom" again (removed in r39723...
2009-03-21 Aleksey Bragin- Remove obsolete Doxyfile config files. Spotted by...
2009-03-18 Timo KreuzerMerge from amd64 branch:
2009-03-15 Dmitry GorbachevUncomment locks, remove unnecessary stuff.
2009-03-15 Dmitry GorbachevTrying to use r39938 variant again...
2009-03-15 Dmitry GorbachevDisable locks for now.
2009-03-14 Dmitry Gorbachev- Use MmCreateHyperspaceMapping() again.
2009-03-14 Dmitry GorbachevTrying to fix boot breakage.
2009-03-14 Dmitry GorbachevReturn to an old idea of MiMapPageToZeroInHyperSpace...
2009-03-12 Jeffrey MorlanNtSetInformationObject: OBJECT_HANDLE_ATTRIBUTE_INFORMA...
2009-03-12 Timo KreuzerNtSetSystemInformation: - Don't leak the copied string...
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
next