virt-df.git
16 years agoBuild the segment tree! Commit this quick before something bad happens ...
Richard W.M. Jones [Thu, 1 May 2008 12:41:24 +0000 (13:41 +0100)]
Build the segment tree! Commit this quick before something bad happens ...

16 years agoAdded functions sort_uniq and uniq.
Richard W.M. Jones [Thu, 1 May 2008 12:40:58 +0000 (13:40 +0100)]
Added functions sort_uniq and uniq.

16 years agoOwnership using segment tree (not finished).
Richard W.M. Jones [Wed, 30 Apr 2008 17:28:56 +0000 (18:28 +0100)]
Ownership using segment tree (not finished).

16 years agoRemove *.annot files when making clean.
Richard W.M. Jones [Wed, 30 Apr 2008 17:28:32 +0000 (18:28 +0100)]
Remove *.annot files when making clean.

16 years agoGenerate *.annot files for emacs.
Richard W.M. Jones [Wed, 30 Apr 2008 17:28:05 +0000 (18:28 +0100)]
Generate *.annot files for emacs.

16 years agoFirst steps to building ownership tables.
Richard W.M. Jones [Wed, 30 Apr 2008 13:30:31 +0000 (14:30 +0100)]
First steps to building ownership tables.

16 years agoFix case where binary name doesn't have any extension.
Richard W.M. Jones [Wed, 30 Apr 2008 13:30:20 +0000 (14:30 +0100)]
Fix case where binary name doesn't have any extension.

16 years agoRebuild if library changes.
Richard W.M. Jones [Wed, 30 Apr 2008 13:30:02 +0000 (14:30 +0100)]
Rebuild if library changes.

16 years agoUpdated MANIFEST
Richard W.M. Jones [Tue, 29 Apr 2008 17:03:52 +0000 (18:03 +0100)]
Updated MANIFEST

16 years agoDetect Linux software suspend partitions (thanks Stephen Tweedie).
Richard W.M. Jones [Tue, 29 Apr 2008 17:02:42 +0000 (18:02 +0100)]
Detect Linux software suspend partitions (thanks Stephen Tweedie).

16 years agoAdded #contiguous method to make block mapping more efficient, and
Richard W.M. Jones [Tue, 29 Apr 2008 16:37:44 +0000 (17:37 +0100)]
Added #contiguous method to make block mapping more efficient, and
renamed #mapblock -> #map_block for consistency.

16 years agoDocumentation fix.
Richard W.M. Jones [Tue, 29 Apr 2008 15:15:19 +0000 (16:15 +0100)]
Documentation fix.

16 years agoConvert everything to use int63 type throughout.
Richard W.M. Jones [Tue, 29 Apr 2008 14:29:56 +0000 (15:29 +0100)]
Convert everything to use int63 type throughout.

16 years agoAdded some more common logical operators.
Richard W.M. Jones [Tue, 29 Apr 2008 13:42:00 +0000 (14:42 +0100)]
Added some more common logical operators.

16 years agoAdd int63 type.
Richard W.M. Jones [Tue, 29 Apr 2008 12:40:56 +0000 (13:40 +0100)]
Add int63 type.

16 years agoCheck OCaml compiler word size
Richard W.M. Jones [Tue, 29 Apr 2008 12:40:21 +0000 (13:40 +0100)]
Check OCaml compiler word size

16 years agoUpdated MANIFEST.
Richard W.M. Jones [Mon, 28 Apr 2008 16:33:06 +0000 (17:33 +0100)]
Updated MANIFEST.

16 years agofs_block_size -> fs_blocksize, and int to make it consistent
Richard W.M. Jones [Mon, 28 Apr 2008 15:59:00 +0000 (16:59 +0100)]
fs_block_size -> fs_blocksize, and int to make it consistent

16 years agoAdd a fs_dev field to filesystem
Richard W.M. Jones [Mon, 28 Apr 2008 15:51:09 +0000 (16:51 +0100)]
Add a fs_dev field to filesystem

16 years agoRestructure library for dealing with block mappings.
Richard W.M. Jones [Mon, 28 Apr 2008 15:11:34 +0000 (16:11 +0100)]
Restructure library for dealing with block mappings.
- Added #blocksize, #mapblock methods to device.
- Implement default #read method.
- Push the #close method down into the block_device subclass only.
- Updated documentation.

16 years agoJust move the compress and decompress functions around.
Richard W.M. Jones [Mon, 28 Apr 2008 15:10:00 +0000 (16:10 +0100)]
Just move the compress and decompress functions around.

16 years agoRebuild PO files.
Richard W.M. Jones [Mon, 28 Apr 2008 12:50:06 +0000 (13:50 +0100)]
Rebuild PO files.

16 years agoFixed PO files.
Richard W.M. Jones [Mon, 28 Apr 2008 12:48:37 +0000 (13:48 +0100)]
Fixed PO files.

16 years agoFix usage.
Richard W.M. Jones [Mon, 28 Apr 2008 12:00:33 +0000 (13:00 +0100)]
Fix usage.

16 years agoInitial version of diskzip
Richard W.M. Jones [Mon, 28 Apr 2008 11:59:59 +0000 (12:59 +0100)]
Initial version of diskzip

16 years agoAdded some examples.
Richard W.M. Jones [Sat, 26 Apr 2008 08:48:58 +0000 (09:48 +0100)]
Added some examples.

16 years agoUpdated (C) messages.
Richard W.M. Jones [Sat, 26 Apr 2008 08:29:33 +0000 (09:29 +0100)]
Updated (C) messages.

16 years agoBuild documentation.
Richard W.M. Jones [Sat, 26 Apr 2008 08:29:29 +0000 (09:29 +0100)]
Build documentation.

16 years agoAssociate opaque plugin ID with each major structure.
Richard W.M. Jones [Sat, 26 Apr 2008 08:21:39 +0000 (09:21 +0100)]
Associate opaque plugin ID with each major structure.

16 years agoUpdated MANIFEST.
Richard W.M. Jones [Fri, 25 Apr 2008 23:11:41 +0000 (00:11 +0100)]
Updated MANIFEST.

16 years agoReorganize the code so disk parsing is in a separate library.
Richard W.M. Jones [Fri, 25 Apr 2008 23:10:45 +0000 (00:10 +0100)]
Reorganize the code so disk parsing is in a separate library.

16 years agoUpdated to new syntax used by pa_bitmatch 0.5.
Richard W.M. Jones [Fri, 25 Apr 2008 13:50:44 +0000 (14:50 +0100)]
Updated to new syntax used by pa_bitmatch 0.5.

16 years agoSupport for writing output in CSV format.
Richard W.M. Jones [Thu, 17 Apr 2008 15:06:23 +0000 (16:06 +0100)]
Support for writing output in CSV format.

16 years agoGive 32 chars for the name to allow for common VG/LV names in Fedora.
Richard W.M. Jones [Thu, 17 Apr 2008 14:20:16 +0000 (15:20 +0100)]
Give 32 chars for the name to allow for common VG/LV names in Fedora.

16 years agoRebuild manpage.
Richard W.M. Jones [Thu, 17 Apr 2008 14:19:54 +0000 (15:19 +0100)]
Rebuild manpage.

16 years agoIgnore tarball.
Richard W.M. Jones [Thu, 17 Apr 2008 14:19:44 +0000 (15:19 +0100)]
Ignore tarball.

16 years agoRemove bogus =end from end of manpage.
Richard W.M. Jones [Thu, 17 Apr 2008 10:14:21 +0000 (11:14 +0100)]
Remove bogus =end from end of manpage.

16 years agoRemoved left-over debugging message.
Richard W.M. Jones [Wed, 16 Apr 2008 14:51:00 +0000 (15:51 +0100)]
Removed left-over debugging message.

16 years agoFixed build.
Richard W.M. Jones [Wed, 16 Apr 2008 13:46:07 +0000 (14:46 +0100)]
Fixed build.

16 years agoInitial import from old virt-top repository.
Richard W.M. Jones [Wed, 16 Apr 2008 12:51:52 +0000 (13:51 +0100)]
Initial import from old virt-top repository.