NetBSD/sys/arch/sparc
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
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
fpu Assign copyright to TNF. 1998-09-05 15:28:08 +00:00
include Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
sparc Increase the delay after touching the IOMMU control register by another 1998-11-18 12:07:47 +00:00
stand Move around a few PTE-manipulating macros. 1998-10-12 21:17:28 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00