K 10 svn:author V 5 peter K 8 svn:date V 27 2008-10-28T03:26:25.606541Z K 7 svn:log V 285 After a machine has been up for a bit more than 20 days with HZ=1000, "ticks" goes negative. This breaks the signed comparison in softclock. This causes sleep() to never wake up, tcp to stop, etc etc. This is bad(TM). Use the SEQ_LT() method from tcp's sequence number comparisons. END