aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console
Commit message (Expand)AuthorAgeFilesLines
* xenconsoled: use array index to keep track of pollfdWei Liu2013-03-251-31/+35
* tools/xenconsoled: Initialise pointers before trying to use themAndrew Cooper2013-03-071-11/+1
* xenconsoled: use grant references instead of map_foreign_rangeDaniel De Graaf2013-01-173-10/+42
* Switch from select() to poll() in xenconsoled's IO loopWei Liu2013-01-171-72/+140
* Revert 0b9dfd067b42: Switch from select() to poll() in xenconsoled's IO loopIan Campbell2013-01-131-136/+73
* Switch from select() to poll() in xenconsoled's IO loopWei Liu2013-01-111-73/+136
* xenconsoled: clean-up after all dead domainsDavid Vrabel2012-08-311-1/+11
* nstore: rename public xenstore headersIan Campbell2012-05-143-3/+3
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-141-2/+2
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-2/+2
* tools: do not link against unused libraries.Ian Campbell2011-03-171-5/+5
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-172-2/+2
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-16/+16
* libxc: remove unnecessary double indirection from xc_readconsoleringIan Campbell2010-10-181-1/+1
* tools: xenconsole[d] and libxl: multiple console supportStefano Stabellini2010-08-162-64/+55
* libxc: disable xc_ptrace on x86 LinuxIan Campbell2010-08-131-1/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-6/+7
* Without this we leak an fd on each domain shutdown and eventually runStefano Stabellini2010-07-191-0/+5
* Before this patch only log messages with precisely priorityStefano Stabellini2010-07-161-2/+4
* xenconsole: do not exit if a pty device is missingIan Jackson2010-07-141-0/+2
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-283-13/+13
* xenconsoled: Discard guest console data in bigger chunksKeir Fraser2010-05-271-11/+18
* tools/xenconsole: fix Segmentation faultKeir Fraser2010-02-081-1/+7
* tools: Always check for __linux__ not __Linux__Keir Fraser2009-07-021-3/+2
* xenconsoled: fix timestamp logKeir Fraser2009-06-231-1/+1
* xenconsoled: Fix rate-limit calculation overflow leading to console freezes.Keir Fraser2009-06-231-2/+2
* xenconsole: fix assumption about printed max domid length.Keir Fraser2009-06-171-2/+2
* xenconsole: support for multiple consoles per domainKeir Fraser2009-06-161-14/+19
* xenconsoled: Fixes to domain management.Keir Fraser2009-04-201-4/+12
* 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