diff --git a/src/sys/vfs/file.c b/src/sys/vfs/file.c index e54d882..a11648e 100644 --- a/src/sys/vfs/file.c +++ b/src/sys/vfs/file.c @@ -506,3 +506,4 @@ /*** END ***/ + diff --git a/src/sys/vfs/mount.c b/src/sys/vfs/mount.c index 0c504a4..49e0eec 100644 --- a/src/sys/vfs/mount.c +++ b/src/sys/vfs/mount.c @@ -140,66 +140,6 @@ } /*** - $Log$ - Revision 1.1.1.1 2005/09/26 17:24:49 reddawg - no message - - Revision 1.13 2005/08/04 20:35:19 fsdfs - - various updates. mostly kprints, tabbing code to look cleaner - - Revision 1.12 2005/08/04 18:24:40 fsdfs - - fixed problem in kfree() freeing a b uffer that is not used - - Revision 1.11 2004/07/27 12:02:01 reddawg - chg: fixed marks bug readFile did a lookup which is why it looked like it was loopping so much - - Revision 1.10 2004/07/27 08:42:29 reddawg - chg: vfs_mount now ensures that malloc did not fail - - Revision 1.9 2004/07/23 09:10:06 reddawg - ubixfs: cleaned up some functions played with the caching a bit - vfs: renamed a bunch of functions - cleaned up a few misc bugs - - Revision 1.8 2004/07/21 10:02:09 reddawg - devfs: renamed functions - device system: renamed functions - fdc: fixed a few potential bugs and cleaned up some unused variables - strol: fixed definition - endtask: made it print out freepage debug info - kmalloc: fixed a huge memory leak we had some unhandled descriptor insertion so some descriptors were lost - ld: fixed a pointer conversion - file: cleaned up a few unused variables - sched: broke task deletion - kprintf: fixed ogPrintf definition - - Revision 1.7 2004/06/28 23:12:58 reddawg - file format now container:/path/to/file - - Revision 1.6 2004/05/19 15:22:50 reddawg - Fixed reference issues due to changes in driver subsystem - - Revision 1.5 2004/05/19 04:07:43 reddawg - kmalloc(size,pid) no more it is no kmalloc(size); the way it should of been - - Revision 1.4 2004/04/29 15:45:19 reddawg - Fixed some bugs so now the automade images will work correctly - - Revision 1.3 2004/04/28 21:10:40 reddawg - Lots Of changes to make it work with existing os - - Revision 1.2 2004/04/28 02:22:55 reddawg - This is a fiarly large commit but we are starting to use new driver model - all around - - Revision 1.1.1.1 2004/04/15 12:06:53 reddawg - UbixOS v1.0 - - Revision 1.4 2004/04/13 16:36:34 reddawg - Changed our copyright, it is all now under a BSD-Style license - END ***/ diff --git a/src/sys/vfs/vfs.c b/src/sys/vfs/vfs.c index 19eb5f3..6c40431 100644 --- a/src/sys/vfs/vfs.c +++ b/src/sys/vfs/vfs.c @@ -127,3 +127,4 @@ /*** END ***/ +