NetBSD/sys/arch/arm32
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
..
arm32 fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
compile
conf Added a (commented out) configuration line for the RAIDframe device driver. 1998-11-16 16:44:55 +00:00
dev We now use the MI wdc/wd drivers so this code is no longer needed. 1998-09-22 00:44:20 +00:00
doc Updated for recent driver additions and reservations. 1998-09-05 01:06:38 +00:00
footbridge Use the footbridge pci bus space tags when attaching a vga console so 1998-11-10 04:34:05 +00:00
fpe-arm Remove inclusion of sys/device.h 1998-05-01 15:35:43 +00:00
include Add {LONG,WORD}_BIT and {DBL,FLT}_{DIG,MAX,MIN}. 1998-11-16 04:12:29 +00:00
iomd Implement faster method of blocking all lower priority interrupts. 1998-09-05 04:05:31 +00:00
isa Use braces instead of brackets to surround the SET_ICUS macro. 1998-10-06 02:43:26 +00:00
mainbus Merge bouyer-ide 1998-10-12 16:09:10 +00:00
ofw fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
pci Add ISA legacy mode support. Currently this is used by CATS kernels 1998-10-05 01:03:52 +00:00
podulebus Add media list, media list count, and default media arguments to 1998-10-28 00:13:47 +00:00
rc7500 Convert b*() functions to mem*(). 1998-09-06 04:20:37 +00:00
riscpc Convert b*() functions to mem*(). 1998-09-06 04:20:37 +00:00
shark fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
vidc fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00