header (C) fixes
IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.
VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.
adding missing files for compiling Linux host kernel modules
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, don't include asm.h from sup.h. Fixed a couple file headers.
files_*: iprt/asm-amd64-x86.h
VBoxNetFlt/linux: Corrected SUPR0IdcClient-linux.c location.
Automated rebranding to Oracle copyright/license strings via filemuncher
Linux HostDrivers/Additions: fixed missing symbol ''RTMemAllocZVar()''; rebranding
VBoxNetFlt-linux: Receive GSO frames from the host, save calls into SrvIntNet as well as ring-0 <-> ring-3 context switches on the DrvIntNet receive thread.
intnet, VBoxNet*, network device & drivers: GSO preps.
iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock deadlock chain and stacks. Added the missing internal/assert.h file to the linux and freebsd kernel source trees.
OSE header fixes
iprt/stdint.h: Replaced by stdint-new.h.
HostDrv-Linux: fix building
HstDrv: Made vboxnetadp and vboxnetflt use IPRT from vboxdrv.
IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).
OSE: enable/export netflt for linux