Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement '*grep*' family of commands. | Richard Jones | 2009-07-29 | 1 | -1/+0 |
| | |||||
* | inspector: Determine guest architecture. | Richard Jones | 2009-07-29 | 1 | -16/+0 |
| | | | | | | | This commit adds kernel and userspace architecture detection (fully for Linux, partially for Windows). It adds an architecture for each kernel detected, and an architecture for each root (ie. userspace) found. | ||||
* | More ideas on a quick Perl one-liner syntax for TODO file. | Richard W.M. Jones | 2009-07-24 | 1 | -0/+31 |
| | |||||
* | Reformat the TODO file. | Richard W.M. Jones | 2009-07-24 | 1 | -44/+90 |
| | |||||
* | Todo: Suggestion for 'replace' command. | Richard Jones | 2009-07-22 | 1 | -0/+22 |
| | |||||
* | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 1 | -3/+3 |
| | | | | | | | | | This commit implements the RBufferOut type for returning arbitrary 8 bit data from calls. We also implement the guestfs_read_file call to read a whole file that can contain any 8 bit content, but up to a limit of ~ 2 MB. | ||||
* | Guestfish feature: remote control of guestfish over a pipe. | Richard Jones | 2009-07-14 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | The use case is to have a long-running guestfish process in a shell script, and thus to avoid the overhead of starting guestfish each time. Do: eval `guestfish --listen` guestfish --remote somecmd guestfish --remote someothercmd guestfish --remote exit This patch also supports having multiple guestfish processes at the same time. The protocol is simple XDR messages over a Unix domain socket. | ||||
* | Removed getfattr/setfattr from TODO list, since now implemented. | Richard W.M. Jones | 2009-07-14 | 1 | -2/+0 |
| | |||||
* | Todo: Remote-control guestfish through a pipe. | Richard Jones | 2009-07-06 | 1 | -0/+8 |
| | |||||
* | 'readdir-and-stat' call is now effectively implemented. | Richard W.M. Jones | 2009-07-03 | 1 | -1/+0 |
| | |||||
* | Todo: getfattr, setfattr. | Richard W.M. Jones | 2009-06-30 | 1 | -0/+2 |
| | |||||
* | New commands: mknod, mkfifo, mknod_b, mknod_c and umask. | Richard W.M. Jones | 2009-06-30 | 1 | -2/+0 |
| | | | | | | | | | | These commands are used to create block and char device nodes or FIFOs (named pipes) in the filesystem. The umask command is required also because the permissions used by mknod are masked by the umask. Also document and guarantee that the umask starts as 022. | ||||
* | Add 'set_memsize'/'get_memsize' calls. | Richard W.M. Jones | 2009-06-30 | 1 | -5/+0 |
| | | | | | | Allow the qemu memory size to be specified either by API calls or by setting the LIBGUESTFS_MEMSIZE environment variable. | ||||
* | Todo: Suggest an environment variable for memsize configuration. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | Todo: Allow memsize to be configured. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+4 |
| | |||||
* | Todo: Investigations into 'binarch' command. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+9 |
| | |||||
* | Todo list: More suggestions. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+13 |
| | |||||
* | Added 'du' command. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+0 |
| | | | | This command estimates file usage for files and directories. | ||||
* | Todo: Removed suggestion for short form for pipes. | Richard W.M. Jones | 2009-06-29 | 1 | -4/+0 |
| | |||||
* | Implement "more" and "less" commands in guestfish. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+0 |
| | | | | | | | | Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish. | ||||
* | Todo list: Pipes now implemented, so remove from list. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+0 |
| | |||||
* | Implement "head", "head-n", "tail", "tail-n" commands. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+0 |
| | | | | | These commands let you view parts of a large file without passing the whole file over the network connection. | ||||
* | Todo: wc command done. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+0 |
| | |||||
* | Implement TEST_ONLY environment variable to run selected tests only. | Richard W.M. Jones | 2009-06-29 | 1 | -4/+0 |
| | | | | | To run just selected tests, do: TEST_ONLY="hexdump mkfs" make -C capitests check | ||||
* | Todo: RUN_ONLY_FOR | Richard W.M. Jones | 2009-06-29 | 1 | -0/+4 |
| | |||||
* | Todo: 'wc' command. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+2 |
| | |||||
* | More TODO items for future work. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+54 |
| | |||||
* | Added guestfish -i option to run virt-inspector. | Richard W.M. Jones | 2009-06-24 | 1 | -4/+0 |
| | | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s) | ||||
* | Implement guestfish -f option to allow guestfish scripts. | Richard W.M. Jones | 2009-06-24 | 1 | -4/+0 |
| | | | | | New '-f' option allows scripts to be written using: #!/usr/bin/guestfish -f | ||||
* | Todo items: guestfish options -i and -f. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+8 |
| | |||||
* | Command line argument handling. | Richard W.M. Jones | 2009-06-23 | 1 | -15/+0 |
| | |||||
* | Update to-do list.1.0.49 | Richard W.M. Jones | 2009-06-19 | 1 | -0/+4 |
| | |||||
* | Add guestfs_rescue=1 appliance option to start a rescue shell. | Richard Jones | 2009-06-11 | 1 | -7/+0 |
| | |||||
* | More TODO-list suggestions and a summary of PPC situation. | Richard Jones | 2009-06-11 | 1 | -0/+22 |
| | |||||
* | Done: Device independent naming feature. | Richard Jones | 2009-06-10 | 1 | -36/+0 |
| | |||||
* | Added more to-do items to the list. | Richard Jones | 2009-06-09 | 1 | -0/+44 |
| | |||||
* | Todo: qemu options. | Richard Jones | 2009-06-08 | 1 | -0/+15 |
| | |||||
* | More TODO items. | Richard Jones | 2009-06-08 | 1 | -0/+44 |
| | |||||
* | Parse /etc/modprobe.conf and initrd to give us a closer understanding | Richard Jones | 2009-06-06 | 1 | -7/+0 |
| | | | | of what the guest will actually boot on. | ||||
* | Added query mode to virt-inspector. | Richard Jones | 2009-06-06 | 1 | -3/+3 |
| | |||||
* | To-do: Note that we need to finish the bindings tests. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+5 |
| | |||||
* | To-do item. | Richard Jones | 2009-05-27 | 1 | -0/+2 |
| | |||||
* | To-do list for virt-inspector. | Richard Jones | 2009-05-19 | 1 | -0/+13 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 1 | -22/+0 |
| | |||||
* | To-do: Explain the situation with resizing block devices. | Richard Jones | 2009-05-16 | 1 | -0/+22 |
| | |||||
* | To-do: zerofree done, Haskell bindings need to be completed. | Richard W.M. Jones | 2009-05-15 | 1 | -2/+3 |
| | |||||
* | To-do: zerofree | Richard W.M. Jones | 2009-05-14 | 1 | -0/+3 |
| | |||||
* | Note about using FUSE / mountlo code. | Richard Jones | 2009-05-09 | 1 | -0/+6 |
| | |||||
* | Valgrind now implemented - remove from TODO list | Richard Jones | 2009-05-09 | 1 | -4/+0 |
| | |||||
* | To-do: Use valgrind. | Richard Jones | 2009-05-08 | 1 | -0/+4 |
| |