K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1993-08-09T06:16:42.000000Z K 7 svn:log V 631 From guido@gvr.win.tue.nl Sat Aug 7 06:58:04 1993 I posted some patches on the 386bsd_patchkit list to prohibit io access. Because of a noninitialised filed in the tss, this was possible. It is included below as the patch to machdep.c However, when you do this *necessary* fix (security), it will be impossible form within user space to do io. therefor, I included another fix: when you open /dev/io, you get the access. Of course you can rewrite it to use another minor and thus giving access to the iospace when /dev/mem is opened, e.g. NOTE: The /dev/io entry has not been added to /dev/MAKEDEV yet. The patch is in NetBSD. END