Module Name: src Committed By: apb Date: Mon Dec 19 21:53:52 UTC 2011
Modified Files: src/sys/compat/common: Makefile src/sys/dev: rndpseudo.c Added Files: src/sys/compat/common: rndpseudo_50.c src/sys/compat/sys: rnd.h Log Message: Add COMPAT_50 and COMPAT_NETBSD32 compatibility code for rnd(4) ioctl commands. Tested with "rndctl -ls" using an old 32-bit version of rndctl(8) (built for NetBSD-5.99.56/i386) and a new 64-bit kernel (NetBSD-5.99.59/amd64). To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/compat/common/Makefile cvs rdiff -u -r0 -r1.1 src/sys/compat/common/rndpseudo_50.c cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/rnd.h cvs rdiff -u -r1.3 -r1.4 src/sys/dev/rndpseudo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.