NetBSD/sys/arch/macppc
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
..
compile Initial import of macppc port. 1998-05-15 10:15:45 +00:00
conf Added a (commented out) configuration line for the RAIDframe device driver. 1998-11-16 16:44:55 +00:00
dev fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
include Fix -Wpointer-arith warning. 1998-10-25 17:39:52 +00:00
macppc Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
pci Use PCI function number correctly. 1998-10-21 08:58:36 +00:00
stand Assign my copyrights to TNF. 1998-09-05 15:30:24 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00