Timo Kreuzer

Results 8 issues of Timo Kreuzer

## Purpose Move KDBG kernel debugger from ntoskrnl to its own kdcom like kdrosdbg.dll The goal is to turn KDBG completely into a kdcom like extension dll, which would make...

enhancement
refactoring
kernel&hal
drivers

## Purpose - Add test for - Implement amd64 versions of _controlfp, _control87, _clearfp, _fpreset, _statusfp - Implement amd64 KiXmmExceptionHandler ## TODO - [ ] Fix test for x86

enhancement
bugfix
ROSTESTS
kernel&hal

## Purpose Implement SSE math functions b importing AMD's libm. ## Proposed changes - Import win-libm from AMD - Make it build - Convert .asm tables to C - Write...

enhancement
freeldr

## Purpose Dump the trap information of unhandled VDM traps to investigate kernel breakpoint hits on testbots. JIRA issue: [CORE-15642](https://jira.reactos.org/browse/CORE-15642)

enhancement
kernel&hal

This is an attempt to unify the Rtl tests, so that we don't rewrite them for ntdll and kmtest. It also adds a statically linked version, which allows to test...

refactoring
ROSTESTS

Fix some kmtests

bugfix
ROSTESTS

## Purpose Add a feature to allow white-listing tests. ## Proposed changes This adds a tool that generates tables for the test code to check for white-listed tests. The tables...

enhancement
ROSTESTS

## Purpose Misc fixes for amd64 It has been confirmed by julenuri that this PR does also fix JIRA issue: [CORE-18155](https://jira.reactos.org/browse/CORE-18155)

bugfix
ROSTESTS
kernel&hal