aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Updated docs for Xen 3.0. RELEASE-3.0.0smh22@firebug.cl.cam.ac.uk2005-12-0542-4176/+3768
* Merge docs rread@ubuntu.eng.hq.xensource.com2005-12-0333-658/+1302
|\
| * Incorporating Alan Oehler's changes, some of mine.kmself@ix.netcom.com2005-12-027-27/+370
| * Incorporating Alan's mods.kmself@ix.netcom.com2005-12-024-214/+373
| * Applied Robb Roman's patches to upstream.kmself@ix.netcom.com2005-12-023-11/+42
| * Small cleanup for distro chapters.Robb Romans2005-12-022-54/+67
| * Reorg patch 2 to match http://wiki.xensource.com/xenwiki/Xen3DocsToDoRobb Romans2005-12-0221-409/+451
| * Reorg patch 1 to match http://wiki.xensource.com/xenwiki/Xen3DocsToDoRobb Romans2005-12-0214-125/+181
* | This patch adds a new domain config option, 'cpus' which is a list ofemellor@leeni.uk.xensource.com2005-12-021-0/+10
|/
* Added README.xen-bugtool.emellor@leeni.uk.xensource.com2005-11-281-0/+16
* Update vtpm driver following the recent changes to the kaf24@firebug.cl.cam.ac.uk2005-11-251-1/+8
* First stab at a xend-config.sxp man page.dan@localhost.localdomain2005-11-201-0/+142
* updates to xmdomain.cfg.5 man page to document most used options, andsean@dague.net2005-11-181-37/+182
* added block device content, including finding a few more bugs in xensean@dague.net2005-11-181-4/+54
* Documentation: remove Twisted Matrix pre-reqemellor@leeni.uk.xensource.com2005-11-171-5/+0
* This patch explains network-* options in xm.1, including the bits that areemellor@leeni.uk.xensource.com2005-11-171-5/+48
* The following patch removes every (hopefully) reference to network-limit.emellor@leeni.uk.xensource.com2005-11-161-4/+0
* This patch is largely stylistic, and gets rid of StuddlyCaps formatting inemellor@leeni.uk.xensource.com2005-11-151-89/+107
* This patch adds more content around the scheduler portions of the xm.1 manemellor@leeni.uk.xensource.com2005-11-151-20/+103
* This patch is another in the continued effort to flesh out the man pages, itemellor@leeni.uk.xensource.com2005-11-151-26/+140
* Further changes to xm.1 man page.emellor@leeni.uk.xensource.com2005-11-121-20/+138
* The following patch is work in progress to add more meat to the xm.1 manemellor@leeni.uk.xensource.com2005-11-121-11/+123
* Add "Securing Xen" adapted from Anthony Liguori's Wiki entry.Robb Romans2005-11-102-0/+88
* A few doc cleanups. Replace bitkeeper with mercurial.Robb Romans2005-11-104-198/+175
* Added description of the behaviour of rename-restart.emellor@leeni.uk.xensource.com2005-11-071-2/+4
* The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfgkaf24@firebug.cl.cam.ac.uk2005-11-011-0/+51
* Fix docs: xm set-mem => xm mem-set.kaf24@firebug.cl.cam.ac.uk2005-11-012-4/+4
* Make check_pkgs work with the Bourne shellkaf24@firebug.cl.cam.ac.uk2005-10-311-2/+2
* --- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18:36:33.000000000 -0700emellor@leeni.uk.xensource.com2005-10-303-1/+368
* Remove linux-2.4 sparse tree.kaf24@firebug.cl.cam.ac.uk2005-10-073-8/+4
* Update User's Guide installation section to mention hotplug.kaf24@firebug.cl.cam.ac.uk2005-09-231-0/+3
* Split up docs. Signed-off-by: Robb Romans <3r@us.ibm.com>kaf24@firebug.cl.cam.ac.uk2005-09-2021-3512/+3441
* Issue warning if doxygen is not installed.emellor@ewan2005-09-171-2/+3
* Rename xm commands and cleanup of the "bogus" argument code.cl349@firebug.cl.cam.ac.uk2005-09-141-12/+12
* Pass the root directory to Doxyfilter and thence pythfilter.py so that the la...ewan@linford.intra2005-09-132-6/+25
* Pass the root directory to Doxyfilter and thence pythfilter.py so that the la...ewan@linford.intra2005-09-131-3/+7
* "Added."ewan@linford.intra2005-09-113-0/+1869
* Added dev-docs target to build the Python Tools' API documentation.ewan@linford.intra2005-09-111-0/+13
* Documentation about how to use the virtual TPM implementation.shand@ubuntu.eng.hq.xensource.com2005-08-301-0/+122
* Default unit for all Xen memory parameters is kilobytes.kaf24@firebug.cl.cam.ac.uk2005-08-191-1/+1
* This patch:kaf24@firebug.cl.cam.ac.uk2005-08-191-588/+0
* On x86, Xen does not claim any serial port unless the userkaf24@firebug.cl.cam.ac.uk2005-08-031-2/+5
* This patch renames balloon command to "set-mem", so instead of "xmkaf24@firebug.cl.cam.ac.uk2005-07-291-7/+7
* - allows to optionally boot the system with a policy already beingkaf24@firebug.cl.cam.ac.uk2005-07-251-0/+18
* Allow IRQ balancing to be disabled with 'noirqbalance'kaf24@firebug.cl.cam.ac.uk2005-07-141-0/+5
* update hg cheatsheetach61@arcadians.cl.cam.ac.uk2005-07-061-0/+5
* Example of assymetric pull/push paths.gmilos@localhost.localdomain2005-07-041-0/+6
* Extended explanation of 'hg diff'.gmilos@localhost.localdomain2005-07-041-3/+8
* This patch fixes few typos in hg-cheatsheet.txtkaf24@firebug.cl.cam.ac.uk2005-07-011-3/+3
* Add the Mercurial for Xen cheatsheet into the repo.iap10@freefall.cl.cam.ac.uk2005-07-011-0/+422