Ros-diffs January 2010

ros-diffs@reactos.org
  • 26 participants
  • 522 discussions

[sir_richard] 45316: [HAL]: Mark ECX as clobbered in HalpNestedTrap, otherwise if the compiler decides to store IRQL in ECX, it will then be overriden with our ECX parameter. With this clobber, the compiler will use another register, such as EAX, to hold the IRQL.
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45315: [NTOS]: Return correct IRQ 0 vector instead of IRQL, when the timer interrupt ends.
by sir_richard@svn.reactos.org
14 years, 7 months

[tkreuzer] 45314: Use __inline instead of inline
by tkreuzer@svn.reactos.org
14 years, 7 months

[tkreuzer] 45313: unimplement a bunch or intrinsics for msc, as we cannot use inline asm.
by tkreuzer@svn.reactos.org
14 years, 7 months

[sir_richard] 45312: [NTOS]: Another try at the chained interrupt dispatch problem...
by sir_richard@svn.reactos.org
14 years, 7 months

[jimtabor] 45311: - Fix recursion when sweeping the DCE list.
by jimtabor@svn.reactos.org
14 years, 7 months

[sir_richard] 45310: [NTOS]: Implement chained interrupt dispatch. For level interrupts, the first interrupt handler should process the interrupt and no other handlers are called. Edge interrupts are another matter, but since they aren't yet supported, I haven't implemented that code path (it wasn't implemented previously). I seriously hope we don't have edge/chained interrupts because the HAL/NTOS could never handle this!
by sir_richard@svn.reactos.org
14 years, 7 months

[sir_richard] 45309: [NTOS]: Implement the KiInterruptTemplate in C since we now have a C entrry macro. Add a new KI_HARDWARE_INT flag for the C entry macro to generate the appropriate labels for runtime patching of the KINTERRUPT pointer to work, and issue an absolute instead of relative jmp. [NTOS]: Remove thousands of lines of assembly that are not needed anymore. [NTOS]: Put all interrupt code in irqobj.c (platform-specific). [NTOS]: DPC Interrupt is really the thread scheduler interrupt (DP
by sir_richard@svn.reactos.org
14 years, 7 months

[jimtabor] 45308: - Remove WINDOWOBJECT_NEED_INTERNALPAINT from service.
by jimtabor@svn.reactos.org
14 years, 7 months

[jimtabor] 45307: [User32] - Make ValidateRect a direct call, update related. Update UpdateWindow and some code sorting. Getting ready for WND switch.
by jimtabor@svn.reactos.org
14 years, 7 months
Results per page: