OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Mon Sep 13 2004 - 15:31:26 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2004/09/13 14:31:26

Modified files:
        sys/arch/sparc64/dev: consinit.c pcons.c

Log message:
for pcons tty and kernel console (ie. boot -a) input, replace prom ^H
with ^? as that is what we have standardized on for all delete keys.
this got missed, meaning boot -a and RAMDISK console tty were gross.
ok miod