Date: Sat, 15 Feb 2003 02:26:10 -0800 (PST) From: Sean Chittenden <seanc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/random Makefile random.c randomize_fd.c randomize_fd.h Message-ID: <200302151026.h1FAQALH042887@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
seanc 2003/02/15 02:26:10 PST
Modified files:
games/random Makefile random.c randomize_fd.c
randomize_fd.h
Log:
flexlint rears its head as well as some style(9) fixes[1]. Fixed a
few bugs for a few corner cases and correctly handle the case where
read(2) is read()'ing from a non-file descriptor and could get fewer
bytes back than the buffer, but it isn't EOF[2]. random(6) extensively
tested and believed to be bug free (save performance for large files).
Submitted by: mkm [1], tjr[2]
Revision Changes Path
1.5 +1 -1 src/games/random/Makefile
1.14 +13 -10 src/games/random/random.c
1.2 +69 -51 src/games/random/randomize_fd.c
1.2 +0 -11 src/games/random/randomize_fd.h
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?200302151026.h1FAQALH042887>
