Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generated code for dmesg command. | Richard W.M. Jones | 2009-05-01 | 5 | -1/+112 |
| | |||||
* | Added dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+14 |
| | |||||
* | Generated code for drop-caches command. | Richard W.M. Jones | 2009-05-01 | 5 | -1/+111 |
| | |||||
* | Added drop-caches command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+14 |
| | |||||
* | Generated code for cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 5 | -1/+349 |
| | |||||
* | Add cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+45 |
| | |||||
* | Generated code for grub-install command. | Richard Jones | 2009-04-30 | 5 | -1/+117 |
| | |||||
* | Add grub-install command. | Richard Jones | 2009-04-30 | 1 | -0/+9 |
| | |||||
* | Replace rtl8139 network card with virtio-net. | Richard Jones | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Added notes to the 'fsck' command documentation. | Richard Jones | 2009-04-30 | 1 | -5/+22 |
| | |||||
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 6 | -3/+133 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 5 | -1/+143 |
| | |||||
* | Added 'fsck' command. | Richard Jones | 2009-04-30 | 1 | -0/+15 |
| | |||||
* | Autosync now runs umount-all; sync | Richard Jones | 2009-04-30 | 2 | -3/+9 |
| | |||||
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 1 | -0/+14 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Updated the generator so it only overwrites files if they've changed. | Richard Jones | 2009-04-30 | 1 | -2/+18 |
| | |||||
* | Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5: | Richard Jones | 2009-04-30 | 1 | -1/+1 |
| | | | | The code in fish/completion.c is generated, so update the generator instead. | ||||
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -6/+8 |
| | |||||
* | Check return value from realloc call (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -3/+8 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 5 | -1/+505 |
| | |||||
* | Functions for getting and setting the ext2 UUID and label. | Richard Jones | 2009-04-27 | 1 | -0/+49 |
| | |||||
* | Multiple callbacks during file transfers could cause data corruption - FIXED. | Richard Jones | 2009-04-26 | 1 | -34/+84 |
| | |||||
* | Check for multiple callback in RPC code. | Richard Jones | 2009-04-26 | 2 | -320/+800 |
| | |||||
* | More checks. | Richard Jones | 2009-04-26 | 1 | -0/+5 |
| | |||||
* | Generated code for lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 5 | -1/+313 |
| | |||||
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -3/+89 |
| | |||||
* | Experimental recovery process should help with not cleaning up qemu. | Richard Jones | 2009-04-24 | 1 | -1/+43 |
| | |||||
* | Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12 | Richard Jones | 2009-04-24 | 1 | -0/+1 |
| | |||||
* | Don't allocate file chunks on the stack. | Richard W.M. Jones | 2009-04-24 | 1 | -19/+25 |
| | |||||
* | Don't use large message buffer on the stack (fixes Java/i386 segfault). | Richard W.M. Jones | 2009-04-24 | 1 | -9/+23 |
| | |||||
* | Fix 64 bit memsize overhead.1.0.11 | Richard Jones | 2009-04-23 | 1 | -2/+2 |
| | |||||
* | Reduce the amount of memory allocated to guests based on some testing. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+42 |
| | |||||
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 5 | -1/+142 |
| | |||||
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+12 |
| | |||||
* | Substitute '-' in command names in guestfish documentation. | Richard W.M. Jones | 2009-04-23 | 1 | -1/+12 |
| | |||||
* | Avoid a cast warning on 32 bit. | Richard Jones | 2009-04-23 | 1 | -3/+3 |
| | |||||
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 5 | -1/+349 |
| | |||||
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -0/+33 |
| | |||||
* | Force a specific network NIC model (allows to work with latest qemu from SVN). | Richard Jones | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Fix quoting of list args in guestfish manpage. | Richard Jones | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 3 | -5/+52 |
| | |||||
* | Allow selection of qemu using --with-qemu | Richard Jones | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | Testing the Java bindings. | Richard Jones | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Java bindings compile, not tested. | Richard Jones | 2009-04-21 | 1 | -0/+538 |
| | |||||
* | Various fixes to build and test in Koji.1.0.4 | Richard Jones | 2009-04-20 | 1 | -0/+2 |
| | |||||
* | Include the __cplusplus header magic so API really callable from C++. | Richard Jones | 2009-04-20 | 1 | -0/+8 |
| | |||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 6 | -36/+530 |
| | |||||
* | Make daemon cancellation really work. | Richard Jones | 2009-04-20 | 1 | -3/+14 |
| |