K 10 svn:author V 3 des K 8 svn:date V 27 2000-12-13T20:22:24.000000Z K 7 svn:log V 463 Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week) Generate a version string that looks just like a real Linux one - almost :) Use sbufs everywhere instead of sprintf(). Note that this is still imperfect, as the code does not check whether the sbuf overflowed - but it'll still work better than before, since if the sbuf overflows, the code now simply copies out 0 bytes instead of causing a trap (or worse, corrupting kernel structures) END