From owner-freebsd-current Sun Aug 15 6:35:18 1999 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 285E21530C for ; Sun, 15 Aug 1999 06:35:13 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id PAA15068; Sun, 15 Aug 1999 15:32:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Narvi Cc: current@FreeBSD.ORG Subject: Re: Kernel hacker tasks seek interested hackers In-reply-to: Your message of "Sun, 15 Aug 1999 16:25:31 +0300." Date: Sun, 15 Aug 1999 15:32:49 +0200 Message-ID: <15066.934723969@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Narvi writes: >> I think that is needlessly complicated. > >It's a direct extension to the present tty naming scheme. That doesn't automatically imply that it is a good idea :-) >> I think tty%05d would solve all but the third of your objections, > >The first was more a question of radix, implying that 10 might be too low. You know, then make it tty%012d and pretty much everybody on this planet should be happy, right ? >IMHO base-32 has many good qualities to itself. It makes retaining the >policy of creating ptys in increments of 32 easy, the name space does not >grow as fast (ptyxxxx allows for more ptys than pty%06d) and it is not >much different from the naming system. There is no "policy of creating ptys in increments of 32" that I know of. /dev/MAKEDEV does it that way, but it is neither a policy nor desirable in my mind. I would far rather have it like tun, bpf and other sane pseudodevices: sh MAKEDEV pty200 # Make me 200 ptys. >> and quite frankly the "we've never done that before" argument >> works badly with me. > >It's more the argument of "why do it *significantly* differently from >others?" Run that by me again: what is it ptys are called under Solaris, HPUX, AIX, generic SVR4 etc etc ? I think your suggestion belongs in the Obfuscated Sysadm Contest, not in FreeBSD. I'm also pretty convinced based on your past performances that you intend to argue this point until cows evolve into birds, so expect no more emails from me on this subject. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message