From owner-cvs-all Sun Jun 21 04:35:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09754 for cvs-all-outgoing; Sun, 21 Jun 1998 04:35:46 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09742; Sun, 21 Jun 1998 04:35:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27395; Sun, 21 Jun 1998 04:33:34 -0700 (PDT) Date: Sun, 21 Jun 1998 04:33:34 -0700 (PDT) Message-Id: <199806211133.EAA27395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mem.c src/sys/i386/include random.h src/sys/i386/isa random_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 04:33:34 PDT Modified files: sys/i386/i386 mem.c sys/i386/include random.h sys/i386/isa random_machdep.c Log: Converted add_interrupt_randomness() to take a `void *' arg. Rewrote mmioctl() to fix hundreds of style bugs and a few error handling bugs (don't check for superuser privilege for inappropriate ioctls, don't check the input arg for the output-only MEM_RETURNIRQ ioctl, and don't return EPERM for null changes). Revision Changes Path 1.52 +59 -56 src/sys/i386/i386/mem.c 1.16 +8 -5 src/sys/i386/include/random.h 1.29 +9 -7 src/sys/i386/isa/random_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message