1.  All the "commands" and "cmdparse" stuff has been merged into a
    single "config" module, together with the code that reads the
    "tnet.cfg" file (which was previously in main.c).  When we have
    the new "inetd.conf" support, we can simply kill this module and
    its call from main.c

2.  When the new INETD stuff is present, remove the "ip addr" hacks
    in main.c

3.  Merge the duplicate I/O stuff from nproc.c and inetd.c, and put
    the result in nproc.c

5.  Finish the Ethernet Protocol Driver to include commands for
    retrieving the Ethernet address and such (via an ioctl() call
    perhaps?)
