1. 04 Jan, 2005 1 commit
  2. 15 Aug, 2004 1 commit
    • Sam Ravnborg's avatar
      kconfig/all archs: Introduce Kconfig.debug · 49105c09
      Sam Ravnborg authored
      Localize Kconfig debug options into one file (lib/Kconfig.debug)
      for easier maintenance, searching, and menu-building.
      
      Updated to 2.6.8.
      
      Summary of changes:
      
      . localizes the following symbols in lib/Kconfig.debug:
          DEBUG_KERNEL, MAGIC_SYSRQ, DEBUG_SLAB, DEBUG_SPINLOCK,
          DEBUG_SPINLOCK_SLEEP, DEBUG_HIGHMEM, DEBUG_BUGVERBOSE,
          DEBUG_INFO
        and FRAME_POINTER for some instances of it (if it's freely
        user-selectable) but not for the cases where it's forced or
        it depends on some other options.
      . adds DEBUG_KERNEL requirement to some DEBUG_vars;
      . remove KALLSYMS from S390-specific kernel hacking menu;
        use KALLSYMS in the EMBEDDED menu instead;
      . add CRIS and M68KNOMMU symbols for use in lib/Kconfig.debug;
      . eliminate duplicate "General setup" labels in sparc64 config;
      . whitespace cleanup;
      . fixed a few trival typos;
      
      Portions of the original patch were also done by
      Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
      
      Signed-off-by: Randy Dunla...
      49105c09
  3. 18 Jun, 2004 1 commit
  4. 14 May, 2004 1 commit
  5. 12 Apr, 2004 1 commit
  6. 14 Mar, 2004 1 commit
  7. 21 Feb, 2004 1 commit
  8. 29 Dec, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] Add `gcc -Os' config option · ffd0cf49
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Allow the kernel to be built with `-Os'.
      
      It requires CONFIG_EMBEDDED.  This is to make it "hard to get at" because
      one gcc version (3.2.x I think) from RH9 generates crashy kernels with this
      option set.
      ffd0cf49
  9. 16 Oct, 2003 1 commit
  10. 25 Sep, 2003 1 commit
  11. 31 Aug, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] kill CONFIG_KCORE_AOUT · e23a1220
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Remove CONFIG_KCORE_AOUT: the ability to present /proc/kcore in a.out
      format.
      
      I've checked with various arch maintainers.  It won't be missed.
      e23a1220
  12. 21 Aug, 2003 1 commit
  13. 31 Jul, 2003 1 commit
  14. 19 Jun, 2003 1 commit
  15. 17 Jun, 2003 1 commit
  16. 14 Jun, 2003 1 commit
  17. 20 Apr, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] replace URLs in Kconfig · e9148e42
      Randy Dunlap authored
      This is a patch from Robert P.J. Day that replaces www.linuxdoc.org
      (which is outdated and unspported according to www.tldp.org)
      with www.tldp.org in lots of Kconfig files.
      e9148e42
  18. 17 Apr, 2003 1 commit