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:	Thu,  7 Jan 2010 15:52:46 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Nir Tzachar <nir.tzachar@...il.com>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] nconfig

Hi Nir,

Just FYI: I queued nconfig for the next merge window. I added a patch to
mark some functions static and changed the description of your patch,
otherwise it's the v7 version you posted.

Michal Marek (1):
  nconfig: mark local functions as such

nir.tzachar@...il.com (1):
  kconfig: new configuration interface (nconfig)

 scripts/kconfig/Makefile            |   16 +-
 scripts/kconfig/lkc.h               |    2 +-
 scripts/kconfig/lkc_proto.h         |    3 +-
 scripts/kconfig/mconf.c             |   13 -
 scripts/kconfig/menu.c              |   16 +-
 scripts/kconfig/nconf.c             | 1568 +++++++++++++++++++++++++++++++++++
 scripts/kconfig/nconf.gui.c         |  617 ++++++++++++++
 scripts/kconfig/nconf.h             |   95 +++
 scripts/kconfig/zconf.tab.c_shipped |    2 +-
 scripts/kconfig/zconf.y             |    2 +-
 10 files changed, 2314 insertions(+), 20 deletions(-)
 create mode 100644 scripts/kconfig/nconf.c
 create mode 100644 scripts/kconfig/nconf.gui.c
 create mode 100644 scripts/kconfig/nconf.h

--
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