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 Implement a reg fixup, needed for old OpenFirmware builds. 1998-08-17 20:38:08 +00:00
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 Actually provide the correct bus space tags. 1998-07-27 00:48:15 +00:00
ofisa_machdep.h #define _CS_OFISA_MD_REG_FIXUP 1998-08-17 20:40:53 +00:00
ofisapc.c KNF. 1998-07-07 00:48:11 +00:00
ofisascr.c KNF. 1998-07-07 00:48:11 +00:00
ofrom.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
oftodclock.c KNF. 1998-07-07 00:48:11 +00:00
ofw.c Don't discard the proc0_pt_pte mapping and make sure that the 1998-08-29 04:58:16 +00:00
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 KNF. 1998-07-07 00:48:11 +00:00
ofwgencfg_machdep.c Change boot_path -> boot_file and initialise to NULL along with boot_args. 1998-08-29 03:55:57 +00:00
openfirm.c
wdc_ofisa_machdep.c