Re: Missing libbb/xrealloc_vector.c

2008-07-08 Thread Cristian Ionescu-Idbohrn
On Tue, 8 Jul 2008, Loïc Grenié wrote: > Halp ! A file is missing from last svn. There seems to be more to it: modutils/insmod.c: In function 'obj_allocate_commons': modutils/insmod.c:3085: error: too many arguments to function 'xrealloc' Cheers, -- Cristian _

Re: Ответ: Ответ: LIBBB: parse_config()

2008-07-08 Thread Tito
On Tuesday 08 July 2008 23:40:14 Vladimir Dronnikov wrote: > Cool! > > But we need to not just process continuations and comments but also to > parse the line into some (possibly variable) amount of > whitespaces-delimited tokens. > > And, as I mentioned earlier, we need to use the collected toke

LIBBB: parse_config()

2008-07-08 Thread dronnikov
To avoid the needless duplication of data there are reasons to implement standard open-read-close scheme when parsing config files, IMO. Attached is a draft version of the subject. Please, comment and consider applying. TIA, -- Vladimir parse_config.c Description: Binary data

Ответ: Ответ: LIBBB: parse_config()

2008-07-08 Thread Vladimir Dronnikov
Cool! But we need to not just process continuations and comments but also to parse the line into some (possibly variable) amount of whitespaces-delimited tokens. And, as I mentioned earlier, we need to use the collected tokens in unobtrusive way in the applets. Can you go on and code these featu

Re: Ответ: LIBBB: parse_config()

2008-07-08 Thread Tito
On Monday 07 July 2008 22:29:38 Vladimir Dronnikov wrote: > Sure :) > But some help is needed. I am trying to convert inotifyd. mdev is > "saint animal". Natanael mentioned ifup/down. There is crond that uses > plain config. There gotta be savings en gros if we cope this together. > > -- > Vladimi

Missing libbb/xrealloc_vector.c

2008-07-08 Thread Loïc Grenié
Halp ! A file is missing from last svn. Loïc Grenié ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

Re: powerpc: question concerning insmod

2008-07-08 Thread Rob Landley
On Thursday 03 July 2008 14:57:21 [EMAIL PROTECTED] wrote: > Hello, > > I am attempting to build busybox-1.11.0 for powerpc. I have unsuccessfully > tried: > > 1) custom-built cross compiling toolchain built with crosstool (gcc 4.1.0, > glibc 2.3.6) > > 2) vendor-provided cross compiling toolchain

Re: LIBBB: parse_config()

2008-07-08 Thread Vladimir Dronnikov
The point is to define both library and applet interfaces so that the needless duplication of data does not exist. I'm inclined to rewrite parse_config() so that it takes variable number of arguments which are the pointers to (char *) vectors. E.g. char *minutes, *hours; parse_config("/etc/crontab

RE: mdev scan

2008-07-08 Thread Holland, John
Hi, >Please give specific examples of the nodes which are not found. >Full path, which path components are links, etc. > >Specify your kernel version and post kernel's config.gz Thanks for forcing me to look at the live 2.6.13.1 kernel I have here again. The bugger isn't producing any dev files