Index of /bits/2.6.32-22
Name Last modified Size Description
Parent Directory -
logs/ 10-May-2010 11:27 -
vmware-config.pl.diff 18-Jan-2012 09:27 1.1K
vmware-config.log 10-May-2010 07:48 32K
patch-vmware_2.6.3x.sh.txt.gz 16-Sep-2012 01:57 676
02-vmnet-include.diff.txt.gz 10-May-2010 10:29 293K
01-vmware-2.6.32_cosmetic.diff 18-Jan-2012 09:27 28K
00-vmware-2.6.32_functional.diff 18-Jan-2012 09:27 13K
* http://nerdbynature.de/s9y/?180
* http://communities.vmware.com/thread/267682
# 00-vmware-2.6.32_functional.diff
# - based on vmware-server-modules-linux-2.6.32.patch
# - see http://communities.vmware.com/message/1389232#1389232
#
# 01-vmware-2.6.32_cosmetic.diff
# - based on rbihlmeyer's comments in http://communities.vmware.com/thread/232842
#
# 02-vmnet-include.diff
# - stuff .h and .c files in separate directories, as the other
# modules do it
#
# vmware-config.pl.diff
# - based on http://communities.vmware.com/message/1398525#1398525
#
vmware-config.pl.diff.txt
vmware-config.pl | 11 +++++++++++
1 file changed, 11 insertions(+)
00-vmware-2.6.32_functional.diff.txt
vmci-only/include/compat_wait.h | 4 ++++
vmci-only/linux/vmciKernelIf.c | 1 +
vmmon-only/include/compat_wait.h | 4 ++++
vmmon-only/linux/driver.c | 15 +++++++++++----
vmmon-only/linux/hostif.c | 36 ++++++++++++++++++++++++++++++++++--
vmmon-only/linux/vmmonInt.h | 5 ++++-
vmnet-only/bridge.c | 6 +++++-
vmnet-only/compat_wait.h | 4 ++++
vmnet-only/driver.c | 7 +++++++
vmnet-only/netif.c | 36 ++++++++++++++++++++++++++++++++++--
vmnet-only/vnetUserListener.c | 1 +
vsock-only/include/compat_wait.h | 4 ++++
12 files changed, 113 insertions(+), 10 deletions(-)
01-vmware-2.6.32_cosmetic.diff.txt
vmci-only/include/vm_atomic.h | 58 +++++++++++++++++-----------------
vmci-only/include/vm_basic_types.h | 2 -
vmmon-only/common/hostif.h | 2 -
vmmon-only/common/memtrack.c | 2 -
vmmon-only/include/vm_asm_x86.h | 8 ++--
vmmon-only/include/vm_atomic.h | 58 +++++++++++++++++-----------------
vmmon-only/include/vm_basic_asm_x86.h | 8 ++--
vmmon-only/include/vm_basic_types.h | 2 -
vmmon-only/include/x86msr.h | 1
vmmon-only/include/x86svm.h | 2 -
vmnet-only/bridge.c | 4 +-
vmnet-only/vm_atomic.h | 58 +++++++++++++++++-----------------
vmnet-only/vm_basic_asm_x86.h | 8 ++--
vmnet-only/vm_basic_types.h | 2 -
vsock-only/include/vm_basic_types.h | 2 -
15 files changed, 107 insertions(+), 110 deletions(-)
02-vmnet-include.diff.txt.gz
Makefile.kernel | 9
bridge.c | 1651 ------------------
compat_file.h | 56
compat_highmem.h | 40
compat_kdev_t.h | 33
compat_mm.h | 134 -
compat_module.h | 72
compat_netdevice.h | 287 ---
compat_page.h | 75
compat_pgtable.h | 139 -
compat_sched.h | 291 ---
compat_semaphore.h | 49
compat_skbuff.h | 156 -
compat_slab.h | 85
compat_sock.h | 169 -
compat_spinlock.h | 68
compat_uaccess.h | 79
compat_version.h | 121 -
compat_wait.h | 229 --
driver-config.h | 78
driver.c | 1853 --------------------
epoll.c | 36
filter.c | 1540 -----------------
geninclude.c | 40
hub.c | 741 --------
include/compat_file.h | 56
include/compat_highmem.h | 40
include/compat_kdev_t.h | 33
include/compat_mm.h | 134 +
include/compat_module.h | 72
include/compat_netdevice.h | 287 +++
include/compat_page.h | 75
include/compat_pgtable.h | 139 +
include/compat_sched.h | 291 +++
include/compat_semaphore.h | 49
include/compat_skbuff.h | 156 +
include/compat_slab.h | 85
include/compat_sock.h | 169 +
include/compat_spinlock.h | 68
include/compat_uaccess.h | 79
include/compat_version.h | 121 +
include/compat_wait.h | 229 ++
include/driver-config.h | 78
include/includeCheck.h | 17
include/net.h | 136 +
include/pgtbl.h | 385 ++++
include/smac.h | 109 +
include/smac_compat.h | 63
include/vm_atomic.h | 2049 ++++++++++++++++++++++
include/vm_basic_asm.h | 832 +++++++++
include/vm_basic_asm_x86.h | 500 +++++
include/vm_basic_asm_x86_64.h | 336 +++
include/vm_basic_defs.h | 570 ++++++
include/vm_basic_types.h | 847 +++++++++
include/vm_device_version.h | 186 ++
include/vm_oui.h | 177 +
include/vmnetInt.h | 169 +
include/vmware_pack_begin.h | 43
include/vmware_pack_end.h | 44
include/vmware_pack_init.h | 65
include/vnet.h | 415 ++++
include/vnetEvent.h | 50
include/vnetFilter.h | 207 ++
include/vnetFilterInt.h | 75
include/vnetInt.h | 351 +++
include/vnetKernel.h | 85
include/x86cpuid.h | 903 ++++++++++
includeCheck.h | 17
linux/bridge.c | 1651 ++++++++++++++++++
linux/driver.c | 1853 ++++++++++++++++++++
linux/epoll.c | 36
linux/filter.c | 1540 +++++++++++++++++
linux/geninclude.c | 40
linux/hub.c | 741 ++++++++
linux/netdev_has_dev_net.c | 37
linux/netdev_has_net.c | 43
linux/netif.c | 755 ++++++++
linux/nfhook_uses_skb.c | 45
linux/procfs.c | 402 ++++
linux/setnice.c | 32
linux/sk_alloc.c | 39
linux/skblin.c | 41
linux/smac.c | 3792 ++++++++++++++++++++++++++++++++++++++++++
linux/smac_compat.c | 524 +++++
linux/socket.c | 33
linux/userif.c | 1057 +++++++++++
linux/vnetEvent.c | 549 ++++++
linux/vnetUserListener.c | 334 +++
net.h | 136 -
netdev_has_dev_net.c | 37
netdev_has_net.c | 43
netif.c | 755 --------
nfhook_uses_skb.c | 45
pgtbl.h | 385 ----
procfs.c | 402 ----
setnice.c | 32
sk_alloc.c | 39
skblin.c | 41
smac.c | 3792 ------------------------------------------
smac.h | 109 -
smac_compat.c | 524 -----
smac_compat.h | 63
socket.c | 33
userif.c | 1057 -----------
vm_atomic.h | 2049 ----------------------
vm_basic_asm.h | 832 ---------
vm_basic_asm_x86.h | 500 -----
vm_basic_asm_x86_64.h | 336 ---
vm_basic_defs.h | 570 ------
vm_basic_types.h | 847 ---------
vm_device_version.h | 186 --
vm_oui.h | 177 -
vmnetInt.h | 169 -
vmware_pack_begin.h | 43
vmware_pack_end.h | 44
vmware_pack_init.h | 65
vnet.h | 415 ----
vnetEvent.c | 549 ------
vnetEvent.h | 50
vnetFilter.h | 207 --
vnetFilterInt.h | 75
vnetInt.h | 351 ---
vnetKernel.h | 85
vnetUserListener.c | 334 ---
x86cpuid.h | 903 ----------
125 files changed, 24325 insertions(+), 24322 deletions(-)