Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Include the lsof package. | Richard Jones | 2009-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | Check return value from close() call. | Richard Jones | 2009-06-22 | 1 | -1/+5 | |
| | | ||||||
| * | The 'debug sh' command now uses a real shell. | Richard Jones | 2009-06-22 | 1 | -9/+33 | |
| | | ||||||
| * | test-boot-realistic rule should boot the rescue shell. | Richard Jones | 2009-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | Rebuild supermin appliance when the daemon is updated. | Richard Jones | 2009-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | Version 1.0.50.1.0.50 | Richard Jones | 2009-06-22 | 3 | -49/+79 | |
| | | ||||||
| * | Add 'glob' command for guestfish. | Richard Jones | 2009-06-22 | 5 | -4/+219 | |
| | | ||||||
| * | Generated code for 'glob-expand'. | Richard Jones | 2009-06-22 | 22 | -2/+851 | |
| | | ||||||
| * | Add 'glob-expand' command. | Richard Jones | 2009-06-22 | 3 | -0/+92 | |
| | | ||||||
| * | Generated code for 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 22 | -8/+837 | |
| | | ||||||
| * | Add 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 2 | -2/+49 | |
| | | ||||||
| * | Check return value from waitpid call in command*() functions. | Richard W.M. Jones | 2009-06-20 | 1 | -2/+6 | |
| | | ||||||
| * | Add strong note about deprecation of functions which take either device ↵ | Richard W.M. Jones | 2009-06-20 | 1 | -0/+6 | |
| | | | | | | | | names or filenames. | |||||
| * | Check return value from pclose. | Richard W.M. Jones | 2009-06-20 | 1 | -1/+5 | |
| | | ||||||
| * | Update to-do list.1.0.49 | Richard W.M. Jones | 2009-06-19 | 1 | -0/+4 | |
| | | ||||||
| * | Generated files for 1.0.49. | Richard W.M. Jones | 2009-06-19 | 2 | -47/+49 | |
| | | ||||||
| * | Prepare for version 1.0.49. | Richard W.M. Jones | 2009-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | Supermin: choose newest available kernel. | Richard W.M. Jones | 2009-06-19 | 1 | -4/+6 | |
| | | ||||||
| * | Move init script into a separate file. | Richard W.M. Jones | 2009-06-19 | 3 | -35/+32 | |
| | | ||||||
| * | Move distro package list to a separate packagelist.in file. | Richard W.M. Jones | 2009-06-19 | 4 | -25/+44 | |
| | | ||||||
| * | Add tab-completion of guest filenames (currently disabled). | Richard Jones | 2009-06-18 | 7 | -0/+214 | |
| | | ||||||
| * | check for Debian tools | Guido Günther | 2009-06-18 | 1 | -18/+28 | |
| | | ||||||
| * | Remove unreadable binaries that give warnings in supermin appliance. | Richard Jones | 2009-06-18 | 1 | -0/+20 | |
| | | ||||||
| * | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 5 | -7/+7 | |
| | | ||||||
| * | Version 1.0.48.1.0.48 | Richard Jones | 2009-06-16 | 3 | -87/+87 | |
| | | ||||||
| * | Don't compress the supermin base initramfs. | Richard Jones | 2009-06-16 | 3 | -2/+21 | |
| | | ||||||
| * | Reverse sense of whitelist test. | Richard Jones | 2009-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | Fix build_supermin_appliance to return kernel / initrd names. | Richard Jones | 2009-06-16 | 1 | -3/+12 | |
| | | ||||||
| * | Missing files in previous release, so version 1.0.471.0.47 | Richard Jones | 2009-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Missing files from previous release. | Richard Jones | 2009-06-15 | 1 | -1/+4 | |
| | | ||||||
| * | Generated files for 1.0.46 release.1.0.46 | Richard Jones | 2009-06-15 | 2 | -114/+124 | |
| | | ||||||
| * | Prepare for 1.0.46. | Richard Jones | 2009-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 9 | -43/+429 | |
| | | ||||||
| * | Check for febootstrap-to-initramfs --files option. | Richard Jones | 2009-06-15 | 1 | -0/+18 | |
| | | ||||||
| * | Add --enable-supermin option. | Richard Jones | 2009-06-15 | 1 | -0/+10 | |
| | | ||||||
| * | Documentation for the supermin appliance. | Richard Jones | 2009-06-15 | 1 | -0/+56 | |
| | | ||||||
| * | Move kernel module list to a separate whitelist file. | Richard Jones | 2009-06-15 | 3 | -30/+55 | |
| | | ||||||
| * | Update status of libguestfs in Debian. | Richard Jones | 2009-06-13 | 1 | -4/+7 | |
| | | ||||||
| * | Remove /lib/kbd (keyboard maps) from the appliance. | Richard Jones | 2009-06-13 | 1 | -0/+3 | |
| | | ||||||
| * | Remove firmware from the appliance. | Richard Jones | 2009-06-13 | 1 | -0/+3 | |
| | | ||||||
| * | make.sh calls update.sh directly. | Richard Jones | 2009-06-13 | 1 | -7/+4 | |
| | | | | | | | | | | Combine the common tail of make.sh and update.sh so that make just calls update at the end directly. The effect is the same. | |||||
| * | Rename (make|update)-initramfs.sh.in -> (make|update).sh.in | Richard Jones | 2009-06-13 | 5 | -10/+9 | |
| | | ||||||
| * | Prepare for 1.0.451.0.45 | Richard Jones | 2009-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add guestfs_rescue=1 appliance option to start a rescue shell. | Richard Jones | 2009-06-11 | 2 | -7/+3 | |
| | | ||||||
| * | Catching hanging qemu in tests (RHBZ#505329). | Richard Jones | 2009-06-11 | 2 | -0/+14 | |
| | | ||||||
| * | More TODO-list suggestions and a summary of PPC situation. | Richard Jones | 2009-06-11 | 1 | -0/+22 | |
| | | ||||||
| * | Prepare for 1.0.44.1.0.44 | Richard Jones | 2009-06-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of git://git.et.redhat.com/libguestfs | Richard Jones | 2009-06-10 | 1 | -1/+3 | |
|\| | ||||||
| * | Remove obsolete comment from generator. | Richard Jones | 2009-06-10 | 2 | -8/+3 | |
| | | ||||||
* | | Merge branch 'master' of git+ssh://192.168.2.134/home/rjones/d/libguestfs | Richard Jones | 2009-06-10 | 1 | -8/+4 | |
|\ \ |