From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1773 invoked by alias); 4 Aug 2006 09:22:06 -0000 Received: (qmail 1753 invoked by uid 9341); 4 Aug 2006 09:22:05 -0000 Date: Fri, 04 Aug 2006 09:22:00 -0000 Message-ID: <20060804092205.1750.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/fs/fat/current ChangeLog src/fat ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00249.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2006-08-04 09:22:05 Modified files: packages/fs/fat/current: ChangeLog packages/fs/fat/current/src: fatfs.c packages/fs/fat/current/tests: fatfs1.c Log message: * src/fats.c: Added functionality to the fatfs_getinfo() function to return disk usage information about the filesystem, making this information accessible through the cyg_fs_getinfo() interface. * tests/fatfs1.c: Added code to test the disk usage.