NetBSD/sys/arch/sparc64
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 More fixup in the signal area. 1998-09-22 02:48:42 +00:00
include Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
sparc64 Fixup the last broken bits of the signal handling code. 1998-11-16 06:51:35 +00:00
stand Turn off debugging. 1998-11-11 02:04:23 +00:00
Makefile Fix more syscall32 and signal breakage. 1998-10-08 02:31:39 +00:00