aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
Commit message (Expand)AuthorAgeFilesLines
* libfsimage: Support for zfs version 14.Keir Fraser2009-03-122-13/+2
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-122-6/+1
* tools: Make functions static which should not be exported.Keir Fraser2008-07-156-18/+18
* tools: replace sprintf with snprintf where applicableKeir Fraser2008-06-121-1/+1
* libfsimage: make pygrub work on ufsKeir Fraser2008-06-091-2/+4
* libfsimage: Build fix for NetBSD.Keir Fraser2008-06-051-5/+5
* [libfsimage/zfs] compilation fix ZFS libfsimage support.Keir Fraser2008-05-021-5/+0
* Add ZFS libfsimage support patchKeir Fraser2008-05-0131-6/+3587
* [LIBFSIMAGE] Support 256 byte inodes on ext3Keir Fraser2008-04-161-7/+54
* libfsimage: Build check script needs only /bin/sh.Keir Fraser2008-03-271-1/+1
* libfsimage: Revert broken parts of portability changes to the build system.Keir Fraser2008-03-272-5/+3
* libfsimage: portability fixes for NetBSDKeir Fraser2008-03-266-15/+49
* tools build: Fix build after subdir rules cleanups.Keir Fraser2008-03-251-1/+2
* tools/libfsimage build: Use generic subdirs rules.Keir Fraser2008-03-251-5/+2
* Make check-libext2fs cross-friendlyKeir Fraser2008-01-282-2/+2
* Fix libfsimage build on SolarisKeir Fraser2008-01-241-2/+2
* Add INCLUDEDIR. Use it.Keir Fraser2008-01-221-4/+4
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-222-6/+6
* tools: Some fixes for 'make clean'.Keir Fraser2007-12-142-2/+2
* Revert 16560:822d4ec5cfb1.Keir Fraser2007-12-081-2/+2
* tools: Rationalise library soname versions.Keir Fraser2007-12-071-2/+2
* Fix libfsimage build on NetBSD.Keir Fraser2007-09-235-15/+15
* [TOOLS] Avoid unaligned accesses in libfsimage FAT16 codeTim Deegan2007-08-081-3/+3
* [IA64] Avoid use of kernel type in user code.Alex Williamson2007-06-111-1/+1
* ia64 doesn't use /usr/lib64 on any distribution. When it's present, it's a s...kfraser@localhost.localdomain2007-05-031-0/+3
* libfsimage: Fix data types for 64-bit architectures.kfraser@localhost.localdomain2007-04-111-7/+7
* libfs: Fix build with gcc4.kfraser@localhost.localdomain2007-02-211-6/+6
* Port fsys_fat.c from grub legacy. This enables pygrub to load from EFIAron Griffis2007-02-134-1/+599
* Add iso9660 support to libfsimage.john.levon@sun.com2007-02-2010-167/+783
* Filesystem implementations may need optional arguments in terms ofjohn.levon@sun.com2007-02-1911-14/+14
* Revert 13389; libfsimage version does not need to change after all.Tim Deegan2007-01-181-1/+1
* [LIBFSIMAGE] Fix makefile to track version number changeTim Deegan2007-01-171-1/+1
* Remove useless fsip_fs_free(). Delegate freeing of private data to its pluginjohn.levon@sun.com2007-01-167-16/+9
* [POWERPC][LIBFS] Fix build breakage in log2 assembly.kfraser@localhost.localdomain2006-11-222-2/+16
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-172-2/+2
* [LIBFS] IA64 & PPC aren't making use of this right now, but it's silly tokaf24@localhost.localdomain2006-11-112-0/+118
* Fix integer overflow problem with libfsimage grub plugins.kaf24@localhost.localdomain2006-11-111-1/+1
* [LIBFSIMAGE] Don't leak FDs or RAM when closing filesystemsTim Deegan2006-11-102-1/+2
* [LIBFSIMAGE] Further 64bit compile fixTim Deegan2006-11-101-1/+1
* [LIBFSIMAGE] Fix printf-format warning on x86/64.kaf24@firebug.cl.cam.ac.uk2006-11-101-1/+2
* Add libfsimage, a C library for reading files from filesystem images.Tim Deegan2006-11-0922-0/+3873