Index: /trunk/src/VBox/Runtime/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Runtime/Makefile.kmk	(revision 81275)
+++ /trunk/src/VBox/Runtime/Makefile.kmk	(revision 81276)
@@ -3090,4 +3090,5 @@
 	common/string/base64.cpp \
 	common/string/memchr.asm \
+	common/string/mempcpy.asm \
 	common/string/strpbrk.cpp \
 	common/string/RTStrPrintHexBytes.cpp \
@@ -3134,6 +3135,9 @@
 	r0drv/powernotification-r0drv.c
 # - The xnu memcpy implementation in osfmk/x86_64/bcopy.s returns 'void' rather than 'void *', so use our own.
+# - The memcmp and strlen implementations are still C implementations living in osfmk/x86_64/loose_ends.c, so use our asm code.
 RuntimeR0Drv_SOURCES.darwin.amd64 = \
 	common/string/memcpy.asm \
+	common/string/strlen.asm \
+	common/string/memcmp.asm
 
 RuntimeR0Drv_SOURCES.os2 = \
