Ros-diffs January 2010

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

[sir_richard] 45156: [NTOS]: Implement KiSwapProcess in C. [NTOS]: Implement KiIsNpxPresent and KiIsNpxErrataPresent in C. It's much clearer what these are doing now. [NTOS]: Implement KiFlushNPXState and fix some bugs that were present in the ASM version, such as a wrong NPX state check. [NTOS]: Implement working intrinsics for fxrstor, fxsave, fnsave and enable them for flushing. We'll update the FPU trap code to use these later.
by sir_richard@svn.reactos.org
14 years, 8 months

[jimtabor] 45155: - Add dclevel flags.
by jimtabor@svn.reactos.org
14 years, 8 months

[sir_richard] 45154: [NTOS]: Workaround for GCC 4.4.x bug reported by Dmitry.
by sir_richard@svn.reactos.org
14 years, 8 months

[khornicek] 45153: - fix build, thanks Black_Fox
by khornicek@svn.reactos.org
14 years, 8 months

[sir_richard] 45152: [FREELDR]: Jump to a standard 1-parameter STDCALL kernel entrypoint instead of a FASTCALL double-parameter entrypoint. [NTOS]: Make KiSystemStartup the real C entrypoint of the kernel, and move the "Am I being booted by FreeLDR" logic inside it -- it will then call KiRosPrepareForSystemStartup as earlier. [NTOS]: Move the Double Fault and Boot Stack declaration in C code, with the proper alignment attribute. [NTOS]: Although the concern that KiSystemStartup cannot be 100% C
by sir_richard@svn.reactos.org
14 years, 8 months

[dreimer] 45151: First Version of the KDBG Command. It uses log2lines to output the stuff coming from the pipe \\.\pipe\kdbg. If you add the command "writelog", you will get a log in the format DBG-%date%-%time%.txt in the folder you are in right now. if %2 is declared, it will use this path for the log. Plz test. If you have suggetions or bugs, plz tell me. PS1 Port will follow later.
by dreimer@svn.reactos.org
14 years, 8 months

[sir_richard] 45150: [NTOS]: Try backing out a change to see if thix fixes BuildBot.
by sir_richard@svn.reactos.org
14 years, 8 months

[dreimer] 45149: Update the d3dx9_XX.dll files to the recent wine release version. Mostly stubs, but many games appreciate their existance.
by dreimer@svn.reactos.org
14 years, 8 months

[sir_richard] 45148: [NTOS]: Implement GUI thread promotion during the first GUI system call in C. This is tricky due to EBP, and actually requires some tiny inline ASM magic to make it work right. [NTOS]: Implement SYSENTER system calls in C as well. All system calls are now handled in C. This code will be further optimized/refined soon.
by sir_richard@svn.reactos.org
14 years, 8 months

[sir_richard] 45147: [NTOS]: Convert system call handling to C. Only kernel system calls are done this way for now, not SYSENTER calls from user-mode. A small ASM trampoline is used inline for the call itself.
by sir_richard@svn.reactos.org
14 years, 8 months
Results per page: