reactos.git
2010-01-27 James Tabor- Turn off debug print outs.
2010-01-26 Sir Richard[HAL]: Implement the profile and clock interrupt trap...
2010-01-26 Sir Richard[HAL]: Rewrite all V8086-related code in C instead...
2010-01-26 Sir Richard[PERF]: What to do when your SYSEXIT code has a bug...
2010-01-26 Sir Richard[PERF]: After spending the better part of the last...
2010-01-26 Sir Richard[BOOTVID]: Fix completely broken VidInitialize routine...
2010-01-26 Sir Richard[NTOS]: Refactor some stub code and add a couple of...
2010-01-26 Sir Richard[HAL]: Move the HalpApcInterrupt and HalpDispatchInterr...
2010-01-26 Sir Richard[NTOS]: Implement a C/Extended ASM macro for generating...
2010-01-26 Dmitry Chapyshev- Update Ukrainian translation by Igor Paliychuk (igor...
2010-01-25 Sir Richard[NTOS]: Split the GENERATE_TRAP_HANDLER in two separate...
2010-01-25 Sir Richard[HAL]: Implement HalEndSystemInterrupt and HalpEndSoftw...
2010-01-25 James Tabor[Win32k|Ggi32]
2010-01-25 Sir Richard[HAL]: Implement HalRequestSoftwareInterrupt in C inste...
2010-01-25 Sir Richard[HAL]: KfLowerIrql in C instead of ASM. Add the SWInter...
2010-01-24 Sir Richard[HAL]: Okay, this one was my fault, forgot to built...
2010-01-24 Sir RichardYou really need to get your compiler version shit toget...
2010-01-24 Sir Richard[HAL]: Implement and document the HalpSpecialDismissTab...
2010-01-24 Sir Richard[HAL]: Implement HalEnableSystemInterrupt and HalDisabl...
2010-01-24 Sir Richard[HAL]: Document and implement KiI8259MaskTable in C...
2010-01-24 Sir Richard[HAL]: Implement KeGetCurrentIrql, KeRaiseIrqlToDpcLeve...
2010-01-24 Sir Richard[HAL] Merge HalpAcquireSystemHardwareSpinLock and HalpR...
2010-01-24 Dmitry Gorbachev- Use __builtin_trap for old GCC, too.
2010-01-24 Sir Richard[PERF]: Make the trap entry/exit macros inlined, just...
2010-01-24 Dmitry GorbachevComment out DECLSPEC_NORETURN for now.
2010-01-24 Dmitry GorbachevUse for GCC before 4.5, too...
2010-01-24 Dmitry GorbachevTrying r45222 hack again...
2010-01-24 Dmitry GorbachevPut #endif where it should be.
2010-01-24 Dmitry GorbachevForgot ntdef.h
2010-01-24 Dmitry GorbachevTrying to fix build...
2010-01-24 Dmitry GorbachevFix vmwinst.exe crash (bug #5134).
2010-01-23 Sir Richard[PERF]: Make all trap handlers, trap exit code, fatal...
2010-01-23 Sir Richard[PSDK]: Define DECLSPEC_NORETURN for MSVC and GCC.
2010-01-23 James Tabor[Win32k]
2010-01-23 Dmitry GorbachevFix initialization of PICs.
2010-01-23 Dmitry GorbachevFix build.
2010-01-23 Sir Richard[PERF]: Replace early ZwClose system calls with ObClose...
2010-01-23 Dmitry GorbachevRemove duplicate definitions (now in time.c).
2010-01-23 Matthias Kupfer- fix and add German translations
2010-01-23 Sir Richard[NTOS]: Export the C KiEoiHelper alongside the ASM...
2010-01-23 Sir Richard[NDK]: Some prototype fixes.
2010-01-23 Sir Richard[NTOS]: KiDispatchInterrupt crushes EBX, so maybe it...
2010-01-23 Aleksey BraginJose Catena <jc1@diwaves.com>
2010-01-23 Sir Richard[PERF]: Do not declare the PCR in KeGetPcr as volatile...
2010-01-23 Dmitry GorbachevFix English translation of RApps. Andrew Faulds (ajfweb...
2010-01-22 Dmitry Chapyshev- Add/update Ukrainian translation by Sakara Yevhen...
2010-01-22 Dmitry Chapyshev- Add/update Ukrainian translation by Sakara Yevhen...
2010-01-22 James Tabor[Win32k]
2010-01-22 James Tabor[Win32k]
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Timo Kreuzer[HAL]
2010-01-21 Christoph von... [HAL]
2010-01-21 Sir Richard[HAL]: The HAL is a mess. Fix build.
2010-01-21 James Tabor[Win32k]
2010-01-21 Sir Richard[HAL]: Initialize the i8259A PIC controllers in C,...
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-21 James Tabor[Win32k]
2010-01-21 James Tabor[Win32k]
2010-01-21 James Tabor[User32]
2010-01-21 James Tabor[Win32k]
2010-01-20 Timo Kreuzer[RTL]
2010-01-20 Daniel ReimerTry to fix FF2 Download.
2010-01-20 Timo Kreuzer[CRT]
2010-01-20 Sir Richard[RBUILD]: Use correct kernel entrypoint symbol name...
2010-01-20 Dmitry GorbachevFix build-2.
2010-01-20 Dmitry GorbachevFix build.
2010-01-20 Sir Richard[NTOS]: Implement KiSwapProcess in C.
2010-01-20 James Tabor- Add dclevel flags.
2010-01-19 Sir Richard[NTOS]: Workaround for GCC 4.4.x bug reported by Dmitry.
2010-01-19 Kamil Hornicek- fix build, thanks Black_Fox
2010-01-19 Sir Richard[FREELDR]: Jump to a standard 1-parameter STDCALL kerne...
2010-01-19 Sir Richard[NTOS]: Try backing out a change to see if thix fixes...
2010-01-19 Daniel ReimerUpdate the d3dx9_XX.dll files to the recent wine releas...
2010-01-19 Sir Richard[NTOS]: Implement GUI thread promotion during the first...
2010-01-19 Sir Richard[NTOS]: Convert system call handling to C. Only kernel...
2010-01-19 Sir Richard[NTOS]: Fix build.
2010-01-19 Sir Richard[NTOS]: We don't actually need wrappers for NtContinue...
2010-01-19 Sir Richard[NTOS]: Kei386EoiHelper now jumps into the C KiEoiHelpe...
2010-01-19 Sir Richard[NTOS]: Implement the special NtRaiseException in C...
2010-01-19 Sir Richard[NTOS]: Implement "Edited Trap Frame" exit. This funky...
2010-01-19 Sir Richard[NTOS]: Implement KiServiceExit2, C Version. This is...
2010-01-19 Sir Richard[NTOS]: Implement KeUpdateSystemTime and KeUpdateRunTim...
2010-01-18 Christoph von... [WINDOWSCODECS]
2010-01-18 Christoph von... [WINDOWSCODECS]
2010-01-18 Timo Kreuzer[NTOS]
2010-01-18 Christoph von... [MSHTML_WINETEST]
2010-01-18 Christoph von... [MSXML3]
2010-01-18 Timo Kreuzer[NTOS]
2010-01-18 Christoph von... [MSHTML]
2010-01-18 Timo Kreuzer[NTOS]
2010-01-18 Sylvain Petreolle[ADVAPI]
2010-01-18 Christoph von... [QUARTZ]
2010-01-18 Cameron Gutman - Fix calculation of the maximum data size (it previou...
2010-01-17 Matthias Kupfer- fix file path in header
2010-01-17 Sylvain PetreolleAdd parameters check to ReadEventLog.
2010-01-17 Eric KohlImplement ElfrRegisterEventSourceA.
2010-01-17 Eric KohlEmpty the card stacks before showing the win message...
2010-01-17 Matthias Kupfer- fix and add several German and English translations
2010-01-17 Christoph von... [advpack]
2010-01-17 Christoph von... [cabinet_winetest]
next