Re: disklabel.c & disklabel.8 patch

2001-02-12 Thread Randell Jesup

Bruce Evans <[EMAIL PROTECTED]> writes:
>On Fri, 9 Feb 2001, John W. De Boskey wrote:
>>I've been using the disklabel.c patch which allows easier
>> configuration by being able to specify a new disklabel of
>> the form:

>>I'd like to commit these if no one sees any major problems
>> with them.
>
>These are not suitable for commit in their current form.  The
>disklabel.c patch has more than the usual density of style bugs.
>It doesn't even use the normal brace style.

Sorry, my normal personal style definitions in Emacs probably
conflict with "standard" BSD style.  I'll rework the style (I'm the author
of the patch).  Any other problems while I'm at it?

-- 
Randell Jesup, Worldgate Communications, ex-Scala, ex-Amiga OS team ('88-94)
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: disklabel.c & disklabel.8 patch

2001-02-10 Thread Warner Losh

In message <[EMAIL PROTECTED]> Bruce Evans 
writes:
: These are not suitable for commit in their current form.  The
: disklabel.c patch has more than the usual density of style bugs.
: It doesn't even use the normal brace style.

You can find a mostly cleaned up version at
http://people.freebsd.org/~imp/disklabel.c.patch
but there's still some problems

Warner

P.S.  There's also some problems getting to freefall, so the patch
really isn't there yet...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: disklabel.c & disklabel.8 patch

2001-02-10 Thread Bruce Evans

On Fri, 9 Feb 2001, John W. De Boskey wrote:

>I've been using the disklabel.c patch which allows easier
> configuration by being able to specify a new disklabel of
> the form:
> 
> #size   offsetfstype   [fsize bsize bps/cpg]
>   a:   400M04.2BSD 4096 1638475 # (Cyl.0 - 812*)
>   b: 1G*  swap
>   c:  **unused
>   e: 204800*4.2BSD
>   f: 5g*4.2BSD
>   g:  **4.2BSD
> 
> 
>An up-to-date copy of disklabel.c can be found at:
> 
> http://people.freebsd.org/~jwd/disklabel.c
> 
>The man page can be found at:
> 
> http://people.freebsd.org/~jwd/disklabel/disklabel.8
> 
>or in html format:
> 
> http://people.freebsd.org/~jwd/disklabel/disklabel.8.html
> 
> 
>Patch files:
> 
> http://people.freebsd.org/~jwd/disklabel/disklabel.c.patch
> http://people.freebsd.org/~jwd/disklabel/disklabel.8.patch
> 
> 
>I'd like to commit these if no one sees any major problems
> with them.

These are not suitable for commit in their current form.  The
disklabel.c patch has more than the usual density of style bugs.
It doesn't even use the normal brace style.

Bruce



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



disklabel.c & disklabel.8 patch

2001-02-09 Thread John W. De Boskey

Hi,

   I've been using the disklabel.c patch which allows easier
configuration by being able to specify a new disklabel of
the form:

#size   offsetfstype   [fsize bsize bps/cpg]
  a:   400M04.2BSD 4096 1638475 # (Cyl.0 - 812*)
  b: 1G*  swap
  c:  **unused
  e: 204800*4.2BSD
  f: 5g*4.2BSD
  g:  **4.2BSD


   An up-to-date copy of disklabel.c can be found at:

http://people.freebsd.org/~jwd/disklabel.c

   The man page can be found at:

http://people.freebsd.org/~jwd/disklabel/disklabel.8

   or in html format:

http://people.freebsd.org/~jwd/disklabel/disklabel.8.html


   Patch files:

http://people.freebsd.org/~jwd/disklabel/disklabel.c.patch
http://people.freebsd.org/~jwd/disklabel/disklabel.8.patch


   I'd like to commit these if no one sees any major problems
with them.

   These patches are the original work of Randell Jesup, and
I believe Matt Dillon, with additional work by Warner Losh.
Please let me know if I've left someone out.

   Incorporated into this is the fix for PR bin/22727. A simple
one character fix.

   Comments Welcome!

-John

ps: The .html file was generated via groff. It seems to have some
interesting side effects with the '[' and ']' characters.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message