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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Sep 2008 12:36:09 +0200
From:	Alejandro Riveira Fernández 
	<ariveira@...il.com>
To:	"Nir Tzachar" <tzachar@...us.cs.bgu.ac.il>
Cc:	linux-kernel@...r.kernel.org, zippel@...ux-m68k.org,
	linux-kbuild@...r.kernel.org, Nir Tzachar <nir@...char.com>
Subject: Re: [PATCH] ncurses based config

El Wed,  3 Sep 2008 22:11:16 +0300
"Nir Tzachar" <tzachar@...us.cs.bgu.ac.il> escribió:

> This patch was inspired by the kernel projects page, where an ncurses
> replacement for menuconfig was mentioned (by Sam Ravnborg).
> 
> Building on menuconfig, this patch implements a more modern look interface using
> ncurses and ncurses' satellite libraries (menu, panel, form). The implementation
> does not depend on lxdialog, which is currently distributed with the kernel.
> 
> The only change outside of nconf.c is due to a name clash: both ncurses and
> lkc.h define a fucntion named menu_init(). I changed the internal version's
> name. 
> 
> Please consider the patch for merging. Comments are appreciated.

  i apliedd your patches and the fixlet pointed out by Randy
  rebased on todays git and the menu crashes when i select
  help on Kernel Hacking>Spinlock and rw-...
  is a Segmentation fault

> 
> ---
>  scripts/kconfig/Makefile |   16 +-
>  scripts/kconfig/lkc.h    |    2 +-
>  scripts/kconfig/mconf.c  |    2 +
>  scripts/kconfig/menu.c   |    2 +-
>  scripts/kconfig/nconf.c  | 1852 ++++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 1871 insertions(+), 3 deletions(-)
>  create mode 100644 scripts/kconfig/nconf.c
> 


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