Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 5 Dec 2002 13:00:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 5 Dec 2002 13:00:10 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:56584 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Thu, 5 Dec 2002 13:00:05 -0500 To: linux-kernel@vger.kernel.org From: torvalds@transmeta.com (Linus Torvalds) Subject: Re: is KERNEL developement finished, yet ??? Date: Thu, 5 Dec 2002 18:07:22 +0000 (UTC) Organization: Transmeta Corporation Message-ID: References: <200212051224.50317.shanehelms@eircom.net> <000901c29c5d$6d194760$2e833841@joe> X-Trace: palladium.transmeta.com 1039111649 19330 127.0.0.1 (5 Dec 2002 18:07:29 GMT) X-Complaints-To: news@transmeta.com NNTP-Posting-Date: 5 Dec 2002 18:07:29 GMT Cache-Post-Path: palladium.transmeta.com!unknown@penguin.transmeta.com X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1584 Lines: 39 In article <000901c29c5d$6d194760$2e833841@joe>, Joseph D. Wagner wrote: > >Unix (and Linux) developers are far too concerned with clinging to the >30-year-old outdated POSIX standard, which creates numerous problems when >trying to advance new features. No. Only stupid people think they should throw away old proven concepts. What happens quite often in academia in particular is that you find a problem you want to fix, and you re-design the whole system around your fix. This is how we get crap like microkernels. They have "an agenda", and that's the _worst_ thing you can have when designing software. You fixate on some perceived problem, and the end result is that yes, maybe you fixed _that_ problem, but in the meantime you also generated a whole new of issues - usually things that were solved by the original approach. The UNIX/Linux approach is a very pragmatic thing - leave the things that work well alone. There's no point in re-inventing the whole system just because of some small perceived flaws. >This is not a design flaw per say, but let's face it: Unix would be a lot >more secure (and more flexible in it's security) with ACL's. > >Microsoft Windows has had ACL's since 1991 (Windows NT 3.5?); that was 11 >years ago. Yeah, and look how much more secure it is than UNIX. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/