summaryrefslogtreecommitdiff
path: root/lib/libstand/dev_net.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a new field to the devsw structure; dv_print, to print all valid unitsMike Smith1998-10-311-0/+13
| | | | | | | | | | etc. associated with the device entry. Consider EOF an 'error' for fgetstr if we haven't read anything yet. You *MUST* recompile and reinstall libstand before rebuilding the bootstrap. Notes: svn path=/head/; revision=40774
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+255
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451