Re: setfont/kbd_mode - which console?

2008-11-08 Thread Roy Marples
Denys Vlasenko wrote: > Ok, I made kbd_mode accept -C TTY. Please check current svn. Looks good! Thanks Roy ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

Re: setfont/kbd_mode - which console?

2008-11-08 Thread Denys Vlasenko
g busybox > >>> here's a patch that enables -C device for kbd_mode and setfont. The patch > >>> is done so extending similar support for other console tools is fairly > >>> trivial. > > > > setfont has it already: > > So it has. >

Re: setfont/kbd_mode - which console?

2008-11-08 Thread Roy Marples
Denys Vlasenko wrote: > On Tuesday 04 November 2008 16:03, Roy Marples wrote: >> On Tuesday 04 November 2008 14:58:30 Roy Marples wrote: >>> So, in an attempt yet again to get OpenRC to boot cleanly using busybox >>> here's a patch that enables -C device for kbd_mo

Re: setfont/kbd_mode - which console?

2008-11-05 Thread Denys Vlasenko
On Tuesday 04 November 2008 16:03, Roy Marples wrote: > On Tuesday 04 November 2008 14:58:30 Roy Marples wrote: > > So, in an attempt yet again to get OpenRC to boot cleanly using busybox > > here's a patch that enables -C device for kbd_mode and setfont. The patch > > is

Re: setfont/kbd_mode - which console?

2008-11-05 Thread Roy Marples
On Tuesday 04 November 2008 17:22:54 Bernhard Reutner-Fischer wrote: > On Tue, Nov 04, 2008 at 04:52:42PM +, Roy Marples wrote: > >On Tuesday 04 November 2008 15:46:56 Bernhard Reutner-Fischer wrote: > >> Given these stats you should add a > >> get_console_fd_from_name_or_die(const char *dev) i

Re: setfont/kbd_mode - which console?

2008-11-04 Thread Bernhard Reutner-Fischer
On Tue, Nov 04, 2008 at 04:52:42PM +, Roy Marples wrote: >On Tuesday 04 November 2008 15:46:56 Bernhard Reutner-Fischer wrote: >> Given these stats you should add a >> get_console_fd_from_name_or_die(const char *dev) instead of adding >> penalties for the NULL arg everywhere. > >That saves a fu

Re: setfont/kbd_mode - which console?

2008-11-04 Thread Roy Marples
On Tuesday 04 November 2008 15:46:56 Bernhard Reutner-Fischer wrote: > Given these stats you should add a > get_console_fd_from_name_or_die(const char *dev) instead of adding > penalties for the NULL arg everywhere. That saves a futher 30 bytes. uberlaptop busybox-1.12.1 # ./scripts/bloat-o-meter

Re: setfont/kbd_mode - which console?

2008-11-04 Thread Bernhard Reutner-Fischer
On Tue, Nov 04, 2008 at 03:03:39PM +, Roy Marples wrote: >On Tuesday 04 November 2008 14:58:30 Roy Marples wrote: >> So, in an attempt yet again to get OpenRC to boot cleanly using busybox >> here's a patch that enables -C device for kbd_mode and setfont. The patch >

setfont/kbd_mode - which console?

2008-11-04 Thread Roy Marples
Hi List Sometime ago I submitted patches for busybox setfont and kbd_mode to support the -C device option, which specified the console device to take action upon. Either they didn't get accepted for whatever reason, or lost somewhere in the ether. Either way, the old patches no longer

Re: setfont/kbd_mode - which console?

2008-11-04 Thread Roy Marples
On Tuesday 04 November 2008 14:58:30 Roy Marples wrote: > So, in an attempt yet again to get OpenRC to boot cleanly using busybox > here's a patch that enables -C device for kbd_mode and setfont. The patch > is done so extending similar support for other console tools is fairly

Re: kbd_mode fixed

2008-08-05 Thread Denys Vlasenko
On Tuesday 05 August 2008 18:16, [EMAIL PROTECTED] wrote: > kbd_mode DID NOT set mode. Fixed. Please use CONFIG_WERROR=y: cc1: warnings being treated as errors console-tools/kbd_mode.c: In function 'kbd_mode_main': console-tools/kbd_mode.c:47: error: passing argument 3 of 

Re: kbd_mode fixed

2008-08-05 Thread Denys Vlasenko
On Tuesday 05 August 2008 18:16, [EMAIL PROTECTED] wrote: > kbd_mode DID NOT set mode. Fixed. Applied, thanks. -- vda ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

kbd_mode fixed

2008-08-05 Thread dronnikov
kbd_mode DID NOT set mode. Fixed. Please consider applying. TIA, -- Vladimir 98.patch Description: Binary data ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

[PATCH] Allow kbd_mode to choose tty

2008-01-30 Thread Roy Marples
Hi kbd_mode upstream has added the -C option so that options can be applied to a specific tty instead of just the console. I've added this to busybox kbd_mode applet, and hopefully cleaned up existing option parsing a little. I'm uncertain if I got opt_complementary right - basically a

Re: kbd_mode

2007-10-12 Thread Loïc Grenié
2007/10/12, Bernhard Fischer <[EMAIL PROTECTED]>: > On Thu, Oct 11, 2007 at 09:49:42PM +0200, Loïc Grenié wrote: > > This patch to add a kbd_mode applet. > > You forgot to actually attach it.. Sorry... Loïc Index: co

kbd_mode

2007-10-11 Thread Loïc Grenié
This patch to add a kbd_mode applet. It supports neither long options nor -m "mode" option. Bloatiness: % ./scripts/bloat-o-meter busybox_unpatched busybox_unstripped function old new del