aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
Commit message (Collapse)AuthorAgeFilesLines
...
* Add iso9660 support to libfsimage.john.levon@sun.com2007-02-2010-167/+783
| | | | Signed-off-by: John Levon <john.levon@sun.com>
* Filesystem implementations may need optional arguments in terms ofjohn.levon@sun.com2007-02-1911-14/+14
| | | | | | what to mount. Add an options string to the libfsimage API. Signed-off-by: John Levon <john.levon@sun.com>
* Revert 13389; libfsimage version does not need to change after all.Tim Deegan2007-01-181-1/+1
| | | | Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
* [LIBFSIMAGE] Fix makefile to track version number changeTim Deegan2007-01-171-1/+1
| | | | Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
* Remove useless fsip_fs_free(). Delegate freeing of private data to its pluginjohn.levon@sun.com2007-01-167-16/+9
| | | | | | users. Miscellaneous tidy. Signed-off-by: John Levon <john.levon@sun.com>
* [POWERPC][LIBFS] Fix build breakage in log2 assembly.kfraser@localhost.localdomain2006-11-222-2/+16
| | | | Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-172-2/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [LIBFS] IA64 & PPC aren't making use of this right now, but it's silly tokaf24@localhost.localdomain2006-11-112-0/+118
| | | | | | | | have the build fail for some trivial x86 specific assembly. I snagged the appropriate bitops for ia64 and ppc (untested) and tossed in an unoptimized option as well in case we want to make use of it. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* Fix integer overflow problem with libfsimage grub plugins.kaf24@localhost.localdomain2006-11-111-1/+1
| | | | Signed-off-by: John Levon <john.levon@sun.com>
* [LIBFSIMAGE] Don't leak FDs or RAM when closing filesystemsTim Deegan2006-11-102-1/+2
| | | | Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
* [LIBFSIMAGE] Further 64bit compile fixTim Deegan2006-11-101-1/+1
| | | | | | | 64bit libext2fs can have __u64 defined as unsigned long long, while a uint64_t is unsigned long, and GCC complains. Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
* [LIBFSIMAGE] Fix printf-format warning on x86/64.kaf24@firebug.cl.cam.ac.uk2006-11-101-1/+2
| | | | Signed-off-by: Ben Thomas <ben@virtualiron.com>
* Add libfsimage, a C library for reading files from filesystem images.Tim Deegan2006-11-0922-0/+3873
Initial support is provided for Solaris UFS, ext2 (both using libext2fs and not), and reiserfs. Signed-off-by: John Levon <john.levon@sun.com>