NetBSD/sys/arch/x68k
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 NetBSD/x68k, by Masaru Oki. 1996-05-05 12:17:03 +00:00
conf Added a (commented out) configuration line for the RAIDframe device driver. 1998-11-16 16:44:55 +00:00
dev remove unused share map code from UVM: 1998-10-11 23:20:59 +00:00
include Changes to support fork_kthread(): 1998-11-11 06:43:49 +00:00
stand Use subdirs. 1998-09-01 20:18:37 +00:00
usr.bin Moved grfioctl.h and iteioctl.h to the public include directory. 1998-08-06 14:08:53 +00:00
usr.sbin RB_POWERDOWN is now supported. 1998-08-04 16:07:53 +00:00
x68k 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