Author: arty Date: Sat Feb 28 09:28:49 2009 New Revision: 39800
URL: http://svn.reactos.org/svn/reactos?rev=39800&view=rev Log: Pull from git. Part 2 of many.
Added: branches/arty-newcc/boot/bootdata/bootcd.ini (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/ branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/arch.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/boot.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/drvmap.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/fathelp.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hardware.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwacpi.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwapm.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwpci.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386cpu.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386disk.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386idt.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386pnp.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386rtl.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386trap.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386vid.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/int386.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/loader.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/mach.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/mb.S (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pccons.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcdisk.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcmem.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcrtc.c (with props) branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcvideo.c (with props) branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/ branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/amd64.h (with props) branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/hardware.h (with props) branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/machpc.h (with props) Removed: branches/arty-newcc/boot/freeldr/rules.mak Modified: branches/arty-newcc/boot/bootdata/bootcdregtest/unattend.inf branches/arty-newcc/boot/bootdata/bootdata.rbuild branches/arty-newcc/boot/bootdata/hivecls_arm.inf branches/arty-newcc/boot/bootdata/hivecls_i386.inf branches/arty-newcc/boot/bootdata/hivedef_arm.inf branches/arty-newcc/boot/bootdata/hivedef_i386.inf branches/arty-newcc/boot/bootdata/hivesft_arm.inf branches/arty-newcc/boot/bootdata/hivesft_i386.inf branches/arty-newcc/boot/bootdata/hivesys_arm.inf branches/arty-newcc/boot/bootdata/hivesys_i386.inf branches/arty-newcc/boot/bootdata/livecd.inf branches/arty-newcc/boot/bootdata/livecd.ini (contents, props changed) branches/arty-newcc/boot/bootdata/packages/reactos.dff branches/arty-newcc/boot/bootdata/system.ini (props changed) branches/arty-newcc/boot/bootdata/txtsetup.sif branches/arty-newcc/boot/freeldr/bootsect/fat.h (props changed) branches/arty-newcc/boot/freeldr/bootsect/fat32.h (props changed) branches/arty-newcc/boot/freeldr/bootsect/isoboot.asm branches/arty-newcc/boot/freeldr/bootsect/isobtrt.asm branches/arty-newcc/boot/freeldr/bootsect/ofwboot.s (props changed) branches/arty-newcc/boot/freeldr/fdebug/fdebug.c (props changed) branches/arty-newcc/boot/freeldr/fdebug/fdebug.rbuild branches/arty-newcc/boot/freeldr/fdebug/lang/fr-FR.rc branches/arty-newcc/boot/freeldr/fdebug/lang/no-NO.rc branches/arty-newcc/boot/freeldr/fdebug/lang/sk-SK.rc branches/arty-newcc/boot/freeldr/fdebug/resource.h (props changed) branches/arty-newcc/boot/freeldr/fdebug/rs232.c (props changed) branches/arty-newcc/boot/freeldr/fdebug/rs232.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/_alloca.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/arch.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/archmach.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/boot.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/drvmap.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hardware.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwacpi.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwapm.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwpci.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386cpu.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386disk.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386idt.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386pnp.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386rtl.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386trap.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386vid.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/int386.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/linux.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/loader.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/machpc.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/machxbox.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/mb.S (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pccons.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcdisk.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcmem.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcrtc.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcvideo.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxcons.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxdisk.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxfont.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxhw.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxi2c.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxmem.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxrtc.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxvideo.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/boot.s (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/compat.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/loader.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/mach.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/mboot.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/mmu.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/ofw_method.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/ofw_util.s (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/prep.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/prep.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/prep_ide.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/prep_pci.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/prep_vga.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/bootmgr.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/cache/blocklist.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/cache/cache.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/cmdline.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/comm/rs232.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/custom.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/debug.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/disk/disk.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/disk/partition.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/drivemap.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/freeldr.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/freeldr.rbuild branches/arty-newcc/boot/freeldr/freeldr/freeldr_arch.rbuild branches/arty-newcc/boot/freeldr/freeldr/freeldr_base.rbuild branches/arty-newcc/boot/freeldr/freeldr/freeldr_base64k.rbuild branches/arty-newcc/boot/freeldr/freeldr/freeldr_main.rbuild branches/arty-newcc/boot/freeldr/freeldr/freeldr_startup.rbuild branches/arty-newcc/boot/freeldr/freeldr/fs/ext2.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/fs/fat.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/fs/fs.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/fs/fsrec.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/fs/iso.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/fs/ntfs.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch/i386/hardware.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch/i386/i386.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch/i386/machpc.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch/i386/machxbox.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/arch/powerpc/hardware.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/bget.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/bootmgr.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/bytesex.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/cache.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/cmdline.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/comm.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/debug.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/disk.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/drivemap.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/freeldr.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fs.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fs/ext2.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fs/fat.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fs/iso.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fs/ntfs.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/fsrec.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/inffile.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/inifile.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/keycodes.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/linux.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/machine.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/miscboot.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/mm.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/multiboot.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/of.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/options.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/oslist.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/reactos.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/include/registry.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/rtl.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ui.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ui/gui.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ui/minitui.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ui/noui.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ui/tui.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/ver.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/video.h (props changed) branches/arty-newcc/boot/freeldr/freeldr/include/winldr.h (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/inffile/inffile.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/inifile/ini_init.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/inifile/inifile.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/inifile/parse.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/linuxboot.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/machine.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/miscboot.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/mm/meminit.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/mm/mm.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/options.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/oslist.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/archwsup.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/arcname.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/binhive.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/imageldr.c branches/arty-newcc/boot/freeldr/freeldr/reactos/reactos.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/registry.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/reactos/setupldr.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/rtl/bget.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/rtl/libsupp.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/setupldr_main.rbuild branches/arty-newcc/boot/freeldr/freeldr/ui/gui.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/ui/minitui.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/ui/noui.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/ui/tui.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/ui/tuimenu.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/ui/ui.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/version.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/video/fade.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/video/palette.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/video/video.c (props changed) branches/arty-newcc/boot/freeldr/freeldr/windows/conversion.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/windows/peloader.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/windows/winldr.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/windows/wlmemory.c (contents, props changed) branches/arty-newcc/boot/freeldr/freeldr/windows/wlregistry.c (contents, props changed) branches/arty-newcc/boot/freeldr/install/install.c (props changed) branches/arty-newcc/boot/freeldr/install/install.h (props changed) branches/arty-newcc/boot/freeldr/install/linux/finstext2.c (props changed) branches/arty-newcc/boot/freeldr/install/linux/finstext2.h (props changed) branches/arty-newcc/boot/freeldr/install/volume.c (props changed) branches/arty-newcc/boot/freeldr/install/volume.h (props changed) branches/arty-newcc/boot/freeldr/tools/deptool.c (props changed) branches/arty-newcc/boot/freeldr/tools/hosttype.c (props changed) branches/arty-newcc/boot/freeldr/tools/rcopy.c (props changed) branches/arty-newcc/boot/freeldr/tools/rdel.c (props changed) branches/arty-newcc/boot/freeldr/tools/rmkdir.c (props changed) branches/arty-newcc/boot/freeldr/tools/rrmdir.c (props changed)
[This mail would be too long, it was shortened to contain the URLs only.]
Added: branches/arty-newcc/boot/bootdata/bootcd.ini URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/bootcd....
Modified: branches/arty-newcc/boot/bootdata/bootcdregtest/unattend.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/bootcdr...
Modified: branches/arty-newcc/boot/bootdata/bootdata.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/bootdat...
Modified: branches/arty-newcc/boot/bootdata/hivecls_arm.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivecls...
Modified: branches/arty-newcc/boot/bootdata/hivecls_i386.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivecls...
Modified: branches/arty-newcc/boot/bootdata/hivedef_arm.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivedef...
Modified: branches/arty-newcc/boot/bootdata/hivedef_i386.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivedef...
Modified: branches/arty-newcc/boot/bootdata/hivesft_arm.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivesft...
Modified: branches/arty-newcc/boot/bootdata/hivesft_i386.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivesft...
Modified: branches/arty-newcc/boot/bootdata/hivesys_arm.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivesys...
Modified: branches/arty-newcc/boot/bootdata/hivesys_i386.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/hivesys...
Modified: branches/arty-newcc/boot/bootdata/livecd.inf URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/livecd....
Modified: branches/arty-newcc/boot/bootdata/livecd.ini URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/livecd....
Modified: branches/arty-newcc/boot/bootdata/packages/reactos.dff URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/package...
Modified: branches/arty-newcc/boot/bootdata/txtsetup.sif URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/bootdata/txtsetu...
Modified: branches/arty-newcc/boot/freeldr/bootsect/isoboot.asm URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/bootsect...
Modified: branches/arty-newcc/boot/freeldr/bootsect/isobtrt.asm URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/bootsect...
Modified: branches/arty-newcc/boot/freeldr/fdebug/fdebug.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/fdebug/f...
Modified: branches/arty-newcc/boot/freeldr/fdebug/lang/fr-FR.rc URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/fdebug/l...
Modified: branches/arty-newcc/boot/freeldr/fdebug/lang/no-NO.rc URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/fdebug/l...
Modified: branches/arty-newcc/boot/freeldr/fdebug/lang/sk-SK.rc URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/fdebug/l...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/arch.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/boot.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/drvmap.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/fathelp.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hardware.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwacpi.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwapm.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/hwpci.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386cpu.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386disk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386idt.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386pnp.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386rtl.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386trap.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/i386vid.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/int386.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/loader.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/mach.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/mb.S URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pccons.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcdisk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcmem.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcrtc.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/arch/amd64/pcvideo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hardware.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwacpi.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwapm.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/hwpci.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386disk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/i386vid.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/loader.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcdisk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcmem.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/pcvideo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxdisk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/i386/xboxhw.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/arch/powerpc/loader.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/bootmgr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/cache/blocklist.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/cache/cache.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/debug.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/disk/disk.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/disk/partition.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/drivemap.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr_arch.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr_base.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr_base64k.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr_main.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/freeldr_startup.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/ext2.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/fat.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/fs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/fsrec.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/iso.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/fs/ntfs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/arch.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/amd64.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/hardware.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Added: branches/arty-newcc/boot/freeldr/freeldr/include/arch/amd64/machpc.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/debug.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/disk.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/freeldr.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/mm.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/reactos.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/include/winldr.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/inifile/inifile.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/inifile/parse.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/linuxboot.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/mm/meminit.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/mm/mm.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/reactos/binhive.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/reactos/imageldr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/reactos/reactos.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/reactos/registry.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/reactos/setupldr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/rtl/libsupp.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/setupldr_main.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/ui/gui.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/ui/ui.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/windows/conversion.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/windows/peloader.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/windows/winldr.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/windows/wlmemory.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Modified: branches/arty-newcc/boot/freeldr/freeldr/windows/wlregistry.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/freeldr/...
Removed: branches/arty-newcc/boot/freeldr/rules.mak URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/boot/freeldr/rules.ma...