NetBSD/sys/arch/arm32/vidc/console
mrg db3051d720 fix problems in many d_mmap routines:
- returned EOPNOTSUPP rather than -1.
	- no check for negative offset.
many of these fix potential security problems in these drivers.


XXX XXX XXX
the d_mmap cdev routine should be changed to have a prototype like:
	paddr_t (*d_mmap) __P((dev_t, off_t, int));

by someone!
1998-11-19 15:38:20 +00:00
..
fonts arm32 kernel source restructure 1997-10-14 11:45:30 +00:00
console.c In physconinit(), don't use printf() to clear the screen but call 1998-08-25 03:26:36 +00:00
debugconsole.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
dumb.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
vidc.c arm32 kernel source restructure 1997-10-14 11:49:11 +00:00
vidc_mc.S Remove some redundant .req statements. 1997-10-17 05:46:16 +00:00
vidcconsole.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
vidcvideo.c Added missing prototypes. 1998-01-21 22:51:38 +00:00
vt220.c Use sysbeep() rather than beep_generate for consistancy and the sysbeep 1998-10-05 00:53:47 +00:00
vt220.h RCS Id police. 1996-03-18 19:33:04 +00:00