Index: /trunk/include/VBox/x86.mac
===================================================================
--- /trunk/include/VBox/x86.mac	(revision 23714)
+++ /trunk/include/VBox/x86.mac	(revision 23715)
@@ -277,4 +277,5 @@
 %define MSR_K7_PERFCTR2                     0xc0010006
 %define MSR_K7_PERFCTR3                     0xc0010007
+%define MSR_K8_HWCR                         0xc0010015
 %define MSR_K8_LSTAR                        0xc0000082
 %define MSR_K8_CSTAR                        0xc0000083
Index: /trunk/include/iprt/err.mac
===================================================================
--- /trunk/include/iprt/err.mac	(revision 23714)
+++ /trunk/include/iprt/err.mac	(revision 23715)
@@ -98,4 +98,5 @@
 %define VERR_CALLBACK_RETURN    (-88)
 %define VINF_CALLBACK_RETURN    88
+%define VERR_AUTHENTICATION_FAILURE    (-89)
 %define VERR_FILE_IO_ERROR    (-100)
 %define VERR_OPEN_FAILED    (-101)
@@ -145,4 +146,5 @@
 %define VERR_DISK_INVALID_FORMAT    (-155)
 %define VERR_TOO_MANY_SYMLINKS    (-156)
+%define VERR_NS_SYMLINK_SET_TIME    (-157)
 %define VERR_SEARCH_ERROR    (-200)
 %define VERR_NO_MORE_FILES    (-201)
@@ -230,4 +232,7 @@
 %define VERR_TCP_SERVER_STOP    (-500)
 %define VINF_TCP_SERVER_STOP    500
+%define VERR_TCP_SERVER_SHUTDOWN    (-501)
+%define VERR_TCP_SERVER_DESTROYED    (-502)
+%define VINF_TCP_SERVER_NO_CLIENT    503
 %define VERR_L4_INVALID_DS_OFFSET    (-550)
 %define VERR_IPC    (-551)
@@ -311,4 +316,5 @@
 %define VERR_GETOPT_INVALID_ARGUMENT_FORMAT    (-827)
 %define VINF_GETOPT_NOT_OPTION    828
+%define VERR_GETOPT_INDEX_MISSING    (-829)
 %define VERR_CACHE_FULL    (-850)
 %define VERR_CACHE_EMPTY    (-851)
