| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
This is just code motion.
(cherry picked from commit 0b3b5f984c2011632c6d56e5f0ae1194d2c5074b)
|
|
|
|
| |
(cherry picked from commit 1fb95e65661f19c050b928694f750f2406eff2ac)
|
|
|
|
|
|
|
|
| |
because Mac OS X doesn't support LD_LIBRARY_PATH
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit 61c9ea496e0579bb7d1bcf496595d66c3f08cfec)
|
|
|
|
|
| |
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit 7d3f190d90140aa15b1326bdf7756c39559ae3c2)
|
|
|
|
|
|
|
| |
See http://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man4/unix.4.html
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit 7dab20876530a7ac954b4fe809755ac12a8d8c4d)
|
|
|
|
|
|
|
| |
Mac OS X doesn't have endian.h
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit 6e3f8d2511a63bdcfa7c7d0e5414d5643c4ff599)
|
|
|
|
|
| |
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit a47fa7a65e89d80ba1362b39cb9686e5022b7dce)
|
|
|
|
|
|
|
| |
m4/.gitignore: Update.
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit d6ef91d7c4b6cfbd9e4d49317dc7ed414900c4d2)
|
|
|
|
|
| |
Signed-off-by: Masami HIRATA <msmhrt@gmail.com>
(cherry picked from commit ef1a8446a659fe3647d755334703a1020a0f88dc)
|
|
|
|
| |
(cherry picked from commit 2b059535b19125ca082f4354a7ff73f4f5a33822)
|
|
|
|
| |
(cherry picked from commit 941ec968b8a1d6f891d30631a8ddb1e23e427b99)
|
|
|
|
| |
(cherry picked from commit a6366f5dae0e8332cfdad0894aa6e5c7fc3faa2c)
|
|
|
|
| |
(cherry picked from commit bc917a0efc03b8c28966c9ab474f525752ebe440)
|
|
|
|
| |
(cherry picked from commit 7a691e6665ed5079e6baa000c9c475f32ca78475)
|
|
|
|
|
|
| |
This is just a rename.
(cherry picked from commit 7f519bdc06de978c2460112a88e8bfac5f292dee)
|
|
|
|
|
| |
Just a small code cleanup / simplification.
(cherry picked from commit eca544d87d9335123077e30b7547270b6bfe0f2b)
|
|
|
|
|
|
| |
This file handles the -d option for guestfish and other C command line
utilities. Renaming this file makes it less confusing.
(cherry picked from commit 6054051a9d8a5eee4141ca4b12aa5b7d1f36f56d)
|
|
|
|
|
|
| |
This file contains the code implementing guestfs_add_domain
(for adding a libvirt domain) so this name is less confusing.
(cherry picked from commit d1d29ab488002dda9e9a1b25fc2dbe4cb844f5ef)
|
|
|
|
|
| |
Cherry picked from
commit a8b4ea1f0c173ab5662a4d0d084f0affb972c94e.
|
|
|
|
|
| |
This fixes commit 1e17a32060feb937b3972f61b37f9116ad7d8d9a.
(cherry picked from commit f514d462cda5395c8614577930ee69eebafc969d)
|
|
|
|
|
|
|
|
| |
COPYING from https://www.gnu.org/licenses/gpl-2.0.txt
COPYING.LIB from https://www.gnu.org/licenses/lgpl-2.1.txt
(Note this change shouldn't alter the licensing of libguestfs)
(cherry picked from commit 805d6425655abe1450567786ee4b887b23022a3c)
|
|
|
|
|
|
| |
See:
https://lists.gnu.org/archive/html/bug-gnulib/2012-07/msg00194.html
(cherry picked from commit 6e1b5f0feac50a498cb7319e5051a251877fe682)
|
|
|
|
| |
(cherry picked from commit fc86db3b3bcd884ee37cef79e22b0324df9fcae6)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
doesn't support chown (RHBZ#840572).
When using tar-in or tools built around it such as virt-make-fs, if
the target filesystem is vfat then unpacking the tarball would fail
because tar tries to chown(2) files and fails.
You would see errors such as:
tar: <file>: Cannot change ownership to uid 500, gid 500: Operation not permitted
This change detects whether the target filesystem supports chown(2).
If not, it adds the --no-same-owner flag to tar to stop it from trying
to change the ownership of newly created files.
(cherry picked from commit 50780a84f65ec5d76605691cea889392c2730f54)
|
|
|
|
|
|
|
| |
This is mostly code motion, although the precise contract of this
function changes slightly to make it more generally useful
(cherry picked from commit 781857a86b3bc8238995a9212ea09aa368fc2fc9)
|
|
|
|
| |
(cherry picked from commit 9c2b9c2df6c3c10b090d71bc808d755dbf625cbe)
|
|
|
|
|
|
|
| |
Add proper dependencies for these files, but also use 'cmp' to ensure
they only get overwritten if the new files have actually changed, so
we don't rebuild the appliance unnecessarily.
(cherry picked from commit b25aea33fa314857c8094e09af9654f925fb935f)
|
|
|
|
|
|
|
| |
Just make gcc happy.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
(cherry picked from commit 2f89f584c0203023f8a829ff9796dc2c14ddeb68)
|
|
|
|
|
| |
This fixes commit 1e17a32060feb937b3972f61b37f9116ad7d8d9a.
(cherry picked from commit 8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
case_sensitive_path is undefined when the final path element doesn't
exist. Currently it returns an error, but this means that creating a
new file doesn't work as expected:
$ guestfish --rw -i -d windows touch 'win:c:\blah'
libguestfs: error: case_sensitive_path: blah no file or directory found with this name
We should allow this case (provided there is no trailing slash) so
that new files or directories can be created.
(cherry picked from commit 973581780d8a006f336684fef6762801402d775d)
|
|
|
|
|
|
| |
This is just code motion.
(cherry picked from commit ac0373bdecfabe6acf99d3662e5117de73fa2aef)
|
|
|
|
|
|
| |
Instead of working around bugs, podwrapper has been fixed so that
links work in all output formats.
(cherry picked from commit 4bc110e2bc738bde9b9c09bc602ef13c06b60e90)
|
|
|
|
| |
(cherry picked from commit 182b4a66609ffd5366575d72351cd8174cf68145)
|
|
|
|
|
|
| |
The superclass sometimes uses this and will give an undefined
error if it's missing.
(cherry picked from commit 9967ad3fa13178c70afd5da77f77a4115808733d)
|
|
|
|
|
|
|
|
| |
Messages now look like this:
podwrapper.pl: wrote guestfs-examples.3
podwrapper.pl: wrote ../html/guestfs-examples.3.html
(cherry picked from commit 60c42dd2a1a173ec1161502762bc33ae7a1cf190)
|
|
|
|
| |
(cherry picked from commit f6846d74c947bd8b711ef0b29148fa1e90580354)
|
|
|
|
|
|
| |
$g is the "standard" name for libguestfs handles.
(cherry picked from commit a99ea198b24745c49cdb42645c3497ac3b0e6a2f)
|
|
|
|
| |
(cherry picked from commit 8d0baf7b859fbbe40bdb072b2009d77c02cee7c3)
|
|
|
|
|
|
|
|
|
|
| |
This uses Pod::Simple so it properly parses the input POD and can
generate proper custom output as required specifically by libguestfs.
One immediate benefit is that links between and within manual pages
now work mostly correctly.
(cherry picked from commit 1e17a32060feb937b3972f61b37f9116ad7d8d9a)
|
|
|
|
|
|
| |
There used to be a <div> around the table of contents, but that
is no longer present.
(cherry picked from commit 0bf1e5b6650e71434430bf119b486a779516886d)
|
|
|
|
|
|
| |
Some of the generated files anyway.
(cherry picked from commit 3a442e66170518f725b92a1041546d81fde95492)
|
|
|
|
|
|
|
| |
This will allow us to easily change the location of this
script in future.
(cherry picked from commit f2ea617e224cd82496e56a41b5878063d6f02e3d)
|
|
|
|
|
| |
Set MBR partition type byte accordingly.
(cherry picked from commit 24b7979ea25cbe5f08494cc4580c1341e78e090e)
|
|
|
|
| |
(cherry picked from commit 98f2d221cfe184535a493057f5b2b38d8bee34e4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For example the existing method:
public void mkfs_opts (String fstype, String device, Map<..> optargs);
is now accompanied by this overloaded method which is a simple wrapper:
public void mkfs_opts (String fstype, String device)
throws LibGuestFSException
{
mkfs_opts (fstype, device, null);
}
(cherry picked from commit 0da2dbef26a9efddbc1f4cd6cbe796b3b5f98d13)
|
|
|
|
| |
(cherry picked from commit 7a0478bed0fe3ccbdf16087552f3d6ea196f29ec)
|
|
|
|
| |
(cherry picked from commit 196742cd46a8d80f0298f9f58c540482919306a3)
|
|
|
|
| |
(cherry picked from commit cf0defedb8121a0ff39c1d4c6d9f3eee9fd7ee72)
|
|
|
|
| |
(cherry picked from commit ec0c7e0a1aafd145309ab53749d910ad837d8745)
|
|
|
|
| |
(cherry picked from commit f883e4d8d3ea65c5cd4c2dc5d557989c00aafc56)
|