aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/devmenu
Commit message (Collapse)AuthorAgeFilesLines
* Remove devmenu. Devconf never grew up.Poul-Henning Kamp1996-09-066-717/+0
| | | | Notes: svn path=/head/; revision=18082
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-11/+11
| | | | Notes: svn path=/head/; revision=8874
* Don't crash when there are too many items to fit on one screen.Bruce Evans1995-04-151-1/+1
| | | | Notes: svn path=/head/; revision=7862
* Add `-s' flag to permit selection of devices in accordance with theirGarrett Wollman1995-04-145-23/+100
| | | | | | | | state (after all, who wants to be offered a menu of devices which weren't found?). Notes: svn path=/head/; revision=7826
* Add missing -lmytinfo, hits when compiled -staticAndrey A. Chernov1995-04-141-2/+3
| | | | | | | Add DPADD Notes: svn path=/head/; revision=7825
* Another sample devconf application. This one's a menu of devices; read theGarrett Wollman1995-04-136-0/+639
man page. Notes: svn path=/head/; revision=7810