summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-0318-60/+760
|
* Remove initramfs/fakelog.root if make-initramfs fails.Richard Jones2009-04-031-1/+1
|
* Remove NFS support - we will probably use FTP instead.Richard Jones2009-04-033-32/+57
|
* Lots more auto-generation.Richard Jones2009-04-039-38/+572
|
* Set up ethernet interface.Richard Jones2009-04-031-1/+8
|
* Start the generated code and code generator.Richard Jones2009-04-036-41/+236
|
* Add the first version of the guestfsd daemon.Richard Jones2009-04-033-1/+212
|
* Add update-initramfs.sh.in so we don't need to rebuild initramfs forRichard Jones2009-04-035-11/+56
| | | | small changes in the daemon.
* Updated to newer GPLv2 document.Richard Jones2009-04-031-14/+14
|
* Correctly handle the case when select runs out of filehandles.Richard Jones2009-04-022-5/+14
|
* Code to handle the daemon communications socket.Richard Jones2009-04-023-8/+123
|
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-027-303/+703
|
* Ignore generated manual page.Richard Jones2009-04-021-0/+1
|
* More documentation updates.Richard Jones2009-04-021-5/+11
|
* More documentation.Richard Jones2009-04-021-13/+249
|
* Documentation of low-level API.Richard Jones2009-04-012-5/+360
|
* Add test-boot-realistic target.Richard Jones2009-04-012-5/+25
|
* Correct permissions problem in root filesystem by using febootstrap-runRichard Jones2009-04-011-7/+11
| | | | properly.
* Various fixes to the build system, add 'make test-boot-image' target.Richard Jones2009-04-015-4/+48
|
* Run autoreconf with -i parameter.Richard Jones2009-04-011-2/+2
|
* More files to ignore.Richard Jones2009-04-011-0/+21
|
* Print size of kernel, don't need to delete gnome/help any more.Richard Jones2009-04-011-4/+2
|
* Moved .cvsignore -> .gitignore.Richard Jones2009-04-014-24/+0
|
* Build the initramfs.rjones2009-03-245-11/+179
|
* Now using febootstrap.rjones2009-03-248-187/+35
|
* Starts up QEMU nowrjones2009-03-042-86/+174
|
* Running qemu as a subprocess.rjones2009-03-0313-1/+672
|
* Final fixes to build environment, and added autogen.sh.rjones2009-03-033-3/+29
|
* Build environment set up for libguestfs.rjones2009-03-0312-0/+1928