Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generated code for 'scrub-*' commands. | Richard W.M. Jones | 2009-06-23 | 2 | -1/+125 |
| | |||||
* | Generated code for 'glob-expand'. | Richard Jones | 2009-06-22 | 2 | -0/+59 |
| | |||||
* | Generated code for 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 2 | -1/+107 |
| | |||||
* | Generated code for ntfs_3g_probe command. | Richard Jones | 2009-06-08 | 2 | -0/+49 |
| | |||||
* | Generated code for the 'sleep' command. | Richard Jones | 2009-06-04 | 2 | -0/+33 |
| | |||||
* | Generated code for 'add_drive_ro' call. | Richard Jones | 2009-06-02 | 2 | -0/+63 |
| | |||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 5 | -14/+98 |
| | |||||
* | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 2 | -0/+1220 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Improve javadoc (RHBZ#501883). | Richard Jones | 2009-05-27 | 1 | -429/+429 |
| | |||||
* | Generated code for e2fsck-f command. | Richard Jones | 2009-05-21 | 2 | -0/+46 |
| | |||||
* | Generated code for 'find' command. | Richard Jones | 2009-05-19 | 2 | -0/+74 |
| | |||||
* | Generated code for lvresize, resize2fs. | Richard Jones | 2009-05-18 | 2 | -0/+73 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 2 | -0/+97 |
| | |||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 2 | -0/+217 |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | ||||
* | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 2 | -0/+43 |
| | |||||
* | Don't stash strings in the handle. | Richard W.M. Jones | 2009-05-13 | 1 | -12/+0 |
| | | | | | - makes it impossible to write bindings for set_{path,qemu,append} functions | ||||
* | Add 'append', LIBGUESTFS_APPEND to set additional kernel options. | Richard W.M. Jones | 2009-05-13 | 2 | -0/+80 |
| | |||||
* | Test the 'command' and 'command_lines' functions thoroughly. | Richard Jones | 2009-05-12 | 1 | -0/+15 |
| | |||||
* | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 2 | -0/+35 |
| | |||||
* | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 2 | -0/+169 |
| | |||||
* | Typo in documentation. | Richard W.M. Jones | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | Generated code for 'equal' command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+42 |
| | |||||
* | Generated code for ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+35 |
| | |||||
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+42 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+41 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 2 | -0/+114 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 2 | -0/+39 |
| | |||||
* | Added notes to the 'fsck' command documentation. | Richard Jones | 2009-04-30 | 1 | -5/+14 |
| | |||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 2 | -0/+40 |
| | |||||
* | Enable parallel builds (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -1/+5 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 2 | -0/+47 |
| | |||||
* | Autosync now runs umount-all; sync | Richard Jones | 2009-04-30 | 1 | -3/+6 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto. | ||||
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -5/+5 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 2 | -0/+163 |
| | |||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 2 | -3/+117 |
| | |||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 2 | -0/+59 |
| | |||||
* | Fix Java tests by passing correct library path to JVM. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+3 |
| | |||||
* | Avoid a cast warning on 32 bit. | Richard Jones | 2009-04-23 | 1 | -98/+98 |
| | |||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 2 | -0/+125 |
| | |||||
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 2 | -0/+82 |
| | |||||
* | Fixes for Java.1.0.5 | Richard Jones | 2009-04-21 | 1 | -0/+4 |
| | |||||
* | Another Java test. | Richard Jones | 2009-04-21 | 2 | -10/+67 |
| | |||||
* | Testing the Java bindings. | Richard Jones | 2009-04-21 | 5 | -94/+208 |
| | |||||
* | Java bindings compile, not tested. | Richard Jones | 2009-04-21 | 10 | -2/+4562 |
| | |||||
* | Basic Java build environment. | Richard Jones | 2009-04-21 | 1 | -0/+25 |