NetBSD/sys/arch/mac68k/mac68k
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
..
autoconf.c New ADB "bus" interface: 1998-10-23 01:16:22 +00:00
bus_space.c Checkpoint of UVM work to date. This includes a fully-functioning 1998-04-24 05:27:24 +00:00
clock.c The annoying message about trusting ourselves to write the PRAM should 1997-10-07 03:04:55 +00:00
clockreg.h Make CLK_INTERVAL depend on HZ; update comments to match. 1996-04-01 05:16:52 +00:00
conf.c Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
disksubr.c Add DOS partition handling, from Ken Nakata in PR 4999, with 1998-10-30 06:48:51 +00:00
fpu.c Correct type of 'nofault', and some whitespace KNFing. 1998-04-20 06:46:16 +00:00
genassym.cf Define SYS_compat_13_sigreturn13. 1998-10-01 00:29:51 +00:00
intr.c The return value from intr_dispatch() is no longer necessary. 1998-08-25 04:03:56 +00:00
kgdb_machdep.c Add the remaining kgdb pieces from sun3/hp300, with some mac68k-specific 1998-05-05 06:48:51 +00:00
locore.s Changes to support fork_kthread(): 1998-11-11 06:41:23 +00:00
macglobals.s Clean up comments. 1997-09-16 16:13:47 +00:00
machdep.c Whoops! When looking at the return value from ptest040(), be sure 1998-10-26 23:17:54 +00:00
macrom.c Simplify the asm constraints in mrg_aline_super(), in order to 1998-09-29 05:24:08 +00:00
macrom.h Whoops; here's the rest of the Deferred Task Manager changes. 1997-05-12 07:53:04 +00:00
macromasm.s Unify ADB options and place them all into opt_adb.h. Provide a knob to 1998-02-21 00:37:07 +00:00
mainbus.c Update for changes to config. 1998-01-12 18:59:04 +00:00
mem.c fix problems in many d_mmap routines: 1998-11-19 15:38:20 +00:00
pmap.c remove unused share map code from UVM: 1998-10-11 23:20:59 +00:00
pmap_bootstrap.c New and improved console framebuffer initialization and autoconfig. This 1998-08-12 02:36:36 +00:00
pram.c Unify ADB options and place them all into opt_adb.h. Provide a knob to 1998-02-21 00:37:07 +00:00
pram.h Updates from John Wittkoski for new ADB driver. 1997-04-08 03:19:04 +00:00
pramasm.s Unify ADB options and place them all into opt_adb.h. Provide a knob to 1998-02-21 00:37:07 +00:00
psc.c New framework for handling processor interrupts, derived in part from 1998-08-12 05:42:44 +00:00
sys_machdep.c note second parm of sysarch() is now void *, + trivial KNF, etc. 1998-02-25 21:41:55 +00:00
trap.c Changes to support fork_kthread(): 1998-11-11 06:41:23 +00:00
vectors.s Sigh, we are going to have to burn a vector for Just Sigreturn again, 1998-10-04 23:38:55 +00:00
via.c Defopt ALTXBUTTONS, DISABLE_EXT_CACHE, and ZS_CONSOLE_ABORT. 1998-10-22 04:36:50 +00:00
vm_machdep.c Changes to support fork_kthread(): 1998-11-11 06:41:23 +00:00