cvs commit: src/sys/kern kern_intr.c

John Baldwin jhb at FreeBSD.org
Fri Nov 5 19:11:24 GMT 2004


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


More information about the cvs-src mailing list