NetBSD/sys/arch/alpha/wscons
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
..
ascii.h clean up NetBSD RCS ID strings 1997-04-06 20:08:28 +00:00
event.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
event_var.h clean up NetBSD RCS ID strings 1997-04-06 20:08:28 +00:00
kbd.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
ms.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
wscons.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
wscons_emul.c Don't forget to account for scrollskip when computing the current row. 1997-10-27 01:37:33 +00:00
wscons_emul.h clean up NetBSD RCS ID strings 1997-04-06 20:08:28 +00:00
wscons_raster.h clean up NetBSD RCS ID strings 1997-04-06 20:08:28 +00:00
wscons_rfont.h clean up NetBSD RCS ID strings 1997-04-06 20:08:28 +00:00
wscons_rinit.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
wscons_rops.c Nuke the idea of <machine/options.h>. It completely defeats the purpose 1997-09-02 13:17:47 +00:00
wsconsvar.h Add a "scrollskip" member to wscons_emulfuncs (XXX even though it's not 1997-09-25 01:31:53 +00:00