aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
Commit message (Expand)AuthorAgeFilesLines
* xenconsole: Solaris ptys have different semantics.Keir Fraser2009-03-121-5/+32
* xenconsole: Compile fixes for console code on SolarisKeir Fraser2009-03-112-0/+17
* xenconsole: Fix pty handlingKeir Fraser2009-02-201-11/+17
* xenconsoled: make guest console visible on NetBSD dom0Keir Fraser2009-02-201-0/+8
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-1/+3
* xenconsoled: replace gettimeofday with clock_gettimeKeir Fraser2008-07-302-7/+7
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-1/+1
* tools: replace sprintf with snprintf where applicableKeir Fraser2008-06-121-1/+2
* console: Provide option to stall the inter-domain console ring ratherKeir Fraser2008-04-222-6/+25
* xenconsoled: don't force newline with timestampsKeir Fraser2008-02-201-35/+52
* xenconsoled: Use ISO8601 date stamp format.Keir Fraser2008-02-151-1/+1
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-4/+4
* Add timestamp option to xenconsoledKeir Fraser2008-02-122-11/+99
* Define CFLAGS and LDFLAGS for libxenstore.Keir Fraser2008-01-271-5/+6
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-6/+6
* Add PRIVATE_BINDIR. Use it.Keir Fraser2008-01-261-4/+2
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-0/+1
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-3/+2
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-1/+1
* tools: LDFLAGS in link linesKeir Fraser2008-01-171-2/+2
* xenconsoled: Make slave pty raw during initialization.Keir Fraser2008-01-161-4/+21
* Fix master/slave handling in xenconsoled and qemuKeir Fraser2007-12-191-64/+76
* Fix use-after-free in xenconsoled.Keir Fraser2007-11-011-1/+9
* xenconsoled: Rate-limit activity caused by each domU.Keir Fraser2007-10-291-6/+68
* Allow incremental access to hypervisor console log.Keir Fraser2007-10-291-17/+46
* pv-qemu 10/10: Make xenconsoled ignore doms with qemu-dmKeir Fraser2007-10-251-0/+9
* xenconsoled: portability fixes:Keir Fraser2007-10-083-49/+99
* Fix tools/console to build on NetBSD.Keir Fraser2007-09-202-3/+4
* xenconsoled: improve robustness of logfile handlingKeir Fraser2007-06-271-14/+22
* tools: warn_unused_result build fixes.kfraser@localhost.localdomain2007-06-121-1/+4
* tools: Fix some type issues GCC 4.1.0 warnings.kfraser@localhost.localdomain2007-06-071-1/+2
* console daemon: Fix realloc() usage.kfraser@localhost.localdomain2007-06-051-0/+1
* Add persistent guest & hv logging in xenconsoled.kfraser@localhost.localdomain2007-06-043-6/+204
* Console daemon - remove duplicate include.kfraser@localhost.localdomain2007-05-241-1/+0
* [pv console] Move console information in xenstore to serial/0/.Christian Limpach2007-05-011-8/+62
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-071-2/+2
* Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to t...john.levon@sun.com2007-02-191-0/+8
* [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