aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_netbsd.c
Commit message (Collapse)AuthorAgeFilesLines
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-13/+32
| | | | | | | underlying mmap() invocation. From: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* libxc: Update for NetBSDKeir Fraser2008-06-101-1/+5
| | | | | | returns hypercall return value when ioctl was successful. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* qemu: more verbose on failures.Keir Fraser2007-11-161-3/+8
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-27/+2
| | | | | | | exact number of bytes. The consolidated versions are more watertight than the various versions previously distributed around the library source code. Signed-off-by: Keir Fraser <keir@xensource.com>
* libxc: NetBSD-specific pieces.Keir Fraser2007-09-241-0/+271
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>