Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace shell_quote function with %Q and %R printf specifiers. | Richard Jones | 2009-07-28 | 1 | -0/+16 |
| | | | | | | | %Q => simple shell quoted string %R => path will be prefixed by /sysroot eg. snprintf (cmd, sizeof cmd, "cat %R", path); system (cmd); | ||||
* | RHEL 5: header was called <sys/xattr.h> | Richard W.M. Jones | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Support for Linux extended attributes. | Richard W.M. Jones | 2009-07-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | This commit adds six calls to support Linux extended attributes. They are: getxattrs list all extended attributes for a file or directory setxattr add/replace an extended attribute removexattr remove an extended attribute lgetxattrs \ lsetxattr (same as above, but operate on symbolic links) lremovexattr / See attr(5) for more information. This also adds support for the FBuffer field type, which maps to an XDR opaque<> or a C (int, char *) pair. | ||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | avoid automake failure | Jim Meyering | 2009-07-02 | 1 | -1/+1 |
| | | | | * daemon/configure.ac: Use AM_PROG_CC_C_O, not AC_PROG_CC_C_O. | ||||
* | Augeas is now completely optional. | Richard Jones | 2009-05-07 | 1 | -7/+10 |
| | |||||
* | Fix missing futimens bug. | Richard Jones | 2009-05-06 | 1 | -0/+3 |
| | |||||
* | AC_CHECK_FUNCS for multiple functions. | Richard Jones | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+3 |
| | |||||
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+6 |
| | |||||
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ↵ | Richard Jones | 2009-04-13 | 1 | -1/+4 |
| | | | | calls. | ||||
* | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -1/+6 |
| | |||||
* | Various fixes to the build system, add 'make test-boot-image' target. | Richard Jones | 2009-04-01 | 1 | -0/+2 |
| | |||||
* | Now using febootstrap. | rjones | 2009-03-24 | 1 | -11/+1 |
| | |||||
* | Final fixes to build environment, and added autogen.sh. | rjones | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | Build environment set up for libguestfs. | rjones | 2009-03-03 | 1 | -0/+56 |