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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 27 Feb 2013 14:49:06 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	alan@...ux.intel.com, ben@...adent.org.uk,
	edvx1@...temanalysen.net, krzysiek@...lesie.net, mmarek@...e.cz,
	rkmahefa@...il.com, udknight@...il.com, yann.morin.1998@...e.fr,
	zhangfei.gao@...aro.org, linux-kbuild@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT] kconfig changes for v3.9-rc1

Hi Linus,

please pull these kconfig changes for v3.9-rc1. I forgot to send a pull
request in time for the v3.8-rc1 merge window, so the list is a bit
longer this time:

* menuconfig enables extended colors in ncurses if the wide-character
  version is used.
* CONFIG_ prefix can be specified in the environment to make life easier
  for people using kconfig multiple times in a single tree (no
  functional change in the kernel kconfig usage).
* kconfig aborts on OOM.
* inputboxes in menuconfig allow to move the cursor.
* menuconfig has Save/Load buttons now.
* xconfig build fix with new g++ and Qt3.
* nconfig color scheme fix and help text update.
* make oldconfig prints newlines when output is redirected.
* some other minor fixes.


The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kconfig

for you to fetch changes up to e3900e74f26fc924c8e9e2a922bd40369b0bb517:

  Merge branch 'kbuild/rc-fixes' into kbuild/kconfig (2013-02-25 21:51:57 +0100)

----------------------------------------------------------------

Alan Cox (1):
      kconfig: Fix malloc handling in conf tools

Ben Hutchings (1):
      kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.new

Krzysztof Mazur (1):
      menuconfig: fix extended colors ncurses support

Michal Marek (3):
      kconfig: Regenerate lexer
      Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/rc-fixes
      Merge branch 'kbuild/rc-fixes' into kbuild/kconfig

Roland Eggner (3):
      nconf: function keys line, change background color for better readability
      kconfig: nconf: rewrite help texts
      kconfig: nconf: rewrite labels of function keys line

Tiana Rakotovao Andriamahefa (1):
      kconfig: fix a compiliation error when using make xconfig

Wang YanQing (4):
      menuconfig:inputbox: support navigate input position
      kconfig:lxdialog: remove duplicate code
      menuconfig: Add Save/Load buttons
      menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an Alternate"

Yann E. MORIN (6):
      kconfig: remove CONFIG_ from string constants
      kconfig: add a function to get the CONFIG_ prefix
      kconfig: get CONFIG_ prefix from the environment
      Revert "kconfig-language: add to hints"
      scripts/kconfig: ensure we use proper CONFIG_ prefix
      kconfig: document use of CONFIG_ environment variable

Zhangfei Gao (1):
      merge_config.sh: Add option to specify output dir

 Documentation/kbuild/kconfig-language.txt  |   23 --
 Documentation/kbuild/kconfig.txt           |    6 +
 scripts/kconfig/Makefile                   |    3 +
 scripts/kconfig/conf.c                     |    7 +-
 scripts/kconfig/expr.c                     |   10 +-
 scripts/kconfig/gconf.c                    |    2 +-
 scripts/kconfig/lkc.h                      |    8 +
 scripts/kconfig/lxdialog/check-lxdialog.sh |    1 +
 scripts/kconfig/lxdialog/dialog.h          |    1 -
 scripts/kconfig/lxdialog/inputbox.c        |  121 +++++++---
 scripts/kconfig/lxdialog/menubox.c         |   20 +-
 scripts/kconfig/mconf.c                    |   54 +++--
 scripts/kconfig/menu.c                     |    4 +-
 scripts/kconfig/merge_config.sh            |   20 +-
 scripts/kconfig/nconf.c                    |  340 ++++++++++++++--------------
 scripts/kconfig/nconf.gui.c                |    2 +-
 scripts/kconfig/qconf.cc                   |    1 +
 scripts/kconfig/symbol.c                   |   12 +-
 scripts/kconfig/util.c                     |   23 +-
 scripts/kconfig/zconf.l                    |    8 +-
 scripts/kconfig/zconf.lex.c_shipped        |    8 +-
 21 files changed, 391 insertions(+), 283 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