summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ping-daemon command.Richard W.M. Jones2009-05-013-0/+43
|
* Generated code for dmesg command.Richard W.M. Jones2009-05-0122-2/+372
|
* Added dmesg command.Richard W.M. Jones2009-05-013-0/+61
|
* Generated code for drop-caches command.Richard W.M. Jones2009-05-0122-2/+377
|
* Added drop-caches command.Richard W.M. Jones2009-05-013-0/+67
|
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-0122-2/+1482
|
* Add cp, cp-a and mv commands.Richard W.M. Jones2009-05-013-0/+140
|
* Always look for qemu-kvm, even on non-x86_64 platform.Richard W.M. Jones2009-05-011-5/+1
|
* Check fakechroot >= 2.9Richard W.M. Jones2009-05-011-0/+22
|
* Version 1.0.171.0.17Richard Jones2009-04-301-1/+1
|
* Generated code for grub-install command.Richard Jones2009-04-3022-2/+405
|
* Add grub-install command.Richard Jones2009-04-304-2/+71
|
* Replace rtl8139 network card with virtio-net.Richard Jones2009-04-303-5/+8
|
* Add documentation for the 'edit' and 'echo' commands.Richard Jones2009-04-301-0/+25
|
* Added guestfish 'echo' command.1.0.16Richard Jones2009-04-304-0/+52
|
* Added a comment syntax to guestfish (# ...).Richard Jones2009-04-302-0/+17
|
* Prepare for version 1.0.16.Richard Jones2009-04-301-1/+1
|
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-307-28/+114
|
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-3025-5/+573
|
* Correct the path to /sbin/fsck.Richard Jones2009-04-301-1/+1
|
* Enable parallel builds (Jim Meyering).Richard Jones2009-04-302-3/+6
|
* Add generated code for 'fsck' command.Richard Jones2009-04-3024-6/+529
|
* Added 'fsck' command.Richard Jones2009-04-303-0/+61
|
* Bind-mount /dev, /proc and /sys into chroot when running commands.Richard Jones2009-04-301-0/+20
|
* Autosync now runs umount-all; syncRichard Jones2009-04-308-13/+37
|
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-304-15/+209
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-3013-23/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Safer way to copy RPMs in no-net builds (Jim Meyering).Richard Jones2009-04-301-4/+2
|
* Updated the generator so it only overwrites files if they've changed.Richard Jones2009-04-301-2/+18
|
* Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:Richard Jones2009-04-301-1/+1
| | | | The code in fish/completion.c is generated, so update the generator instead.
* * fish/completion.c (commands): Declare with a 2nd "const".Jim Meyering2009-04-301-1/+1
| | | | | | | | | It's a const array of const strings. >From 70c53d3169ae53fc4874e00975893d33387c51e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 14:33:01 +0200 Subject: [PATCH] * fish/completion.c (commands): Declare with a 2nd "const".
* Use AC_PROG_CC_STDC because we really need an ISO C compiler (Jim Meyering).Richard Jones2009-04-301-1/+1
|
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-307-28/+35
|
* Fix unchecked malloc (Jim Meyering).Richard Jones2009-04-301-0/+4
|
* Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering).Richard Jones2009-04-301-4/+15
|
* Check return value from realloc call (Jim Meyering).Richard Jones2009-04-302-18/+48
|
* Rename tune2fs.c -> ext2.cRichard Jones2009-04-302-1/+1
|
* Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfsRichard Jones2009-04-281-0/+3
|\
| * [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim ↵Richard Jones2009-04-281-0/+3
| | | | | | | | Meyering)
* | Resync with proposed Fedora specfile.Richard Jones2009-04-281-1/+4
|/
* Build virt-inspector HTML for the website.Richard Jones2009-04-283-1/+14
|
* Prepare for 1.0.15.1.0.15Richard Jones2009-04-282-1/+2
|
* XML output.Richard Jones2009-04-281-5/+78
|
* Perl output.Richard Jones2009-04-281-1/+38
|
* --fish and --ro-fish options working.Richard Jones2009-04-281-1/+73
|
* Added virt-inspector program from virt-v2v.Richard Jones2009-04-288-0/+686
|
* s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-2/+2
|
* Fix perl hanging during configure (thanks to Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-1/+1
|
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-2723-3/+1758
|
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-272-0/+168
|