Date: Sun, 21 Jun 1998 04:33:34 -0700 (PDT) From: Bruce Evans <bde@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 Message-ID: <199806211133.EAA27395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806211133.EAA27395>
