K 10
svn:author
V 8
mckusick
K 8
svn:date
V 27
1994-08-10T22:19:13.000000Z
K 24
svn:entry:committed-date
V 27
1994-08-10T22:19:13.000000Z
K 7
svn:log
V 349
a zero-valued timeout (which should poll and return) gets turned into
a one-tick timeout, and (worse) the amount of time to sleep is not 
recomputed after each sleep.  I.e., if the timeout is 10 sec, and 
select is incorrectly after 9 sec, it will go back to sleep for up 
to 10 sec.  In fact, in the worst case it will never return. (from karels)


END
