Date: Wed, 3 Nov 2004 10:02:51 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/random randomdev_soft.c Message-ID: <200411031002.iA3A2pcA097160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-11-03 10:02:51 UTC FreeBSD src repository Modified files: sys/dev/random randomdev_soft.c Log: (1) Move from O(n) list copies to O(1) list concatenation, which is supported for STAILQ via STAILQ_CONCAT(). (2) Maintain a count of the number of entries in the thread-local entropy fifo so that we can keep the other fifo counts in synch. MFC after: 3 weeks MFC with: randomdev_soft.c revisions 1.5 and 1.6 Suggested by: jhb (1) Revision Changes Path 1.7 +11 -14 src/sys/dev/random/randomdev_soft.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411031002.iA3A2pcA097160>