Kernel - Update VFS API to use off_t/size_t instead of Uint64
authorJohn Hodge <[email protected]>
Fri, 17 Feb 2012 05:37:32 +0000 (13:37 +0800)
committerJohn Hodge <[email protected]>
Fri, 17 Feb 2012 05:37:32 +0000 (13:37 +0800)
commit880dd63bfcba522dab0a75cc63fdec1d04ff8c89
tree28207e80c809f0ca85e430074aaa3f749648a793
parentaaf78095af1e3646dbc22ae2cf663453f671e99d
Kernel - Update VFS API to use off_t/size_t instead of Uint64

- Also fixed compilation issues in x86_64/ARMv7
31 files changed:
KernelLand/Kernel/drv/fifo.c
KernelLand/Kernel/drv/pci.c
KernelLand/Kernel/drv/proc.c
KernelLand/Kernel/drv/vterm.c
KernelLand/Kernel/include/acess.h
KernelLand/Kernel/include/vfs.h
KernelLand/Kernel/lib.c
KernelLand/Kernel/vfs/fs/root.c
KernelLand/Kernel/vfs/memfile.c
KernelLand/Modules/Display/BochsGA/bochsvbe.c
KernelLand/Modules/Display/PL110/main.c
KernelLand/Modules/Display/Tegra2Vid/main.c
KernelLand/Modules/Display/VESA/main.c
KernelLand/Modules/Filesystems/Ext2/ext2_common.h
KernelLand/Modules/Filesystems/Ext2/read.c
KernelLand/Modules/Filesystems/Ext2/write.c
KernelLand/Modules/Filesystems/FAT/fat.c
KernelLand/Modules/Filesystems/InitRD/initrd.h
KernelLand/Modules/Filesystems/InitRD/main.c
KernelLand/Modules/IPStack/arp.c
KernelLand/Modules/IPStack/ipv4.h
KernelLand/Modules/IPStack/tcp.c
KernelLand/Modules/IPStack/udp.c
KernelLand/Modules/Input/PS2KbMouse/ps2mouse.c
KernelLand/Modules/Makefile.tpl
KernelLand/Modules/Network/NE2000/ne2000.c
KernelLand/Modules/Network/RTL8139/rtl8139.c
KernelLand/Modules/Storage/ATA/main.c
KernelLand/Modules/Storage/FDDv2/main.c
KernelLand/Modules/USB/HID/mouse.c
KernelLand/Modules/x86/VGAText/vga.c

UCC git Repository :: git.ucc.asn.au