header (C) fixes
Register formatting in strformatrt.cpp (for logging).
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
Automated rebranding to Oracle copyright/license strings via filemuncher
Linux HostDrivers/Additions: fixed missing symbol ''RTMemAllocZVar()''; rebranding
IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
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).
VBoxNetAdp: OSE fix