NetBSD/sys/arch/hp300
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
..
DOC
compile
conf Added a (commented out) configuration line for the RAIDframe device driver. 1998-11-16 16:44:55 +00:00
dev Add braces to make egcs happy. 1998-11-09 15:53:51 +00:00
hp300 fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
include Changes to support fork_kthread(): 1998-11-11 06:41:23 +00:00
stand
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00