aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
Commit message (Expand)AuthorAgeFilesLines
* [PYGRUB] Plumb bootloader I/O through xenconsole.Tim Deegan2007-01-221-39/+76
* Stop enforcing -g for some of the tools.kfraser@localhost.localdomain2006-10-311-1/+1
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-172-2/+2
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-2/+2
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-4/+0
* [CONSOLED] Shouldn't call domain_create_ring() for a domU which is shutting d...kaf24@firebug.cl.cam.ac.uk2006-09-131-4/+6
* This patch improves error message of xm console command.Ewan Mellor2006-09-051-1/+2
* The following patch fixes a bug where xenconsoled will can SEGVkaf24@localhost.localdomain2006-08-281-8/+6
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-153-65/+28
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-102-0/+5
* Remove some dead code from the consoled client.kaf24@firebug.cl.cam.ac.uk2006-04-031-9/+2
* Fix xenconsoled when sending lots of console data to a domU.kaf24@firebug.cl.cam.ac.uk2006-03-301-12/+24
* Increase timeout while waiting for console/tty node to appear in the store:emellor@leeni.uk.xensource.com2006-03-211-1/+1
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+3
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Replace NULL xenbus transaction by a specific XBT_NULL value.vhanquez@kneesa.uk.xensource.com2006-01-102-5/+5
* Make sure to fork again after setsid() so that child cannot regain CTTY.Anthony Liguori2005-12-121-0/+6
* Remove timeout on select -- there is no need for it, since we don't do anythingemellor@leeni.uk.xensource.com2005-12-071-2/+1
* Fix printf of ssize_t that broke 64-bit build.emellor@leeni.uk.xensource.com2005-12-071-1/+1
* Add a "consumed" parameter to the buffer declaration, and use this to advanceemellor@leeni.uk.xensource.com2005-12-061-11/+24
* Make the master fd belonging to the pty pair non-blocking. Writes were blockingemellor@leeni.uk.xensource.com2005-12-061-0/+3
* Define explicit evtchn_port_t type (32 bits) and plumb upkaf24@firebug.cl.cam.ac.uk2005-12-011-2/+2
* Don't refuse to clean up after a domain death when the buffer is not empty. Ifemellor@leeni.uk.xensource.com2005-11-301-3/+0
* Reverse accidental commits for changesets 8001 and 7996-7999.emellor@leeni.uk.xensource.com2005-11-231-1/+1
* imported patch my-configemellor@leeni.uk.xensource.com2005-11-231-1/+1
* Correct buffer->size at the same time as buffer->capacity when shrinking down aemellor@leeni.uk.xensource.com2005-11-171-1/+1
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-111-11/+6
* Make the -V option of xenconsoled actually do something.kaf24@firebug.cl.cam.ac.uk2005-11-021-4/+8
* Fix memory leak in domain cleanup spotted by doremifa in #xen.kaf24@firebug.cl.cam.ac.uk2005-11-021-4/+13
* Check whether dom is NULL when we handle a watch. This might occur if theemellor@leeni.uk.xensource.com2005-10-261-1/+3
* Do not create the console tty until domain_create_ring has succeeded. Thisemellor@leeni.uk.xensource.com2005-10-241-9/+21
* Change the semantics of GetDomainPath so that it always succeeds, regardless ofemellor@leeni.uk.xensource.com2005-10-231-3/+0
* Add memory barriers to console ring accesses. Similar to whatkaf24@firebug.cl.cam.ac.uk2005-10-121-36/+40
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-1/+1
* Merged.emellor@ewan2005-10-111-38/+46
|\
| * Publish the virtual console interface in public/io/console.h.kaf24@firebug.cl.cam.ac.uk2005-10-111-38/+46
* | Allow parallel 32- and 64-bit Xen installations. Move xc_save, xc_restore,emellor@ewan2005-10-111-1/+1
|/
* Extend xenbus/xenstore client interface to include a transactionkaf24@firebug.cl.cam.ac.uk2005-10-092-5/+5
* Refactor xenbus to break up the xenbus_lock and permit watcheskaf24@firebug.cl.cam.ac.uk2005-10-091-1/+0
* Change xs_read_watch interface to return a sized array (in userspace and inkaf24@firebug.cl.cam.ac.uk2005-10-071-3/+4
* User tools send evtchn notifications via /dev/xen/evtchnkaf24@firebug.cl.cam.ac.uk2005-10-061-2/+9
* Change how event channels are allocated and used by the controlkaf24@firebug.cl.cam.ac.uk2005-10-061-27/+28
* Send event-channel notification from console daemonkaf24@firebug.cl.cam.ac.uk2005-10-051-0/+6
* xenstore fires @releaseDomain both when a domain shutskaf24@firebug.cl.cam.ac.uk2005-09-261-1/+1
* Remove iflag argument to xs_writecl349@firebug.cl.cam.ac.uk2005-09-191-1/+1
* Remove unsued domain_controller.h file.kaf24@firebug.cl.cam.ac.uk2005-09-142-4/+0
* Fixed consoled race condition.cl349@firebug.cl.cam.ac.uk2005-09-131-1/+3
* Check the return value of chdir(2) and write(2).cl349@firebug.cl.cam.ac.uk2005-09-121-2/+4
* add a simple usage string to xenconsoledvh249@arcadians.cl.cam.ac.uk2005-09-101-1/+7
* Move console tty/limit information into console directory in domain dir.cl349@firebug.cl.cam.ac.uk2005-09-072-19/+34