aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_netbsd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* libxc/NetBSD: return ioctl return value on errorRoger Pau Monne2012-01-191-1/+1
* libxc: add comment to why NetBSD return hypercall->retvalRoger Pau Monne2012-01-191-0/+6
* tools/libxc: introduce xc_memalign in xc_{minios,linux,solaris,netbsd}.cShriram Rajagopalan2011-12-011-1/+7
* libxc: osdep: report missing backends in common codeIan Campbell2011-10-131-3/+0
* libxc: osdep: convert hypercall buffer allocationIan Campbell2011-03-111-0/+27
* libxc: Do not use dom0 physmem as parameter to lzma decoderIan Jackson2011-01-281-21/+0
* libxc: break xc_get_physmem out into os-dependent filesChristoph Egger2011-01-271-0/+21
* libxc: portability fixes for NetBSDChristoph Egger2011-01-061-2/+2
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-031-4/+4
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-3/+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-4/+6
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-031-2/+6
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-031-4/+7
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-031-4/+7
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-031-3/+8
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-031-21/+15
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-10/+50
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-21/+21
* libxc: some xc_gnttab_* functions are not Linux specificIan Campbell2010-12-231-12/+0
* tools, bsd: complete implementation of discard_file_cacheChristoph Egger2010-12-161-0/+25
* libxc: NetBSD: implement xc_evtchn_bind_unbound_port.Ian Campbell2010-12-021-0/+15
* # HG changeset patchIan Campbell2010-08-241-4/+13
* libxc: NetBSD build fixKeir Fraser2010-06-071-1/+1
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-20/+20
* 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
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-13/+32
* libxc: Update for NetBSDKeir Fraser2008-06-101-1/+5
* qemu: more verbose on failures.Keir Fraser2007-11-161-3/+8
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-27/+2
* libxc: NetBSD-specific pieces.Keir Fraser2007-09-241-0/+271