1. 09 May, 2002 1 commit
    • Kai Germaschewski's avatar
      Don't implicitly export all symbols · 8e6b97f5
      Kai Germaschewski authored
      In the old days, we used to export all symbols from a module by default.
      We still do so, unless
      o either exported symbols are explicitly listed in EXPORT_SYMBOL()
      o or EXPORT_NO_SYMBOLS
      is given.
      
      This patches changes the default of 'export all symbols' to 'export no
      symbols' for all files which are not listed in $(export-objs) in
      the relevant Makefile.
      8e6b97f5
  2. 08 May, 2002 13 commits
  3. 07 May, 2002 26 commits