From owner-freebsd-hackers Tue Jan 2 9:13:52 2001 From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 2 09:13:50 2001 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.nettoll.com (matrix.nettoll.net [212.155.143.61]) by hub.freebsd.org (Postfix) with ESMTP id 5A3BC37B402 for ; Tue, 2 Jan 2001 09:13:48 -0800 (PST) Received: by smtp.nettoll.com; Tue, 2 Jan 2001 18:11:16 +0100 (MET) Message-Id: <4.3.0.20010102180455.055ed100@pop.free.fr> X-Sender: usebsd@pop.free.fr X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 02 Jan 2001 18:20:08 +0100 To: "Marco van de Voort" , hackers@freebsd.org From: mouss Subject: Re: FreeBSD vs Linux, Solaris, and NT In-Reply-To: <20001229193646.49F822E802@hermes.tue.nl> References: <4.3.0.20001228192610.054d4570@pop.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 20:29 29/12/00 +0100, Marco van de Voort wrote: >Perfect for your purposes. I, as user (and with some machines >running on FreeBSD), want to be able to rebuild the kernel at any >time, and fix myself when needed. I don't want any binary packages >that can cause trouble and delay days. before working for a com company, I'm a BSD user, and my participation to this list is from this point of view. I've never asked for any modifications that would make user's life harder. note that I've not asked for any modifs, I just "started" the question. >You mean some base support in makefiles to make patching easier? >In general: No problem with that. well, I was meaning a patch to config and to some makefiles. why config? I find it annoying that config must be run in $arch/conf, with the exact config filename, and that either one has to be root or he has to copy kernel sources. the config program requires that you run it in ${sys}/$arch/conf and that you give it a "pure" filename. "config /sys/i386/conf/GENERIC" doesn't work! This is because it needs three dirs: the ${sys}/$arch/conf, the ${sys}/conf and the ${sys}/compile. but I still believe this is an old heritage that may be easily "fixed". >In specific cases: No. As a BSD user, I'll never ask for specific stuff, be it for a company I work for:) my discussion was about how to ease 3d party stuff in BSD, not how to make any company or anybody happy by any sacrificial modifs. The problem I was talking about is that if every company modifies the kernel sources or the build procedure in its own way, then the least of the things that happen is that the modifications are not compatible, which is not good. now, let's forget about companies and about any commercial entities. There are things to improve in BSD (though it's perfect:). and among those, the possibility for extensibility, be it by single developpers, by commercial companies, or by anyone on earth. The question is not who does what, the real question is how anything is done. if that is good, it's good and we oughtta take it. if it's bad, we'd better reject it. cheers, mouss To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message