aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon/xenbaked.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-5/+5
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-291-5/+5
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-9/+10
* tools/xenbaked: fix bug of Segmentation faultKeir Fraser2010-02-101-70/+52
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-42/+45
* tools: replace sprintf with snprintf where applicableKeir Fraser2008-06-121-2/+6
* xenbaked: Fix access to trace buffer after xentrace changesKeir Fraser2008-04-241-5/+27
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-2/+2
* xentrace: make xentrace and xenmon work on Solaris and *BSD.Keir Fraser2007-11-161-86/+91
* xenmon: Fix security vulnerability CVE-2007-3919.Keir Fraser2007-10-231-1/+1
* Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-191-4/+1
* xenbaked: Fix for new trace format.Keir Fraser2007-10-041-3/+3
* Xen tracing cleanups and fixes.Keir Fraser2007-09-241-299/+304
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-1/+1
* Remove another external-to-libxc user of xc_dom0_op().kfraser@localhost.localdomain2006-08-151-10/+7
* Fix domid range check in xenmon.kfraser@localhost.localdomain2006-07-251-5/+3
* Domain ID/index mapping in xenmon.kfraser@localhost.localdomain2006-07-101-103/+164
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-39/+16
* Use common code for enabling tracing via xenmon and xentrace, also fixingkaf24@firebug.cl.cam.ac.uk2006-05-161-62/+25
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-2/+1
* Check a write() return value in xenbaked.kaf24@firebug.cl.cam.ac.uk2006-04-271-1/+4
* This is a patch for XenMon which only applies to the userspace tools. kaf24@firebug.cl.cam.ac.uk2006-04-141-11/+142
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-2/+2
* Clean up the interface for sharing xen-heap pages with guests.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* The new userland monitoring tool, XenMon.kaf24@firebug.cl.cam.ac.uk2005-11-151-0/+1029