Date: Fri, 5 Nov 2004 19:11:24 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_intr.c Message-ID: <200411051911.iA5JBOED024332@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004-11-05 19:11:24 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: - Make setting of IT_ENTROPY a bit simpler in ithread_update(). - Tweak the updating of the ithread name in ithread_update() so that the '+' and '*' characters for device names that were too short only get added at the end after as many device names as possible were fit into the allocated space. Prior to this, some long devices would result in '+' chars showing up between two different devices rather than at the end. Revision Changes Path 1.118 +10 -10 src/sys/kern/kern_intr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411051911.iA5JBOED024332>