Author: tkreuzer Date: Sat Nov 27 22:12:15 2010 New Revision: 49826
URL: http://svn.reactos.org/svn/reactos?rev=49826&view=rev Log: [ASM] Merge asm related changes from cmake branch.
Added: trunk/reactos/include/reactos/asm.inc trunk/reactos/include/reactos/ks386.inc trunk/reactos/lib/sdk/crt/math/i386/atan2_asm.s (with props) trunk/reactos/lib/sdk/crt/math/i386/exp_asm.s (with props) trunk/reactos/lib/sdk/crt/math/i386/fmod_asm.s (with props) trunk/reactos/lib/sdk/crt/math/i386/fmodf_asm.s (with props) trunk/reactos/lib/sdk/crt/math/i386/ftol2_asm.s (with props) trunk/reactos/lib/sdk/crt/string/i386/tcscat.inc trunk/reactos/lib/sdk/crt/string/i386/tcschr.inc trunk/reactos/lib/sdk/crt/string/i386/tcscmp.inc trunk/reactos/lib/sdk/crt/string/i386/tcscpy.inc trunk/reactos/lib/sdk/crt/string/i386/tcslen.inc trunk/reactos/lib/sdk/crt/string/i386/tcsncat.inc trunk/reactos/lib/sdk/crt/string/i386/tcsncmp.inc trunk/reactos/lib/sdk/crt/string/i386/tcsncpy.inc trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.inc trunk/reactos/lib/sdk/crt/string/i386/tcsrchr.inc Removed: trunk/reactos/lib/sdk/crt/string/i386/tcscat.h trunk/reactos/lib/sdk/crt/string/i386/tcschr.h trunk/reactos/lib/sdk/crt/string/i386/tcscmp.h trunk/reactos/lib/sdk/crt/string/i386/tcscpy.h trunk/reactos/lib/sdk/crt/string/i386/tcslen.h trunk/reactos/lib/sdk/crt/string/i386/tcsncat.h trunk/reactos/lib/sdk/crt/string/i386/tcsncmp.h trunk/reactos/lib/sdk/crt/string/i386/tcsncpy.h trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.h trunk/reactos/lib/sdk/crt/string/i386/tcsrchr.h Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/arch.S trunk/reactos/boot/freeldr/freeldr/arch/amd64/boot.S trunk/reactos/boot/freeldr/freeldr/arch/amd64/i386pnp.S trunk/reactos/boot/freeldr/freeldr/arch/amd64/int386.S trunk/reactos/boot/freeldr/freeldr/arch/amd64/mb.S trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S trunk/reactos/dll/ntdll/dispatch/i386/dispatch.S trunk/reactos/dll/win32/kernel32/thread/amd64/fiber.S trunk/reactos/dll/win32/kernel32/thread/amd64/thread.S trunk/reactos/dll/win32/kernel32/thread/i386/fiber.S trunk/reactos/dll/win32/kernel32/thread/i386/thread.S trunk/reactos/hal/halx86/amd64/mps.S trunk/reactos/hal/halx86/amd64/systimer.S trunk/reactos/hal/halx86/generic/i386/systimer.S trunk/reactos/hal/halx86/generic/i386/trap.S trunk/reactos/lib/rtl/amd64/debug_asm.S trunk/reactos/lib/rtl/amd64/except_asm.S trunk/reactos/lib/rtl/amd64/rtlmem.S trunk/reactos/lib/rtl/amd64/slist.S trunk/reactos/lib/rtl/i386/debug_asm.S trunk/reactos/lib/rtl/i386/except_asm.s trunk/reactos/lib/rtl/i386/interlck.S trunk/reactos/lib/rtl/i386/res_asm.s trunk/reactos/lib/rtl/i386/rtlmem.s trunk/reactos/lib/sdk/crt/except/amd64/chkstk_asm.s trunk/reactos/lib/sdk/crt/except/amd64/seh.s trunk/reactos/lib/sdk/crt/except/i386/chkstk_asm.s trunk/reactos/lib/sdk/crt/except/i386/prolog.s trunk/reactos/lib/sdk/crt/except/i386/seh.s trunk/reactos/lib/sdk/crt/float/i386/logb.c trunk/reactos/lib/sdk/crt/math/amd64/alldiv.S trunk/reactos/lib/sdk/crt/math/amd64/atan.S trunk/reactos/lib/sdk/crt/math/amd64/atan2.S trunk/reactos/lib/sdk/crt/math/amd64/ceil.S trunk/reactos/lib/sdk/crt/math/amd64/ceilf.S trunk/reactos/lib/sdk/crt/math/amd64/exp.S trunk/reactos/lib/sdk/crt/math/amd64/fabs.S trunk/reactos/lib/sdk/crt/math/amd64/floor.S trunk/reactos/lib/sdk/crt/math/amd64/floorf.S trunk/reactos/lib/sdk/crt/math/amd64/fmod.S trunk/reactos/lib/sdk/crt/math/amd64/fmodf.S trunk/reactos/lib/sdk/crt/math/amd64/ldexp.S trunk/reactos/lib/sdk/crt/math/amd64/log.S trunk/reactos/lib/sdk/crt/math/amd64/log10.S trunk/reactos/lib/sdk/crt/math/amd64/pow.S trunk/reactos/lib/sdk/crt/math/amd64/sqrt.S trunk/reactos/lib/sdk/crt/math/amd64/sqrtf.S trunk/reactos/lib/sdk/crt/math/amd64/tan.S trunk/reactos/lib/sdk/crt/math/i386/alldiv_asm.s trunk/reactos/lib/sdk/crt/math/i386/alldvrm_asm.s trunk/reactos/lib/sdk/crt/math/i386/allmul_asm.s trunk/reactos/lib/sdk/crt/math/i386/allrem_asm.s trunk/reactos/lib/sdk/crt/math/i386/allshl_asm.s trunk/reactos/lib/sdk/crt/math/i386/allshr_asm.s trunk/reactos/lib/sdk/crt/math/i386/atan_asm.s trunk/reactos/lib/sdk/crt/math/i386/aulldiv_asm.s trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s trunk/reactos/lib/sdk/crt/math/i386/aullshr_asm.s trunk/reactos/lib/sdk/crt/math/i386/ceil_asm.s trunk/reactos/lib/sdk/crt/math/i386/ceilf.S trunk/reactos/lib/sdk/crt/math/i386/cos_asm.s trunk/reactos/lib/sdk/crt/math/i386/fabs_asm.s trunk/reactos/lib/sdk/crt/math/i386/floor_asm.s trunk/reactos/lib/sdk/crt/math/i386/floorf.S trunk/reactos/lib/sdk/crt/math/i386/ftol_asm.s trunk/reactos/lib/sdk/crt/math/i386/log10_asm.s trunk/reactos/lib/sdk/crt/math/i386/log_asm.s trunk/reactos/lib/sdk/crt/math/i386/pow_asm.s trunk/reactos/lib/sdk/crt/math/i386/sin_asm.s trunk/reactos/lib/sdk/crt/math/i386/sqrt_asm.s trunk/reactos/lib/sdk/crt/math/i386/tan_asm.s trunk/reactos/lib/sdk/crt/mem/i386/memchr_asm.s trunk/reactos/lib/sdk/crt/mem/i386/memcpy_asm.s trunk/reactos/lib/sdk/crt/mem/i386/memmove_asm.s trunk/reactos/lib/sdk/crt/mem/i386/memset_asm.s trunk/reactos/lib/sdk/crt/setjmp/amd64/setjmp.s trunk/reactos/lib/sdk/crt/setjmp/i386/setjmp.s trunk/reactos/lib/sdk/crt/string/i386/strcat_asm.s trunk/reactos/lib/sdk/crt/string/i386/strchr_asm.s trunk/reactos/lib/sdk/crt/string/i386/strcmp_asm.s trunk/reactos/lib/sdk/crt/string/i386/strcpy_asm.s trunk/reactos/lib/sdk/crt/string/i386/strlen_asm.s trunk/reactos/lib/sdk/crt/string/i386/strncat_asm.s trunk/reactos/lib/sdk/crt/string/i386/strncmp_asm.s trunk/reactos/lib/sdk/crt/string/i386/strncpy_asm.s trunk/reactos/lib/sdk/crt/string/i386/strnlen_asm.s trunk/reactos/lib/sdk/crt/string/i386/strrchr_asm.s trunk/reactos/lib/sdk/crt/string/i386/tchar.h trunk/reactos/lib/sdk/crt/string/i386/wcscat_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcschr_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcscmp_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcscpy_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcslen_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcsncat_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcsncmp_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcsncpy_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcsnlen_asm.s trunk/reactos/lib/sdk/crt/string/i386/wcsrchr_asm.s trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S trunk/reactos/ntoskrnl/ex/i386/interlck_asm.S trunk/reactos/ntoskrnl/ex/i386/ioport.S trunk/reactos/ntoskrnl/include/internal/i386/asmmacro.S trunk/reactos/ntoskrnl/kdbg/amd64/kdb_help.S trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S trunk/reactos/ntoskrnl/ke/amd64/boot.S trunk/reactos/ntoskrnl/ke/amd64/ctxswitch.S trunk/reactos/ntoskrnl/ke/amd64/trap.S trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S trunk/reactos/ntoskrnl/ke/i386/trap.s trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S trunk/reactos/ntoskrnl/rtl/i386/stack.S trunk/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s trunk/reactos/subsystems/win32/win32k/eng/i386/floatobj.S trunk/reactos/subsystems/win32/win32k/misc/i386/atan2_asm.s trunk/reactos/subsystems/win32/win32k/misc/i386/ceil_asm.s trunk/reactos/subsystems/win32/win32k/misc/i386/cos_asm.s trunk/reactos/subsystems/win32/win32k/misc/i386/floor_asm.s trunk/reactos/subsystems/win32/win32k/misc/i386/sin_asm.s trunk/reactos/tools/nci/ncitool.c
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/arch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/boot.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/i386pnp.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/int386.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/amd64/mb.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a...
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/arch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i...
Modified: trunk/reactos/dll/ntdll/dispatch/i386/dispatch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/dispatch/i386/dis...
Modified: trunk/reactos/dll/win32/kernel32/thread/amd64/fiber.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/a...
Modified: trunk/reactos/dll/win32/kernel32/thread/amd64/thread.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/a...
Modified: trunk/reactos/dll/win32/kernel32/thread/i386/fiber.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/i...
Modified: trunk/reactos/dll/win32/kernel32/thread/i386/thread.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/i...
Modified: trunk/reactos/hal/halx86/amd64/mps.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/amd64/mps.S?rev=...
Modified: trunk/reactos/hal/halx86/amd64/systimer.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/amd64/systimer.S...
Modified: trunk/reactos/hal/halx86/generic/i386/systimer.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/i386/sys...
Modified: trunk/reactos/hal/halx86/generic/i386/trap.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/generic/i386/tra...
Added: trunk/reactos/include/reactos/asm.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/asm.inc?rev...
Added: trunk/reactos/include/reactos/ks386.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/ks386.inc?r...
Modified: trunk/reactos/lib/rtl/amd64/debug_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/amd64/debug_asm.S?r...
Modified: trunk/reactos/lib/rtl/amd64/except_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/amd64/except_asm.S?...
Modified: trunk/reactos/lib/rtl/amd64/rtlmem.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/amd64/rtlmem.S?rev=...
Modified: trunk/reactos/lib/rtl/amd64/slist.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/amd64/slist.S?rev=4...
Modified: trunk/reactos/lib/rtl/i386/debug_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/debug_asm.S?re...
Modified: trunk/reactos/lib/rtl/i386/except_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/except_asm.s?r...
Modified: trunk/reactos/lib/rtl/i386/interlck.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/interlck.S?rev...
Modified: trunk/reactos/lib/rtl/i386/res_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/res_asm.s?rev=...
Modified: trunk/reactos/lib/rtl/i386/rtlmem.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/i386/rtlmem.s?rev=4...
Modified: trunk/reactos/lib/sdk/crt/except/amd64/chkstk_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/amd64/ch...
Modified: trunk/reactos/lib/sdk/crt/except/amd64/seh.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/amd64/se...
Modified: trunk/reactos/lib/sdk/crt/except/i386/chkstk_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/i386/chk...
Modified: trunk/reactos/lib/sdk/crt/except/i386/prolog.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/i386/pro...
Modified: trunk/reactos/lib/sdk/crt/except/i386/seh.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/except/i386/seh...
Modified: trunk/reactos/lib/sdk/crt/float/i386/logb.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/float/i386/logb...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/alldiv.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/alld...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/atan.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/atan...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/atan2.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/atan...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/ceil.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/ceil...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/ceilf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/ceil...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/exp.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/exp....
Modified: trunk/reactos/lib/sdk/crt/math/amd64/fabs.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/fabs...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/floor.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/floo...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/floorf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/floo...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/fmod.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/fmod...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/fmodf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/fmod...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/ldexp.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/ldex...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/log.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/log....
Modified: trunk/reactos/lib/sdk/crt/math/amd64/log10.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/log1...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/pow.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/pow....
Modified: trunk/reactos/lib/sdk/crt/math/amd64/sqrt.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/sqrt...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/sqrtf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/sqrt...
Modified: trunk/reactos/lib/sdk/crt/math/amd64/tan.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/amd64/tan....
Modified: trunk/reactos/lib/sdk/crt/math/i386/alldiv_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/alldi...
Modified: trunk/reactos/lib/sdk/crt/math/i386/alldvrm_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/alldv...
Modified: trunk/reactos/lib/sdk/crt/math/i386/allmul_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/allmu...
Modified: trunk/reactos/lib/sdk/crt/math/i386/allrem_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/allre...
Modified: trunk/reactos/lib/sdk/crt/math/i386/allshl_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/allsh...
Modified: trunk/reactos/lib/sdk/crt/math/i386/allshr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/allsh...
Added: trunk/reactos/lib/sdk/crt/math/i386/atan2_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/atan2...
Modified: trunk/reactos/lib/sdk/crt/math/i386/atan_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/atan_...
Modified: trunk/reactos/lib/sdk/crt/math/i386/aulldiv_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aulld...
Modified: trunk/reactos/lib/sdk/crt/math/i386/aulldvrm_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aulld...
Modified: trunk/reactos/lib/sdk/crt/math/i386/aullrem_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aullr...
Modified: trunk/reactos/lib/sdk/crt/math/i386/aullshr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/aulls...
Modified: trunk/reactos/lib/sdk/crt/math/i386/ceil_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/ceil_...
Modified: trunk/reactos/lib/sdk/crt/math/i386/ceilf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/ceilf...
Modified: trunk/reactos/lib/sdk/crt/math/i386/cos_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/cos_a...
Added: trunk/reactos/lib/sdk/crt/math/i386/exp_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/exp_a...
Modified: trunk/reactos/lib/sdk/crt/math/i386/fabs_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/fabs_...
Modified: trunk/reactos/lib/sdk/crt/math/i386/floor_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/floor...
Modified: trunk/reactos/lib/sdk/crt/math/i386/floorf.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/floor...
Added: trunk/reactos/lib/sdk/crt/math/i386/fmod_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/fmod_...
Added: trunk/reactos/lib/sdk/crt/math/i386/fmodf_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/fmodf...
Added: trunk/reactos/lib/sdk/crt/math/i386/ftol2_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/ftol2...
Modified: trunk/reactos/lib/sdk/crt/math/i386/ftol_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/ftol_...
Modified: trunk/reactos/lib/sdk/crt/math/i386/log10_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/log10...
Modified: trunk/reactos/lib/sdk/crt/math/i386/log_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/log_a...
Modified: trunk/reactos/lib/sdk/crt/math/i386/pow_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/pow_a...
Modified: trunk/reactos/lib/sdk/crt/math/i386/sin_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/sin_a...
Modified: trunk/reactos/lib/sdk/crt/math/i386/sqrt_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/sqrt_...
Modified: trunk/reactos/lib/sdk/crt/math/i386/tan_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/math/i386/tan_a...
Modified: trunk/reactos/lib/sdk/crt/mem/i386/memchr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mem/i386/memchr...
Modified: trunk/reactos/lib/sdk/crt/mem/i386/memcpy_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mem/i386/memcpy...
Modified: trunk/reactos/lib/sdk/crt/mem/i386/memmove_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mem/i386/memmov...
Modified: trunk/reactos/lib/sdk/crt/mem/i386/memset_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/mem/i386/memset...
Modified: trunk/reactos/lib/sdk/crt/setjmp/amd64/setjmp.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/setjmp/amd64/se...
Modified: trunk/reactos/lib/sdk/crt/setjmp/i386/setjmp.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/setjmp/i386/set...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strcat_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strchr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strcmp_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strcpy_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strlen_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strncat_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strncmp_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strncpy_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strnlen_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/strrchr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/str...
Modified: trunk/reactos/lib/sdk/crt/string/i386/tchar.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tch...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcscat.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcscat.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcschr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcschr.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcscmp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcscmp.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcscpy.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcscpy.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcslen.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcslen.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcsncat.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcsncat.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcsncmp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcsncmp.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcsncpy.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcsncpy.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcsnlen.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Removed: trunk/reactos/lib/sdk/crt/string/i386/tcsrchr.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Added: trunk/reactos/lib/sdk/crt/string/i386/tcsrchr.inc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/tcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcscat_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcschr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcscmp_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcscpy_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcslen_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcsncat_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcsncmp_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcsncpy_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcsnlen_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/lib/sdk/crt/string/i386/wcsrchr_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/string/i386/wcs...
Modified: trunk/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/i386/fastinterl...
Modified: trunk/reactos/ntoskrnl/ex/i386/interlck_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/i386/interlck_a...
Modified: trunk/reactos/ntoskrnl/ex/i386/ioport.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/i386/ioport.S?r...
Modified: trunk/reactos/ntoskrnl/include/internal/i386/asmmacro.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/i...
Modified: trunk/reactos/ntoskrnl/kdbg/amd64/kdb_help.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/kdbg/amd64/kdb_hel...
Modified: trunk/reactos/ntoskrnl/kdbg/i386/kdb_help.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/kdbg/i386/kdb_help...
Modified: trunk/reactos/ntoskrnl/ke/amd64/boot.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/amd64/boot.S?re...
Modified: trunk/reactos/ntoskrnl/ke/amd64/ctxswitch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/amd64/ctxswitch...
Modified: trunk/reactos/ntoskrnl/ke/amd64/trap.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/amd64/trap.S?re...
Modified: trunk/reactos/ntoskrnl/ke/i386/ctxswitch.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/ctxswitch....
Modified: trunk/reactos/ntoskrnl/ke/i386/trap.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/trap.s?rev...
Modified: trunk/reactos/ntoskrnl/ke/i386/usercall_asm.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/usercall_a...
Modified: trunk/reactos/ntoskrnl/rtl/i386/stack.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/rtl/i386/stack.S?r...
Modified: trunk/reactos/subsystems/win32/win32k/dib/i386/dib24bpp_hline.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/dib...
Modified: trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_colorfill.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/dib...
Modified: trunk/reactos/subsystems/win32/win32k/dib/i386/dib32bpp_hline.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/dib...
Modified: trunk/reactos/subsystems/win32/win32k/eng/i386/floatobj.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng...
Modified: trunk/reactos/subsystems/win32/win32k/misc/i386/atan2_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/mis...
Modified: trunk/reactos/subsystems/win32/win32k/misc/i386/ceil_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/mis...
Modified: trunk/reactos/subsystems/win32/win32k/misc/i386/cos_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/mis...
Modified: trunk/reactos/subsystems/win32/win32k/misc/i386/floor_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/mis...
Modified: trunk/reactos/subsystems/win32/win32k/misc/i386/sin_asm.s URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/mis...
Modified: trunk/reactos/tools/nci/ncitool.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/nci/ncitool.c?rev=498...