NetBSD/sys/arch/sun3
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 Keep the compile/ directory in the distribution. 1997-03-31 01:23:37 +00:00
conf Added a (commented out) configuration line for the RAIDframe device driver. 1998-11-16 16:44:55 +00:00
dev Garbage-collect the open_target_lu and close_target_lu entry points from 1998-10-10 00:28:28 +00:00
include Remove argument name from function declaration. 1998-10-24 16:22:58 +00:00
stand Assign my copyrights to TNF. 1998-09-05 15:28:07 +00:00
sun3 fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
sun3x 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