summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Version 1.8.1.1.8.1Richard W.M. Jones2011-01-1019-10511/+21265
|
* virt-filesystems: Ignore errors when getting label and UUID (RHBZ#668112).Richard W.M. Jones2011-01-101-6/+29
| | | | | | | | | | | | If virt-filesystems was pointed to an image that contained bogus or blank filesystems, then calls to vfs-label and/or vfs-uuid could fail, resulting in errors like this: libguestfs: error: vfs_label: /dev/vda1: These errors can be ignored and shouldn't stop virt-filesystems from working. (cherry picked from commit 97339a0f43d687efac6f7edafdf21e4b8d9b35e8)
* resize: Fix typo in man page (thanks avesh@IRC).Richard W.M. Jones2011-01-101-1/+1
| | | | (cherry picked from commit 7e1114445e713c4a15f3f2cede5842044de1735a)
* fish: fails to tilde expand '~' when $HOME env is unset (RHBZ#617440).Richard W.M. Jones2011-01-103-8/+100
| | | | | This also adds a regression test. (cherry picked from commit 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44)
* fish: Fix off-by-one bug in tilde expansion.Richard W.M. Jones2011-01-101-1/+1
| | | | | | | | | Although this doesn't seem to cause a crash, valgrind confirms that this is a genuine off-by-one bug. It could potentially cause a crash if you did: echo 'echo ~root/foo' | guestfish (cherry picked from commit a9802509184341e731de5c9af363184a9964a8a7)
* .gitignore: Use full paths for some ignored files.Richard W.M. Jones2011-01-101-7/+7
| | | | (cherry picked from commit 72f4b2e7493bf81b111ecd83490c9d3ad2480382)
* docs: Add QMP to ROADMAP file.Richard W.M. Jones2011-01-101-0/+5
| | | | (cherry picked from commit 1b1db82d64a9664f0da1c628ee896a113a605739)
* filesystems: Document the columns in --long output.Richard W.M. Jones2011-01-101-0/+54
| | | | (cherry picked from commit 440cd23f54f44132b8ff3d1e5b0b05b9dd5cc1c0)
* Add initial announcement to release notes.Richard W.M. Jones2011-01-101-0/+3
| | | | (cherry picked from commit 9ae4168c30b8be57909f5b0104c5e925743c6cc0)
* inspector: Apps in Windows VMs are now listed - update documentation.Richard W.M. Jones2011-01-101-3/+1
| | | | (cherry picked from commit dd7ad7c7ebd7b3cf7fbcc03d3baadbb77bf4203a)
* Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577)Douglas Schilling Landgraf2011-01-101-1/+3
| | | | | | | | | | | | | | This a purpose patch to avoid the message "unknown filesystem /dev/hdc". Where /dev/hdc is an entry in fstab for CDROM. Example of fstab: /dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0 https://bugzilla.redhat.com/show_bug.cgi?id=666577 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> (cherry picked from commit f07a0b6f1e01f12db0286ae49744deee0efcb5b9)
* Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)Douglas Schilling Landgraf2011-01-101-1/+1
| | | | | | | | | | | | | | | Hi, This is a purpose patch to avoid the message: unknown filesystem label SWAP-sda2. Instead of validate the label with 'eq', use '=~' and /$label/i. https://bugzilla.redhat.com/show_bug.cgi?id=666578 Thanks Douglas (cherry picked from commit 5cab0d6c807d8a3bf9690375c663d11a10e21656)
* Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577)Douglas Schilling Landgraf2011-01-101-0/+1
| | | | | | | | | | | This patch to avoid the message "unknown filesystem /dev/fd0". https://bugzilla.redhat.com/show_bug.cgi?id=666577 Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Thanks Douglas (cherry picked from commit e99ac0394acbba2923e361d84511b9646f464585)
* podwrapper: Fix up the HTML output so most inter-page links work.Richard W.M. Jones2011-01-101-0/+19
| | | | (cherry picked from commit 5c9e8a65fe89e5e6baca8651000885d8467356ff)
* podwrapper: Fix script indentation.Richard W.M. Jones2011-01-101-3/+3
| | | | (cherry picked from commit d71faf98624c1fb2c760e0e9f55205beb06b7644)
* podwrapper: 'builddir' was not defined - use a properly defined path.Richard W.M. Jones2011-01-101-1/+21
| | | | (cherry picked from commit 7a8c60e1c8fbaf09fb2fa2fe10b50df39c0d9650)
* docs: add-domain: Remove ref to not impl add-libvirt-dom API call.Richard W.M. Jones2011-01-101-3/+1
| | | | (cherry picked from commit ce85a6a82ae80fdfb3eb7c2c2251658f8aadc241)
* docs: Refresh programming language list in guestfs(3).Richard W.M. Jones2011-01-101-5/+5
| | | | (cherry picked from commit 86a53e17de672a79a994b905676b4566da9f072c)
* docs: Refresh programming language equivalence example in guestfs(3).Richard W.M. Jones2011-01-101-3/+3
| | | | (cherry picked from commit 33e9639f2037540a89a9bbaf7212683e8a60fe84)
* docs: Fix missing g handle in guestfs(3) man page.Richard W.M. Jones2011-01-101-2/+2
| | | | (cherry picked from commit cdc798ac3558e416dc756a0fcefad2af5ca307e0)
* docs: Refresh guestfs(3)/DOWNLOADING.Richard W.M. Jones2011-01-101-4/+3
| | | | (cherry picked from commit 22042693cc1e0455a4a503dba93a9fedc9c74f04)
* docs: Refresh guestfs(3)/MOUNTINGRichard W.M. Jones2011-01-101-9/+15
| | | | (cherry picked from commit 1a9b7df8f2092701fdc5a77a4d9edfcaa1a20acf)
* recipes: Refresh guestfish recipes.Richard W.M. Jones2011-01-1036-166/+177
| | | | (cherry picked from commit 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f)
* fish: --ro will be default in 1.10, not 1.8.Richard W.M. Jones2011-01-101-1/+1
| | | | (cherry picked from commit 327442119ff1f1791a0682928e59b0c4b4752007)
* docs: Update API support.Richard W.M. Jones2011-01-1013-6/+5043
|
* api-support: Fix detection of similar APIs.Richard W.M. Jones2011-01-101-1/+1
| | | | | | Because we didn't match on word boundaries, the previous code would get confused by similar APIs, eg. getxattr vs getxattrs. (cherry picked from commit 7ba1b55aa79c56ded770f8ea46716eb054fbfe78)
* docs: Obsolete HACKING file, move content into guestfs(3) man page.Richard W.M. Jones2011-01-108-267/+354
| | | | | | | Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING". (cherry picked from commit d2400da92e5e2cc7fd5e33e61220a33214d5241c)
* docs: Refresh README file.Richard W.M. Jones2011-01-101-40/+12
| | | | (cherry picked from commit 84fbe21855b5b304413075fecb444135397591e6)
* Update PO files along stable branch.Richard W.M. Jones2010-12-192-5569/+30
|
* Update BUGS, PO files for 1.8.0.1.8.0stable-1.8Richard W.M. Jones2010-12-1916-1073/+1176
|
* Prepare for next stable branch: version 1.8.0.Richard W.M. Jones2010-12-191-2/+2
|
* Update RELEASE-NOTES.Richard W.M. Jones2010-12-191-2/+13
|
* Add ROADMAP for 1.10.Richard W.M. Jones2010-12-192-2/+59
|
* fuse: Add more tracing for calls into guestmount functions.Richard W.M. Jones2010-12-192-1/+60
|
* appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280).Richard W.M. Jones2010-12-191-1/+0
| | | | | Don't exclude upstart from the appliance. It provides /sbin/reboot which is required by virt-rescue.
* appliance: Don't hard-code febootstrap --exclude parameters.Richard W.M. Jones2010-12-196-8/+78
| | | | | Create a separate file 'excludelist.in' that contains these regular expressions, and process it the same way as packagelist.in.
* appliance: Use a temporary file when processing packagelist.in.Richard W.M. Jones2010-12-191-1/+2
|
* docs: Add section on using /dev/fd/* with upload and download calls.Richard W.M. Jones2010-12-171-0/+21
|
* docs: Fix link to function in documentation of "du" and "du-s" commands.Richard W.M. Jones2010-12-171-2/+2
|
* Version 1.7.24.1.7.24Richard W.M. Jones2010-12-1617-11786/+12256
|
* ntfs-3g: Document problems with symlinks and alternatives (RHBZ#663407).Richard W.M. Jones2010-12-161-0/+31
|
* New APIs: getxattr and lgetxattr to get single extended attributes.Richard W.M. Jones2010-12-163-1/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These APIs are essentially required to work around a problem with ntfs-3g. This filesystem (or FUSE?) does not list all extended attributes of a file when you call listxattr(2). However if you know the name of an extended attribute, you can retrieve it directly using getxattr(2). The current APIs (getxattrs etc) are simple to use, but they don't work if we can't list out the extended attributes (ie. by calling listxattr(2)). Example using the new APIs on an ntfs-3g filesystem: ><fs> lgetxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C 00000000 16 24 00 00 |.$..| 00000004 ><fs> lgetxattr "/Documents and Settings" system.ntfs_reparse_data | hexdump -C 00000000 03 00 00 a0 34 00 00 00 00 00 18 00 1a 00 10 00 |....4...........| 00000010 5c 00 3f 00 3f 00 5c 00 43 00 3a 00 5c 00 55 00 |\.?.?.\.C.:.\.U.| 00000020 73 00 65 00 72 00 73 00 00 00 43 00 3a 00 5c 00 |s.e.r.s...C.:.\.| 00000030 55 00 73 00 65 00 72 00 73 00 00 00 |U.s.e.r.s...| 0000003c ><fs> getxattr "/Documents and Settings" system.ntfs_reparse_data | hexdump -C libguestfs: error: getxattr: getxattr: No such file or directory ><fs> getxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C libguestfs: error: getxattr: getxattr: No such file or directory ><fs> lgetxattr "/Documents and Settings" system.ntfs_attrib | hexdump -C 00000000 16 24 00 00 |.$..| 00000004 ><fs> getxattr "/Users" system.ntfs_attrib | hexdump -C 00000000 11 00 00 00 |....| 00000004
* appliance: Add 'attr' package for xattr support in virt-rescue.Richard W.M. Jones2010-12-161-0/+1
|
* generator: List files generated in a separate file.Richard W.M. Jones2010-12-125-5/+27
|
* docs: Update RELEASE-NOTES to latest.Richard W.M. Jones2010-12-121-2/+19
|
* README: Advise using febootstrap >= 3.3.Richard W.M. Jones2010-12-121-1/+1
|
* Version 1.7.23.1.7.23Richard W.M. Jones2010-12-1217-810/+1132
|
* Removed hfsprogs from supermin packages for ArchThomas S Hatch2010-12-121-1/+0
|
* fish: Clarify documentation for --ro option.Richard W.M. Jones2010-12-121-3/+4
|
* fish: Document equivalence of -a/add etc. in man page.Richard W.M. Jones2010-12-121-0/+15
|