Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/vmware-modules
Module Name: othersrc
Committed By: bad
Date: Sun Feb 16 01:29:54 UTC 2003
Modified Files:
othersrc/vmware-modules/source/vmmon: Makefile.linux
othersrc/vmware-modules/source/vmmon/common: hostif.h memtrack.c
memtrack.h phystrack.c phystrack.h task.c task.h vmx86.c vmx86.h
othersrc/vmware-modules/source/vmmon/include: initblock.h iocontrols.h
linux-version.h memmgmt.h modulecall.h speaker_reg.h taskswitch.h
vm_asm.h vm_assert.h vm_basic_types.h vm_time.h vm_types.h vtrace.h
x86.h
othersrc/vmware-modules/source/vmmon/linux: driver.c hostif.c
Added Files:
othersrc/vmware-modules: DIRS.list FILES.list LEGAL.notice LINKS.list
README STARTUP.list install.sh
othersrc/vmware-modules/rc.conf.d: linuxrtc vmmon vmnet vmnetif vmware
othersrc/vmware-modules/rc.d: linuxrtc vmmon vmnet vmnetif
othersrc/vmware-modules/share/lkm: if_hub.o if_hub_post.sh linuxrtc.o
linuxrtc_post.sh vmmon.o vmmon_post.sh
othersrc/vmware-modules/source/linuxrtc: Makefile linuxrtc_post.sh
rtc.c rtcvar.h
othersrc/vmware-modules/source/vmmon: Makefile vmmon_post.sh
othersrc/vmware-modules/source/vmmon/netbsd: driver.h drv.c host.c
ioctls.h
othersrc/vmware-modules/source/vmnet: Makefile if_hub.h if_hubmod.c
if_hubvar.h
Log Message:
Import (add) Frank van der Linden's port of the vmware modules to NetBSD.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/DIRS.list \
othersrc/vmware-modules/FILES.list othersrc/vmware-modules/LEGAL.notice \
othersrc/vmware-modules/LINKS.list othersrc/vmware-modules/README \
othersrc/vmware-modules/STARTUP.list othersrc/vmware-modules/install.sh
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/rc.conf.d/linuxrtc \
othersrc/vmware-modules/rc.conf.d/vmmon \
othersrc/vmware-modules/rc.conf.d/vmnet \
othersrc/vmware-modules/rc.conf.d/vmnetif \
othersrc/vmware-modules/rc.conf.d/vmware
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/rc.d/linuxrtc \
othersrc/vmware-modules/rc.d/vmmon othersrc/vmware-modules/rc.d/vmnet \
othersrc/vmware-modules/rc.d/vmnetif
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/share/lkm/if_hub.o \
othersrc/vmware-modules/share/lkm/if_hub_post.sh \
othersrc/vmware-modules/share/lkm/linuxrtc.o \
othersrc/vmware-modules/share/lkm/linuxrtc_post.sh \
othersrc/vmware-modules/share/lkm/vmmon.o \
othersrc/vmware-modules/share/lkm/vmmon_post.sh
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/source/linuxrtc/Makefile \
othersrc/vmware-modules/source/linuxrtc/linuxrtc_post.sh \
othersrc/vmware-modules/source/linuxrtc/rtc.c \
othersrc/vmware-modules/source/linuxrtc/rtcvar.h
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/source/vmmon/Makefile \
othersrc/vmware-modules/source/vmmon/vmmon_post.sh
cvs rdiff -r1.1.1.1 -r1.2 othersrc/vmware-modules/source/vmmon/Makefile.linux
cvs rdiff -r1.1.1.1 -r1.2 \
othersrc/vmware-modules/source/vmmon/common/hostif.h \
othersrc/vmware-modules/source/vmmon/common/memtrack.c \
othersrc/vmware-modules/source/vmmon/common/memtrack.h \
othersrc/vmware-modules/source/vmmon/common/phystrack.c \
othersrc/vmware-modules/source/vmmon/common/phystrack.h \
othersrc/vmware-modules/source/vmmon/common/task.c \
othersrc/vmware-modules/source/vmmon/common/task.h \
othersrc/vmware-modules/source/vmmon/common/vmx86.c \
othersrc/vmware-modules/source/vmmon/common/vmx86.h
cvs rdiff -r1.1.1.1 -r1.2 \
othersrc/vmware-modules/source/vmmon/include/initblock.h \
othersrc/vmware-modules/source/vmmon/include/iocontrols.h \
othersrc/vmware-modules/source/vmmon/include/linux-version.h \
othersrc/vmware-modules/source/vmmon/include/memmgmt.h \
othersrc/vmware-modules/source/vmmon/include/modulecall.h \
othersrc/vmware-modules/source/vmmon/include/speaker_reg.h \
othersrc/vmware-modules/source/vmmon/include/taskswitch.h \
othersrc/vmware-modules/source/vmmon/include/vm_asm.h \
othersrc/vmware-modules/source/vmmon/include/vm_assert.h \
othersrc/vmware-modules/source/vmmon/include/vm_basic_types.h \
othersrc/vmware-modules/source/vmmon/include/vm_time.h \
othersrc/vmware-modules/source/vmmon/include/vm_types.h \
othersrc/vmware-modules/source/vmmon/include/vtrace.h \
othersrc/vmware-modules/source/vmmon/include/x86.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/vmware-modules/source/vmmon/linux/driver.c \
othersrc/vmware-modules/source/vmmon/linux/hostif.c
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/source/vmmon/netbsd/driver.h \
othersrc/vmware-modules/source/vmmon/netbsd/drv.c \
othersrc/vmware-modules/source/vmmon/netbsd/host.c \
othersrc/vmware-modules/source/vmmon/netbsd/ioctls.h
cvs rdiff -r0 -r1.1 othersrc/vmware-modules/source/vmnet/Makefile \
othersrc/vmware-modules/source/vmnet/if_hub.h \
othersrc/vmware-modules/source/vmnet/if_hubmod.c \
othersrc/vmware-modules/source/vmnet/if_hubvar.h
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