- Make sure the socket is still open before entering oskittcp
[reactos.git] / reactos / ntoskrnl /
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-31 Stefan Ginsberg- Clarify a check and don't cast KPCR->GDT to PKIPCR...
2009-10-29 Stefan Ginsberg- INITIAL_STALL_COUNT makes more sense in decimal ...
2009-10-29 Stefan Ginsberg- Re-enable some debug prints for unsupported hardware...
2009-10-29 Stefan Ginsberg- Implement the ThreadDescriptorTableEntry case for...
2009-10-28 Stefan Ginsberg- Merge 43818 to trunk.
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-24 Stefan Ginsberg- Fix a sneaky breakage of MSVC built kernels. "i386...
2009-10-24 Stefan Ginsberg- Don't put PAGED_CODE() before variable declarations...
2009-10-24 Sylvain Petreolle"<@Christoph_vW> please commit something" -- aye sir
2009-10-23 Stefan Ginsberg"<@Christoph_vW> please commit something" -- aye sir
2009-10-23 Stefan Ginsberg- Replace RtlpGetExceptionAddress by the _ReturnAddress...
2009-10-22 Stefan Ginsberg- Fix 43192 -- MAXUINT and MAXULONGLONG are only define...
2009-10-22 Timo Kreuzerrevert the KD_CONTEXT change
2009-10-22 Timo Kreuzer[KDCOM]
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-21 Johannes Anderwald[NTOSKNRL]
2009-10-20 Stefan Ginsberg- Add several missing assertions documented on the...
2009-10-20 Aleksey Bragin[ntoskrnl/mm/ARM3]
2009-10-19 James Tabor- Add more information for support with function MmPage...
2009-10-19 Aleksey Bragin[ntoskrnl/lpc]
2009-10-19 Aleksey Bragin[ntoskrnl/lpc]
2009-10-18 Dmitry Gorbachev[3DTEXT, FREELDR, HAL, MINGW_COMMON, MMDRV, MSGINA...
2009-10-18 Timo KreuzerFix parameters of ExAllocatePoolWithQuota and ExAllocat...
2009-10-18 Stefan GinsbergGet rid of MmStats -- most of the fields weren't used...
2009-10-18 Stefan Ginsberg- Use DBG_STATUS_CONTROL_C instead of magic "1"
2009-10-17 Stefan Ginsberg- ntdll: Remove deprecated LdrpLoadUserModuleSymbols...
2009-10-17 Stefan Ginsberg- Add STATUS_SUCCESS to asm.h and make use of it.
2009-10-16 Stefan GinsbergDowngrade various debug prints from DPRINT1 to DPRINT...
2009-10-16 ReactOS Portable... - Move some unimplemented Ex* Pool routines into ARM3...
2009-10-15 ReactOS Portable... - Implement ARM3 page fault handling.
2009-10-15 ReactOS Portable... - Add some simple code to handle paged pool page alloca...
2009-10-15 ReactOS Portable... - Fix comments.
2009-10-15 ReactOS Portable... - Collapse MmInit1 into MmInitSystem.
2009-10-15 ReactOS Portable... - Fix a bug in memory area creation: Static memory...
2009-10-15 Stefan Ginsberg- MiReserveAlignedSystemPtes: Add missing lock release...
2009-10-15 ReactOS Portable... - Add required globals for the ARM port.
2009-10-15 ReactOS Portable... - Fix calculations error in the setup of the paged...
2009-10-15 ReactOS Portable... - Get rid of mm/mmsup.c and move some of the ROS-intern...
2009-10-15 ReactOS Portable... - Multiple Virtual Memory API fixes:
2009-10-15 Aleksey Bragin- Fix inverted if condition in TEB initialization,...
2009-10-15 ReactOS Portable... - Multiple PEB/TEB creation fixes:
2009-10-15 ReactOS Portable... - Add some more PTE field macros for portability.
2009-10-15 ReactOS Portable... - Remove calls to MmMarkPageMapped/UnMapped -- these...
2009-10-14 Stefan Ginsberg- Remove a hack from KiGetMachineBootPointers and set...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-13 Stefan Ginsberg- Add the MMDBG_COPY_* flags and MmDbgCopyMemory's...
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-11 Stefan Ginsberg- Fix a critical bug in KeFindConfigurationEntry; it...
2009-10-11 Stefan Ginsberg- Stub out DbgKdWriteVirtualMemoryApi, DbgKdReadPhysica...
2009-10-10 Stefan GinsbergKD64 Compatibility Bringup:
2009-10-08 Stefan Ginsberg- Stub out ExpSystemErrorHandler more properly.
2009-10-07 Stefan GinsbergMiReserveSystemPtes: Don't assert that allocation succe...
2009-10-07 Dmitry GorbachevFix GCC 4.1.3 warning.
2009-10-07 Dmitry GorbachevFix logging to a file.
2009-10-05 Dmitry GorbachevFix internal name of ntkrnlmp.exe. Alexander Yastrebov...
2009-10-04 Stefan Ginsberg- Add STATUS_ASSERTION_FAILURE status code required...
2009-10-04 Johannes Anderwald- Don't call ExFreePool for null pointers
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-30 Stefan GinsbergReactOS SMP Bringup Lite:
2009-09-30 Stefan Ginsberg- ASSERT on NULL-frees
2009-09-30 Stefan Ginsberg- KeBugCheckEx expects BugCheckParameter2 to point...
2009-09-30 Stefan Ginsberg- Fix recursive spinlock acquisition in Mm caused by...
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-29 Hervé PoussineauReapply r43141: Remove now unneeded ARC cdrom hack...
2009-09-28 Dmitry GorbachevFix some bugs.
2009-09-28 Stefan GinsbergCorrection to 36917: EPROFILE/KPROFILE.Segment is point...
2009-09-27 Stefan Ginsberg- Remove superfluous VOID casts from 42314.
2009-09-27 Stefan Ginsberg- "Worked for me!"
2009-09-27 Stefan Ginsberg- Add more padding so our gcc compatible C_ASSERT doesn...
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-27 Stefan Ginsberg- Change CPUID to match the old Ki386Cpuid and take...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Stefan Ginsberg- HAL: Make /W3 friendly
2009-09-25 Hervé PoussineauRevert r43141 to try to fix ReactOS boot style...
2009-09-24 Hervé PoussineauRemove now unneeded ARC cdrom hack. We're now able...
2009-09-22 Colin Finck- Get rid of the KDB_MODULE_INFO and operate with LDR_D...
2009-09-21 Stefan GinsbergMega compiler intrinsics patch:
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-17 Stefan Ginsberg- Fix kernel build regression for MSVC from 43014
2009-09-14 Michael MartinNtAllocateVirtualMemory: Add check to make sure that...
2009-09-11 Stefan Ginsberg- ObpCreateDosDevicesDirectory: Check that allocation...
2009-09-09 Colin Finck[FORMATTING] Fix the indentation mess in KDBG and use...
2009-09-02 Dmitry Chapyshev- Free memory at initialization failure
2009-09-02 Dmitry Chapyshev- Add missed checks of memory allocation failures
2009-08-30 Hervé PoussineauUse memory wrappers instead of ExAllocatePool/ExFreePoo...
2009-08-29 Hervé Poussineau[ntoskrnl] Check if caller has valid access before...
2009-08-26 Stefan Ginsberg- Fix a typo -- check if memory allocation failed inste...
2009-08-26 Stefan Ginsberg- Make use of _SEH2_YIELD in Ex, Io, Ob, Ps and Se.
2009-08-26 Stefan Ginsberg- Fix a bug in KiRaiseException from 42923 -- a _SEH2_L...
2009-08-24 Stefan Ginsberg- Make use of _SEH2_YIELD in Mm
2009-08-24 Stefan Ginsberg- ...fix typo
2009-08-24 Stefan Ginsberg- Add a comment and debug print
2009-08-24 Stefan Ginsberg- Use _SEH2_YIELD when returning from an exception...
2009-08-24 Stefan Ginsberg- "BIG0" isn't a reserved tag, but "BIG " is.
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-23 Stefan Ginsberg- copy.c, view.c: malloc.h now properly implements...
2009-08-23 Stefan Ginsberg- wdm.h: Define ALLOC_PRAGMA and ALLOC_DATA_PRAGMA...
next