1. 14 7月, 2005 1 次提交
    • K
      [PATCH] kbuild: make 'cscope -q' play well with cscope.el · acbef459
      Karl Hegbloom 提交于
      I tried the Linux Makefile 'make cscope' target, and found that the
      generated database is not compatible with 'cscope.el' under XEmacs.
      The thing is that 'cscope.el' does not allow setting the command line
      options to the 'cscope' commands it runs, and it errors with a message
      about the options not matching the ones used to generate the index.
      
      It turns out the cscope designers already thought of this.  The
      options can be written into the "cscope.files".  The included patch
      moves the "-q" and "-k" options from the 'cmd_cscope' to the
      'cmd_cscope-file', echoing them into the top of the files listing.
      
      Now the index is generated with the "-q" option, and when 'cscope.el'
      performs it's search, it uses that argument as well.  Lookups are fast
      and everyone is happy.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      acbef459
  2. 08 7月, 2005 2 次提交
  3. 06 7月, 2005 1 次提交
  4. 29 6月, 2005 1 次提交
    • L
      Linux v2.6.13-rc1 · 4c91aedb
      Linus Torvalds 提交于
      Ok, a lot of things were pending after the 2.6.12 release, let's try to
      start calming things down again.
      4c91aedb
  5. 26 6月, 2005 1 次提交
  6. 24 6月, 2005 1 次提交
  7. 18 6月, 2005 1 次提交
  8. 06 6月, 2005 1 次提交
  9. 25 5月, 2005 1 次提交
  10. 17 5月, 2005 1 次提交
  11. 07 5月, 2005 1 次提交
  12. 01 5月, 2005 2 次提交
  13. 21 4月, 2005 1 次提交
    • L
      Linux v2.6.12-rc3 · a2755a80
      Linus Torvalds 提交于
      Releasing this will also make "git" the official source control
      thing. Here's to hoping for the best.
      a2755a80
  14. 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