> I want correct typing mistakes when booting from softraid crypto disks.
> Can we handle at least the backspace key, plz^Hease? :)
This calls for a libsa gets() replacement, which will honour bounds.
What about the plumbing diff below, so that softraid-capable bootblocks
can use the new getln() r
> Theo de Raadt wrote:
> > Since people are typing blind, can you add support for ^U as well?
> >
> > > I want correct typing mistakes when booting from softraid crypto disks.
> > > Can we handle at least the backspace key, plz^Hease? :)
>
> Yes, and yes. ^U should be 0x15 and we'll just hope the
Theo de Raadt wrote:
> Since people are typing blind, can you add support for ^U as well?
>
> > I want correct typing mistakes when booting from softraid crypto disks.
> > Can we handle at least the backspace key, plz^Hease? :)
Yes, and yes. ^U should be 0x15 and we'll just hope the terminal work
Since people are typing blind, can you add support for ^U as well?
> I want correct typing mistakes when booting from softraid crypto disks.
> Can we handle at least the backspace key, plz^Hease? :)
>
> diff --git sys/arch/amd64/stand/libsa/softraid.c
> sys/arch/amd64/stand/libsa/softraid.c
> in
I want correct typing mistakes when booting from softraid crypto disks.
Can we handle at least the backspace key, plz^Hease? :)
diff --git sys/arch/amd64/stand/libsa/softraid.c
sys/arch/amd64/stand/libsa/softraid.c
index 336865a..801cec4 100644
--- sys/arch/amd64/stand/libsa/softraid.c
+++ sys/ar