summaryrefslogtreecommitdiffstats
path: root/rescue/virt-rescue.c
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Add -w|--rw option.Richard W.M. Jones2011-04-111-0/+6
| | | | | | | | Note this has been backported to the 1.8 branch to allow us to write documentation which refers to the virt-rescue --rw option. The option does nothing in 1.8. (cherry picked from commit 4155d20014b24b2203c4dd8b00e2e19450a7e3bb)
* Include <locale.h> in compilation units that use setlocale function.Richard W.M. Jones2011-03-081-0/+1
| | | | | Fix required by gcc 4.6.0. (cherry picked from commit a9d6b948b590f58023a97dddd76302e40d49d2e2)
* Remove several unused local variables.Richard W.M. Jones2010-12-101-1/+0
| | | | (Revealed by compiling under Debian where this is a warning).
* rescue: Rewrite virt-rescue in C.Richard W.M. Jones2010-11-261-0/+526