From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32438 invoked by alias); 15 Feb 2002 01:18:51 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 32410 invoked by uid 9289); 15 Feb 2002 01:18:50 -0000 Date: Thu, 14 Feb 2002 17:18:00 -0000 Message-ID: <20020215011850.32408.qmail@sources.redhat.com> From: fitzsim@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/bochs ChangeLog Makefile.am ... X-SW-Source: 2002-q1/txt/msg00039.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: fitzsim@sources.redhat.com 2002-02-14 17:18:50 Modified files: sid/component/bochs: ChangeLog Makefile.am Makefile.in README bochs.h components.cxx config.h.in configure configure.in mkinstalldirs sid/component/bochs/cpu: Makefile.am Makefile.in cpu.cc cpu.h debugstuff.cc decode16.cc exception.cc init.cc io.cc io_pro.cc main-hack.cc paging.cc tasking.cc vm8086.cc sid/component/bochs/gui: x-gui.cc x-gui.h sid/component/bochs/keyboard: keyboard.cc keyboard.h sid-keyboard-wrapper.cc sid-keyboard-wrapper.h sid/component/bochs/vga: sid-vga-wrapper.cc sid-vga-wrapper.h vga.cc Added files: sid/component/bochs: debug.h sid/component/bochs/cmos: Makefile.am Makefile.in cmos.cc cmos.h sid-cmos-wrapper.cc sid-cmos-wrapper.h sid/component/bochs/cpu: sid-x86-cpu-wrapper.cc sid-x86-cpu-wrapper.h sid-x86-memory-modes.cc sid/component/bochs/cpu/fpu: Makefile.am Makefile.in PORTING README control_w.h div_Xsig.S div_Xsig.c div_small.S div_small.c errors.c exception.h fpu.cc fpu_arith.c fpu_asm.h fpu_aux.c fpu_emu.h fpu_entry.c fpu_etc.c fpu_proto.h fpu_system.h fpu_tags.c fpu_trig.c get_address.c load_store.c mul_Xsig.S mul_Xsig.c poly.h poly_2xm1.c poly_atan.c poly_l2.c poly_sin.c poly_tan.c polynom_Xsig.S polynom_Xsig.c reg_add_sub.c reg_compare.c reg_constant.c reg_constant.h reg_convert.c reg_divide.c reg_ld_str.c reg_mul.c reg_norm.S reg_norm.c reg_round.S reg_round.c reg_u_add.S reg_u_add.c reg_u_div.S reg_u_div.c reg_u_mul.S reg_u_mul.c reg_u_sub.S reg_u_sub.c round_Xsig.S round_Xsig.c shr_Xsig.S shr_Xsig.c status_w.h version.h wmFPUemu_glue.cc wm_shrx.S wm_shrx.c wm_sqrt.S wm_sqrt.c sid/component/bochs/cpu/fpu/stubs/asm: desc.h math_emu.h sigcontext.h types.h uaccess.h sid/component/bochs/cpu/fpu/stubs/linux: kernel.h linkage.h mm.h sched.h signal.h stddef.h types.h sid/component/bochs/cpu/memory: Makefile.am Makefile.in sid-bochs-memory.cc sid-bochs-memory.h sid/component/bochs/dma: Makefile.am Makefile.in dma.cc dma.h sid-dma-wrapper.cc sid-dma-wrapper.h sid/component/bochs/floppy: Makefile.am Makefile.in floppy.cc floppy.h sid-floppy-wrapper.cc sid-floppy-wrapper.h sid/component/bochs/pic: Makefile.am Makefile.in pic.cc pic.h sid-pic-wrapper.cc sid-pic-wrapper.h sid/component/bochs/pit: Makefile.am Makefile.in pit.cc pit.h sid-pit-wrapper.cc sid-pit-wrapper.h sid/component/bochs/unmapped: Makefile.am Makefile.in sid-unmapped-wrapper.cc sid-unmapped-wrapper.h unmapped.cc unmapped.h Removed files: sid/component/bochs/cpu: cpu-sid.cc cpu-sid.h ctrl_xfer32-sid.cc debugstuff-sid.cc exception-sid.cc fetchdecode-sid.cc init-sid.cc soft_int-sid.cc x86-memory-modes.cc x86.cc x86.h Log message: * debug/debug.h: Move to top-level bochs directory. * debug: Remove directory. * pic/*: New files. * floppy/*: New files. * cmos/*: New files. * unmapped/*: New files. * dma/*: New files. * pit/*: New files. * cpu/x86.h: Rename to sid-x86-cpu-wrapper.h. * cpu/x86.cc: Rename to sid-x86-cpu-wrapper.cc. * cpu/x86-memory-modes.cc: Rename to sid-x86-memory-modes.cc. * memory/*: Move to cpu/memory/*. * fpu/*: Move to cpu/fpu/*. * bochs.h: Change #include's to reflect new and moved files. Add sid expansions for A20ADDR(x), BX_INP(addr, len), BX_OUTP(addr, val, len), BX_RAISE_HLDA(), BX_SET_ENABLE_A20(enabled), BX_GET_ENABLE_A20(), and BX_NULL_TIMER_HANDLE. * components.cxx: Add support for cmos, dma, pic, pit, floppy, unmapped. * config.h.in: Set BX_SUPPORT_TASKING, BX_DMA_FLOPPY_IO and BX_SUPPORT_A20 to 1 by default. Set SMF macros to 0 for cmos, dma, pic, pit, floppy and unmapped components. * configure.in: Add pic, pit, cmos, dma, floppy, and unmapped Makefiles to AC_OUTPUT. * cpu/exception-sid.cc: Remove. Merge differences into cpu/exception.cc. * cpu/cpu-sid.h: Remove. Merge differences into cpu/cpu.h. * cpu/cpu-sid.cc: Remove. Merge differences into cpu/cpu.cc. * cpu/init-sid.cc: Remove. Merge differences into cpu/init.cc. * cpu/soft_int-sid.cc: Remove. * cpu/debugstuff-sid.cc: Remove. Merge differences into cpu/debugstuff.cc. * cpu/ctrl_xfer32-sid.cc: Remove. * cpu/fetchdecode-sid.cc: Remove. * cpu/Makefile.am: Remove references to removed files. (SUBDIRS) Add memory and fpu. (SUBLIBS) Add memory/libmemory.la and fpu/libfpu.la. (INCLUDES) Add memory and fpu directories. * cpu/cpu.cc: Remove BX_HRQ related FIXME's. Add interrupt pin support. * cpu/debugstuff.cc (BX_SUPPORT_SID): Add implementations of dbg_get_reg, dbg_set_reg, and dbg_get_eflags for when BX_DEBUGGER isn't defined. * cpu/io.cc: Remove #if 0's -- no longer needed. * cpu/io_pro.cc: Likewise. * gui/x-gui.cc: Change title bar messages. * keyboard/keyboard.cc: Change keyboard to remove serial delay pin. * keyboard/sid-keyboard-wrapper.cc: Add a20-related pins. Remove serial-delay pin. Add cmos accessor. Add trigger-irq pin. * keyboard/sid-keyboard-wrapper.h: Likewise. * vga/sid-vga-wrapper.cc: Rename buses from eg. 3b4 to 0x3b4. Import imagemmap code from generic.cxx. * vga/vga.cc: Cap number of rows at BX_MAX_TEXT_LINES. * Makefile.am (SUBDIRLIST): Add pic, pit, cmos, dma, floppy, unmapped. Removed fpu, memory. (SUBLIBLIST): Likewise. (INCLUDES): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/debug.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/Makefile.am.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/Makefile.in.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/README.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/bochs.h.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/components.cxx.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/config.h.in.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/configure.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/configure.in.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/mkinstalldirs.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/cmos.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/cmos.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/sid-cmos-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cmos/sid-cmos-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/sid-x86-cpu-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/sid-x86-cpu-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/sid-x86-memory-modes.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/cpu.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/cpu.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/debugstuff.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/decode16.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/exception.cc.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/init.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/io.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/io_pro.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/main-hack.cc.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/paging.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/tasking.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/vm8086.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/cpu-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/cpu-sid.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/ctrl_xfer32-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/debugstuff-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/exception-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fetchdecode-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/init-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/soft_int-sid.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/x86-memory-modes.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/x86.cc.diff?cvsroot=src&r1=1.1&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/x86.h.diff?cvsroot=src&r1=1.2&r2=NONE http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/PORTING.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/README.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/control_w.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/div_Xsig.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/div_Xsig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/div_small.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/div_small.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/errors.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/exception.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_arith.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_asm.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_aux.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_emu.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_entry.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_etc.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_proto.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_system.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_tags.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/fpu_trig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/get_address.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/load_store.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/mul_Xsig.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/mul_Xsig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly_2xm1.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly_atan.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly_l2.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly_sin.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/poly_tan.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/polynom_Xsig.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/polynom_Xsig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_add_sub.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_compare.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_constant.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_constant.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_convert.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_divide.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_ld_str.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_mul.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_norm.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_norm.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_round.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_round.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_add.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_add.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_div.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_div.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_mul.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_mul.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_sub.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/reg_u_sub.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/round_Xsig.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/round_Xsig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/shr_Xsig.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/shr_Xsig.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/status_w.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/version.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/wmFPUemu_glue.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/wm_shrx.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/wm_shrx.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/wm_sqrt.S.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/wm_sqrt.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/asm/desc.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/asm/math_emu.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/asm/sigcontext.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/asm/types.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/asm/uaccess.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/kernel.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/linkage.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/mm.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/sched.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/signal.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/stddef.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/fpu/stubs/linux/types.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/memory/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/memory/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/memory/sid-bochs-memory.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/memory/sid-bochs-memory.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/dma.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/dma.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/sid-dma-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/dma/sid-dma-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/floppy.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/floppy.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/sid-floppy-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/floppy/sid-floppy-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/x-gui.cc.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/x-gui.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/keyboard/keyboard.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/keyboard/keyboard.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/keyboard/sid-keyboard-wrapper.cc.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/keyboard/sid-keyboard-wrapper.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/pic.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/pic.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/sid-pic-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pic/sid-pic-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/pit.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/pit.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/sid-pit-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/pit/sid-pit-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/sid-unmapped-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/sid-unmapped-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/unmapped.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/unmapped/unmapped.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/sid-vga-wrapper.cc.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/sid-vga-wrapper.h.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/vga.cc.diff?cvsroot=src&r1=1.1&r2=1.2