1. 07 Mar, 2003 3 commits
    • Sam Ravnborg's avatar
      kbuild/all arch: Use filechk rule for offsets generation · a1f0f3c9
      Sam Ravnborg authored
      Introduced filechk for all architectures that previously used
      update-if-changed.
      No longer add asmoffsets.h.tmp to CLEAN_FILES.
      This is a private file to the filechk rule
      a1f0f3c9
    • Sam Ravnborg's avatar
      kbuild: Do not clutter output with make -jN · 6374f649
      Sam Ravnborg authored
      Added a new rule filechk used to check when a generated file
      actually is changed. If there is no actual changes the file
      is left without updating the timestamp.
      When building a kernel from scratch two printouts occurs:
        CHK      file-to-generate
        UPD      file-to-generate
      
      The first line tell that kbuild checks the file, second line tell that
      the file is being updated (or created).
      On successive runs only the first line is printed.
      Output is the same in verbose and non-verbose mode.
      
      This replaces the former update-if-changed which has been deleted.
      generate-asm-offsets.h has been renamed as well.
      All users are updated in next patch.
      Output when generating compile.h follow above style
      6374f649
    • Oleg Drokin's avatar
      [PATCH] memleak in drivers/char/vt.c · 5667cc2b
      Oleg Drokin authored
      Seems there is a memleak on error exit path in drivers/char/vt.c, here's
      the patch.  Found with help of smatch + enhanced unfree script.
      5667cc2b
  2. 06 Mar, 2003 37 commits