aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap/lib
Commit message (Expand)AuthorAgeFilesLines
* blktap: fix rpmlint warning spurious-executable-permOlaf Hering2012-10-181-4/+6
* nstore: rename public xenstore headersIan Campbell2012-05-143-3/+3
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-1/+1
* tools: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.Ian Campbell2011-03-231-4/+0
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* tools/Makefiles: install libvhd and libblktap with INSTALL_PROGMichael Young2011-02-011-1/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-3/+3
* blktap: provide a variant of __RING_SIZE() that is an integer constant expres...Keir Fraser2010-03-061-1/+1
* blktap: fix blktapctrl abortKeir Fraser2010-01-221-0/+6
* blktap: Fix check_sharing() in blktapctrlKeir Fraser2009-10-231-19/+50
* blktap: Move error signaling to blktapctrlKeir Fraser2009-03-121-2/+148
* blktap: Export disk type constants for ioemuKeir Fraser2009-03-121-0/+10
* libblktap: Remove trailing null byte in xs_printfKeir Fraser2008-10-021-1/+1
* blktap: Clean *.opic on 'make clean'.Keir Fraser2008-07-241-1/+1
* blktap: cleanupKeir Fraser2008-07-112-4/+3
* Blktapctrl compatibility layerKeir Fraser2008-07-091-1/+7
* blktap: Extend userland busid to 32 bitsKeir Fraser2008-06-271-1/+1
* Use ioemu block drivers through blktap.Keir Fraser2008-03-181-10/+0
* Clean up blktap Makefiles.Keir Fraser2008-03-171-16/+13
* Define CFLAGS and LDFLAGS for libxenstore.Keir Fraser2008-01-271-2/+2
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-1/+1
* blktap: Clean up makefile and linked libs.Keir Fraser2008-01-261-2/+2
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-2/+0
* Add INCLUDEDIR. Use it.Keir Fraser2008-01-221-2/+2
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-4/+4
* tools: LDFLAGS in link linesKeir Fraser2008-01-171-1/+1
* Revert 16560:822d4ec5cfb1.Keir Fraser2007-12-081-2/+2
* tools: Rationalise library soname versions.Keir Fraser2007-12-071-2/+2
* blktap: cleanups for *BSD.Keir Fraser2007-12-053-3/+8
* blktap: remove unused headers.Keir Fraser2007-12-042-2/+0
* blktap: Fix unaligned access to blktap/tapdisk message payloads.kfraser@localhost.localdomain2007-08-011-1/+3
* Specify -fno-strict-aliasing in root build config file.Keir Fraser2007-07-071-1/+1
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-122-27/+24
* blktap: Do not install libs or headers with execute permissions.kfraser@localhost.localdomain2007-05-241-2/+2
* Put blktap character device back into /dev/xen.Brendan Cully2007-05-021-1/+2
* [TAPDISK] Move tapdisk control files from /dev/xen to /var/run/tapJake Wires2007-04-231-1/+1
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-071-2/+2
* [TAPDISK] honor read-only attributes when creating tap-based VBDsJake Wires2007-02-232-2/+6
* [TAPDISK] add tapdisk support for image chainingJake Wires2007-02-162-7/+14
* [BLKTAP] Use lartge enough types to express parameters of large block devices.kfraser@localhost.localdomain2006-11-282-7/+7
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-171-1/+0
* [BLKTAP] Various cleanups necessary for ia64 support.kfraser@localhost.localdomain2006-11-071-4/+3
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-2/+2
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-4/+0
* [BLKTAP] Fix trivial indentation snafu in previous changeset.kfraser@localhost.localdomain2006-10-061-1/+1
* [BLKTAP] Fix crash at start-of-day in blktapctrldkfraser@localhost.localdomain2006-10-061-0/+2
* [BLKTAP] Formatting and style cleanups to blktapctrl.kfraser@localhost.localdomain2006-10-062-138/+117
* [BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl...jchesterfield@dhcp92.uk.xensource.com2006-10-054-12/+73
* [BLKTAP] have blktap use a dynamic majorAndrew Warfield2006-09-281-1/+2
* Fix typo.Andrew Warfield2006-08-291-1/+1