2009-04-07 |
Richard Jones | Remove unnecessary kernel drivers. Big reduction in... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Richard Jones | Fix incorrect realloc size which was causing 'ls' comma... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Richard Jones | Implement simple lvs/vgs/pvs commands. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Richard Jones | Rename pvs -> pvs-full (etc), so we can add simple... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Richard Jones | pvs/vgs/lvs commands working now. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Richard Jones | Implement list-devices and list-partitions. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Richard Jones | Implementations of 'cat', 'ls', and some cleanups. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Richard Jones | Debugging tips. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Fix incorrect short description of 'cat' command |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Implement RString and RStringList return types. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Implement the alloc shell command. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | guest_add_{drive,cdrom} now test if the files exist. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Add %post and %postun. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Fix parsing of paths with more than one element. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | LIBGUESTFS_PATH implementation. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Document --add and --mount options. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Mostly working spec file. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Implemented autosync, make it the default for guestfish. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Generate actions section in guestfs.3 man page. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Implemented running actions in guestfish. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | More tidy up of messages. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Richard Jones | Command line, help. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Command line and interactive shell parsing, prompts... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Added outline of shell command, added generator support. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Small updates to the generator. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Implemented 'mount' and 'touch' commands. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Added a HACKING file. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Added images/ directory for test images, and one image. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Parses return values and returned errors properly. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Make the partition configurable. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Added README file for examples directory. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | No verbose. User can enable by setting LIBGUESTFS_DEBU... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Pass -no-kqemu parameter to avoid warning about kqemu. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Makes a series of non-trivial calls. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Daemon and library are mostly talking to each other... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Remove initramfs/fakelog.root if make-initramfs fails. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Remove NFS support - we will probably use FTP instead. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Lots more auto-generation. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Set up ethernet interface. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Start the generated code and code generator. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Add the first version of the guestfsd daemon. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Add update-initramfs.sh.in so we don't need to rebuild... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Richard Jones | Updated to newer GPLv2 document. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | Correctly handle the case when select runs out of fileh... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | Code to handle the daemon communications socket. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | Guest boots, and basic select/callbacks work. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | Ignore generated manual page. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | More documentation updates. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Richard Jones | More documentation. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Documentation of low-level API. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Add test-boot-realistic target. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Correct permissions problem in root filesystem by using... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Various fixes to the build system, add 'make test-boot... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Run autoreconf with -i parameter. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | More files to ignore. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Print size of kernel, don't need to delete gnome/help... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Richard Jones | Moved .cvsignore -> .gitignore. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
rjones | Build the initramfs. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
rjones | Now using febootstrap. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
rjones | Starts up QEMU now |
commit | commitdiff | tree | snapshot |
2009-03-03 |
rjones | Running qemu as a subprocess. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
rjones | Final fixes to build environment, and added autogen.sh. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
rjones | Build environment set up for libguestfs. |
commit | commitdiff | tree | snapshot |
|