Author: arty Date: Mon Feb 16 23:16:59 2009 New Revision: 39641
URL: http://svn.reactos.org/svn/reactos?rev=39641&view=rev Log: Merge cdfs from the WIP branch (and from previous merge traffic). Bring in my partly backported WIP from git.
Added: branches/arty-newcc/ntoskrnl/cache/io.c (with props) Modified: branches/arty-newcc/drivers/filesystems/cdfs/cdfs.c branches/arty-newcc/drivers/filesystems/cdfs/cdfs.h branches/arty-newcc/drivers/filesystems/cdfs/cleanup.c branches/arty-newcc/drivers/filesystems/cdfs/close.c branches/arty-newcc/drivers/filesystems/cdfs/common.c branches/arty-newcc/drivers/filesystems/cdfs/create.c branches/arty-newcc/drivers/filesystems/cdfs/dirctl.c branches/arty-newcc/drivers/filesystems/cdfs/fcb.c branches/arty-newcc/drivers/filesystems/cdfs/finfo.c branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c branches/arty-newcc/drivers/filesystems/cdfs/misc.c branches/arty-newcc/drivers/filesystems/cdfs/rw.c branches/arty-newcc/drivers/filesystems/cdfs/volinfo.c branches/arty-newcc/ntoskrnl/cache/cachesub.c branches/arty-newcc/ntoskrnl/cache/copysup.c branches/arty-newcc/ntoskrnl/cache/fssup.c branches/arty-newcc/ntoskrnl/cache/lazyrite.c branches/arty-newcc/ntoskrnl/cache/pinsup.c branches/arty-newcc/ntoskrnl/include/internal/cc.h branches/arty-newcc/ntoskrnl/include/internal/mm.h branches/arty-newcc/ntoskrnl/mm/mminit.c branches/arty-newcc/ntoskrnl/mm/section.c branches/arty-newcc/ntoskrnl/ntoskrnl-generic.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/arty-newcc/drivers/filesystems/cdfs/cdfs.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/cdfs.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/cleanup.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/close.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/common.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/create.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/dirctl.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/fcb.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/finfo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/misc.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/rw.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/drivers/filesystems/cdfs/volinfo.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/c...
Modified: branches/arty-newcc/ntoskrnl/cache/cachesub.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/caches...
Modified: branches/arty-newcc/ntoskrnl/cache/copysup.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/copysu...
Modified: branches/arty-newcc/ntoskrnl/cache/fssup.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/fssup....
Added: branches/arty-newcc/ntoskrnl/cache/io.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/io.c?r...
Modified: branches/arty-newcc/ntoskrnl/cache/lazyrite.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/lazyri...
Modified: branches/arty-newcc/ntoskrnl/cache/pinsup.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/cache/pinsup...
Modified: branches/arty-newcc/ntoskrnl/include/internal/cc.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/include/inte...
Modified: branches/arty-newcc/ntoskrnl/include/internal/mm.h URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/include/inte...
Modified: branches/arty-newcc/ntoskrnl/mm/mminit.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/mm/mminit.c?...
Modified: branches/arty-newcc/ntoskrnl/mm/section.c URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/mm/section.c...
Modified: branches/arty-newcc/ntoskrnl/ntoskrnl-generic.rbuild URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/ntoskrnl/ntoskrnl-gen...