Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/driver/showsmallnewmalloced b/doc/driver/showsmallnewmalloced
new file mode 100644
index 0000000..17e2252
--- /dev/null
+++ b/doc/driver/showsmallnewmalloced
@@ -0,0 +1,17 @@
+NAME
+ showsmallnewmalloced
+
+DESCRIPTION
+ This command is hardcoded into the driver.
+
+ Shows a list of recently allocated small memory blocks.
+ 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.
+
+HISTORY
+ Deactivated in 3.2.7 by default.
+
+SEE ALSO
+ malloc(D), status(D), memory(C), objects(C), debug_info(E),
+ set_is_wizard(E)