Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the path to /sbin/fsck. | Richard Jones | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Enable parallel builds (Jim Meyering). | Richard Jones | 2009-04-30 | 2 | -3/+6 |
| | |||||
* | Add generated code for 'fsck' command. | Richard Jones | 2009-04-30 | 24 | -6/+529 |
| | |||||
* | Added 'fsck' command. | Richard Jones | 2009-04-30 | 3 | -0/+61 |
| | |||||
* | Bind-mount /dev, /proc and /sys into chroot when running commands. | Richard Jones | 2009-04-30 | 1 | -0/+20 |
| | |||||
* | Autosync now runs umount-all; sync | Richard Jones | 2009-04-30 | 8 | -13/+37 |
| | |||||
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 4 | -15/+209 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 13 | -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 Jones | 2009-04-30 | 1 | -4/+2 |
| | |||||
* | 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. | ||||
* | * fish/completion.c (commands): Declare with a 2nd "const". | Jim Meyering | 2009-04-30 | 1 | -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 Jones | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 7 | -28/+35 |
| | |||||
* | Fix unchecked malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -0/+4 |
| | |||||
* | Fix unchecked malloc & realloc in 'commandv' func (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -4/+15 |
| | |||||
* | Check return value from realloc call (Jim Meyering). | Richard Jones | 2009-04-30 | 2 | -18/+48 |
| | |||||
* | Rename tune2fs.c -> ext2.c | Richard Jones | 2009-04-30 | 2 | -1/+1 |
| | |||||
* | Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs | Richard Jones | 2009-04-28 | 1 | -0/+3 |
|\ | |||||
| * | [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim ↵ | Richard Jones | 2009-04-28 | 1 | -0/+3 |
| | | | | | | | | Meyering) | ||||
* | | Resync with proposed Fedora specfile. | Richard Jones | 2009-04-28 | 1 | -1/+4 |
|/ | |||||
* | Build virt-inspector HTML for the website. | Richard Jones | 2009-04-28 | 3 | -1/+14 |
| | |||||
* | Prepare for 1.0.15.1.0.15 | Richard Jones | 2009-04-28 | 2 | -1/+2 |
| | |||||
* | XML output. | Richard Jones | 2009-04-28 | 1 | -5/+78 |
| | |||||
* | Perl output. | Richard Jones | 2009-04-28 | 1 | -1/+38 |
| | |||||
* | --fish and --ro-fish options working. | Richard Jones | 2009-04-28 | 1 | -1/+73 |
| | |||||
* | Added virt-inspector program from virt-v2v. | Richard Jones | 2009-04-28 | 8 | -0/+686 |
| | |||||
* | s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha). | Richard Jones | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | Fix perl hanging during configure (thanks to Luciano Miguel Ferreira Rocha). | Richard Jones | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | Generated code for ext2 UUID and label functions. | Richard Jones | 2009-04-27 | 23 | -3/+1758 |
| | |||||
* | Functions for getting and setting the ext2 UUID and label. | Richard Jones | 2009-04-27 | 2 | -0/+168 |
| | |||||
* | Version 1.0.141.0.14 | Richard Jones | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Add --version option (show version) to guestfish. | Richard Jones | 2009-04-26 | 1 | -1/+7 |
| | |||||
* | Added the --ro option (readonly) to guestfish. | Richard Jones | 2009-04-26 | 5 | -11/+23 |
| | |||||
* | Update BUGS with latest status.1.0.13 | Richard Jones | 2009-04-26 | 1 | -0/+5 |
| | |||||
* | Get ready for version 1.0.13. | Richard Jones | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Include UTF-8 NLS. | Richard Jones | 2009-04-26 | 1 | -0/+1 |
| | |||||
* | Use ferror to check for error conditions in pipe. | Richard Jones | 2009-04-26 | 1 | -2/+2 |
| | |||||
* | Carefully check return values from xwrite. | Richard Jones | 2009-04-26 | 1 | -4/+18 |
| | |||||
* | Don't echo output in scripts. | Richard Jones | 2009-04-26 | 5 | -32/+18 |
| | |||||
* | Added rpmqa example. | Richard Jones | 2009-04-26 | 4 | -0/+42 |
| | |||||
* | Document qemu wrappers. | Richard Jones | 2009-04-26 | 1 | -0/+26 |
| | |||||
* | Documentation fix. | Richard Jones | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | Note about bugs. | Richard Jones | 2009-04-25 | 1 | -1/+8 |
| | |||||
* | Clean up *~ files in recipes/ | Richard Jones | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | New recipe: iso2tar. | Richard Jones | 2009-04-25 | 4 | -0/+31 |
| | |||||
* | Include UDF driver (for CD/DVDs). | Richard Jones | 2009-04-25 | 1 | -0/+2 |
| |