aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
Commit message (Expand)AuthorAgeFilesLines
* tools: Cull more ia64 and ppc codeAndrew Cooper2013-08-201-46/+0
* tools/libfsimage: Fix clean and distclean make targetsDaniel Kiper2013-05-132-3/+3
* libfsimage: add ext4 support for CentOS 5.xRoger Pau Monne2012-09-143-3/+9
* tools: honour --libdir when it is passed to ./configureMatt Wilson2012-07-053-31/+7
* tools: Revert c/s 25150:b490ef93bad7 tools/libfsimage: include Rules.mk firstGeorge Dunlap2012-04-138-8/+16
* tools: Use PTHREAD_CFLAGS, _LDFLAGS, _LIBSIan Jackson2012-04-111-1/+4
* tools/libfsimage: include Rules.mk firstOlaf Hering2012-03-148-16/+8
* build: add autoconf to replace custom checks in tools/checkIan Jackson2012-02-222-22/+5
* tools: only compile libfsimage/xfs on X86Ian Campbell2012-02-131-1/+2
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-141-1/+1
* tools/libfsimage: Avoid relative XEN_ROOT specificationJuergen Gross2011-10-071-1/+1
* tools/libfsimage: build fix (ctype macros applied to char)Christoph Egger2011-05-261-2/+3
* pygrub: XFS support for pygrubMarco Nenciarini2011-05-244-1/+1194
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-312-2/+2
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-179-9/+9
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-112-2/+2
* libfsimage: zfs build fix for NetBSDKeir Fraser2010-04-152-13/+13
* Port latest grub zfs boot code to pygrubKeir Fraser2010-04-1428-470/+999
* pygrub, reiserfs: Fix on-disk structure definition.Keir Fraser2009-12-231-2/+2
* pygrub: add ext4 supportKeir Fraser2009-12-161-72/+157
* libfsimage: Support for zfs version 16.Keir Fraser2009-07-064-11/+11
* 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