modprobe patches

2009-02-26 Thread Timo Teräs
Hi, Here's couple of patches for modprobe. I've been trying to speed it up to optimize my boot sequence. I also a noticed a stack overflow problem. Hence the two patches: - other to fix stack corruption (include in fixes) - other for the speed up stuff, for trunk The speed up probably

Re: svn commit: trunk/busybox/docs/busybox.net

2009-02-26 Thread Bernhard Reutner-Fischer
On Thu, Dec 18, 2008 at 12:43:32AM +, r...@busybox.net wrote: Author: root I have changed r24442:24447 to my user as the author for simplicity, fyi. Date: 2008-12-18 00:43:31 + (Thu, 18 Dec 2008) New Revision: 24443 Log: Update links to new site locations (via Lance Albertson at OSL)

Re: terminating services started from inetd

2009-02-26 Thread Joakim Tjernlund
terminating inetd does not terminate any services already started by inetd. I guess this is by design? What is the preferred way to terminate such services? Jocke So I noticed this in xinetd's man page: SIGTERMterminates all running servers before terminating

Re: how to keep udhcpc from setting the default route?

2009-02-26 Thread Rob Landley
On Wednesday 18 February 2009 18:28:42 Denys Vlasenko wrote: I wrote up my ideas regarding network config here: http://busybox.net/~vda/no_ifup.txt Please read, and feel free to disagree. :) I noticed your directory has a lot of stuff in it a while ago. Possibly you might want to create a

Re: gcc-4.1 vs gcc-4.3 and multiple tolower/toupper refs

2009-02-26 Thread Rob Landley
On Sunday 22 February 2009 06:19:01 Robert P. J. Day wrote: i'm confused ... why should upgrading my toolchain suddenly result in the definition of text symbols tolower and toupper in various object files, causing a link error? Because your toolchain is broken? (Most likely your header

Re: Additional debugging library

2009-02-26 Thread Rob Landley
On Friday 20 February 2009 17:42:37 Cristian Ionescu-Idbohrn wrote: On Fri, 20 Feb 2009, Bernhard Reutner-Fischer wrote: On Fri, Feb 20, 2009 at 09:20:15PM +0100, Cristian Ionescu-Idbohrn wrote: There are 2 CONFIG options available: DMALLOC and EFENCE I don't seem to be able to