Changeset 55095 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Apr 2, 2015 4:52:46 PM (10 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/freebsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r54419 r55095 83 83 handletablectx.c \ 84 84 once.c \ 85 term.c \ 85 86 thread.c 86 87 … … 90 91 RTStrNLen.c \ 91 92 RTStrCopy.c \ 93 RTStrCopyEx.c \ 92 94 RTStrCopyP.c \ 93 95 strformat.c \ … … 173 175 semspinmutex-r0drv-generic.c \ 174 176 mpnotification-r0drv-generic.c \ 177 threadctxhooks-r0drv-generic.c \ 175 178 RTMpIsCpuWorkPending-r0drv-generic.c 176 179 -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r54419 r55095 116 116 ${PATH_ROOT}/src/VBox/Runtime/common/misc/handletablectx.cpp=>common/misc/handletablectx.c \ 117 117 ${PATH_ROOT}/src/VBox/Runtime/common/misc/once.cpp=>common/misc/once.c \ 118 ${PATH_ROOT}/src/VBox/Runtime/common/misc/term.cpp=>common/misc/term.c \ 118 119 ${PATH_ROOT}/src/VBox/Runtime/common/misc/thread.cpp=>common/misc/thread.c \ 119 120 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyP.cpp=>common/string/RTStrCopyP.c \ 120 121 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopy.cpp=>common/string/RTStrCopy.c \ 122 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrCopyEx.cpp=>common/string/RTStrCopyEx.c \ 121 123 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNCmp.cpp=>common/string/RTStrNCmp.c \ 122 124 ${PATH_ROOT}/src/VBox/Runtime/common/string/RTStrNLen.cpp=>common/string/RTStrNLen.c \
Note:
See TracChangeset
for help on using the changeset viewer.