lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 19 Apr 2009 15:41:17 +0200
From:	Markus Heidelberg <markus.heidelberg@....de>
To:	Roman Zippel <zippel@...ux-m68k.org>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
	Markus Heidelberg <markus.heidelberg@....de>
Subject: [PATCH 00/10] kconfig: various fixes and documentation updates

Patches  1-3: documentation updates, typo fixes
Patch      4: .gitignore
Patches  5-8: qconf fixes (compiler warnings/errors)
Patches 9-10: environment variable fixes (KCONFIG_CONFIG + KCONFIG_AUTOCONFIG)

Markus Heidelberg (10):
  kconfig: fix typo "mconfig" to "menuconfig" in a comment
  kconfig: add a note about the deps to the 'silentoldconfig' help
  kconfig: resort the documentation of the environment variables
  gitignore: ignore Kconfig i18n files
  kconfig qconf: fix -Wall compiler warnings
  kconfig qconf: fix namespace for Horizontal and Vertical enum values
  kconfig qconf: add namespace for use of Key_ enum values
  kconfig qconf: fix the type of the desktop widget
  kconfig: do not hardcode ".config" filename
  kconfig: do not hardcode "include/config/auto.conf" filename

 Documentation/kbuild/kconfig.txt |  116 +++++++++++++++++++------------------
 README                           |    1 +
 scripts/kconfig/.gitignore       |    2 +
 scripts/kconfig/Makefile         |    4 +-
 scripts/kconfig/conf.c           |    7 +-
 scripts/kconfig/confdata.c       |   20 ++++---
 scripts/kconfig/lkc.h            |    1 +
 scripts/kconfig/qconf.cc         |   48 +++++++++-------
 scripts/kconfig/util.c           |    6 +-
 9 files changed, 112 insertions(+), 93 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ