reactos.git
2009-12-02 Samuel Serapionfix warning about no newline at end of file
2009-12-01 Samuel SerapionHack fix ndis build.
2009-12-01 Samuel Serapionfix build.
2009-12-01 Timo Kreuzerfix build
2009-11-30 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-27 Timo KreuzerImplement "portable" SList code for 64 bit
2009-11-27 Timo KreuzerSome more fixes for RtlInterlockedPopEntrySList and...
2009-11-27 Timo KreuzerFix SLIST_ENTRY for WIN64
2009-11-27 Timo Kreuzer- Don't use a pointer to SINGLE_LIST_ENTRY as parameter...
2009-11-26 Timo Kreuzer- rewrite the completely broken RtlInterlockedPopEntryS...
2009-11-23 Timo KreuzerSeCaptureSecurityDescriptor: instead of first copying...
2009-11-23 Timo KreuzerMm64BitPhysicalAddress is a BOOLEAN, not a PBOOLEAN
2009-11-22 Timo KreuzerRemove some useless code.
2009-11-22 Timo Kreuzer[MM]
2009-11-22 Timo Kreuzer[MM]
2009-11-21 Timo KreuzerULONG -> ULONG_PTR
2009-11-21 Timo Kreuzer- MmArmAccessFault: Don't assume that PDE's are accessi...
2009-11-21 Timo KreuzerPFN_TYPE -> PFN_NUMBER
2009-11-21 Timo Kreuzer- Update MMPFN for WIN64
2009-11-18 Timo Kreuzer[MM]
2009-11-18 Timo Kreuzer[MM]
2009-11-17 Timo Kreuzer[MM]
2009-11-17 Timo KreuzerAmmendment to r44220
2009-11-17 Timo Kreuzer[MM]
2009-11-17 Timo KreuzerRemove unused variable.
2009-11-17 Timo KreuzerCreate a better definition of C_ASSERT to avoid multipl...
2009-11-16 Timo Kreuzer[MM]
2009-11-16 Timo Kreuzeradd 64 bit POOL_HEADER, to make pool allocations work...
2009-11-16 Timo Kreuzer- add BAUDRATE=115000 to boot command line
2009-11-16 Timo KreuzerOn amd64 the NextEntry member of MMPTE_LIST has 32...
2009-11-15 Timo KreuzerAdd some debugging code
2009-11-15 Timo KreuzerFix definition of _CONTEXT. It was defining EFlags...
2009-11-15 Timo Kreuzer- Get rid of the MmGlobalKernelPageDirectory hack....
2009-11-14 Timo KreuzerDon't truncate MI_MAPPING_RANGE_START to ULONG
2009-11-14 Timo KreuzerPass pointers to MiAddressToPte instead of integer
2009-11-14 Timo Kreuzer- Remove old debugging code from MiArmInitializePageTable
2009-11-14 Timo KreuzerThe freelist code is an increadible hack. It #defines...
2009-11-14 Timo Kreuzerfix x86 build
2009-11-13 Timo Kreuzer- Share some more inline functions between the kernel...
2009-11-13 Timo KreuzerInitialize MmDebugPte from MiDebugMapping variable...
2009-11-13 Timo KreuzerConvert KdpDprintf to conditional KDDBGPRINT macros...
2009-11-13 Samuel Serapion- Enable telnet, and tftpd.
2009-11-13 Samuel Serapion- re-add explorer (old one) to build, it builds.
2009-11-13 Timo Kreuzerfix a typo
2009-11-11 Timo KreuzerUse the kernel mode address for the gdt/idt
2009-11-11 Timo Kreuzer- Correct implementations of MiAddressToP*e() would...
2009-11-10 Timo Kreuzer[MM]
2009-11-10 Timo Kreuzeradd missing file
2009-11-10 Timo Kreuzerfix build of ntoskrnl
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-10 Timo Kreuzer[MM]
2009-11-10 Timo Kreuzerdon't anable interrupts as long as that's all broken...
2009-11-10 Timo KreuzerUse LoaderMemoryData instead of LoaderSpecialMemory...
2009-11-09 Timo Kreuzer[KE]
2009-11-09 Stefan Ginsberg- Add KCALLOUT_FRAME to define the kernel callback...
2009-11-09 Stefan Ginsberg- Fix unsigned/signed compare, spotted by Christoph
2009-11-09 Stefan Ginsberg- Implement the generic bus handler support and initial...
2009-11-09 KJK::Hyperion... on the other hand, O_BINARY is a Win32 thing
2009-11-09 KJK::Hyperionmodified base/shell/explorer/notifyhook/notifyhook.def
2009-11-09 KJK::Hyperionmodified tools/pefixup.c
2009-11-09 Stefan Ginsberg- Set and check for the correct PTE write bits on x86...
2009-11-09 Timo KreuzerFix my broken copy pasta, spotted by talley
2009-11-09 Timo Kreuzer[KE]
2009-11-09 Stefan Ginsberg- Fix build with neither KDBG or _WINKD_ defined -...
2009-11-09 Timo Kreuzer[NDK]
2009-11-09 Timo Kreuzer[NDK]
2009-11-09 Johannes Anderwald- Fix bug introduced 18942 revisions ago
2009-11-09 Dmitry GorbachevSimple optimization in RApps. Patch by Love Nystrom...
2009-11-09 Timo Kreuzerfix build of ntoskrnl
2009-11-09 Samuel SerapionFix ws2_32 64bit build (2 of 2)
2009-11-09 Samuel SerapionFix ws2_32 64bit build (1 of 2)
2009-11-09 Samuel SerapionSync with trunk and additional 64bit build hacks^H...
2009-11-09 Samuel SerapionFix 32bit build.
2009-11-09 Samuel SerapionFix mmTaskCreate and mciGetDriverData prototypes per...
2009-11-09 Samuel SerapionFix Build.
2009-11-09 Samuel SerapionSeems that windows cares about manifests and a mismatch...
2009-11-09 Timo Kreuzer[MM]
2009-11-09 Timo Kreuzer- Move the hack for MmUpdatePageDir before KeInitialize...
2009-11-08 Stefan Ginsberg- HAL uses HARDWARE_PTE, not MMPTE_HARDWARE, so remove...
2009-11-08 Stefan Ginsberg- Fix work around for the cmpxchg8b lock errata work...
2009-11-08 Stefan Ginsberg- Add freeze.c to the build too
2009-11-08 Stefan Ginsberg- Move processor freeze support out from x86 cpu.c...
2009-11-08 Stefan Ginsberg- Make WinLdr's loading screen display the boot method...
2009-11-08 Stefan Ginsberg- Fix _WINKD_ build breakage from 44023 -- missed to...
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Stefan Ginsberg- Disable the MiCacheImageSymbols call in MmLoadSystemI...
2009-11-08 Stefan Ginsberg- Add HAL PCI tables required for future work.
2009-11-07 Cameron Gutman - Stop using the TCPLock to protect all entries into...
2009-11-07 Aleksey Bragin- Add defines needed by explorer-new. Fixes build.
2009-11-07 Timo Kreuzercleanup amd64 specific Mm stubs
2009-11-07 Aleksey Bragin- Remove accidentally committed Wineisms. Build is...
2009-11-07 Aleksey Bragin[comctl32]
2009-11-07 Aleksey Bragin- Update commctrl.h to Wine-1.1.31.
2009-11-07 KJK::HyperionFix keyboard navigation of menus (up/down keys)
2009-11-07 Cameron Gutman - Remove TCPSleep and TCPWakeup (we make all oskittcp...
2009-11-07 Timo KreuzerFix KiDoubleFaultAbort
next