Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577) | Douglas Schilling Landgraf | 2011-01-02 | 1 | -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> | |||||
* | Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578) | Douglas Schilling Landgraf | 2011-01-02 | 1 | -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 | |||||
* | Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577) | Douglas Schilling Landgraf | 2011-01-02 | 1 | -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 | |||||
* | Tempora mutantur, nos et mutamur in illis. | Richard W.M. Jones | 2011-01-02 | 1 | -1/+1 | |
| | ||||||
* | podwrapper: Fix up the HTML output so most inter-page links work. | Richard W.M. Jones | 2010-12-31 | 1 | -0/+19 | |
| | ||||||
* | podwrapper: Fix script indentation. | Richard W.M. Jones | 2010-12-31 | 1 | -3/+3 | |
| | ||||||
* | podwrapper: 'builddir' was not defined - use a properly defined path. | Richard W.M. Jones | 2010-12-31 | 1 | -1/+21 | |
| | ||||||
* | Version 1.9.1.1.9.1 | Richard W.M. Jones | 2010-12-31 | 18 | -11178/+16766 | |
| | ||||||
* | docs: add-domain: Remove ref to not impl add-libvirt-dom API call. | Richard W.M. Jones | 2010-12-30 | 1 | -3/+1 | |
| | ||||||
* | docs: Refresh programming language list in guestfs(3). | Richard W.M. Jones | 2010-12-30 | 1 | -5/+5 | |
| | ||||||
* | docs: Refresh programming language equivalence example in guestfs(3). | Richard W.M. Jones | 2010-12-30 | 1 | -3/+3 | |
| | ||||||
* | docs: Fix missing g handle in guestfs(3) man page. | Richard W.M. Jones | 2010-12-30 | 1 | -2/+2 | |
| | ||||||
* | docs: Refresh guestfs(3)/DOWNLOADING. | Richard W.M. Jones | 2010-12-30 | 1 | -4/+3 | |
| | ||||||
* | docs: Refresh guestfs(3)/MOUNTING | Richard W.M. Jones | 2010-12-30 | 1 | -9/+15 | |
| | ||||||
* | Update Punjabi translations (RHBZ#665358). | Jaswinder Singh | 2010-12-23 | 1 | -1007/+1061 | |
| | ||||||
* | recipes: Refresh guestfish recipes. | Richard W.M. Jones | 2010-12-21 | 36 | -166/+177 | |
| | ||||||
* | Updated Polish translation (RHBZ#502533). | Piotr Drąg | 2010-12-21 | 1 | -323/+250 | |
| | ||||||
* | fish: --ro will be default in 1.10, not 1.8. | Richard W.M. Jones | 2010-12-20 | 1 | -1/+1 | |
| | ||||||
* | docs: Update API support. | Richard W.M. Jones | 2010-12-19 | 11 | -6/+4201 | |
| | ||||||
* | api-support: Fix detection of similar APIs. | Richard W.M. Jones | 2010-12-19 | 1 | -1/+1 | |
| | | | | | Because we didn't match on word boundaries, the previous code would get confused by similar APIs, eg. getxattr vs getxattrs. | |||||
* | docs: Obsolete HACKING file, move content into guestfs(3) man page. | Richard W.M. Jones | 2010-12-19 | 8 | -267/+354 | |
| | | | | | | Add a new section called "EXTENDING LIBGUESTFS" to the guestfs manual page which contains all the information previously in "HACKING". | |||||
* | docs: Refresh README file. | Richard W.M. Jones | 2010-12-19 | 1 | -40/+12 | |
| | ||||||
* | Update TODO file. | Richard W.M. Jones | 2010-12-19 | 1 | -7/+31 | |
| | ||||||
* | Version 1.9.0.1.9.0 | Richard W.M. Jones | 2010-12-19 | 16 | -18/+18 | |
| | ||||||
* | Update BUGS, PO files for 1.8.0.1.8.0stable-1.8 | Richard W.M. Jones | 2010-12-19 | 16 | -1073/+1176 | |
| | ||||||
* | Prepare for next stable branch: version 1.8.0. | Richard W.M. Jones | 2010-12-19 | 1 | -2/+2 | |
| | ||||||
* | Update RELEASE-NOTES. | Richard W.M. Jones | 2010-12-19 | 1 | -2/+13 | |
| | ||||||
* | Add ROADMAP for 1.10. | Richard W.M. Jones | 2010-12-19 | 2 | -2/+59 | |
| | ||||||
* | fuse: Add more tracing for calls into guestmount functions. | Richard W.M. Jones | 2010-12-19 | 2 | -1/+60 | |
| | ||||||
* | appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280). | Richard W.M. Jones | 2010-12-19 | 1 | -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. Jones | 2010-12-19 | 6 | -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. Jones | 2010-12-19 | 1 | -1/+2 | |
| | ||||||
* | docs: Add section on using /dev/fd/* with upload and download calls. | Richard W.M. Jones | 2010-12-17 | 1 | -0/+21 | |
| | ||||||
* | docs: Fix link to function in documentation of "du" and "du-s" commands. | Richard W.M. Jones | 2010-12-17 | 1 | -2/+2 | |
| | ||||||
* | Version 1.7.24.1.7.24 | Richard W.M. Jones | 2010-12-16 | 17 | -11786/+12256 | |
| | ||||||
* | ntfs-3g: Document problems with symlinks and alternatives (RHBZ#663407). | Richard W.M. Jones | 2010-12-16 | 1 | -0/+31 | |
| | ||||||
* | New APIs: getxattr and lgetxattr to get single extended attributes. | Richard W.M. Jones | 2010-12-16 | 3 | -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. Jones | 2010-12-16 | 1 | -0/+1 | |
| | ||||||
* | generator: List files generated in a separate file. | Richard W.M. Jones | 2010-12-12 | 5 | -5/+27 | |
| | ||||||
* | docs: Update RELEASE-NOTES to latest. | Richard W.M. Jones | 2010-12-12 | 1 | -2/+19 | |
| | ||||||
* | README: Advise using febootstrap >= 3.3. | Richard W.M. Jones | 2010-12-12 | 1 | -1/+1 | |
| | ||||||
* | Version 1.7.23.1.7.23 | Richard W.M. Jones | 2010-12-12 | 17 | -810/+1132 | |
| | ||||||
* | Removed hfsprogs from supermin packages for Arch | Thomas S Hatch | 2010-12-12 | 1 | -1/+0 | |
| | ||||||
* | fish: Clarify documentation for --ro option. | Richard W.M. Jones | 2010-12-12 | 1 | -3/+4 | |
| | ||||||
* | fish: Document equivalence of -a/add etc. in man page. | Richard W.M. Jones | 2010-12-12 | 1 | -0/+15 | |
| | ||||||
* | fish: Split ..|.. options into separate items in man page. | Richard W.M. Jones | 2010-12-12 | 1 | -16/+50 | |
| | ||||||
* | appliance: Don't set utime on cachedir until we know it is safe. | Richard W.M. Jones | 2010-12-11 | 1 | -1/+2 | |
| | | | | | This could be used to touch an arbitrary file (albeit one which must already exist), and this could have been a security problem. | |||||
* | appliance: Touch cached appliance files so they don't get tmp cleaned. | Richard W.M. Jones | 2010-12-11 | 1 | -0/+5 | |
| | ||||||
* | Remove extra \n character from end of error messages. | Richard W.M. Jones | 2010-12-11 | 1 | -3/+3 | |
| | ||||||
* | Version 1.7.22.1.7.22 | Richard W.M. Jones | 2010-12-11 | 17 | -461/+970 | |
| |