pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
Module Name: pkgsrc
Committed By: bouyer
Date: Tue Jan 20 16:42:14 UTC 2015
Added Files:
pkgsrc/sysutils/xenkernel45: DESCR MESSAGE Makefile PLIST distinfo
pkgsrc/sysutils/xenkernel45/patches: patch-Config.mk patch-xen_Makefile
patch-xen_arch_x86_Rules.mk patch-xen_include_xen_lib.h
pkgsrc/sysutils/xentools45: DESCR MESSAGE MESSAGE.NetBSD Makefile PLIST
TODO distinfo
pkgsrc/sysutils/xentools45/files: blk_netbsd.c blktapctrl_netbsd.c
xen-watchdog.sh xencommons.sh xendomains.sh
pkgsrc/sysutils/xentools45/patches: patch-.._Config.mk
patch-.._docs_man_xl.cfg.pod.5 patch-.._docs_man_xl.conf.pod.5
patch-.._docs_man_xl.pod.1 patch-.._docs_man_xlcpupool.cfg.pod.5
patch-Makefile patch-blktap_drivers_Makefile patch-configure
patch-examples_Makefile patch-firmware_etherboot_Makefile
patch-firmware_etherboot_patches_series
patch-firmware_hvmloader_Makefile patch-hotplug_NetBSD_Makefile
patch-hotplug_NetBSD_vif-bridge patch-hotplug_NetBSD_vif-ip
patch-hotplug_common_Makefile patch-include_xen-sys_NetBSD_gntdev.h
patch-libfsimage_common_Makefile patch-libfsimage_ufs_ufs.h
patch-libxc_xc__netbsd.c patch-libxl_Makefile
patch-libxl_libxl__create.c patch-libxl_libxl_uuid.c
patch-ocaml_common.make patch-ocaml_xenstored_Makefile
patch-ocaml_xenstored_define.ml patch-ocaml_xenstored_utils.ml
patch-pygrub_Makefile patch-qemu-xen-traditional_Makefile
patch-qemu-xen-traditional_block-raw-posix.c
patch-qemu-xen-traditional_configure
patch-qemu-xen-traditional_hw_e1000.c
patch-qemu-xen-traditional_hw_ide.c
patch-qemu-xen-traditional_hw_pass-through.c
patch-qemu-xen-traditional_hw_pass-through.h
patch-qemu-xen-traditional_hw_piix4acpi.c
patch-qemu-xen-traditional_hw_pt-graphics.c
patch-qemu-xen-traditional_hw_pt-msi.c
patch-qemu-xen-traditional_hw_pt-msi.h
patch-qemu-xen-traditional_i386-dm_hookstarget.mak
patch-qemu-xen-traditional_xen-hooks.mak
patch-qemu-xen_audio_audio.c patch-qemu-xen_qemu-doc.texi
patch-qemu-xen_util_hbitmap.c patch-xenstore_xc.c
Log Message:
Xen is a virtual machine monitor which supports running multiple
guests operating systems on a single machine. Guest OSes (also
called "domains") require a modified kernel which supports Xen
hypercalls in replacement to access to the physical hardware. At
boot, the xen kernel is loaded along with the guest kernel for the
first domain (called domain0). domain0 has privileges to access
the physical hardware (PCI and ISA devices), administrate other
domains and provide virtual devices (disks and network) to other
domains.
xenkernel45 and xentools45 contains the kernel and tools from
the Xen 4.5.x branch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xenkernel45/DESCR \
pkgsrc/sysutils/xenkernel45/MESSAGE pkgsrc/sysutils/xenkernel45/Makefile \
pkgsrc/sysutils/xenkernel45/PLIST pkgsrc/sysutils/xenkernel45/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xenkernel45/patches/patch-Config.mk \
pkgsrc/sysutils/xenkernel45/patches/patch-xen_Makefile \
pkgsrc/sysutils/xenkernel45/patches/patch-xen_arch_x86_Rules.mk \
pkgsrc/sysutils/xenkernel45/patches/patch-xen_include_xen_lib.h
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xentools45/DESCR \
pkgsrc/sysutils/xentools45/MESSAGE \
pkgsrc/sysutils/xentools45/MESSAGE.NetBSD \
pkgsrc/sysutils/xentools45/Makefile pkgsrc/sysutils/xentools45/PLIST \
pkgsrc/sysutils/xentools45/TODO pkgsrc/sysutils/xentools45/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xentools45/files/blk_netbsd.c \
pkgsrc/sysutils/xentools45/files/blktapctrl_netbsd.c \
pkgsrc/sysutils/xentools45/files/xen-watchdog.sh \
pkgsrc/sysutils/xentools45/files/xencommons.sh \
pkgsrc/sysutils/xentools45/files/xendomains.sh
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/xentools45/patches/patch-.._Config.mk \
pkgsrc/sysutils/xentools45/patches/patch-.._docs_man_xl.cfg.pod.5 \
pkgsrc/sysutils/xentools45/patches/patch-.._docs_man_xl.conf.pod.5 \
pkgsrc/sysutils/xentools45/patches/patch-.._docs_man_xl.pod.1 \
pkgsrc/sysutils/xentools45/patches/patch-.._docs_man_xlcpupool.cfg.pod.5 \
pkgsrc/sysutils/xentools45/patches/patch-Makefile \
pkgsrc/sysutils/xentools45/patches/patch-blktap_drivers_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-configure \
pkgsrc/sysutils/xentools45/patches/patch-examples_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-firmware_etherboot_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-firmware_etherboot_patches_series \
pkgsrc/sysutils/xentools45/patches/patch-firmware_hvmloader_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-hotplug_NetBSD_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-hotplug_NetBSD_vif-bridge \
pkgsrc/sysutils/xentools45/patches/patch-hotplug_NetBSD_vif-ip \
pkgsrc/sysutils/xentools45/patches/patch-hotplug_common_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-include_xen-sys_NetBSD_gntdev.h \
pkgsrc/sysutils/xentools45/patches/patch-libfsimage_common_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-libfsimage_ufs_ufs.h \
pkgsrc/sysutils/xentools45/patches/patch-libxc_xc__netbsd.c \
pkgsrc/sysutils/xentools45/patches/patch-libxl_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-libxl_libxl__create.c \
pkgsrc/sysutils/xentools45/patches/patch-libxl_libxl_uuid.c \
pkgsrc/sysutils/xentools45/patches/patch-ocaml_common.make \
pkgsrc/sysutils/xentools45/patches/patch-ocaml_xenstored_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-ocaml_xenstored_define.ml \
pkgsrc/sysutils/xentools45/patches/patch-ocaml_xenstored_utils.ml \
pkgsrc/sysutils/xentools45/patches/patch-pygrub_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_Makefile \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_block-raw-posix.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_configure \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_e1000.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_ide.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_pass-through.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_pass-through.h \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_piix4acpi.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_pt-graphics.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_pt-msi.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_hw_pt-msi.h \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_i386-dm_hookstarget.mak \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen-traditional_xen-hooks.mak \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen_audio_audio.c \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen_qemu-doc.texi \
pkgsrc/sysutils/xentools45/patches/patch-qemu-xen_util_hbitmap.c \
pkgsrc/sysutils/xentools45/patches/patch-xenstore_xc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index