K 10 svn:author V 6 nectar K 8 svn:date V 27 2003-10-04T15:50:35.000000Z K 7 svn:log V 484 Revision 1.10.2.4 introduced a regression: the offset was ignored. This could cause a reader of /proc/*/regs to spin, because read(2) would never return end-of-file. In practice, this has much less impact than I would expect. Tools such as truss(1) make only a single, fixed-size read (into a `struct reg'). (Similarly for write(2).) The cause was a sort of typo: `uiomove_frombuf' was spelled `uiomove'. Noticed by: David Rhodus Approved by: re (implicitly) END