1. 03 11月, 2005 2 次提交
  2. 31 10月, 2005 1 次提交
  3. 29 10月, 2005 10 次提交
  4. 25 9月, 2005 1 次提交
  5. 08 9月, 2005 1 次提交
  6. 02 7月, 2005 1 次提交
  7. 30 6月, 2005 1 次提交
  8. 21 6月, 2005 1 次提交
  9. 01 6月, 2005 1 次提交
    • L
      Input: do not corrupt system-wide procfs fops. · e334016f
      Luke Kosewski 提交于
      entry->proc_fops is a pointer to struct file_operations. When we
      call create_proc_entry(...), it pointis to proc_file_operations,
      deep in fs/proc/generic.c. By adding a 'poll' member to this struct
      we effectively force the 'poll' member on every file in /proc,
      which is wrong (they all fail select(...) calls).
      
      This patch changes a copy of entry->proc_fops and reassigns it rather
      than changing the original member.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e334016f
  10. 29 5月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4