reactos.git
2010-02-18 Dmitry Gorbachev[NTOSKRNL] KiConvertToGuiThread() "accesses memory...
2010-02-18 Dmitry Gorbachev[BOOTVID] Initialize VgaAddress.HighPart
2010-02-18 Eric Kohl[DEVMGR]
2010-02-18 Sir Richard[NTOS]: Fix build, my bad (missing file).
2010-02-18 Sir RichardPatch by Daniel Zimmermann <netzimme@aim.com>:
2010-02-18 Sir Richard[NTOS]: Build the actual ARM3 PFN database.
2010-02-18 Sir Richard[NTOS]: Remove unused code.
2010-02-18 Johannes Anderwald[KSPROXY]
2010-02-18 Johannes Anderwald[PSDK]
2010-02-16 Cameron Gutman - Fix incorrect sector size detection which caused...
2010-02-15 Timo Kreuzer[NTOS] Allocate the trap frame on the stack by decreasi...
2010-02-13 Timo Kreuzer[NTOS] Push vector as error code on the stack in KiUnex...
2010-02-12 Johannes Anderwald[PSDK]
2010-02-12 Johannes Anderwald[PORTCLS]
2010-02-12 Johannes Anderwald[DSOUND_NEW]
2010-02-12 Christoph von... [MSDMO]
2010-02-12 Johannes Anderwald[MMIXER, WDMAUD_KERNEL]
2010-02-11 Johannes Anderwald- Revert 44564
2010-02-11 Johannes Anderwald[WDMAUD_KERNEL]
2010-02-11 Eric Kohl[DEVMGR]
2010-02-11 Sir Richard[NTOS]: Remove many hacks in freelist.c regarding the...
2010-02-11 Sir Richard[NTOS]: Get rid of page locking mechanism for MDL since...
2010-02-11 Sir Richard[NTOS]: Remove bogus assertion.
2010-02-11 Sir Richard[NTOS]: Fix broken MI_PFNENTRY_TO_PFN macro.
2010-02-11 Timo Kreuzer[HAL]
2010-02-11 Sir Richard[NTOS]: Fix a stupid bug: x86 has 1024 PDEs, and ARM...
2010-02-11 Cameron Gutman - Fix floppy controller detection
2010-02-11 Sir Richard[NTOS]: Move more functions from the i386 ARM3 director...
2010-02-10 Timo Kreuzer[REACTOS] Add asm.h containing macros to make assembly...
2010-02-10 Giannis Adamopoulos[rbuild]
2010-02-10 Sylvain PetreolleAdd french translations for location overrides.
2010-02-10 Christoph von... partially revert changes from 45560
2010-02-10 Daniel ReimerExperimental try to get Itunes Setup start. By Samuel...
2010-02-10 Eric KohlAdd device location information override PS/2 keyboards.
2010-02-10 Daniel ReimerUpdate Rapps Links and add the two RosBE Addons.
2010-02-10 Sir Richard[NTOS]: Allocate and initialize color tables based...
2010-02-10 Sir Richard[NTOS]: Factor out SecondaryColor computations into...
2010-02-10 Sir Richard[NTOS]: MxGetNextPage is not platform-specific, so...
2010-02-10 Dmitry GorbachevDo not crash, use valid kernel PTE.
2010-02-10 Michael Martin[usb/usbehci]
2010-02-10 Christoph von... [usb/usbehci]
2010-02-10 Michael Martin[usb/usbehci]
2010-02-10 Dmitry GorbachevUpdate log2lines to ver. 2.1. Jan Roeloffzen, bug ...
2010-02-10 Ged MurphyFound a leak fix patch from years ago
2010-02-10 Sir Richard[NTOS]: Actually use calculated kernel stack size value.
2010-02-10 Sir Richard[NTOS]: Allow registry configuration of large kernel...
2010-02-10 Sir Richard[NTOS]: Combine ARM3 phase 0 and 1 even it means callin...
2010-02-10 Cameron Gutman - Merge r45531 and r45545 from aicom-network-branch
2010-02-09 Sir Richard[NDK]: Add MMPDE structure for ARM.
2010-02-09 Sir Richard[NTOS]: Implement new and correct MiAddressToPte, ToPde...
2010-02-09 Eric KohlImplement device location information override support...
2010-02-09 Sir Richard[NTOS]: Setup the template PTE and PDE used on ARM.
2010-02-09 Dmitry GorbachevFix REL build, part 2.
2010-02-09 Dmitry GorbachevFix REL build.
2010-02-09 Dmitry GorbachevDemote "may be used uninitialized" errors into warnings...
2010-02-09 Colin FinckThe big RosBE 1.5 compatibility patch. You will need...
2010-02-09 evb- Make KeFlushProcessTb work. Since no MPCore support...
2010-02-09 Benedikt Freisen[paint] fix rectangular selection tool
2010-02-09 evb- Fix wrong initialization of different modes and stacks.
2010-02-09 Johannes Anderwald[DSOUND_NEW]
2010-02-09 Johannes Anderwald[DSOUND_NEW]
2010-02-09 Johannes Anderwald[DSOUND_NEW]
2010-02-09 Sir Richard[FREELDR]: Use WinLDR-style booting exclusively for...
2010-02-09 Sir Richard[MISC]: Build fixes to sync up with latest changes.
2010-02-09 Sir Richard[FREELDR]: Remove C++ style indirected "UI" component...
2010-02-09 Sir Richard[FREELDR]: No Linux support for ARM, no RS232 support...
2010-02-09 Timo Kreuzeradd setjmp/longjmp to libcntpr, just like in ms sdks
2010-02-09 Sir Richard[FREELDR]: Do not build Disk/Partition support for...
2010-02-09 Sir Richard[FREELDR]: Do not build EXT2, ISO or NTFS support for...
2010-02-09 Sir Richard[FREELDR]: The WinLDR code forgot to update the File...
2010-02-09 evb- New ARM HAL after 2 nights in the company of a madman.
2010-02-09 Sir Richard[FREELDR]: The hack to set pages from 0x100 to 0x1FF...
2010-02-09 Sir Richard[NDK]: Use new ARMv6 PTE structures.
2010-02-09 Sir Richard[NTOS]: Tabula rasa (clean slate) on the old-MM page...
2010-02-09 Sir Richard[NTOS]: All calls to DbgPrint will go to DbgPrintEarly...
2010-02-09 Sir Richard[NTOS]: Make system startup match x86 code as closely...
2010-02-09 Sir Richard[NTOS]: Update code to use new KPCR structure.
2010-02-09 Sir Richard[ARMDDK]: Use the same KPCR structure on ARM as on...
2010-02-09 Sir Richard[ARM DDK]: Use the closest possible approximation to...
2010-02-09 Sir Richard[NTOS]: Sync up KiDispatchException with x86 code ...
2010-02-09 Sir Richard[NTOS]: Get rid of fixed TLB entries on ARM, I don...
2010-02-09 Sir Richard[NTOS]: Forgot to setup an IRQ stack, the kernel was...
2010-02-09 Sir Richard[ARM SDK]: Use real Versatile base addresses instead...
2010-02-09 Sir Richard[ARMLLB]: PutChar should be a UCHAR routine, this way...
2010-02-09 Sir Richard[ARMLLB]: Fix typo.
2010-02-08 Daniel ReimerGiant German Language Fix Patch by "tux."
2010-02-08 Daniel ReimerFix build breakage
2010-02-08 Daniel ReimerSync winfile to Wine 1.1.38
2010-02-08 Daniel ReimerSync wordpad, write and xcopy to Wine 1.1.38
2010-02-07 Dmitry GorbachevSimplify a bit, remove unused macros.
2010-02-07 Dmitry GorbachevFix bug #5156.
2010-02-07 Dmitry GorbachevFix formatting.
2010-02-07 Eric KohlFix LSAPR_POLICY_INFORMATION and associated types.
2010-02-07 Johannes Anderwald[DSOUND]
2010-02-07 Johannes Anderwald[PORTCLS]
2010-02-07 Eric KohlImplement LsaEnumerateAccountRights.
2010-02-07 Sir Richard[NTOS]: Add a branch-to-self to start testing kernel...
2010-02-07 Christoph von... [AVIFIL32]
2010-02-07 Christoph von... [MSVCRT_WINETEST]
2010-02-07 Sir Richard[FREELDR]: Start rewrite of eVb's messed up FreeLDR...
next