CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2013/12/10 13:56:59
Modified files: etc : gettytab libexec/getty : gettytab.5 gettytab.h init.c subr.c Log message: Drop the f0, f1, f2 gettytab capabilities that were used to poke magic numbers into sgttyb. The "modern" replacement for f# is the set of i#, o#, c#, l# to poke magic numbers into termios. ok miod@