1. 30 12月, 2005 2 次提交
  2. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  3. 07 11月, 2005 1 次提交
  4. 01 10月, 2005 1 次提交
    • P
      [PATCH] uml: remove empty hostfs_truncate method · daa35edc
      Paolo 'Blaisorblade' Giarrusso 提交于
      Calling truncate() on hostfs spits a kernel warning "Something isn't
      implemented here", but it still works fine.
      
      Indeed, hostfs i_op->truncate doesn't do anything.  But hostfs_setattr() ->
      set_attr() correctly detects ATTR_SIZE and calls truncate() on the host.  So
      we should be safe (using ftruncate() may be better, in case the file is
      unlinked on the host, but we aren't sure to have the file open for writing,
      and reopening it would cause the same races; plus nobody should expect UML to
      be so careful).
      
      So, the warning is wrong, because the current implementation is working.  Al,
      am I correct, and can the warning be therefore dropped?
      
      CC: Al Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      daa35edc
  5. 10 9月, 2005 1 次提交
  6. 08 9月, 2005 1 次提交
  7. 29 7月, 2005 1 次提交
  8. 15 7月, 2005 1 次提交
  9. 29 5月, 2005 1 次提交
  10. 06 5月, 2005 1 次提交
  11. 01 5月, 2005 1 次提交
  12. 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
反馈
建议
客服 返回
顶部