Ros-diffs November 2006

ros-diffs@reactos.org
  • 16 participants
  • 324 discussions

[fireball] 24777: - Add a null-check to the IopLoadServiceModule. - Add a DPRINT1 saying about the possible memory-overwrite bug. This is a hack to get a bootable tree, but still have a note when The Bug happens (look for 'weird' in the debug log).
by fireball@svn.reactos.org
18 years, 1 month

[greatlrd] 24776: - Change movw $0x0000, %ax to xorw %ax, %ax (because of probable bug in binutils, which compiles the first instruction into something weird) - Add segment registers save+restore in Int386() in FreeLdr (thanks to tamlin too)
by greatlrd@svn.reactos.org
18 years, 1 month

[ion] 24775: - Add kdcom driver. It contains the exact same functions as in HAL/kdbg.c (not yet used). - Fix halxbox compile.
by ion@svn.reactos.org
18 years, 1 month

[ion] 24774: - Fix some more MSVC problems. - Get rid of HAL's own intrisics and use intrin_i.h and/or MSVC intrinsics from intrin.h - If anyone knows how to make a .DEF file that is not only understood by both compilers, but also creates a proper import library, please let me know.
by ion@svn.reactos.org
18 years, 1 month

[ion] 24773: - MSVC VCPROJ Maker: * Don't insert NDEBUG as a define, files define this manually already. * Don't add _CRT flags, since the RTM WDK defines them properly. * Force warning.h to be included just like the WDK does. * Disable WPO and LTCG for now. * Disable 64-bit warnings for now. * Fix assembly custom steps. NASMW for .asm, and GAS for .S. - Please remember that you NEED the WDK 6000 RTM installed to use MSVC for building ReactOS. Don't change global build settings just because you
by ion@svn.reactos.org
18 years, 1 month

[hpoussin] 24772: Fix HAL compilation
by hpoussin@svn.reactos.org
18 years, 1 month

[gedmurphy] 24771: - Add test code for adjusting the brightness of an image. It's a bit of a hack at the moment, but adjusting the trackbar in the brightness dialog will alter the brightness of the small image. - save pointer to the bitmap header and bitmap bits in the image struct.
by gedmurphy@svn.reactos.org
18 years, 1 month

[ion] 24770: - Reorganize HAL exports and export KeTRyToAcquireQueuedSpinlock and KeTryToAcquireQueuedSpinLockRaisetoSynch. - Add stub for HalSetTimeIncrement. - Cleanup CMOS-related routines (Get/Set environment value and get/set RTC). Fixup some prototypes as well. Inline HalpReadCmos/HalpWriteCmos instead of having a separate function. - Fixup wrong protypes for various Queued Spinlock functions. - Use __rdtsc intrinsic instead of Ke386RdTsc. - Other MSVC compilation fixes.
by ion@svn.reactos.org
18 years, 1 month

[fireball] 24769: Use Uint32x32To64() function instead of ULONG * ULONG. Fixes partition length truncation. See issue #1871 for more details.
by fireball@svn.reactos.org
18 years, 1 month

[greatlrd] 24768: remove two compiling warnings thx frik85 to notice it.
by greatlrd@svn.reactos.org
18 years, 1 month
Results per page: