freebsd-dev/sys/dev/random
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
harvest.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
hash.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
hash.h Upgrade the random device to use a "real" hash instead of building 2002-07-15 13:58:35 +00:00
randomdev.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
randomdev.h Massive lint-inspired cleanup. 2002-03-03 19:44:22 +00:00
yarrow.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
yarrow.h Staticise the random_state array. 2002-01-10 00:09:21 +00:00