freebsd-dev/sys/i386/isa/pcvt
Bruce Evans 6ec8ee4578 Fix benign type mismatches int console functions. dev_t was assumed
to be `int' or smaller and some functions returned `int' instead
of `void'.  The first bug was detected when console functions were
defined in a place central enough for type checking to actually
work and the second bug was introduced when the interface was
changed to match what the console functions in other drivers actually
return.
1995-04-25 12:18:05 +00:00
..
pcvt_conf.h Update pcvt to 3.20 b24 1995-04-08 15:49:25 +00:00
pcvt_drv.c Fix benign type mismatches int console functions. dev_t was assumed 1995-04-25 12:18:05 +00:00
pcvt_ext.c Implement a simple hook (or hack?) to allow graphics device console 1995-04-08 21:32:11 +00:00
pcvt_hdr.h Fix benign type mismatches int console functions. dev_t was assumed 1995-04-25 12:18:05 +00:00
pcvt_kbd.c Update pcvt to 3.20 b24 1995-04-08 15:49:25 +00:00
pcvt_kbd.h Update pcvt to 3.20 b24 1995-04-08 15:49:25 +00:00
pcvt_out.c There have been a few occasions where some actions could dereference 1995-04-10 18:34:51 +00:00
pcvt_sup.c There have been a few occasions where some actions could dereference 1995-04-10 18:34:51 +00:00
pcvt_tbl.h Update pcvt to 3.20 b24 1995-04-08 15:49:25 +00:00
pcvt_vtf.c Update pcvt to 3.20 b24 1995-04-08 15:49:25 +00:00