aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/common
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-131-2/+2
* tools: honour --libdir when it is passed to ./configureMatt Wilson2012-07-052-22/+3
* tools: Use PTHREAD_CFLAGS, _LDFLAGS, _LIBSIan Jackson2012-04-111-1/+4
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-1/+1
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-1/+1
* Port latest grub zfs boot code to pygrubKeir Fraser2010-04-141-0/+1
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-3/+0
* Add ZFS libfsimage support patchKeir Fraser2008-05-017-5/+51
* libfsimage: portability fixes for NetBSDKeir Fraser2008-03-263-12/+43
* Add INCLUDEDIR. Use it.Keir Fraser2008-01-221-4/+4
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-4/+4
* tools: Some fixes for 'make clean'.Keir Fraser2007-12-141-1/+1
* Revert 16560:822d4ec5cfb1.Keir Fraser2007-12-081-2/+2
* tools: Rationalise library soname versions.Keir Fraser2007-12-071-2/+2
* [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
* Add iso9660 support to libfsimage.john.levon@sun.com2007-02-204-1/+84
* Filesystem implementations may need optional arguments in terms ofjohn.levon@sun.com2007-02-197-10/+10
* 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-166-16/+7
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-171-1/+1
* 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
* Add libfsimage, a C library for reading files from filesystem images.Tim Deegan2006-11-0910-0/+1020