1. 07 1月, 2006 14 次提交
  2. 05 1月, 2006 5 次提交
  3. 04 1月, 2006 13 次提交
  4. 03 1月, 2006 4 次提交
  5. 31 12月, 2005 1 次提交
    • L
      Insanity avoidance in /proc · 8b90db0d
      Linus Torvalds 提交于
      The old /proc interfaces were never updated to use loff_t, and are just
      generally broken.  Now, we should be using the seq_file interface for
      all of the proc files, but converting the legacy functions is more work
      than most people care for and has little upside..
      
      But at least we can make the non-LFS rules explicit, rather than just
      insanely wrapping the offset or something.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8b90db0d
  6. 30 12月, 2005 2 次提交
  7. 23 12月, 2005 1 次提交