Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/driver/opcdump b/doc/driver/opcdump
new file mode 100644
index 0000000..b75ea68
--- /dev/null
+++ b/doc/driver/opcdump
@@ -0,0 +1,13 @@
+NAME
+ opcdump
+
+DESCRIPTION
+ If the driver was compiled to do opcode profiling, this command
+ will save the collected profiling information into the file /OPC_DUMP.
+ If the O_IS_WIZARD flag is used in the mudlib (i.e. if
+ set_is_wizard() was called), this command is allowed only for
+ users that have this flag set.
+
+SEE ALSO
+ malloc(D), status(D), memory(C), objects(C), debug_info(E),
+ set_is_wizard(E)