aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_solaris.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools/libxc: introduce xc_memalign in xc_{minios,linux,solaris,netbsd}.cShriram Rajagopalan2011-12-011-1/+6
* libxc: osdep: report missing backends in common codeIan Campbell2011-10-131-3/+0
* libxc: osdep: convert hypercall buffer allocationIan Campbell2011-03-111-0/+14
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-031-4/+4
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-2/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-031-0/+1
* libxc: osdep: convert xc_evtchn_{pending,unmask}()Ian Campbell2010-12-031-5/+9
* libxc: osdep: convert xc_evtchn_unbind()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_evtchn_bind_virq()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_bind_interdomain()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-031-2/+6
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-031-5/+8
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-031-5/+8
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-031-4/+9
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-031-12/+10
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-11/+55
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-19/+19
* libxc: some xc_gnttab_* functions are not Linux specificIan Campbell2010-12-231-12/+0
* # HG changeset patchIan Campbell2010-08-241-4/+13
* libxc: remove \n from strings passed to PERRORKeir Fraser2010-05-281-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-21/+21
* libxenctrl: Fix non-Linux definitions of xc_gnttab_map_table*().Keir Fraser2009-10-071-1/+8
* libxc: Implement stub xc_gnttab_map_table() for non-linux.Keir Fraser2009-06-011-0/+5
* Fix solaris xc_map_foreign_ranges()Keir Fraser2009-03-121-0/+2
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-4/+27
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-27/+2
* libxc: Various xc_evtchn_* functions must return signed integer type.kfraser@localhost.localdomain2007-08-141-12/+16
* libxc: Quieten the discard_file_cache() function. Preserve errnokfraser@localhost.localdomain2007-02-281-2/+1
* Reduce impact of saving/restoring/dumping large domains on Dom0 memoryKeir Fraser2007-02-241-0/+7
* [LIBXC] Add new AP{I function xc_evtchn_bind_unbound_port().kfraser@localhost.localdomain2006-12-011-0/+9
* [SOLARIS] Create kernel-interface implementations for libxc and xenstored.kfraser@localhost.localdomain2006-10-171-0/+235