cvs commit: src/sys/dev/random randomdev_soft.c

Robert Watson rwatson at FreeBSD.org
Wed Nov 3 02:02:51 PST 2004


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


More information about the cvs-src mailing list