NetBSD/sys/arch/arm32/ofw
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
..
com_ofisa_consolehack.c
com_ofisa_machdep.c
if_cs_ofisa_machdep.c
lpt_ofisa_machdep.c Fix a couple of string buffer overruns in lpt_ofisa_md_match() 1998-10-28 04:21:57 +00:00
ofisa_machdep.c
ofisa_machdep.h
ofisapc.c
ofisascr.c
ofrom.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
oftodclock.c
ofw.c
ofw_irq.S Implement faster method of blocking all lower priority interrupts. 1998-09-05 04:05:31 +00:00
ofw_irqhandler.c Simplified initialisation of irqmasks. 1998-09-05 04:04:24 +00:00
ofwgencfg_clock.c
ofwgencfg_machdep.c
openfirm.c
wdc_ofisa_machdep.c