OSDN Git Service

Initial commit
authorMiguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Wed, 19 Aug 2015 16:11:35 +0000 (11:11 -0500)
committerMiguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Wed, 19 Aug 2015 16:11:35 +0000 (11:11 -0500)
commitf3cc7598375e4bdabfbc217d629d1469921cb9f8
treeceab886372603b7fa1821eb3699c89902adea617
Initial commit

Taken from VBoxGuestAdditions-amd64.tar.bz2 at

src/vboxguest-5.0.0
247 files changed:
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
build_in_tmp [new file with mode: 0755]
dkms.conf [new file with mode: 0644]
do_dkms [new file with mode: 0755]
vboxguest/GenericRequest.c [new file with mode: 0644]
vboxguest/HGCMInternal.c [new file with mode: 0644]
vboxguest/Init.c [new file with mode: 0644]
vboxguest/Makefile [new file with mode: 0644]
vboxguest/Makefile.include.footer [new file with mode: 0644]
vboxguest/Makefile.include.header [new file with mode: 0644]
vboxguest/PhysHeap.c [new file with mode: 0644]
vboxguest/SysHlp.c [new file with mode: 0644]
vboxguest/SysHlp.h [new file with mode: 0644]
vboxguest/VBGLInternal.h [new file with mode: 0644]
vboxguest/VBox/log-vbox.c [new file with mode: 0644]
vboxguest/VBox/logbackdoor.c [new file with mode: 0644]
vboxguest/VBoxGuest-linux.c [new file with mode: 0644]
vboxguest/VBoxGuest.c [new file with mode: 0644]
vboxguest/VBoxGuestIDC-unix.c.h [new file with mode: 0644]
vboxguest/VBoxGuestInternal.h [new file with mode: 0644]
vboxguest/VBoxGuestLog.h [new file with mode: 0644]
vboxguest/VMMDev.c [new file with mode: 0644]
vboxguest/common/alloc/alloc.c [new file with mode: 0644]
vboxguest/common/alloc/heapsimple.c [new file with mode: 0644]
vboxguest/common/err/RTErrConvertFromErrno.c [new file with mode: 0644]
vboxguest/common/err/RTErrConvertToErrno.c [new file with mode: 0644]
vboxguest/common/log/log.c [new file with mode: 0644]
vboxguest/common/log/logcom.c [new file with mode: 0644]
vboxguest/common/log/logellipsis.c [new file with mode: 0644]
vboxguest/common/log/logformat.c [new file with mode: 0644]
vboxguest/common/log/logrel.c [new file with mode: 0644]
vboxguest/common/log/logrelellipsis.c [new file with mode: 0644]
vboxguest/common/math/gcc/divdi3.c [new file with mode: 0644]
vboxguest/common/math/gcc/moddi3.c [new file with mode: 0644]
vboxguest/common/math/gcc/qdivrem.c [new file with mode: 0644]
vboxguest/common/math/gcc/quad.h [new file with mode: 0644]
vboxguest/common/math/gcc/udivdi3.c [new file with mode: 0644]
vboxguest/common/math/gcc/umoddi3.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg1Weak.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2Add.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2AddWeak.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2AddWeakV.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2Weak.c [new file with mode: 0644]
vboxguest/common/misc/RTAssertMsg2WeakV.c [new file with mode: 0644]
vboxguest/common/misc/assert.c [new file with mode: 0644]
vboxguest/common/misc/thread.c [new file with mode: 0644]
vboxguest/common/string/RTStrCopy.c [new file with mode: 0644]
vboxguest/common/string/RTStrCopyEx.c [new file with mode: 0644]
vboxguest/common/string/RTStrCopyP.c [new file with mode: 0644]
vboxguest/common/string/strformat.c [new file with mode: 0644]
vboxguest/common/string/strformatrt.c [new file with mode: 0644]
vboxguest/common/string/strformattype.c [new file with mode: 0644]
vboxguest/common/string/strprintf.c [new file with mode: 0644]
vboxguest/common/string/strtonum.c [new file with mode: 0644]
vboxguest/common/table/avl_Base.cpp.h [new file with mode: 0644]
vboxguest/common/table/avl_Destroy.cpp.h [new file with mode: 0644]
vboxguest/common/table/avl_DoWithAll.cpp.h [new file with mode: 0644]
vboxguest/common/table/avl_Get.cpp.h [new file with mode: 0644]
vboxguest/common/table/avl_GetBestFit.cpp.h [new file with mode: 0644]
vboxguest/common/table/avl_RemoveBestFit.cpp.h [new file with mode: 0644]
vboxguest/common/table/avlpv.c [new file with mode: 0644]
vboxguest/common/time/time.c [new file with mode: 0644]
vboxguest/do_Module.symvers [new file with mode: 0755]
vboxguest/generic/RTAssertShouldPanic-generic.c [new file with mode: 0644]
vboxguest/generic/RTLogWriteStdErr-stub-generic.c [new file with mode: 0644]
vboxguest/generic/RTLogWriteStdOut-stub-generic.c [new file with mode: 0644]
vboxguest/generic/RTMpGetCoreCount-generic.c [new file with mode: 0644]
vboxguest/generic/RTSemEventMultiWait-2-ex-generic.c [new file with mode: 0644]
vboxguest/generic/RTSemEventMultiWaitNoResume-2-ex-generic.c [new file with mode: 0644]
vboxguest/generic/RTSemEventWait-2-ex-generic.c [new file with mode: 0644]
vboxguest/generic/RTSemEventWaitNoResume-2-ex-generic.c [new file with mode: 0644]
vboxguest/generic/errvars-generic.c [new file with mode: 0644]
vboxguest/generic/mppresent-generic.c [new file with mode: 0644]
vboxguest/include/VBox/VBoxGuest.h [new file with mode: 0644]
vboxguest/include/VBox/VBoxGuest2.h [new file with mode: 0644]
vboxguest/include/VBox/VBoxGuestLib.h [new file with mode: 0644]
vboxguest/include/VBox/VBoxGuestMangling.h [new file with mode: 0644]
vboxguest/include/VBox/VMMDev.h [new file with mode: 0644]
vboxguest/include/VBox/VMMDev2.h [new file with mode: 0644]
vboxguest/include/VBox/cdefs.h [new file with mode: 0644]
vboxguest/include/VBox/err.h [new file with mode: 0644]
vboxguest/include/VBox/log.h [new file with mode: 0644]
vboxguest/include/VBox/ostypes.h [new file with mode: 0644]
vboxguest/include/VBox/param.h [new file with mode: 0644]
vboxguest/include/VBox/types.h [new file with mode: 0644]
vboxguest/include/VBox/version.h [new file with mode: 0644]
vboxguest/include/internal/assert.h [new file with mode: 0644]
vboxguest/include/internal/initterm.h [new file with mode: 0644]
vboxguest/include/internal/iprt.h [new file with mode: 0644]
vboxguest/include/internal/lockvalidator.h [new file with mode: 0644]
vboxguest/include/internal/magics.h [new file with mode: 0644]
vboxguest/include/internal/memobj.h [new file with mode: 0644]
vboxguest/include/internal/process.h [new file with mode: 0644]
vboxguest/include/internal/sched.h [new file with mode: 0644]
vboxguest/include/internal/string.h [new file with mode: 0644]
vboxguest/include/internal/thread.h [new file with mode: 0644]
vboxguest/include/internal/time.h [new file with mode: 0644]
vboxguest/include/iprt/alloc.h [new file with mode: 0644]
vboxguest/include/iprt/alloca.h [new file with mode: 0644]
vboxguest/include/iprt/asm-amd64-x86.h [new file with mode: 0644]
vboxguest/include/iprt/asm-math.h [new file with mode: 0644]
vboxguest/include/iprt/asm.h [new file with mode: 0644]
vboxguest/include/iprt/assert.h [new file with mode: 0644]
vboxguest/include/iprt/avl.h [new file with mode: 0644]
vboxguest/include/iprt/cdefs.h [new file with mode: 0644]
vboxguest/include/iprt/cpuset.h [new file with mode: 0644]
vboxguest/include/iprt/ctype.h [new file with mode: 0644]
vboxguest/include/iprt/err.h [new file with mode: 0644]
vboxguest/include/iprt/errno.h [new file with mode: 0644]
vboxguest/include/iprt/heap.h [new file with mode: 0644]
vboxguest/include/iprt/initterm.h [new file with mode: 0644]
vboxguest/include/iprt/list.h [new file with mode: 0644]
vboxguest/include/iprt/lockvalidator.h [new file with mode: 0644]
vboxguest/include/iprt/log.h [new file with mode: 0644]
vboxguest/include/iprt/mangling.h [new file with mode: 0644]
vboxguest/include/iprt/mem.h [new file with mode: 0644]
vboxguest/include/iprt/memobj.h [new file with mode: 0644]
vboxguest/include/iprt/mp.h [new file with mode: 0644]
vboxguest/include/iprt/net.h [new file with mode: 0644]
vboxguest/include/iprt/nocrt/limits.h [new file with mode: 0644]
vboxguest/include/iprt/param.h [new file with mode: 0644]
vboxguest/include/iprt/path.h [new file with mode: 0644]
vboxguest/include/iprt/power.h [new file with mode: 0644]
vboxguest/include/iprt/process.h [new file with mode: 0644]
vboxguest/include/iprt/semaphore.h [new file with mode: 0644]
vboxguest/include/iprt/spinlock.h [new file with mode: 0644]
vboxguest/include/iprt/stdarg.h [new file with mode: 0644]
vboxguest/include/iprt/stdint.h [new file with mode: 0644]
vboxguest/include/iprt/string.h [new file with mode: 0644]
vboxguest/include/iprt/thread.h [new file with mode: 0644]
vboxguest/include/iprt/time.h [new file with mode: 0644]
vboxguest/include/iprt/timer.h [new file with mode: 0644]
vboxguest/include/iprt/types.h [new file with mode: 0644]
vboxguest/include/iprt/uni.h [new file with mode: 0644]
vboxguest/include/iprt/x86.h [new file with mode: 0644]
vboxguest/product-generated.h [new file with mode: 0644]
vboxguest/r0drv/alloc-r0drv.c [new file with mode: 0644]
vboxguest/r0drv/alloc-r0drv.h [new file with mode: 0644]
vboxguest/r0drv/generic/semspinmutex-r0drv-generic.c [new file with mode: 0644]
vboxguest/r0drv/initterm-r0drv.c [new file with mode: 0644]
vboxguest/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/alloc-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/assert-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/initterm-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/memobj-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/memuserkernel-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/mp-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/mpnotification-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/process-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/semevent-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/semeventmulti-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/semfastmutex-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/semmutex-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/spinlock-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/string.h [new file with mode: 0644]
vboxguest/r0drv/linux/the-linux-kernel.h [new file with mode: 0644]
vboxguest/r0drv/linux/thread-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/thread2-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/time-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/timer-r0drv-linux.c [new file with mode: 0644]
vboxguest/r0drv/linux/waitqueue-r0drv-linux.h [new file with mode: 0644]
vboxguest/r0drv/memobj-r0drv.c [new file with mode: 0644]
vboxguest/r0drv/mp-r0drv.h [new file with mode: 0644]
vboxguest/r0drv/mpnotification-r0drv.c [new file with mode: 0644]
vboxguest/r0drv/power-r0drv.h [new file with mode: 0644]
vboxguest/r0drv/powernotification-r0drv.c [new file with mode: 0644]
vboxguest/revision-generated.h [new file with mode: 0644]
vboxguest/version-generated.h [new file with mode: 0644]
vboxsf/GenericRequest.c [new file with mode: 0644]
vboxsf/HGCM.c [new file with mode: 0644]
vboxsf/Init.c [new file with mode: 0644]
vboxsf/Makefile [new file with mode: 0644]
vboxsf/Makefile.include.footer [new file with mode: 0644]
vboxsf/Makefile.include.header [new file with mode: 0644]
vboxsf/PhysHeap.c [new file with mode: 0644]
vboxsf/SysHlp.c [new file with mode: 0644]
vboxsf/SysHlp.h [new file with mode: 0644]
vboxsf/VBGLInternal.h [new file with mode: 0644]
vboxsf/VBoxGuestLog.h [new file with mode: 0644]
vboxsf/VBoxGuestR0LibSharedFolders.c [new file with mode: 0644]
vboxsf/VBoxGuestR0LibSharedFolders.h [new file with mode: 0644]
vboxsf/VMMDev.c [new file with mode: 0644]
vboxsf/VbglR0CanUsePhysPageList.c [new file with mode: 0644]
vboxsf/dirops.c [new file with mode: 0644]
vboxsf/divdi3.c [new file with mode: 0644]
vboxsf/do_Module.symvers [new file with mode: 0755]
vboxsf/include/VBox/VBoxGuest.h [new file with mode: 0644]
vboxsf/include/VBox/VBoxGuest2.h [new file with mode: 0644]
vboxsf/include/VBox/VBoxGuestLib.h [new file with mode: 0644]
vboxsf/include/VBox/VBoxGuestMangling.h [new file with mode: 0644]
vboxsf/include/VBox/VMMDev.h [new file with mode: 0644]
vboxsf/include/VBox/VMMDev2.h [new file with mode: 0644]
vboxsf/include/VBox/cdefs.h [new file with mode: 0644]
vboxsf/include/VBox/err.h [new file with mode: 0644]
vboxsf/include/VBox/hgcmsvc.h [new file with mode: 0644]
vboxsf/include/VBox/log.h [new file with mode: 0644]
vboxsf/include/VBox/ostypes.h [new file with mode: 0644]
vboxsf/include/VBox/param.h [new file with mode: 0644]
vboxsf/include/VBox/shflsvc.h [new file with mode: 0644]
vboxsf/include/VBox/types.h [new file with mode: 0644]
vboxsf/include/iprt/alloc.h [new file with mode: 0644]
vboxsf/include/iprt/asm-amd64-x86.h [new file with mode: 0644]
vboxsf/include/iprt/asm-math.h [new file with mode: 0644]
vboxsf/include/iprt/asm.h [new file with mode: 0644]
vboxsf/include/iprt/assert.h [new file with mode: 0644]
vboxsf/include/iprt/cdefs.h [new file with mode: 0644]
vboxsf/include/iprt/err.h [new file with mode: 0644]
vboxsf/include/iprt/fs.h [new file with mode: 0644]
vboxsf/include/iprt/log.h [new file with mode: 0644]
vboxsf/include/iprt/mangling.h [new file with mode: 0644]
vboxsf/include/iprt/mem.h [new file with mode: 0644]
vboxsf/include/iprt/nocrt/limits.h [new file with mode: 0644]
vboxsf/include/iprt/param.h [new file with mode: 0644]
vboxsf/include/iprt/path.h [new file with mode: 0644]
vboxsf/include/iprt/semaphore.h [new file with mode: 0644]
vboxsf/include/iprt/stdarg.h [new file with mode: 0644]
vboxsf/include/iprt/stdint.h [new file with mode: 0644]
vboxsf/include/iprt/string.h [new file with mode: 0644]
vboxsf/include/iprt/time.h [new file with mode: 0644]
vboxsf/include/iprt/types.h [new file with mode: 0644]
vboxsf/include/iprt/uni.h [new file with mode: 0644]
vboxsf/lnkops.c [new file with mode: 0644]
vboxsf/moddi3.c [new file with mode: 0644]
vboxsf/product-generated.h [new file with mode: 0644]
vboxsf/qdivrem.c [new file with mode: 0644]
vboxsf/quad.h [new file with mode: 0644]
vboxsf/r0drv/linux/the-linux-kernel.h [new file with mode: 0644]
vboxsf/regops.c [new file with mode: 0644]
vboxsf/udivdi3.c [new file with mode: 0644]
vboxsf/umoddi3.c [new file with mode: 0644]
vboxsf/utils.c [new file with mode: 0644]
vboxsf/vbsfmount.h [new file with mode: 0644]
vboxsf/version-generated.h [new file with mode: 0644]
vboxsf/vfsmod.c [new file with mode: 0644]
vboxsf/vfsmod.h [new file with mode: 0644]
vboxvideo/Makefile [new file with mode: 0644]
vboxvideo/Makefile.include.footer [new file with mode: 0644]
vboxvideo/Makefile.include.header [new file with mode: 0644]
vboxvideo/do_Module.symvers [new file with mode: 0755]
vboxvideo/include/VBox/VBoxGuestMangling.h [new file with mode: 0644]
vboxvideo/include/iprt/mangling.h [new file with mode: 0644]
vboxvideo/product-generated.h [new file with mode: 0644]
vboxvideo/vboxvideo_drm.c [new file with mode: 0644]
vboxvideo/vboxvideo_drm.h [new file with mode: 0644]
vboxvideo/version-generated.h [new file with mode: 0644]