NetBSD/sys/arch/arm32/shark
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
..
display.h clean up some warnings, adapt to the changed state of the world. 1998-05-01 21:14:46 +00:00
fiq.S add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
fiq.h add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
hat.c Use MI ISA DMA code (XXX this needs some work). 1998-07-08 05:01:17 +00:00
hat.h add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
i8042.c add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
i8042reg.h clean up some warnings, adapt to the changed state of the world. 1998-05-01 21:14:46 +00:00
kbdreg.h add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
ns87307.c defopt DDB. 1998-07-04 22:18:13 +00:00
ns87307reg.h I didn't write any of this. 1998-08-15 03:36:34 +00:00
pccons.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
pms.c Make copyright notices with my name consistent. 1998-08-15 03:02:31 +00:00
profile.c add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
scr.c defopt DDB. 1998-07-04 22:18:13 +00:00
sequoia.c add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
sequoia.h add NetBSD RCS IDs and delete other RCS keywords, per the standard style. 1998-05-01 21:18:39 +00:00
shark_machdep.c Change boot_path to boot_file and initialise to NULL along with boot_args. 1998-08-29 03:57:03 +00:00